object FrmOption: TFrmOption Left = 411 Top = 237 BorderStyle = bsDialog Caption = 'Option' ClientHeight = 97 ClientWidth = 200 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object lblValue: TLabel Left = 8 Top = 8 Width = 27 Height = 13 Caption = '&Value' FocusControl = EditValue Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object btnOK: TButton Left = 8 Top = 64 Width = 89 Height = 25 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 3 end object btnCancel: TButton Left = 104 Top = 64 Width = 89 Height = 25 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 4 end object EditValue: TEdit Left = 40 Top = 8 Width = 153 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object rbSelected: TRadioButton Left = 64 Top = 40 Width = 63 Height = 17 Caption = '&Selected' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object rbDisabled: TRadioButton Left = 136 Top = 40 Width = 65 Height = 17 Caption = '&Disabled' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object rbPlain: TRadioButton Left = 8 Top = 40 Width = 49 Height = 17 Caption = '&Plain' Checked = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 TabStop = True end end