object USERMENUCHANGE: TUSERMENUCHANGE Tag = 1 Left = 199 Top = 86 HelpContext = 110 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Change start menu' ClientHeight = 256 ClientWidth = 432 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Startmenu: TLabel Tag = 2 Left = 3 Top = 5 Width = 402 Height = 14 AutoSize = False Caption = 'Start &menu:' FocusControl = id_menupoints WordWrap = True end object Command: TLabel Tag = 3 Left = 3 Top = 120 Width = 90 Height = 14 AutoSize = False Caption = '&Command:' FocusControl = id_cmdline WordWrap = True end object Parameters: TLabel Tag = 4 Left = 3 Top = 146 Width = 90 Height = 14 AutoSize = False Caption = '&Parameters:' FocusControl = id_params end object Startpath: TLabel Tag = 5 Left = 3 Top = 171 Width = 90 Height = 14 AutoSize = False Caption = '&Start path:' FocusControl = id_userpath WordWrap = True end object SpecialParameters: TLabel Left = 3 Top = 207 Width = 187 Height = 14 AutoSize = False Caption = 'Special Parameters:' Enabled = False end object Label1: TLabel Tag = 11 Left = 3 Top = 207 Width = 426 Height = 14 AutoSize = False Caption = '? as the first parameter: invokes dialog to enter parameters' Enabled = False end object pinsertsactualsourcepath: TLabel Tag = 12 Left = 3 Top = 223 Width = 246 Height = 14 AutoSize = False Caption = '%p: inserts actual source path' Enabled = False end object Label2: TLabel Tag = 14 Left = 3 Top = 239 Width = 246 Height = 14 AutoSize = False Caption = '%n: inserts file name under the cursor' Enabled = False end object ttheactualtargetpath: TLabel Tag = 13 Left = 248 Top = 223 Width = 181 Height = 14 AutoSize = False Caption = '%t: the actual target path' Enabled = False end object thepercentsign: TLabel Tag = 15 Left = 250 Top = 239 Width = 179 Height = 14 AutoSize = False Caption = '%%: the percent-sign' Enabled = False end object id_menupoints: TListBox Left = 3 Top = 20 Width = 318 Height = 93 ItemHeight = 13 TabOrder = 0 OnClick = id_menupointsClick OnKeyDown = id_menupointsKeyDown end object id_cmdline: TEdit Left = 95 Top = 116 Width = 202 Height = 21 MaxLength = 255 TabOrder = 1 OnChange = id_cmdlineChange end object id_find1: TButton Left = 297 Top = 115 Width = 24 Height = 22 Caption = '&>>' TabOrder = 2 OnClick = id_find1Click end object id_params: TEdit Left = 95 Top = 142 Width = 226 Height = 21 MaxLength = 255 TabOrder = 3 OnChange = id_paramsChange end object id_userpath: TEdit Left = 95 Top = 168 Width = 226 Height = 21 MaxLength = 255 TabOrder = 4 OnChange = id_userpathChange end object id_assymbol: TCheckBox Tag = 6 Left = 95 Top = 192 Width = 102 Height = 14 Caption = 'run m&inimized' TabOrder = 5 OnClick = id_assymbolClick end object id_addmenu: TButton Tag = 8 Left = 328 Top = 20 Width = 100 Height = 23 Caption = '&Add Item...' TabOrder = 7 OnClick = id_addmenuClick end object id_deletemenu: TButton Tag = 9 Left = 328 Top = 46 Width = 100 Height = 23 Caption = '&Delete Item' TabOrder = 8 OnClick = id_deletemenuClick end object id_changetitle: TButton Tag = 10 Left = 328 Top = 72 Width = 100 Height = 23 Caption = 'Change &Title...' TabOrder = 9 OnClick = id_changetitleClick end object Ok: TButton Tag = 4001 Left = 328 Top = 115 Width = 100 Height = 23 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 10 OnClick = OkClick end object Cancel: TButton Tag = 4002 Left = 328 Top = 141 Width = 100 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 11 OnClick = CancelClick end object id_globalhelp: TButton Tag = 4003 Left = 328 Top = 167 Width = 100 Height = 23 Caption = '&Help' TabOrder = 12 OnClick = id_globalhelpClick end object id_FullScreen: TCheckBox Tag = 7 Left = 200 Top = 192 Width = 121 Height = 14 Caption = 'ma&ximized' TabOrder = 6 OnClick = id_FullScreenClick end object Translate1: TTranslate Tag = 5780 Left = 400 Top = 192 end object ResolutionFix1: TResolutionFix Left = 368 Top = 192 end end