home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09961.iso / htmled1 / fe32_17.exe / FlexED32.exe / 0 / RCDATA / TFORM_INPUTP / TFORM_INPUTP.txt
Text File  |  1996-09-06  |  3KB  |  154 lines

  1. object Form_inputP: TForm_inputP
  2.   Left = 253
  3.   Top = 192
  4.   HelpContext = 1039
  5.   BorderStyle = bsDialog
  6.   Caption = '<input> Editor'
  7.   ClientHeight = 127
  8.   ClientWidth = 328
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 24
  22.     Height = 13
  23.     Caption = '&Type'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 128
  27.     Top = 8
  28.     Width = 23
  29.     Height = 13
  30.     Caption = '&Align'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 216
  34.     Top = 8
  35.     Width = 20
  36.     Height = 13
  37.     Caption = '&Size'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 272
  41.     Top = 8
  42.     Width = 41
  43.     Height = 13
  44.     Caption = '&Max Len'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 8
  48.     Top = 48
  49.     Width = 28
  50.     Height = 13
  51.     Caption = '&Name'
  52.   end
  53.   object Label6: TLabel
  54.     Left = 176
  55.     Top = 48
  56.     Width = 27
  57.     Height = 13
  58.     Caption = '&Value'
  59.   end
  60.   object OkButton: TButton
  61.     Left = 208
  62.     Top = 96
  63.     Width = 49
  64.     Height = 25
  65.     Caption = '&Ok'
  66.     Default = True
  67.     TabOrder = 0
  68.     OnClick = OkButtonClick
  69.   end
  70.   object CancelButton: TButton
  71.     Left = 264
  72.     Top = 96
  73.     Width = 57
  74.     Height = 25
  75.     Caption = '&Cancel'
  76.     TabOrder = 1
  77.     OnClick = CancelButtonClick
  78.   end
  79.   object TypeLB: TComboBox
  80.     Left = 8
  81.     Top = 24
  82.     Width = 113
  83.     Height = 21
  84.     Style = csDropDownList
  85.     ItemHeight = 13
  86.     Items.Strings = (
  87.       'Text'
  88.       'CheckBox'
  89.       'Hidden'
  90.       'Password'
  91.       'Radio'
  92.       'Reset'
  93.       'Submit')
  94.     TabOrder = 2
  95.     OnChange = TypeLBChange
  96.   end
  97.   object Checked: TCheckBox
  98.     Left = 16
  99.     Top = 96
  100.     Width = 65
  101.     Height = 17
  102.     Caption = 'Ch&ecked'
  103.     Enabled = False
  104.     TabOrder = 3
  105.   end
  106.   object AlignLB: TComboBox
  107.     Left = 128
  108.     Top = 24
  109.     Width = 81
  110.     Height = 21
  111.     Style = csDropDownList
  112.     ItemHeight = 13
  113.     Items.Strings = (
  114.       '(none)'
  115.       'top'
  116.       'middle')
  117.     TabOrder = 4
  118.   end
  119.   object SizeSE: TSpinEdit
  120.     Left = 216
  121.     Top = 24
  122.     Width = 49
  123.     Height = 22
  124.     MaxValue = 0
  125.     MinValue = 0
  126.     TabOrder = 5
  127.     Value = 0
  128.   end
  129.   object MaxLenSE: TSpinEdit
  130.     Left = 272
  131.     Top = 24
  132.     Width = 49
  133.     Height = 22
  134.     MaxValue = 0
  135.     MinValue = 0
  136.     TabOrder = 6
  137.     Value = 0
  138.   end
  139.   object NameE: TEdit
  140.     Left = 8
  141.     Top = 64
  142.     Width = 161
  143.     Height = 20
  144.     TabOrder = 7
  145.   end
  146.   object ValueE: TEdit
  147.     Left = 176
  148.     Top = 64
  149.     Width = 145
  150.     Height = 20
  151.     TabOrder = 8
  152.   end
  153. end
  154.