home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 February
/
PCWorld_1999-02_cd.bin
/
temacd
/
HotKeys
/
hkList.dfm
/
hkList.txt
next >
Wrap
Text File
|
1998-08-14
|
1KB
|
70 lines
object frmHotkeyList: TfrmHotkeyList
Left = 101
Top = 77
Width = 551
Height = 322
HelpContext = 4
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'Hotkey List'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pnlHotkeys: TPanel
Left = 0
Top = 0
Width = 543
Height = 295
Align = alClient
BevelOuter = bvNone
BorderWidth = 4
Caption = 'pnlHotkeys'
TabOrder = 0
object lvHotkeys: TListView
Left = 4
Top = 4
Width = 535
Height = 287
Align = alClient
ColumnClick = False
OnDblClick = lvHotkeysDblClick
Columns = <
item
Caption = 'Description'
Width = 145
end
item
Caption = 'ID'
Width = 45
end
item
Caption = 'Action'
Width = 100
end
item
Caption = 'Data'
Width = 135
end
item
Caption = 'Hotkey'
Width = 90
end>
ReadOnly = True
HideSelection = False
RowSelect = True
SortType = stText
TabOrder = 0
ViewStyle = vsReport
OnKeyPress = lvHotkeysKeyPress
end
end
end