home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMSUBMIT / TFRMSUBMIT.txt < prev   
Text File  |  1996-10-14  |  1KB  |  77 lines

  1. object frmSubmit: TfrmSubmit
  2.   Left = 322
  3.   Top = 161
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Submit Results'
  8.   ClientHeight = 273
  9.   ClientWidth = 427
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 18
  21.     Width = 33
  22.     Height = 13
  23.     Caption = 'Action:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 45
  28.     Width = 39
  29.     Height = 13
  30.     Caption = 'Method:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 71
  35.     Width = 35
  36.     Height = 13
  37.     Caption = 'Results'
  38.   end
  39.   object ActionText: TEdit
  40.     Left = 67
  41.     Top = 14
  42.     Width = 342
  43.     Height = 21
  44.     TabStop = False
  45.     ReadOnly = True
  46.     TabOrder = 0
  47.   end
  48.   object MethodText: TEdit
  49.     Left = 67
  50.     Top = 41
  51.     Width = 342
  52.     Height = 21
  53.     TabStop = False
  54.     ReadOnly = True
  55.     TabOrder = 1
  56.   end
  57.   object ResultBox: TListBox
  58.     Left = 17
  59.     Top = 90
  60.     Width = 392
  61.     Height = 145
  62.     TabStop = False
  63.     ItemHeight = 13
  64.     TabOrder = 2
  65.   end
  66.   object Button1: TButton
  67.     Left = 172
  68.     Top = 242
  69.     Width = 73
  70.     Height = 28
  71.     Caption = '&Close'
  72.     Default = True
  73.     TabOrder = 3
  74.     OnClick = Button1Click
  75.   end
  76. end
  77.