home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / WCMD32.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TUSERMENUCHANGE / TUSERMENUCHANGE.txt
Text File  |  1996-12-31  |  5KB  |  261 lines

  1. object USERMENUCHANGE: TUSERMENUCHANGE
  2.   Tag = 1
  3.   Left = 199
  4.   Top = 86
  5.   HelpContext = 110
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Change start menu'
  9.   ClientHeight = 256
  10.   ClientWidth = 432
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Startmenu: TLabel
  20.     Tag = 2
  21.     Left = 3
  22.     Top = 5
  23.     Width = 402
  24.     Height = 14
  25.     AutoSize = False
  26.     Caption = 'Start &menu:'
  27.     FocusControl = id_menupoints
  28.     WordWrap = True
  29.   end
  30.   object Command: TLabel
  31.     Tag = 3
  32.     Left = 3
  33.     Top = 120
  34.     Width = 90
  35.     Height = 14
  36.     AutoSize = False
  37.     Caption = '&Command:'
  38.     FocusControl = id_cmdline
  39.     WordWrap = True
  40.   end
  41.   object Parameters: TLabel
  42.     Tag = 4
  43.     Left = 3
  44.     Top = 146
  45.     Width = 90
  46.     Height = 14
  47.     AutoSize = False
  48.     Caption = '&Parameters:'
  49.     FocusControl = id_params
  50.   end
  51.   object Startpath: TLabel
  52.     Tag = 5
  53.     Left = 3
  54.     Top = 171
  55.     Width = 90
  56.     Height = 14
  57.     AutoSize = False
  58.     Caption = '&Start path:'
  59.     FocusControl = id_userpath
  60.     WordWrap = True
  61.   end
  62.   object SpecialParameters: TLabel
  63.     Left = 3
  64.     Top = 207
  65.     Width = 187
  66.     Height = 14
  67.     AutoSize = False
  68.     Caption = 'Special Parameters:'
  69.     Enabled = False
  70.   end
  71.   object Label1: TLabel
  72.     Tag = 11
  73.     Left = 3
  74.     Top = 207
  75.     Width = 426
  76.     Height = 14
  77.     AutoSize = False
  78.     Caption = '? as the first parameter: invokes dialog to enter parameters'
  79.     Enabled = False
  80.   end
  81.   object pinsertsactualsourcepath: TLabel
  82.     Tag = 12
  83.     Left = 3
  84.     Top = 223
  85.     Width = 246
  86.     Height = 14
  87.     AutoSize = False
  88.     Caption = '%p: inserts actual source path'
  89.     Enabled = False
  90.   end
  91.   object Label2: TLabel
  92.     Tag = 14
  93.     Left = 3
  94.     Top = 239
  95.     Width = 246
  96.     Height = 14
  97.     AutoSize = False
  98.     Caption = '%n: inserts file name under the cursor'
  99.     Enabled = False
  100.   end
  101.   object ttheactualtargetpath: TLabel
  102.     Tag = 13
  103.     Left = 248
  104.     Top = 223
  105.     Width = 181
  106.     Height = 14
  107.     AutoSize = False
  108.     Caption = '%t: the actual target path'
  109.     Enabled = False
  110.   end
  111.   object thepercentsign: TLabel
  112.     Tag = 15
  113.     Left = 250
  114.     Top = 239
  115.     Width = 179
  116.     Height = 14
  117.     AutoSize = False
  118.     Caption = '%%: the percent-sign'
  119.     Enabled = False
  120.   end
  121.   object id_menupoints: TListBox
  122.     Left = 3
  123.     Top = 20
  124.     Width = 318
  125.     Height = 93
  126.     ItemHeight = 13
  127.     TabOrder = 0
  128.     OnClick = id_menupointsClick
  129.     OnKeyDown = id_menupointsKeyDown
  130.   end
  131.   object id_cmdline: TEdit
  132.     Left = 95
  133.     Top = 116
  134.     Width = 202
  135.     Height = 21
  136.     MaxLength = 255
  137.     TabOrder = 1
  138.     OnChange = id_cmdlineChange
  139.   end
  140.   object id_find1: TButton
  141.     Left = 297
  142.     Top = 115
  143.     Width = 24
  144.     Height = 22
  145.     Caption = '&>>'
  146.     TabOrder = 2
  147.     OnClick = id_find1Click
  148.   end
  149.   object id_params: TEdit
  150.     Left = 95
  151.     Top = 142
  152.     Width = 226
  153.     Height = 21
  154.     MaxLength = 255
  155.     TabOrder = 3
  156.     OnChange = id_paramsChange
  157.   end
  158.   object id_userpath: TEdit
  159.     Left = 95
  160.     Top = 168
  161.     Width = 226
  162.     Height = 21
  163.     MaxLength = 255
  164.     TabOrder = 4
  165.     OnChange = id_userpathChange
  166.   end
  167.   object id_assymbol: TCheckBox
  168.     Tag = 6
  169.     Left = 95
  170.     Top = 192
  171.     Width = 102
  172.     Height = 14
  173.     Caption = 'run m&inimized'
  174.     TabOrder = 5
  175.     OnClick = id_assymbolClick
  176.   end
  177.   object id_addmenu: TButton
  178.     Tag = 8
  179.     Left = 328
  180.     Top = 20
  181.     Width = 100
  182.     Height = 23
  183.     Caption = '&Add Item...'
  184.     TabOrder = 7
  185.     OnClick = id_addmenuClick
  186.   end
  187.   object id_deletemenu: TButton
  188.     Tag = 9
  189.     Left = 328
  190.     Top = 46
  191.     Width = 100
  192.     Height = 23
  193.     Caption = '&Delete Item'
  194.     TabOrder = 8
  195.     OnClick = id_deletemenuClick
  196.   end
  197.   object id_changetitle: TButton
  198.     Tag = 10
  199.     Left = 328
  200.     Top = 72
  201.     Width = 100
  202.     Height = 23
  203.     Caption = 'Change &Title...'
  204.     TabOrder = 9
  205.     OnClick = id_changetitleClick
  206.   end
  207.   object Ok: TButton
  208.     Tag = 4001
  209.     Left = 328
  210.     Top = 115
  211.     Width = 100
  212.     Height = 23
  213.     Caption = 'Ok'
  214.     Default = True
  215.     ModalResult = 1
  216.     TabOrder = 10
  217.     OnClick = OkClick
  218.   end
  219.   object Cancel: TButton
  220.     Tag = 4002
  221.     Left = 328
  222.     Top = 141
  223.     Width = 100
  224.     Height = 23
  225.     Cancel = True
  226.     Caption = 'Cancel'
  227.     ModalResult = 2
  228.     TabOrder = 11
  229.     OnClick = CancelClick
  230.   end
  231.   object id_globalhelp: TButton
  232.     Tag = 4003
  233.     Left = 328
  234.     Top = 167
  235.     Width = 100
  236.     Height = 23
  237.     Caption = '&Help'
  238.     TabOrder = 12
  239.     OnClick = id_globalhelpClick
  240.   end
  241.   object id_FullScreen: TCheckBox
  242.     Tag = 7
  243.     Left = 200
  244.     Top = 192
  245.     Width = 121
  246.     Height = 14
  247.     Caption = 'ma&ximized'
  248.     TabOrder = 6
  249.     OnClick = id_FullScreenClick
  250.   end
  251.   object Translate1: TTranslate
  252.     Tag = 5780
  253.     Left = 400
  254.     Top = 192
  255.   end
  256.   object ResolutionFix1: TResolutionFix
  257.     Left = 368
  258.     Top = 192
  259.   end
  260. end
  261.