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
Wrap
Text File
|
1996-10-14
|
1KB
|
77 lines
object frmSubmit: TfrmSubmit
Left = 322
Top = 161
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 = {<image000.ico>}
Position = poScreenCenter
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 Button1: TButton
Left = 172
Top = 242
Width = 73
Height = 28
Caption = '&Close'
Default = True
TabOrder = 3
OnClick = Button1Click
end
end