home *** CD-ROM | disk | FTP | other *** search
- object ShortcutsForm: TShortcutsForm
- Left = 557
- Top = 154
- Width = 258
- Height = 419
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'ShortcutsForm'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object aScrollBox1: TScrollBox
- Left = 0
- Top = 0
- Width = 250
- Height = 385
- Align = alClient
- Constraints.MaxWidth = 300
- Constraints.MinWidth = 250
- TabOrder = 0
- end
- object ActionList1: TActionList
- Left = 170
- Top = 2
- object Action1: TAction
- Caption = 'Action1'
- ShortCut = 112
- OnExecute = Action1Execute
- end
- object Action2: TAction
- Caption = 'Action2'
- ShortCut = 27
- OnExecute = Action2Execute
- end
- end
- end
-