home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / desktop / hotkey / hotkey95.exe / Source / hkList.dfm / hkList.txt next >
Text File  |  1998-02-13  |  1KB  |  65 lines

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