home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / HotKeys / hkList.dfm / hkList.txt next >
Text File  |  1998-08-14  |  1KB  |  70 lines

  1. object frmHotkeyList: TfrmHotkeyList
  2.   Left = 101
  3.   Top = 77
  4.   Width = 551
  5.   Height = 322
  6.   HelpContext = 4
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Caption = 'Hotkey List'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnlHotkeys: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 543
  25.     Height = 295
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     BorderWidth = 4
  29.     Caption = 'pnlHotkeys'
  30.     TabOrder = 0
  31.     object lvHotkeys: TListView
  32.       Left = 4
  33.       Top = 4
  34.       Width = 535
  35.       Height = 287
  36.       Align = alClient
  37.       ColumnClick = False
  38.       OnDblClick = lvHotkeysDblClick
  39.       Columns = <
  40.         item
  41.           Caption = 'Description'
  42.           Width = 145
  43.         end
  44.         item
  45.           Caption = 'ID'
  46.           Width = 45
  47.         end
  48.         item
  49.           Caption = 'Action'
  50.           Width = 100
  51.         end
  52.         item
  53.           Caption = 'Data'
  54.           Width = 135
  55.         end
  56.         item
  57.           Caption = 'Hotkey'
  58.           Width = 90
  59.         end>
  60.       ReadOnly = True
  61.       HideSelection = False
  62.       RowSelect = True
  63.       SortType = stText
  64.       TabOrder = 0
  65.       ViewStyle = vsReport
  66.       OnKeyPress = lvHotkeysKeyPress
  67.     end
  68.   end
  69. end
  70.