home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9UTI
/
MCP3B.ZIP
/
_SETUP.1
/
MCP.exe
/
0
/
RCDATA
/
TFORM5
/
TFORM5.txt
Wrap
Text File
|
1998-05-10
|
1KB
|
74 lines
object Form5: TForm5
Left = 142
Top = 169
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Active/Open Programs'
ClientHeight = 240
ClientWidth = 571
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 284
Height = 13
Caption = 'The following programs are now in operation on your system:'
end
object Button1: TButton
Left = 440
Top = 200
Width = 75
Height = 25
Hint = 'Exit'
Caption = '&Leave'
Default = True
ModalResult = 1
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object Button2: TButton
Left = 56
Top = 200
Width = 75
Height = 25
Hint = 'Refresh screen to update executed programs'
Caption = '&Refresh'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = Button2Click
end
object ListView1: TListView
Left = 0
Top = 24
Width = 569
Height = 169
OnDblClick = ListView1DblClick
Columns = <
item
Caption = 'Start'
Width = 70
end
item
Caption = 'End'
Width = 70
end
item
Caption = 'Program Name'
Width = 422
end>
ReadOnly = False
TabOrder = 2
ViewStyle = vsReport
end
end