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

  1. inherited dlgHidSubResElement: TdlgHidSubResElement
  2.   Left = 262
  3.   Top = 396
  4.   ActiveControl = edName
  5.   Caption = 'HiddenSubmitReset'
  6.   ClientHeight = 114
  7.   ClientWidth = 379
  8.   ShowHint = True
  9.   OnShow = FormShow
  10.   PixelsPerInch = 72
  11.   TextHeight = 13
  12.   inherited Bevel1: TBevel
  13.     Width = 365
  14.     Height = 69
  15.   end
  16.   object lblName: TLabel [1]
  17.     Left = 20
  18.     Top = 20
  19.     Width = 28
  20.     Height = 13
  21.     Caption = '&Name'
  22.     FocusControl = edName
  23.   end
  24.   object lblValue: TLabel [2]
  25.     Left = 20
  26.     Top = 48
  27.     Width = 27
  28.     Height = 13
  29.     Caption = '&Value'
  30.     FocusControl = cbValue
  31.   end
  32.   inherited OKBtn: TButton
  33.     Left = 138
  34.     Top = 84
  35.   end
  36.   inherited CancelBtn: TButton
  37.     Left = 218
  38.     Top = 84
  39.   end
  40.   object HelpBtn: TButton
  41.     Left = 298
  42.     Top = 84
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&Help'
  46.     TabOrder = 2
  47.     OnClick = HelpBtnClick
  48.   end
  49.   object edName: TEdit
  50.     Left = 68
  51.     Top = 17
  52.     Width = 293
  53.     Height = 21
  54.     Color = clYellow
  55.     TabOrder = 3
  56.     OnChange = edNameChange
  57.   end
  58.   object cbValue: TComboBox
  59.     Left = 68
  60.     Top = 43
  61.     Width = 293
  62.     Height = 21
  63.     Color = clYellow
  64.     ItemHeight = 13
  65.     TabOrder = 4
  66.     OnChange = edNameChange
  67.   end
  68. end
  69.