object dlgTest: TdlgTest Left = 218 Top = 721 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Testing' ClientHeight = 242 ClientWidth = 422 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object btnDisplay: TButton Left = 118 Top = 205 Width = 75 Height = 25 Caption = '&Display' Default = True TabOrder = 3 OnClick = btnDisplayClick end object btnClose: TButton Left = 230 Top = 205 Width = 75 Height = 25 Cancel = True Caption = '&Close' TabOrder = 4 OnClick = btnCloseClick end object gbxDispType: TGroupBox Left = 16 Top = 10 Width = 389 Height = 41 Caption = 'Display Type' TabOrder = 0 object rbtnErrors: TRadioButton Left = 20 Top = 18 Width = 65 Height = 17 Caption = '&Errors' Checked = True TabOrder = 0 TabStop = True OnClick = rbtnErrorsClick end object rbtnDialogs: TRadioButton Left = 212 Top = 18 Width = 65 Height = 17 Caption = 'D&ialogs' TabOrder = 1 OnClick = rbtnDialogsClick end end object gbxErrors: TGroupBox Left = 16 Top = 64 Width = 185 Height = 124 Caption = 'Errors' TabOrder = 1 object lblErrorNum: TIntlLabel Left = 16 Top = 49 Width = 65 Height = 13 Caption = 'Error &Number:' FocusControl = edtErrNum end object lblInfo: TIntlLabel Left = 16 Top = 16 Width = 85 Height = 13 Caption = 'Max error number:' end object edtErrNum: TEdit Left = 97 Top = 41 Width = 74 Height = 21 TabOrder = 0 OnDblClick = btnDisplayClick end end object gbxDialogs: TGroupBox Left = 219 Top = 64 Width = 185 Height = 124 Caption = 'Dialogs' TabOrder = 2 object lbxDialogs: TListBox Left = 11 Top = 16 Width = 163 Height = 101 ItemHeight = 13 TabOrder = 0 OnDblClick = btnDisplayClick end end end