object ShortCutForm1: TShortCutForm1 Left = 284 Top = 302 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'AutoRun Version 1.0 shortcut list' ClientHeight = 377 ClientWidth = 321 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PopupMenu = PopupMenu1 Position = poDesktopCenter OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 8 Top = 8 Width = 305 Height = 361 Color = clWhite Lines.Strings = ( 'AutoRun Version 1.0' 'Copyright (c) 2002 Petr Hadraba - Hadraba-Soft' '' 'AutoRun Keyboard shortcuts:' '-------------------------------' '' 'AutoRun Window:' '-------------------------------' 'Exit AutoRun'#9#9#9'Esc, Alt+F4, Alt+X' 'Iconify AutoRun'#9#9#9'Alt+Space' 'Keyboard shortcuts (Help)'#9#9'F1, Alt+H' 'About AutoRun'#9#9#9'F12, Alt+A' 'Execute item'#9#9#9'Enter' 'Execute item with user application'#9'Ctrl+Enter' 'Explore selected item'#9#9'Alt+Enter' 'Iconify after execution'#9#9'Alt+I' 'Close after execution'#9#9'Alt+L' 'Explore CD'#9#9#9'Ctrl+Space, Alt+C' 'Sort items'#9#9#9#9'Alt+S' '' 'About AutoRun dialog:' '-------------------------------' 'Go to URL'#9#9#9'S' 'Write e-mail'#9#9#9'C' 'Close'#9#9#9#9'Any other key' '' 'Help for AutoRun:' '-------------------------------' 'Copy text to clipboard'#9#9'Ctrl+C' 'Close'#9#9#9#9'Esc, Alt+F4' '' 'Error dialog:' '-------------------------------' 'Close'#9#9#9#9'Esc, Enter, Alt+F4' '' 'Note:' '-------------------------------' ' All AutoRun actions (main window) is available in context ' 'menus.') PopupMenu = PopupMenu1 ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object PopupMenu1: TPopupMenu Left = 48 Top = 336 object Copytexttoclipboard1: TMenuItem Action = CopyAction1 end object N1: TMenuItem Caption = '-' end object About1: TMenuItem Action = AboutAction1 end object Exit1: TMenuItem Action = ExitAction1 Default = True end end object ActionList1: TActionList Left = 16 Top = 336 object ExitAction1: TAction Category = 'System' Caption = '&Close' ShortCut = 27 OnExecute = ExitAction1Execute end object AboutAction1: TAction Category = 'System' Caption = '&About...' ShortCut = 112 OnExecute = AboutAction1Execute end object CopyAction1: TAction Category = 'View' Caption = 'Copy &text to clipboard' ShortCut = 16451 OnExecute = CopyAction1Execute end end end