home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TSHORTCUTSFORM / TSHORTCUTSFORM.txt
Encoding:
Text File  |  2003-02-24  |  968 b   |  46 lines

  1. object ShortcutsForm: TShortcutsForm
  2.   Left = 557
  3.   Top = 154
  4.   Width = 258
  5.   Height = 419
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'ShortcutsForm'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object aScrollBox1: TScrollBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 250
  25.     Height = 385
  26.     Align = alClient
  27.     Constraints.MaxWidth = 300
  28.     Constraints.MinWidth = 250
  29.     TabOrder = 0
  30.   end
  31.   object ActionList1: TActionList
  32.     Left = 170
  33.     Top = 2
  34.     object Action1: TAction
  35.       Caption = 'Action1'
  36.       ShortCut = 112
  37.       OnExecute = Action1Execute
  38.     end
  39.     object Action2: TAction
  40.       Caption = 'Action2'
  41.       ShortCut = 27
  42.       OnExecute = Action2Execute
  43.     end
  44.   end
  45. end
  46.