home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TUSERMENUCHANGE / TUSERMENUCHANGE.txt
Text File  |  1998-08-11  |  6KB  |  304 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 = 297
  10.   ClientWidth = 451
  11.   Font.Color = clBtnText
  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 = 342
  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 = 144
  34.     Width = 90
  35.     Height = 14
  36.     AutoSize = False
  37.     Caption = '&Command:'
  38.   end
  39.   object Parameters: TLabel
  40.     Tag = 4
  41.     Left = 3
  42.     Top = 168
  43.     Width = 90
  44.     Height = 14
  45.     AutoSize = False
  46.     Caption = '&Parameters:'
  47.     FocusControl = id_params
  48.   end
  49.   object Startpath: TLabel
  50.     Tag = 5
  51.     Left = 3
  52.     Top = 191
  53.     Width = 90
  54.     Height = 14
  55.     AutoSize = False
  56.     Caption = '&Start path:'
  57.     FocusControl = id_userpath
  58.   end
  59.   object Label1: TLabel
  60.     Tag = 11
  61.     Left = 3
  62.     Top = 251
  63.     Width = 446
  64.     Height = 14
  65.     AutoSize = False
  66.     Caption = '? as the first parameter: invokes dialog to enter parameters'
  67.     Enabled = False
  68.   end
  69.   object pinsertsactualsourcepath: TLabel
  70.     Tag = 12
  71.     Left = 3
  72.     Top = 267
  73.     Width = 254
  74.     Height = 14
  75.     AutoSize = False
  76.     Caption = '%p: inserts actual source path'
  77.     Enabled = False
  78.   end
  79.   object Label2: TLabel
  80.     Tag = 14
  81.     Left = 3
  82.     Top = 283
  83.     Width = 254
  84.     Height = 14
  85.     AutoSize = False
  86.     Caption = '%n: inserts file name under the cursor'
  87.     Enabled = False
  88.   end
  89.   object ttheactualtargetpath: TLabel
  90.     Tag = 13
  91.     Left = 256
  92.     Top = 267
  93.     Width = 193
  94.     Height = 14
  95.     AutoSize = False
  96.     Caption = '%t: the actual target path'
  97.     Enabled = False
  98.   end
  99.   object thepercentsign: TLabel
  100.     Tag = 15
  101.     Left = 257
  102.     Top = 283
  103.     Width = 192
  104.     Height = 14
  105.     AutoSize = False
  106.     Caption = '%%: the percent sign'
  107.     Enabled = False
  108.   end
  109.   object ShortcutKey: TLabel
  110.     Tag = 17
  111.     Left = 3
  112.     Top = 215
  113.     Width = 90
  114.     Height = 14
  115.     AutoSize = False
  116.     Caption = 'Shortcut &key:'
  117.     FocusControl = id_ShortCutCombo
  118.   end
  119.   object id_menupoints: TListBox
  120.     Left = 3
  121.     Top = 20
  122.     Width = 342
  123.     Height = 116
  124.     Font.Color = clBlack
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = []
  128.     IntegralHeight = True
  129.     ItemHeight = 14
  130.     ParentFont = False
  131.     Style = lbOwnerDrawFixed
  132.     TabOrder = 0
  133.     OnClick = id_menupointsClick
  134.     OnDrawItem = id_menupointsDrawItem
  135.     OnKeyDown = id_menupointsKeyDown
  136.     OnMouseDown = id_menupointsMouseDown
  137.     OnMouseMove = id_menupointsMouseMove
  138.     OnMouseUp = id_menupointsMouseUp
  139.   end
  140.   object id_find1: TButton
  141.     Left = 321
  142.     Top = 140
  143.     Width = 24
  144.     Height = 21
  145.     Caption = '&>>'
  146.     TabOrder = 2
  147.     OnClick = id_find1Click
  148.   end
  149.   object id_params: TEdit
  150.     Left = 95
  151.     Top = 164
  152.     Width = 250
  153.     Height = 21
  154.     Font.Color = clWindowText
  155.     Font.Height = -11
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     MaxLength = 255
  159.     ParentFont = False
  160.     TabOrder = 3
  161.     OnChange = id_paramsChange
  162.   end
  163.   object id_userpath: TEdit
  164.     Left = 95
  165.     Top = 188
  166.     Width = 250
  167.     Height = 21
  168.     Font.Color = clWindowText
  169.     Font.Height = -11
  170.     Font.Name = 'MS Sans Serif'
  171.     Font.Style = []
  172.     MaxLength = 255
  173.     ParentFont = False
  174.     TabOrder = 4
  175.     OnChange = id_userpathChange
  176.   end
  177.   object id_assymbol: TCheckBox
  178.     Tag = 6
  179.     Left = 95
  180.     Top = 236
  181.     Width = 114
  182.     Height = 14
  183.     Caption = 'run m&inimized'
  184.     TabOrder = 6
  185.     OnClick = id_assymbolClick
  186.   end
  187.   object id_addmenu: TButton
  188.     Tag = 8
  189.     Left = 348
  190.     Top = 20
  191.     Width = 100
  192.     Height = 23
  193.     Caption = '&Add Item...'
  194.     TabOrder = 8
  195.     OnClick = id_addmenuClick
  196.   end
  197.   object id_deletemenu: TButton
  198.     Tag = 9
  199.     Left = 348
  200.     Top = 70
  201.     Width = 100
  202.     Height = 23
  203.     Caption = '&Delete Item'
  204.     TabOrder = 10
  205.     OnClick = id_deletemenuClick
  206.   end
  207.   object id_changetitle: TButton
  208.     Tag = 10
  209.     Left = 348
  210.     Top = 96
  211.     Width = 100
  212.     Height = 23
  213.     Caption = 'Change &Title...'
  214.     TabOrder = 11
  215.     OnClick = id_changetitleClick
  216.   end
  217.   object Ok: TButton
  218.     Tag = 4001
  219.     Left = 348
  220.     Top = 139
  221.     Width = 100
  222.     Height = 23
  223.     Caption = 'Ok'
  224.     Default = True
  225.     ModalResult = 1
  226.     TabOrder = 12
  227.     OnClick = OkClick
  228.   end
  229.   object Cancel: TButton
  230.     Tag = 4002
  231.     Left = 348
  232.     Top = 164
  233.     Width = 100
  234.     Height = 23
  235.     Cancel = True
  236.     Caption = 'Cancel'
  237.     ModalResult = 2
  238.     TabOrder = 13
  239.     OnClick = CancelClick
  240.   end
  241.   object id_globalhelp: TButton
  242.     Tag = 4003
  243.     Left = 348
  244.     Top = 189
  245.     Width = 100
  246.     Height = 23
  247.     Caption = '&Help'
  248.     TabOrder = 14
  249.     OnClick = id_globalhelpClick
  250.   end
  251.   object id_FullScreen: TCheckBox
  252.     Tag = 7
  253.     Left = 216
  254.     Top = 236
  255.     Width = 129
  256.     Height = 14
  257.     Caption = 'ma&ximized'
  258.     TabOrder = 7
  259.     OnClick = id_FullScreenClick
  260.   end
  261.   object id_addsubmenu: TButton
  262.     Tag = 16
  263.     Left = 348
  264.     Top = 45
  265.     Width = 100
  266.     Height = 23
  267.     Caption = 'Add s&ubmenu...'
  268.     TabOrder = 9
  269.     OnClick = id_addmenuClick
  270.   end
  271.   object id_ShortCutCombo: TComboBox
  272.     Left = 95
  273.     Top = 212
  274.     Width = 250
  275.     Height = 21
  276.     Style = csDropDownList
  277.     DropDownCount = 12
  278.     ItemHeight = 13
  279.     TabOrder = 5
  280.     OnChange = id_ShortCutComboChange
  281.     OnExit = id_ShortCutComboExit
  282.   end
  283.   object id_cmdline: TComboBox
  284.     Left = 95
  285.     Top = 140
  286.     Width = 226
  287.     Height = 21
  288.     ItemHeight = 13
  289.     TabOrder = 1
  290.     OnChange = id_cmdlineChange
  291.     OnClick = id_cmdlineChange
  292.     OnKeyDown = id_cmdlineKeyDown
  293.   end
  294.   object Translate1: TTranslate
  295.     Tag = 5780
  296.     Left = 400
  297.     Top = 220
  298.   end
  299.   object ResolutionFix1: TResolutionFix
  300.     Left = 368
  301.     Top = 220
  302.   end
  303. end
  304.