object frmMessageDlgEditor: TfrmMessageDlgEditor Left = 406 Top = 185 Width = 518 Height = 540 Caption = 'MessageDlg editor' Color = clBtnFace Constraints.MaxWidth = 518 Constraints.MinWidth = 518 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblSource: TLabel Left = 15 Top = 405 Width = 37 Height = 13 Caption = 'Source:' end object btnClose: TButton Left = 430 Top = 485 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Close' TabOrder = 0 OnClick = btnCloseClick end object gbDlgType: TGroupBox Left = 5 Top = 0 Width = 500 Height = 121 Caption = ' Dialog type ' TabOrder = 1 object imgWarning: TImage Left = 10 Top = 15 Width = 32 Height = 32 OnClick = imgWarningClick end object imgError: TImage Left = 10 Top = 50 Width = 32 Height = 32 OnClick = imgErrorClick end object imgInformation: TImage Left = 10 Top = 85 Width = 32 Height = 32 OnClick = imgInformationClick end object imgConfirmation: TImage Left = 175 Top = 15 Width = 32 Height = 32 OnClick = imgConfirmationClick end object imgCustom: TImage Left = 175 Top = 50 Width = 32 Height = 32 Stretch = True OnClick = imgCustomClick end object rbWarning: TRadioButton Left = 60 Top = 20 Width = 108 Height = 13 Caption = 'mtWarning' Checked = True TabOrder = 0 TabStop = True OnClick = rbWarningClick end object rbError: TRadioButton Left = 60 Top = 60 Width = 108 Height = 13 Caption = 'mtError' TabOrder = 1 OnClick = rbErrorClick end object rbInformation: TRadioButton Left = 60 Top = 95 Width = 101 Height = 13 Caption = 'mtInformation' TabOrder = 2 OnClick = rbInformationClick end object rbConfirmation: TRadioButton Left = 225 Top = 20 Width = 108 Height = 13 Caption = 'mtConfirmation' TabOrder = 3 OnClick = rbConfirmationClick end object rbCustom: TRadioButton Left = 225 Top = 60 Width = 108 Height = 13 Caption = 'mtCustom' TabOrder = 4 OnClick = rbCustomClick end object btnSelectIcon: TButton Left = 340 Top = 55 Width = 75 Height = 25 Caption = 'Select icon' Enabled = False TabOrder = 5 OnClick = btnSelectIconClick end object edCustomTitle: TEdit Left = 385 Top = 90 Width = 101 Height = 21 TabOrder = 6 Text = 'Dialog title' OnChange = edCustomTitleChange end object cxCustomTitle: TCheckBox Left = 225 Top = 95 Width = 81 Height = 13 Caption = 'Custom title:' TabOrder = 7 OnClick = cxCustomTitleClick end end object gbButtons: TGroupBox Left = 5 Top = 125 Width = 500 Height = 116 Caption = ' Buttons ' TabOrder = 2 object lblDefaultButton: TLabel Left = 10 Top = 90 Width = 37 Height = 13 Caption = 'Default:' end object lblCancelButton: TLabel Left = 175 Top = 90 Width = 36 Height = 13 Caption = 'Cancel:' end object lblHelpButton: TLabel Left = 340 Top = 90 Width = 25 Height = 13 Caption = 'Help:' end object rbStdButtons: TRadioButton Left = 10 Top = 20 Width = 113 Height = 17 Caption = 'Standard buttons' Checked = True TabOrder = 0 TabStop = True OnClick = rbStdButtonsClick end object rbCustomButtons: TRadioButton Left = 175 Top = 20 Width = 316 Height = 17 Caption = 'Custom buttons (Specify