home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMFORM / TFRMFORM.txt
Text File  |  1996-10-14  |  4KB  |  185 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 = 36
  32.     Top = 24
  33.     Width = 30
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = '&Action'
  37.     FocusControl = cmbURL
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object lblMethod: TLabel
  45.     Left = 30
  46.     Top = 52
  47.     Width = 36
  48.     Height = 13
  49.     Alignment = taRightJustify
  50.     Caption = '&Method'
  51.     FocusControl = cmbMethod
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object lblEnctype: TLabel
  59.     Left = 208
  60.     Top = 52
  61.     Width = 57
  62.     Height = 13
  63.     Alignment = taRightJustify
  64.     Caption = '&Enctype'
  65.     FocusControl = cmbEncType
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     WordWrap = True
  72.   end
  73.   object OKBtn: TBitBtn
  74.     Left = 252
  75.     Top = 88
  76.     Width = 77
  77.     Height = 25
  78.     Caption = 'OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 4
  82.     NumGlyphs = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object CancelBtn: TBitBtn
  87.     Left = 336
  88.     Top = 88
  89.     Width = 77
  90.     Height = 25
  91.     Cancel = True
  92.     Caption = 'Cancel'
  93.     ModalResult = 2
  94.     TabOrder = 5
  95.     NumGlyphs = 2
  96.     Spacing = -1
  97.     IsControl = True
  98.   end
  99.   object HelpBtn: TBitBtn
  100.     Left = 420
  101.     Top = 88
  102.     Width = 77
  103.     Height = 25
  104.     Caption = '&Help'
  105.     TabOrder = 6
  106.     OnClick = HelpBtnClick
  107.     NumGlyphs = 2
  108.     Spacing = -1
  109.     IsControl = True
  110.   end
  111.   object cmbURL: TComboBox
  112.     Left = 72
  113.     Top = 20
  114.     Width = 333
  115.     Height = 21
  116.     Hint = 'URL of the CGI script which will process the form'#39's contents'
  117.     Font.Color = clBlack
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ItemHeight = 13
  122.     ParentFont = False
  123.     Sorted = True
  124.     TabOrder = 0
  125.   end
  126.   object bbtnURL: TBitBtn
  127.     Left = 412
  128.     Top = 16
  129.     Width = 77
  130.     Height = 27
  131.     Hint = 'Open the URL builder'
  132.     Caption = '&URL'
  133.     TabOrder = 1
  134.     OnClick = bbtnURLClick
  135.     Glyph.Data = {
  136.       42010000424D4201000000000000760000002800000012000000110000000100
  137.       040000000000CC00000000000000000000000000000000000000000000000000
  138.       80000080000000808000800000008000800080800000C0C0C000808080000000
  139.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  140.       7777070000007777777777777770000000000000000000007700070000000FFF
  141.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  142.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  143.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  144.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  145.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  146.       777777000000}
  147.   end
  148.   object cmbMethod: TComboBox
  149.     Left = 72
  150.     Top = 48
  151.     Width = 133
  152.     Height = 21
  153.     Hint = 
  154.       '"Get" submits query; "Post" sends a datablock. Whenever possible' +
  155.       ', use Post'
  156.     Font.Color = clBlack
  157.     Font.Height = -11
  158.     Font.Name = 'MS Sans Serif'
  159.     Font.Style = []
  160.     ItemHeight = 13
  161.     Items.Strings = (
  162.       'Get'
  163.       'Post')
  164.     ParentFont = False
  165.     TabOrder = 2
  166.   end
  167.   object cmbEncType: TComboBox
  168.     Left = 272
  169.     Top = 48
  170.     Width = 133
  171.     Height = 21
  172.     Hint = 'Presently unnecessary'
  173.     Font.Color = clBlack
  174.     Font.Height = -11
  175.     Font.Name = 'MS Sans Serif'
  176.     Font.Style = []
  177.     ItemHeight = 13
  178.     Items.Strings = (
  179.       'application/x-www-form-urlencoded'
  180.       'multipart/form-data')
  181.     ParentFont = False
  182.     TabOrder = 3
  183.   end
  184. end
  185.