home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / xnews / Xnews.exe / 0 / RCDATA / TFMKEYS / TFMKEYS.txt
Text File  |  2001-01-31  |  3KB  |  140 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 = clBtnText
  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.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clWindowText
  85.       Font.Height = -13
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       GridLines = True
  89.       HideSelection = False
  90.       HotTrackStyles = []
  91.       ReadOnly = True
  92.       RowSelect = True
  93.       ParentFont = False
  94.       TabOrder = 0
  95.       ViewStyle = vsReport
  96.       OnKeyUp = LVKeyUp
  97.       OnMouseUp = LVMouseUp
  98.     end
  99.   end
  100.   object bOk: TButton
  101.     Left = 504
  102.     Top = 416
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'Okay'
  106.     Enabled = False
  107.     TabOrder = 3
  108.     OnClick = bOkClick
  109.   end
  110.   object bCancel: TButton
  111.     Left = 592
  112.     Top = 416
  113.     Width = 75
  114.     Height = 25
  115.     Cancel = True
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 4
  119.   end
  120.   object HotKey: THotKey
  121.     Left = 16
  122.     Top = 416
  123.     Width = 177
  124.     Height = 22
  125.     HotKey = 0
  126.     InvalidKeys = []
  127.     Modifiers = []
  128.     TabOrder = 1
  129.   end
  130.   object bSet: TButton
  131.     Left = 216
  132.     Top = 416
  133.     Width = 75
  134.     Height = 25
  135.     Caption = 'Set'
  136.     TabOrder = 2
  137.     OnClick = bSetClick
  138.   end
  139. end
  140.