object frmOption: TfrmOption Left = 367 Top = 711 HelpContext = 76 ActiveControl = rbtnPlain BorderStyle = bsDialog Caption = 'Option' ClientHeight = 106 ClientWidth = 300 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 = 289 Height = 60 Shape = bsFrame IsControl = True end object lblValue: TLabel Left = 16 Top = 18 Width = 27 Height = 13 Caption = '&Value' FocusControl = txtValue end object OKBtn: TBitBtn Left = 8 Top = 76 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 92 Top = 76 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 176 Top = 76 Width = 77 Height = 25 Caption = '&Help' TabOrder = 6 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object rbtnPlain: TRadioButton Left = 16 Top = 44 Width = 57 Height = 17 Hint = 'Plain option button' Caption = '&Plain' Checked = True TabOrder = 1 TabStop = True end object rbtnSelected: TRadioButton Left = 112 Top = 44 Width = 81 Height = 17 Hint = 'Selected option button' Caption = '&Selected' TabOrder = 2 end object rbtnDisabled: TRadioButton Left = 208 Top = 44 Width = 65 Height = 17 Hint = 'Disabled option button' Caption = '&Disabled' TabOrder = 3 end object txtValue: TEdit Left = 56 Top = 16 Width = 233 Height = 21 ParentShowHint = False ShowHint = False TabOrder = 0 end end