home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / MISC.ZIP / Options.dfm / Options.txt
Text File  |  2001-04-26  |  1KB  |  74 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 385
  3.   Top = 340
  4.   Width = 275
  5.   Height = 226
  6.   HorzScrollBar.Range = 265
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Range = 153
  9.   VertScrollBar.Visible = False
  10.   ActiveControl = OptionsRadioGroup
  11.   BorderIcons = []
  12.   AutoScroll = False
  13.   Caption = 'Options'
  14.   Font.Color = clWindowText
  15.   Font.Height = 12
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Pitch = fpVariable
  18.   Font.Style = []
  19.   PixelsPerInch = 120
  20.   Position = poScreenCenter
  21.   Scaled = False
  22.   OnCreate = FormCreate
  23.   OnShow = FormShow
  24.   TextHeight = 16
  25.   object QuestionLabel: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 87
  29.     Height = 16
  30.     Caption = 'QuestionLabel'
  31.   end
  32.   object OKBitBtn: TBitBtn
  33.     Left = 96
  34.     Top = 158
  35.     Width = 75
  36.     Height = 25
  37.     TabOrder = 1
  38.     OnClick = OKBitBtnClick
  39.     Kind = bkOK
  40.   end
  41.   object HelpBitBtn: TBitBtn
  42.     Left = 8
  43.     Top = 158
  44.     Width = 75
  45.     Height = 25
  46.     TabOrder = 3
  47.     Kind = bkHelp
  48.   end
  49.   object CancelBitBtn: TBitBtn
  50.     Left = 184
  51.     Top = 158
  52.     Width = 75
  53.     Height = 25
  54.     TabOrder = 2
  55.     OnClick = CancelBitBtnClick
  56.     Kind = bkCancel
  57.   end
  58.   object OptionsRadioGroup: TRadioGroup
  59.     Left = 8
  60.     Top = 40
  61.     Width = 249
  62.     Height = 105
  63.     Hint = 'Please select one of these options.'
  64.     Caption = 'Pick an Option:'
  65.     Items.Strings = (
  66.       'a'
  67.       'b'
  68.       'c')
  69.     ParentShowHint = False
  70.     ShowHint = True
  71.     TabOrder = 0
  72.   end
  73. end
  74.