home *** CD-ROM | disk | FTP | other *** search
- object OptionsForm: TOptionsForm
- Left = 385
- Top = 340
- Width = 275
- Height = 226
- HorzScrollBar.Range = 265
- HorzScrollBar.Visible = False
- VertScrollBar.Range = 153
- VertScrollBar.Visible = False
- ActiveControl = OptionsRadioGroup
- BorderIcons = []
- AutoScroll = False
- Caption = 'Options'
- Font.Color = clWindowText
- Font.Height = 12
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 16
- object QuestionLabel: TLabel
- Left = 8
- Top = 8
- Width = 87
- Height = 16
- Caption = 'QuestionLabel'
- end
- object OKBitBtn: TBitBtn
- Left = 96
- Top = 158
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = OKBitBtnClick
- Kind = bkOK
- end
- object HelpBitBtn: TBitBtn
- Left = 8
- Top = 158
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkHelp
- end
- object CancelBitBtn: TBitBtn
- Left = 184
- Top = 158
- Width = 75
- Height = 25
- TabOrder = 2
- OnClick = CancelBitBtnClick
- Kind = bkCancel
- end
- object OptionsRadioGroup: TRadioGroup
- Left = 8
- Top = 40
- Width = 249
- Height = 105
- Hint = 'Please select one of these options.'
- Caption = 'Pick an Option:'
- Items.Strings = (
- 'a'
- 'b'
- 'c')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- end
-