home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Internet / Htmltool / HTMLTOOL.exe / 0 / RCDATA / TFRMOPTION / TFRMOPTION.txt
Text File  |  1998-01-30  |  2KB  |  110 lines

  1. object FrmOption: TFrmOption
  2.   Left = 411
  3.   Top = 237
  4.   BorderStyle = bsDialog
  5.   Caption = 'Option'
  6.   ClientHeight = 97
  7.   ClientWidth = 200
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblValue: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 27
  18.     Height = 13
  19.     Caption = '&Value'
  20.     FocusControl = EditValue
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object btnOK: TButton
  28.     Left = 8
  29.     Top = 64
  30.     Width = 89
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ModalResult = 1
  39.     ParentFont = False
  40.     TabOrder = 3
  41.   end
  42.   object btnCancel: TButton
  43.     Left = 104
  44.     Top = 64
  45.     Width = 89
  46.     Height = 25
  47.     Caption = 'Cancel'
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ModalResult = 2
  53.     ParentFont = False
  54.     TabOrder = 4
  55.   end
  56.   object EditValue: TEdit
  57.     Left = 40
  58.     Top = 8
  59.     Width = 153
  60.     Height = 21
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 0
  67.   end
  68.   object rbSelected: TRadioButton
  69.     Left = 64
  70.     Top = 40
  71.     Width = 63
  72.     Height = 17
  73.     Caption = '&Selected'
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 1
  80.   end
  81.   object rbDisabled: TRadioButton
  82.     Left = 136
  83.     Top = 40
  84.     Width = 65
  85.     Height = 17
  86.     Caption = '&Disabled'
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 2
  93.   end
  94.   object rbPlain: TRadioButton
  95.     Left = 8
  96.     Top = 40
  97.     Width = 49
  98.     Height = 17
  99.     Caption = '&Plain'
  100.     Checked = True
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     TabOrder = 5
  107.     TabStop = True
  108.   end
  109. end
  110.