home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / wewiz32j.wem / 0 / RCDATA / TDLGOPTIONELEMENT / TDLGOPTIONELEMENT.txt
Text File  |  1996-10-14  |  1KB  |  76 lines

  1. inherited dlgOptionElement: TdlgOptionElement
  2.   Left = 302
  3.   Top = 222
  4.   ActiveControl = edText
  5.   Caption = '<OPTION>'
  6.   ClientHeight = 143
  7.   ShowHint = True
  8.   OnShow = FormShow
  9.   PixelsPerInch = 72
  10.   TextHeight = 13
  11.   inherited Bevel1: TBevel
  12.     Height = 101
  13.   end
  14.   object lblValue: TLabel [1]
  15.     Left = 20
  16.     Top = 52
  17.     Width = 27
  18.     Height = 13
  19.     Caption = '&Value'
  20.     FocusControl = edValue
  21.   end
  22.   object lblText: TLabel [2]
  23.     Left = 20
  24.     Top = 23
  25.     Width = 21
  26.     Height = 13
  27.     Caption = '&Text'
  28.     FocusControl = edText
  29.   end
  30.   inherited OKBtn: TButton
  31.     Left = 70
  32.     Top = 116
  33.     Default = False
  34.     TabOrder = 5
  35.   end
  36.   object HelpBtn: TButton [4]
  37.     Left = 230
  38.     Top = 116
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&Help'
  42.     TabOrder = 0
  43.     OnClick = HelpBtnClick
  44.   end
  45.   object edValue: TEdit [5]
  46.     Left = 68
  47.     Top = 48
  48.     Width = 225
  49.     Height = 21
  50.     TabOrder = 2
  51.   end
  52.   object chkSelected: TCheckBox [6]
  53.     Left = 68
  54.     Top = 80
  55.     Width = 97
  56.     Height = 17
  57.     Caption = '&Selected'
  58.     TabOrder = 3
  59.   end
  60.   object edText: TEdit [7]
  61.     Left = 68
  62.     Top = 20
  63.     Width = 225
  64.     Height = 21
  65.     Color = clYellow
  66.     ParentShowHint = False
  67.     ShowHint = True
  68.     TabOrder = 4
  69.     OnChange = edTextChange
  70.   end
  71.   inherited CancelBtn: TButton
  72.     Left = 150
  73.     Top = 116
  74.   end
  75. end
  76.