object frmConfig: TfrmConfig Left = 331 Top = 193 HelpContext = 9 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Config' ClientHeight = 145 ClientWidth = 298 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 281 Height = 101 Shape = bsFrame IsControl = True end object lblVariable: TLabel Left = 16 Top = 19 Width = 38 Height = 13 Caption = '&Variable' FocusControl = cbx1 end object lblToken: TLabel Left = 16 Top = 51 Width = 31 Height = 13 Caption = '&Token' FocusControl = cbx2 end object lblText: TLabel Left = 16 Top = 82 Width = 21 Height = 13 Caption = 'T&ext' Enabled = False FocusControl = cbx3 end object OKBtn: TBitBtn Left = 43 Top = 116 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 127 Top = 116 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 211 Top = 116 Width = 77 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object cbx1: TComboBox Left = 80 Top = 16 Width = 201 Height = 21 ItemHeight = 13 Items.Strings = ( 'errmsg' 'timefmt' 'sizefmt' 'cmdecho' 'cmdprefix' 'cmdpostfix' 'onerr') TabOrder = 0 Text = 'errmsg' OnChange = cbx1Change end object cbx2: TComboBox Left = 80 Top = 48 Width = 201 Height = 21 ItemHeight = 13 TabOrder = 1 OnChange = cbx2Change end object cbx3: TEdit Left = 80 Top = 80 Width = 201 Height = 21 Enabled = False TabOrder = 2 end end