home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
500 Game Surplus
/
XSurplus.iso
/
267
/
_SETUP.1
/
PBTerm.exe
/
0
/
RCDATA
/
TPBTERMREADHELPFORM
/
TPBTERMREADHELPFORM.txt
Wrap
Text File
|
1997-02-09
|
2KB
|
90 lines
object PBTermReadHelpForm: TPBTermReadHelpForm
Left = 272
Top = 167
Width = 495
Height = 383
HelpContext = 6
Caption = 'Paintball Net Help Reader'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BottomPanel: TPanel
Left = 0
Top = 324
Width = 487
Height = 32
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object ReadHelpButton: TButton
Left = 248
Top = 4
Width = 75
Height = 25
Caption = '&Read Help'
Default = True
TabOrder = 1
OnClick = ReadHelpButtonClick
end
object HelpComboBox: TComboBox
Left = 4
Top = 4
Width = 241
Height = 24
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
ParentFont = False
TabOrder = 0
end
object DonePanel: TPanel
Left = 404
Top = 0
Width = 83
Height = 32
Align = alRight
BevelOuter = bvNone
TabOrder = 3
object DoneButton: TButton
Left = 4
Top = 4
Width = 75
Height = 25
Caption = '&Done'
TabOrder = 0
OnClick = DoneButtonClick
end
end
object CommandListButton: TButton
Left = 328
Top = 4
Width = 75
Height = 25
Caption = '&Commands'
TabOrder = 2
OnClick = CommandListButtonClick
end
end
object HelpMemo: TMemo
Left = 0
Top = 0
Width = 487
Height = 324
Align = alClient
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
end