object frmSubmit: TfrmSubmit Left = 362 Top = 254 HelpContext = 1 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Submit Results' ClientHeight = 273 ClientWidth = 427 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter ShowHint = True PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 18 Width = 33 Height = 13 Caption = 'Action:' end object Label2: TLabel Left = 16 Top = 45 Width = 39 Height = 13 Caption = 'Method:' end object Label3: TLabel Left = 16 Top = 71 Width = 35 Height = 13 Caption = 'Results' end object ActionText: TEdit Left = 67 Top = 14 Width = 342 Height = 21 TabStop = False ReadOnly = True TabOrder = 0 end object MethodText: TEdit Left = 67 Top = 41 Width = 342 Height = 21 TabStop = False ReadOnly = True TabOrder = 1 end object ResultBox: TListBox Left = 17 Top = 90 Width = 392 Height = 145 TabStop = False ItemHeight = 13 TabOrder = 2 end object btnClose: TButton Left = 172 Top = 242 Width = 73 Height = 28 Caption = '&Close' Default = True TabOrder = 3 OnClick = btnCloseClick end end