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

  1. object frmSubmit: TfrmSubmit
  2.   Left = 362
  3.   Top = 254
  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.   ShowHint = True
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 18
  22.     Width = 33
  23.     Height = 13
  24.     Caption = 'Action:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 45
  29.     Width = 39
  30.     Height = 13
  31.     Caption = 'Method:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 71
  36.     Width = 35
  37.     Height = 13
  38.     Caption = 'Results'
  39.   end
  40.   object ActionText: TEdit
  41.     Left = 67
  42.     Top = 14
  43.     Width = 342
  44.     Height = 21
  45.     TabStop = False
  46.     ReadOnly = True
  47.     TabOrder = 0
  48.   end
  49.   object MethodText: TEdit
  50.     Left = 67
  51.     Top = 41
  52.     Width = 342
  53.     Height = 21
  54.     TabStop = False
  55.     ReadOnly = True
  56.     TabOrder = 1
  57.   end
  58.   object ResultBox: TListBox
  59.     Left = 17
  60.     Top = 90
  61.     Width = 392
  62.     Height = 145
  63.     TabStop = False
  64.     ItemHeight = 13
  65.     TabOrder = 2
  66.   end
  67.   object btnClose: TButton
  68.     Left = 172
  69.     Top = 242
  70.     Width = 73
  71.     Height = 28
  72.     Caption = '&Close'
  73.     Default = True
  74.     TabOrder = 3
  75.     OnClick = btnCloseClick
  76.   end
  77. end
  78.