object MsgDlgForm: TMsgDlgForm Left = 210 Top = 144 BorderStyle = bsDialog Caption = 'MsgDlgForm' ClientHeight = 146 ClientWidth = 354 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poMainFormCenter Scaled = False OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object ResIcon: TImage Left = 12 Top = 12 Width = 32 Height = 32 end object LblMsg: TLabel Left = 56 Top = 12 Width = 34 Height = 13 Caption = 'LblMsg' end object BtnYes: TButton Left = 24 Top = 104 Width = 75 Height = 25 Caption = 'BtnYes' TabOrder = 0 end object BtnNo: TButton Left = 104 Top = 104 Width = 75 Height = 25 Caption = 'BtnNo' TabOrder = 1 end object BtnOk: TButton Left = 184 Top = 104 Width = 75 Height = 25 Caption = 'BtnOk' TabOrder = 2 end object BtnCancel: TButton Left = 264 Top = 104 Width = 75 Height = 25 Caption = 'BtnCancel' TabOrder = 3 end object EdiInput: TEdit Left = 56 Top = 32 Width = 233 Height = 21 TabOrder = 4 end end