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

  1. object FrmForm: TFrmForm
  2.   Left = 229
  3.   Top = 242
  4.   BorderStyle = bsDialog
  5.   Caption = 'Form'
  6.   ClientHeight = 109
  7.   ClientWidth = 393
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblAction: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 30
  18.     Height = 13
  19.     Caption = '&Action'
  20.     FocusControl = EditAction
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblMethod: TLabel
  28.     Left = 200
  29.     Top = 40
  30.     Width = 36
  31.     Height = 13
  32.     Caption = '&Method'
  33.     FocusControl = cbMethod
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object btnOK: TButton
  41.     Left = 200
  42.     Top = 72
  43.     Width = 89
  44.     Height = 25
  45.     Caption = 'OK'
  46.     Default = True
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ModalResult = 1
  52.     ParentFont = False
  53.     TabOrder = 4
  54.   end
  55.   object btnCancel: TButton
  56.     Left = 296
  57.     Top = 72
  58.     Width = 89
  59.     Height = 25
  60.     Caption = 'Cancel'
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ModalResult = 2
  66.     ParentFont = False
  67.     TabOrder = 5
  68.   end
  69.   object BitBtn1: TBitBtn
  70.     Left = 296
  71.     Top = 8
  72.     Width = 89
  73.     Height = 21
  74.     Hint = 'URL Assistant'
  75.     Caption = '&URL'
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 1
  82.     OnClick = BitBtn1Click
  83.     Glyph.Data = {
  84.       76010000424D7601000000000000760000002800000020000000100000000100
  85.       0400000000000001000000000000000000000000000000000000000000000000
  86.       80000080000000808000800000008000800080800000C0C0C000808080000000
  87.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  88.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  89.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  90.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  91.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  92.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  93.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  94.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  95.       777777788FFFFF88777777777888887777777777788888777777}
  96.     NumGlyphs = 2
  97.   end
  98.   object EditAction: TEdit
  99.     Left = 48
  100.     Top = 8
  101.     Width = 241
  102.     Height = 21
  103.     Hint = 'URL of CGI spript that shall process the forms'#39' contents'
  104.     Font.Color = clBlack
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     ParentShowHint = False
  110.     ShowHint = True
  111.     TabOrder = 0
  112.   end
  113.   object cbMethod: TComboBox
  114.     Left = 248
  115.     Top = 40
  116.     Width = 137
  117.     Height = 21
  118.     Hint = 'GET submits query; POST sends data block'
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ItemHeight = 13
  124.     Items.Strings = (
  125.       'GET'
  126.       'POST')
  127.     ParentFont = False
  128.     ParentShowHint = False
  129.     ShowHint = True
  130.     TabOrder = 3
  131.   end
  132.   object gbJavaScript: TGroupBox
  133.     Left = 7
  134.     Top = 38
  135.     Width = 138
  136.     Height = 65
  137.     Caption = ' &JavaScript '
  138.     Font.Color = clBlack
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ParentFont = False
  143.     TabOrder = 2
  144.     object lblOnSubmit: TLabel
  145.       Left = 8
  146.       Top = 17
  147.       Width = 46
  148.       Height = 13
  149.       Caption = '&OnSubmit'
  150.       FocusControl = EditOnSubmit
  151.     end
  152.     object EditOnSubmit: TEdit
  153.       Left = 8
  154.       Top = 33
  155.       Width = 121
  156.       Height = 21
  157.       Hint = 
  158.         'enter the method that shall be called when the OnSubmit event is' +
  159.         ' triggered'
  160.       TabOrder = 0
  161.     end
  162.   end
  163. end
  164.