home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / wewiz32j.wem / 0 / RCDATA / TDLGFORMELEMENT / TDLGFORMELEMENT.txt
Text File  |  1996-10-14  |  2KB  |  91 lines

  1. inherited dlgFormElement: TdlgFormElement
  2.   Left = 414
  3.   Top = 426
  4.   ActiveControl = edAction
  5.   Caption = 'Form'
  6.   ClientHeight = 110
  7.   ClientWidth = 355
  8.   ShowHint = True
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   inherited Bevel1: TBevel
  13.     Width = 341
  14.     Height = 69
  15.   end
  16.   object lblAction: TLabel [1]
  17.     Left = 24
  18.     Top = 20
  19.     Width = 30
  20.     Height = 13
  21.     Caption = '&Action'
  22.   end
  23.   object lblMethod: TLabel [2]
  24.     Left = 24
  25.     Top = 48
  26.     Width = 36
  27.     Height = 13
  28.     Caption = '&Method'
  29.   end
  30.   inherited OKBtn: TButton
  31.     Left = 114
  32.     Top = 80
  33.   end
  34.   inherited CancelBtn: TButton
  35.     Left = 194
  36.     Top = 80
  37.   end
  38.   object HelpBtn: TButton
  39.     Left = 274
  40.     Top = 80
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Help'
  44.     TabOrder = 2
  45.     OnClick = HelpBtnClick
  46.   end
  47.   object edAction: TEdit
  48.     Left = 72
  49.     Top = 16
  50.     Width = 185
  51.     Height = 21
  52.     Color = clYellow
  53.     TabOrder = 3
  54.     OnChange = edActionChange
  55.   end
  56.   object cbMethod: TComboBox
  57.     Left = 72
  58.     Top = 44
  59.     Width = 185
  60.     Height = 21
  61.     Color = clYellow
  62.     ItemHeight = 13
  63.     Items.Strings = (
  64.       'POST'
  65.       'GET')
  66.     TabOrder = 4
  67.     OnChange = edActionChange
  68.   end
  69.   object btnURL: TBitBtn
  70.     Left = 264
  71.     Top = 14
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&URL'
  75.     TabOrder = 5
  76.     OnClick = btnURLClick
  77.     Glyph.Data = {
  78.       42010000424D4201000000000000760000002800000012000000110000000100
  79.       040000000000CC00000000000000000000000000000000000000000000000000
  80.       80000080000000808000800000008000800080800000C0C0C000808080000000
  81.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  82.       7777070000007777777777777770000000000000000000007700070000000FFF
  83.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  84.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  85.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  86.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  87.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  88.       777777000000}
  89.   end
  90. end
  91.