home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMOPTION / TFRMOPTION.txt
Text File  |  1996-10-14  |  2KB  |  111 lines

  1. object frmOption: TfrmOption
  2.   Left = 367
  3.   Top = 711
  4.   HelpContext = 76
  5.   ActiveControl = rbtnPlain
  6.   BorderStyle = bsDialog
  7.   Caption = 'Option'
  8.   ClientHeight = 106
  9.   ClientWidth = 300
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 289
  22.     Height = 60
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object lblValue: TLabel
  27.     Left = 16
  28.     Top = 18
  29.     Width = 27
  30.     Height = 13
  31.     Caption = '&Value'
  32.     FocusControl = txtValue
  33.   end
  34.   object OKBtn: TBitBtn
  35.     Left = 8
  36.     Top = 76
  37.     Width = 77
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 4
  43.     NumGlyphs = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object CancelBtn: TBitBtn
  48.     Left = 92
  49.     Top = 76
  50.     Width = 77
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 5
  56.     NumGlyphs = 2
  57.     Spacing = -1
  58.     IsControl = True
  59.   end
  60.   object HelpBtn: TBitBtn
  61.     Left = 176
  62.     Top = 76
  63.     Width = 77
  64.     Height = 25
  65.     Caption = '&Help'
  66.     TabOrder = 6
  67.     OnClick = HelpBtnClick
  68.     NumGlyphs = 2
  69.     Spacing = -1
  70.     IsControl = True
  71.   end
  72.   object rbtnPlain: TRadioButton
  73.     Left = 16
  74.     Top = 44
  75.     Width = 57
  76.     Height = 17
  77.     Hint = 'Plain option button'
  78.     Caption = '&Plain'
  79.     Checked = True
  80.     TabOrder = 1
  81.     TabStop = True
  82.   end
  83.   object rbtnSelected: TRadioButton
  84.     Left = 112
  85.     Top = 44
  86.     Width = 81
  87.     Height = 17
  88.     Hint = 'Selected option button'
  89.     Caption = '&Selected'
  90.     TabOrder = 2
  91.   end
  92.   object rbtnDisabled: TRadioButton
  93.     Left = 208
  94.     Top = 44
  95.     Width = 65
  96.     Height = 17
  97.     Hint = 'Disabled option button'
  98.     Caption = '&Disabled'
  99.     TabOrder = 3
  100.   end
  101.   object txtValue: TEdit
  102.     Left = 56
  103.     Top = 16
  104.     Width = 233
  105.     Height = 21
  106.     ParentShowHint = False
  107.     ShowHint = False
  108.     TabOrder = 0
  109.   end
  110. end
  111.