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
Text File  |  1999-11-08  |  2KB  |  134 lines

  1. object fmKeys: TfmKeys
  2.   Left = 196
  3.   Top = 106
  4.   ActiveControl = LV
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Keyboard Mapping'
  8.   ClientHeight = 452
  9.   ClientWidth = 682
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnKeyUp = FormKeyUp
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 384
  26.     Width = 60
  27.     Height = 16
  28.     Caption = 'Changing:'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 336
  32.     Top = 384
  33.     Width = 106
  34.     Height = 16
  35.     Caption = 'Currently used by:'
  36.   end
  37.   object lbFunc: TLabel
  38.     Left = 85
  39.     Top = 384
  40.     Width = 6
  41.     Height = 16
  42.     Caption = 'x'
  43.   end
  44.   object lbUsed: TLabel
  45.     Left = 452
  46.     Top = 384
  47.     Width = 6
  48.     Height = 16
  49.     Caption = 'x'
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 8
  53.     Top = 8
  54.     Width = 665
  55.     Height = 361
  56.     BevelInner = bvRaised
  57.     BorderWidth = 5
  58.     TabOrder = 0
  59.     TabStop = True
  60.     object LV: TMyListView
  61.       Left = 7
  62.       Top = 7
  63.       Width = 651
  64.       Height = 347
  65.       Align = alClient
  66.       Columns = <
  67.         item
  68.           Caption = 'Window'
  69.           Width = 80
  70.         end
  71.         item
  72.           Caption = 'Key'
  73.           Width = 80
  74.         end
  75.         item
  76.           Caption = 'Function'
  77.           Width = 300
  78.         end
  79.         item
  80.           Caption = 'ID'
  81.           Width = 150
  82.         end>
  83.       GridLines = True
  84.       HideSelection = False
  85.       HotTrackStyles = []
  86.       ReadOnly = True
  87.       RowSelect = True
  88.       TabOrder = 0
  89.       ViewStyle = vsReport
  90.       OnKeyUp = LVKeyUp
  91.       OnMouseUp = LVMouseUp
  92.     end
  93.   end
  94.   object bOk: TButton
  95.     Left = 504
  96.     Top = 416
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'Okay'
  100.     Enabled = False
  101.     TabOrder = 3
  102.     OnClick = bOkClick
  103.   end
  104.   object bCancel: TButton
  105.     Left = 592
  106.     Top = 416
  107.     Width = 75
  108.     Height = 25
  109.     Cancel = True
  110.     Caption = 'Cancel'
  111.     ModalResult = 2
  112.     TabOrder = 4
  113.   end
  114.   object HotKey: THotKey
  115.     Left = 16
  116.     Top = 416
  117.     Width = 177
  118.     Height = 22
  119.     HotKey = 0
  120.     InvalidKeys = []
  121.     Modifiers = []
  122.     TabOrder = 1
  123.   end
  124.   object bSet: TButton
  125.     Left = 216
  126.     Top = 416
  127.     Width = 75
  128.     Height = 25
  129.     Caption = 'Set'
  130.     TabOrder = 2
  131.     OnClick = bSetClick
  132.   end
  133. end
  134.