object MsgDlgForm: TMsgDlgForm Left = 275 Top = 180 BorderStyle = bsDialog Caption = 'MsgDlgForm' ClientHeight = 156 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 = 44 Width = 32 Height = 32 end object LblMsg: TLabel Left = 56 Top = 44 Width = 34 Height = 13 Caption = 'LblMsg' end object LblCaption: TLabel Left = 12 Top = 12 Width = 36 Height = 13 Caption = 'Caption' end object BtnYes: TButton Left = 24 Top = 120 Width = 75 Height = 25 Caption = 'BtnYes' TabOrder = 0 end object BtnNo: TButton Left = 104 Top = 120 Width = 75 Height = 25 Caption = 'BtnNo' TabOrder = 1 end object BtnOk: TButton Left = 184 Top = 120 Width = 75 Height = 25 Caption = 'BtnOk' TabOrder = 2 end object BtnCancel: TButton Left = 264 Top = 120 Width = 75 Height = 25 Caption = 'BtnCancel' TabOrder = 3 end object EdiInput: TEdit Left = 56 Top = 62 Width = 233 Height = 21 TabOrder = 4 end object PnlSep: TPanel Left = 12 Top = 28 Width = 185 Height = 2 BevelOuter = bvNone Color = clBlack ParentBackground = False TabOrder = 5 end end