home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / webedit.arj / DATA.Z / WebEdit.exe / 0 / RCDATA / TFRMFORM / TFRMFORM.txt
Encoding:
Text File  |  1996-08-14  |  4.0 KB  |  181 lines

  1. object frmForm: TfrmForm
  2.   Left = 239
  3.   Top = 357
  4.   HelpContext = 74
  5.   ActiveControl = cmbURL
  6.   BorderStyle = bsDialog
  7.   Caption = 'Form'
  8.   ClientHeight = 118
  9.   ClientWidth = 504
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDeactivate = FormDeactivate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 489
  26.     Height = 73
  27.     Shape = bsFrame
  28.     IsControl = True
  29.   end
  30.   object lblHRef: TLabel
  31.     Left = 22
  32.     Top = 24
  33.     Width = 30
  34.     Height = 13
  35.     Caption = '&Action'
  36.     FocusControl = cmbURL
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object lblMethod: TLabel
  44.     Left = 22
  45.     Top = 52
  46.     Width = 36
  47.     Height = 13
  48.     Caption = '&Method'
  49.     FocusControl = cmbMethod
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object lblEnctype: TLabel
  57.     Left = 218
  58.     Top = 52
  59.     Width = 39
  60.     Height = 13
  61.     Caption = '&Enctype'
  62.     FocusControl = cmbEncType
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object OKBtn: TBitBtn
  70.     Left = 252
  71.     Top = 88
  72.     Width = 77
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 4
  78.     NumGlyphs = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82.   object CancelBtn: TBitBtn
  83.     Left = 336
  84.     Top = 88
  85.     Width = 77
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = 'Cancel'
  89.     ModalResult = 2
  90.     TabOrder = 5
  91.     NumGlyphs = 2
  92.     Spacing = -1
  93.     IsControl = True
  94.   end
  95.   object HelpBtn: TBitBtn
  96.     Left = 420
  97.     Top = 88
  98.     Width = 77
  99.     Height = 25
  100.     Caption = '&Help'
  101.     TabOrder = 6
  102.     OnClick = HelpBtnClick
  103.     NumGlyphs = 2
  104.     Spacing = -1
  105.     IsControl = True
  106.   end
  107.   object cmbURL: TComboBox
  108.     Left = 72
  109.     Top = 20
  110.     Width = 333
  111.     Height = 21
  112.     Hint = 'URL of the CGI script which will process the form'#39's contents'
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ItemHeight = 13
  118.     ParentFont = False
  119.     Sorted = True
  120.     TabOrder = 0
  121.   end
  122.   object bbtnURL: TBitBtn
  123.     Left = 412
  124.     Top = 16
  125.     Width = 77
  126.     Height = 27
  127.     Hint = 'Open the URL builder'
  128.     Caption = '&URL'
  129.     TabOrder = 1
  130.     OnClick = bbtnURLClick
  131.     Glyph.Data = {
  132.       42010000424D4201000000000000760000002800000012000000110000000100
  133.       040000000000CC00000000000000000000000000000000000000000000000000
  134.       80000080000000808000800000008000800080800000C0C0C000808080000000
  135.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  136.       7777070000007777777777777770000000000000000000007700070000000FFF
  137.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  138.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  139.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  140.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  141.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  142.       777777000000}
  143.   end
  144.   object cmbMethod: TComboBox
  145.     Left = 72
  146.     Top = 48
  147.     Width = 133
  148.     Height = 21
  149.     Hint = 
  150.       '"Get" submits query; "Post" sends a datablock. Whenever possible' +
  151.       ', use Post'
  152.     Font.Color = clBlack
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ItemHeight = 13
  157.     Items.Strings = (
  158.       'Get'
  159.       'Post')
  160.     ParentFont = False
  161.     TabOrder = 2
  162.   end
  163.   object cmbEncType: TComboBox
  164.     Left = 272
  165.     Top = 48
  166.     Width = 133
  167.     Height = 21
  168.     Hint = 'Presently unnecessary'
  169.     Font.Color = clBlack
  170.     Font.Height = -11
  171.     Font.Name = 'MS Sans Serif'
  172.     Font.Style = []
  173.     ItemHeight = 13
  174.     Items.Strings = (
  175.       'application/x-www-form-urlencoded'
  176.       'multipart/form-data')
  177.     ParentFont = False
  178.     TabOrder = 3
  179.   end
  180. end
  181.