object HelpForm1: THelpForm1 Left = 284 Top = 302 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'AutoRun Version 1.0 Help' 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 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.ini file description:' '-------------------------------' '' '[global]' 'CDName = Your CD name' '' '[items]' 'Item1 = First item name' 'Item1Command = First item command (.exe file or document)' 'Item2 = Second item name' 'Item2Command = Second item command (.exe file or ' ' document)' '.' '.' 'Itemn = nth item name (n is number)' 'ItemnCommand = nth item command (n is number)' ' (.exe file or document)' '(Do NOT include drive letter!)' '' '[options]' 'IconifyAfterExec = 1 (Hides AutoRun after execution)' 'CloseAfterExec = 1 (Closes AutoRun after execution)' '(If all is set to zero, AutoRun stays on screen)' '(CloseAfterClose has higher priority)' 'SortItems = 1 (Items will be sorted alphabetically)' '' '-------------------------------' '' ' You can simply rename this executable to your own name' '(like CDStart.exe). In this case, AutoRun is looking for' 'new_name.ini (for example CDStart.ini).' '' '-------------------------------' '' 'Tip:' ' You can use direct command-line execution. The number ' 'of parameters is unlimited... (EX: autorun.exe license.txt)' '' 'Note:' ' If you want to explore whole CD from command-line, ' 'please use colon as separated parameter (autorun.exe :).' ' If you want to test your AutoRun configuration, use' 'special drive (You can add new drive by using subst ' 'command).' '' 'Bugs:' ' CDName doesn'#39't work under Windows 95, because Arial ' 'Bold font is missing. Please, use short "sentences".') 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