home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / HowTo / Winkey / winkey2.exe / _SETUP.1 / WinKeyMgr.exe / 0 / RCDATA / TWINKEYFORM / TWINKEYFORM.txt
Encoding:
Text File  |  1999-07-04  |  4.6 KB  |  210 lines

  1. object WinKeyForm: TWinKeyForm
  2.   Tag = 123
  3.   Left = 276
  4.   Top = 204
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   ClientHeight = 337
  8.   ClientWidth = 602
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 200
  11.   Constraints.MinWidth = 200
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   Menu = MainMenu
  19.   OldCreateOrder = True
  20.   Position = poScreenCenter
  21.   OnCreate = FormCreate
  22.   OnHide = FormHide
  23.   OnKeyPress = FormKeyPress
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Bevel1: TBevel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 602
  31.     Height = 2
  32.     Align = alTop
  33.     Shape = bsTopLine
  34.   end
  35.   object StatusBar1: TStatusBar
  36.     Left = 0
  37.     Top = 318
  38.     Width = 602
  39.     Height = 19
  40.     Panels = <
  41.       item
  42.         Bevel = pbNone
  43.         Width = 9999
  44.       end>
  45.     SimplePanel = False
  46.   end
  47.   object ShortCutView: TListView
  48.     Left = 10
  49.     Top = 12
  50.     Width = 496
  51.     Height = 315
  52.     Anchors = [akLeft, akTop, akRight, akBottom]
  53.     Columns = <
  54.       item
  55.         Caption = 'Shortcut Key'
  56.         Width = 143
  57.       end
  58.       item
  59.         Caption = 'Command'
  60.         Width = 220
  61.       end
  62.       item
  63.         Caption = 'Parameters'
  64.         Width = 107
  65.       end>
  66.     ColumnClick = False
  67.     HideSelection = False
  68.     HotTrackStyles = []
  69.     Items.Data = {
  70.       300000000100000000000000FFFFFFFFFFFFFFFF000000000000000013205374
  71.       616E646172642053686F727463757473}
  72.     MultiSelect = True
  73.     ReadOnly = True
  74.     RowSelect = True
  75.     PopupMenu = ShortCutPopup
  76.     SmallImages = ShortCutImages
  77.     TabOrder = 0
  78.     ViewStyle = vsReport
  79.     OnChange = ShortCutViewChange
  80.     OnDblClick = PropertiesBtnClick
  81.     OnDeletion = ShortCutViewDeletion
  82.     OnKeyDown = ShortCutViewKeyDown
  83.   end
  84.   object AddBtn: TButton
  85.     Left = 516
  86.     Top = 12
  87.     Width = 75
  88.     Height = 23
  89.     Anchors = [akTop, akRight]
  90.     Caption = '&Add...'
  91.     TabOrder = 1
  92.     OnClick = AddBtnClick
  93.   end
  94.   object RemoveBtn: TButton
  95.     Left = 516
  96.     Top = 42
  97.     Width = 75
  98.     Height = 23
  99.     Anchors = [akTop, akRight]
  100.     Caption = '&Remove'
  101.     TabOrder = 2
  102.     OnClick = RemoveBtnClick
  103.   end
  104.   object PropertiesBtn: TButton
  105.     Left = 516
  106.     Top = 72
  107.     Width = 75
  108.     Height = 23
  109.     Anchors = [akTop, akRight]
  110.     Caption = '&Properties'
  111.     TabOrder = 3
  112.     OnClick = PropertiesBtnClick
  113.   end
  114.   object HotKeyEngine: THotKeyEngine
  115.     Active = False
  116.     Left = 520
  117.     Top = 110
  118.   end
  119.   object MainMenu: TMainMenu
  120.     Left = 550
  121.     Top = 110
  122.     object File1: TMenuItem
  123.       Caption = '&File'
  124.       OnClick = File1Click
  125.       object Add1: TMenuItem
  126.         Caption = '&Add...'
  127.         OnClick = AddBtnClick
  128.       end
  129.       object Remove1: TMenuItem
  130.         Caption = '&Remove'
  131.         OnClick = RemoveBtnClick
  132.       end
  133.       object Properties1: TMenuItem
  134.         Caption = '&Properties'
  135.         OnClick = PropertiesBtnClick
  136.       end
  137.       object N2: TMenuItem
  138.         Caption = '-'
  139.       end
  140.       object Unload1: TMenuItem
  141.         Caption = '&Unload'
  142.         OnClick = UnloadBtnClick
  143.       end
  144.       object Exit1: TMenuItem
  145.         Caption = 'E&xit'
  146.         OnClick = CloseBtnClick
  147.       end
  148.     end
  149.     object Options1: TMenuItem
  150.       Caption = '&Options'
  151.       object ShowTaskbarIcon1: TMenuItem
  152.         Caption = 'Show Taskbar &Icon'
  153.         Checked = True
  154.         OnClick = ShowTaskbarIcon1Click
  155.       end
  156.       object EnableWindowsKeys1: TMenuItem
  157.         Caption = 'Enable Windows &Keys'
  158.         Checked = True
  159.         OnClick = EnableWindowsKeys1Click
  160.       end
  161.     end
  162.     object Help1: TMenuItem
  163.       Caption = '&Help'
  164.       object StandardShortcutList1: TMenuItem
  165.         Caption = '&Standard Shortcut List'
  166.         OnClick = StandardShortcutList1Click
  167.       end
  168.       object N3: TMenuItem
  169.         Caption = '-'
  170.       end
  171.       object AboutWinKey1: TMenuItem
  172.         Caption = '&About WinKey'
  173.         OnClick = AboutBtnClick
  174.       end
  175.     end
  176.   end
  177.   object ShortCutPopup: TPopupMenu
  178.     Left = 520
  179.     Top = 140
  180.     object AddItem: TMenuItem
  181.       Caption = 'Add'
  182.       OnClick = AddBtnClick
  183.     end
  184.     object RemoveItem: TMenuItem
  185.       Caption = 'Remove'
  186.       OnClick = RemoveBtnClick
  187.     end
  188.     object N1: TMenuItem
  189.       Caption = '-'
  190.     end
  191.     object PropertiesItem: TMenuItem
  192.       Caption = 'Properties'
  193.       Default = True
  194.       OnClick = PropertiesBtnClick
  195.     end
  196.   end
  197.   object ShortCutImages: TImageList
  198.     Tag = 16
  199.     Left = 550
  200.     Top = 140
  201.   end
  202.   object DropTarget: TDropTarget
  203.     GiveFeedback = False
  204.     OnDragOver = DropTargetDragOver
  205.     OnDragDrop = DropTargetDragDrop
  206.     Left = 520
  207.     Top = 170
  208.   end
  209. end
  210.