home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 January
/
PCWorld_2000-01_cd.bin
/
Komunik
/
News
/
Xnews
/
Xnews.exe
/
0
/
RCDATA
/
TFMKEYS
/
TFMKEYS.txt
Wrap
Text File
|
1999-11-08
|
2KB
|
134 lines
object fmKeys: TfmKeys
Left = 196
Top = 106
ActiveControl = LV
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Keyboard Mapping'
ClientHeight = 452
ClientWidth = 682
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnKeyUp = FormKeyUp
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 16
Top = 384
Width = 60
Height = 16
Caption = 'Changing:'
end
object Label2: TLabel
Left = 336
Top = 384
Width = 106
Height = 16
Caption = 'Currently used by:'
end
object lbFunc: TLabel
Left = 85
Top = 384
Width = 6
Height = 16
Caption = 'x'
end
object lbUsed: TLabel
Left = 452
Top = 384
Width = 6
Height = 16
Caption = 'x'
end
object Panel1: TPanel
Left = 8
Top = 8
Width = 665
Height = 361
BevelInner = bvRaised
BorderWidth = 5
TabOrder = 0
TabStop = True
object LV: TMyListView
Left = 7
Top = 7
Width = 651
Height = 347
Align = alClient
Columns = <
item
Caption = 'Window'
Width = 80
end
item
Caption = 'Key'
Width = 80
end
item
Caption = 'Function'
Width = 300
end
item
Caption = 'ID'
Width = 150
end>
GridLines = True
HideSelection = False
HotTrackStyles = []
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
OnKeyUp = LVKeyUp
OnMouseUp = LVMouseUp
end
end
object bOk: TButton
Left = 504
Top = 416
Width = 75
Height = 25
Caption = 'Okay'
Enabled = False
TabOrder = 3
OnClick = bOkClick
end
object bCancel: TButton
Left = 592
Top = 416
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object HotKey: THotKey
Left = 16
Top = 416
Width = 177
Height = 22
HotKey = 0
InvalidKeys = []
Modifiers = []
TabOrder = 1
end
object bSet: TButton
Left = 216
Top = 416
Width = 75
Height = 25
Caption = 'Set'
TabOrder = 2
OnClick = bSetClick
end
end