home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMINPUT / TFRMINPUT.txt
Encoding:
Text File  |  1998-01-30  |  8.4 KB  |  416 lines

  1. object FrmInput: TFrmInput
  2.   Left = 246
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'Input'
  6.   ClientHeight = 300
  7.   ClientWidth = 379
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblName: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 28
  18.     Height = 13
  19.     Caption = '&Name'
  20.     FocusControl = EditName
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblAccept: TLabel
  28.     Left = 184
  29.     Top = 40
  30.     Width = 34
  31.     Height = 13
  32.     Caption = '&Accept'
  33.     FocusControl = EditAccept
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblType: TLabel
  41.     Left = 184
  42.     Top = 8
  43.     Width = 24
  44.     Height = 13
  45.     Caption = '&Type'
  46.     FocusControl = cbType
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object lblValue: TLabel
  54.     Left = 8
  55.     Top = 40
  56.     Width = 27
  57.     Height = 13
  58.     Caption = '&Value'
  59.     FocusControl = cbValue
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object lblWidth: TLabel
  67.     Left = 8
  68.     Top = 72
  69.     Width = 28
  70.     Height = 13
  71.     Caption = '&Width'
  72.     Enabled = False
  73.     FocusControl = seWidth
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.   end
  80.   object lblHeight: TLabel
  81.     Left = 8
  82.     Top = 104
  83.     Width = 31
  84.     Height = 13
  85.     Caption = '&Height'
  86.     Enabled = False
  87.     FocusControl = seHeight
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ParentFont = False
  93.   end
  94.   object lblMaxLength: TLabel
  95.     Left = 8
  96.     Top = 136
  97.     Width = 53
  98.     Height = 13
  99.     Caption = '&MaxLength'
  100.     Enabled = False
  101.     FocusControl = seMaxLength
  102.     Font.Color = clBlack
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.   end
  108.   object btnOK: TButton
  109.     Left = 184
  110.     Top = 136
  111.     Width = 89
  112.     Height = 25
  113.     Caption = 'OK'
  114.     Default = True
  115.     Font.Color = clBlack
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ModalResult = 1
  120.     ParentFont = False
  121.     TabOrder = 9
  122.   end
  123.   object btnCancel: TButton
  124.     Left = 280
  125.     Top = 136
  126.     Width = 89
  127.     Height = 25
  128.     Caption = 'Cancel'
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ModalResult = 2
  134.     ParentFont = False
  135.     TabOrder = 10
  136.   end
  137.   object EditName: TEdit
  138.     Left = 48
  139.     Top = 8
  140.     Width = 121
  141.     Height = 21
  142.     Font.Color = clBlack
  143.     Font.Height = -11
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = []
  146.     ParentFont = False
  147.     TabOrder = 0
  148.   end
  149.   object EditAccept: TEdit
  150.     Left = 224
  151.     Top = 40
  152.     Width = 145
  153.     Height = 21
  154.     Font.Color = clBlack
  155.     Font.Height = -11
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     ParentFont = False
  159.     TabOrder = 3
  160.   end
  161.   object cbType: TComboBox
  162.     Left = 224
  163.     Top = 8
  164.     Width = 145
  165.     Height = 21
  166.     Font.Color = clBlack
  167.     Font.Height = -11
  168.     Font.Name = 'MS Sans Serif'
  169.     Font.Style = []
  170.     ItemHeight = 13
  171.     Items.Strings = (
  172.       'Audio'
  173.       'Checkbox'
  174.       'Date'
  175.       'File'
  176.       'Float'
  177.       'Hidden'
  178.       'Image'
  179.       'Int'
  180.       'Password'
  181.       'Radio'
  182.       'Range'
  183.       'Reset'
  184.       'Scribble'
  185.       'Submit'
  186.       'Text'
  187.       'URL')
  188.     ParentFont = False
  189.     TabOrder = 1
  190.     OnChange = cbTypeChange
  191.   end
  192.   object cbValue: TComboBox
  193.     Left = 48
  194.     Top = 40
  195.     Width = 121
  196.     Height = 21
  197.     Font.Color = clBlack
  198.     Font.Height = -11
  199.     Font.Name = 'MS Sans Serif'
  200.     Font.Style = []
  201.     ItemHeight = 13
  202.     Items.Strings = (
  203.       'ON'
  204.       'OFF')
  205.     ParentFont = False
  206.     TabOrder = 2
  207.   end
  208.   object cbDisabled: TCheckBox
  209.     Left = 192
  210.     Top = 80
  211.     Width = 65
  212.     Height = 17
  213.     Caption = ' &Disabled'
  214.     Enabled = False
  215.     Font.Color = clBlack
  216.     Font.Height = -11
  217.     Font.Name = 'MS Sans Serif'
  218.     Font.Style = []
  219.     ParentFont = False
  220.     TabOrder = 7
  221.   end
  222.   object cbChecked: TCheckBox
  223.     Left = 192
  224.     Top = 104
  225.     Width = 65
  226.     Height = 17
  227.     Caption = ' &Checked'
  228.     Enabled = False
  229.     Font.Color = clBlack
  230.     Font.Height = -11
  231.     Font.Name = 'MS Sans Serif'
  232.     Font.Style = []
  233.     ParentFont = False
  234.     TabOrder = 8
  235.   end
  236.   object seWidth: TSpinEdit
  237.     Left = 72
  238.     Top = 72
  239.     Width = 97
  240.     Height = 22
  241.     Enabled = False
  242.     Font.Color = clBlack
  243.     Font.Height = -11
  244.     Font.Name = 'MS Sans Serif'
  245.     Font.Style = []
  246.     MaxValue = 10000
  247.     MinValue = 0
  248.     ParentFont = False
  249.     TabOrder = 4
  250.     Value = 0
  251.   end
  252.   object seHeight: TSpinEdit
  253.     Left = 72
  254.     Top = 104
  255.     Width = 97
  256.     Height = 22
  257.     Enabled = False
  258.     Font.Color = clBlack
  259.     Font.Height = -11
  260.     Font.Name = 'MS Sans Serif'
  261.     Font.Style = []
  262.     MaxValue = 10000
  263.     MinValue = 0
  264.     ParentFont = False
  265.     TabOrder = 5
  266.     Value = 0
  267.   end
  268.   object seMaxLength: TSpinEdit
  269.     Left = 72
  270.     Top = 136
  271.     Width = 97
  272.     Height = 22
  273.     Enabled = False
  274.     Font.Color = clBlack
  275.     Font.Height = -11
  276.     Font.Name = 'MS Sans Serif'
  277.     Font.Style = []
  278.     MaxValue = 10000
  279.     MinValue = 0
  280.     ParentFont = False
  281.     TabOrder = 6
  282.     Value = 0
  283.   end
  284.   object gbJavaScript: TGroupBox
  285.     Left = 10
  286.     Top = 177
  287.     Width = 271
  288.     Height = 112
  289.     Caption = ' &JavaScript '
  290.     Font.Color = clBlack
  291.     Font.Height = -11
  292.     Font.Name = 'MS Sans Serif'
  293.     Font.Style = []
  294.     ParentFont = False
  295.     TabOrder = 11
  296.     object lblOnBlur: TLabel
  297.       Left = 8
  298.       Top = 20
  299.       Width = 32
  300.       Height = 13
  301.       Caption = 'On&Blur'
  302.       Enabled = False
  303.       FocusControl = EditOnBlur
  304.       Font.Color = clBlack
  305.       Font.Height = -11
  306.       Font.Name = 'MS Sans Serif'
  307.       Font.Style = []
  308.       ParentFont = False
  309.     end
  310.     object lblOnChange: TLabel
  311.       Left = 8
  312.       Top = 60
  313.       Width = 51
  314.       Height = 13
  315.       Caption = 'OnChan&ge'
  316.       Enabled = False
  317.       FocusControl = EditOnChange
  318.       Font.Color = clBlack
  319.       Font.Height = -11
  320.       Font.Name = 'MS Sans Serif'
  321.       Font.Style = []
  322.       ParentFont = False
  323.     end
  324.     object lblOnSelect: TLabel
  325.       Left = 136
  326.       Top = 20
  327.       Width = 44
  328.       Height = 13
  329.       Caption = 'On&Select'
  330.       Enabled = False
  331.       FocusControl = EditOnSelect
  332.       Font.Color = clBlack
  333.       Font.Height = -11
  334.       Font.Name = 'MS Sans Serif'
  335.       Font.Style = []
  336.       ParentFont = False
  337.     end
  338.     object lblOnClick: TLabel
  339.       Left = 136
  340.       Top = 60
  341.       Width = 37
  342.       Height = 13
  343.       Caption = 'OnC&lick'
  344.       Enabled = False
  345.       FocusControl = EditOnClick
  346.     end
  347.     object EditOnSelect: TEdit
  348.       Left = 136
  349.       Top = 36
  350.       Width = 121
  351.       Height = 21
  352.       Hint = 
  353.         'enter the method that shall be called when the OnSelect event is' +
  354.         ' triggered'
  355.       Enabled = False
  356.       Font.Color = clBlack
  357.       Font.Height = -11
  358.       Font.Name = 'MS Sans Serif'
  359.       Font.Style = []
  360.       ParentFont = False
  361.       ParentShowHint = False
  362.       ShowHint = True
  363.       TabOrder = 1
  364.     end
  365.     object EditOnChange: TEdit
  366.       Left = 8
  367.       Top = 76
  368.       Width = 121
  369.       Height = 21
  370.       Hint = 
  371.         'enter the method that shall be called when the OnChange event is' +
  372.         ' triggered'
  373.       Enabled = False
  374.       Font.Color = clBlack
  375.       Font.Height = -11
  376.       Font.Name = 'MS Sans Serif'
  377.       Font.Style = []
  378.       ParentFont = False
  379.       ParentShowHint = False
  380.       ShowHint = True
  381.       TabOrder = 2
  382.     end
  383.     object EditOnBlur: TEdit
  384.       Left = 8
  385.       Top = 36
  386.       Width = 121
  387.       Height = 21
  388.       Hint = 
  389.         'enter the method that shall be called when the OnBlur event is t' +
  390.         'riggered'
  391.       Enabled = False
  392.       Font.Color = clBlack
  393.       Font.Height = -11
  394.       Font.Name = 'MS Sans Serif'
  395.       Font.Style = []
  396.       ParentFont = False
  397.       ParentShowHint = False
  398.       ShowHint = True
  399.       TabOrder = 0
  400.     end
  401.     object EditOnClick: TEdit
  402.       Left = 136
  403.       Top = 76
  404.       Width = 121
  405.       Height = 21
  406.       Hint = 
  407.         'enter the method that shall be called when the OnClick event is ' +
  408.         'triggered'
  409.       Enabled = False
  410.       ParentShowHint = False
  411.       ShowHint = True
  412.       TabOrder = 3
  413.     end
  414.   end
  415. end
  416.