home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 December / dpcb1298.iso / Utilit.ies / Maverick / Launch12.exe / 0 / RCDATA / TUD_FILEMENUS / TUD_FILEMENUS.txt
Text File  |  1998-09-11  |  5KB  |  233 lines

  1. object UD_FileMenus: TUD_FileMenus
  2.   Left = 288
  3.   Top = 255
  4.   HelpContext = -1
  5.   BorderStyle = bsDialog
  6.   Caption = 'File menu properties'
  7.   ClientHeight = 250
  8.   ClientWidth = 500
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object gpAppearance: TGroupBox
  16.     Left = 16
  17.     Top = 16
  18.     Width = 224
  19.     Height = 185
  20.     Caption = ' Appearance '
  21.     TabOrder = 0
  22.     object shColor: TShape
  23.       Left = 184
  24.       Top = 68
  25.       Width = 16
  26.       Height = 16
  27.       Shape = stCircle
  28.     end
  29.     object shColorBorder: TShape
  30.       Left = 184
  31.       Top = 110
  32.       Width = 16
  33.       Height = 16
  34.       Shape = stCircle
  35.     end
  36.     object shColorHidden: TShape
  37.       Left = 184
  38.       Top = 152
  39.       Width = 16
  40.       Height = 16
  41.       Shape = stCircle
  42.     end
  43.     object shColorFont: TShape
  44.       Left = 184
  45.       Top = 26
  46.       Width = 16
  47.       Height = 16
  48.       Shape = stCircle
  49.     end
  50.     object btFont: TButton
  51.       Left = 20
  52.       Top = 22
  53.       Width = 140
  54.       Height = 24
  55.       Caption = 'Font ...'
  56.       TabOrder = 0
  57.       OnClick = ButtonClick
  58.     end
  59.     object btColor: TButton
  60.       Left = 20
  61.       Top = 64
  62.       Width = 140
  63.       Height = 24
  64.       Hint = 'Click to change the background colour of File Menus.'
  65.       Caption = 'Background Colour ...'
  66.       TabOrder = 1
  67.       OnClick = ButtonClick
  68.     end
  69.     object btColorBorder: TButton
  70.       Left = 20
  71.       Top = 106
  72.       Width = 140
  73.       Height = 24
  74.       Hint = 'Click to change the colour of the border around File Menus.'
  75.       Caption = 'Border Colour ...'
  76.       TabOrder = 2
  77.       OnClick = ButtonClick
  78.     end
  79.     object btColorHidden: TButton
  80.       Left = 20
  81.       Top = 148
  82.       Width = 140
  83.       Height = 24
  84.       Hint = 
  85.         'Click to change the colour in which System and "Hidden" files ar' +
  86.         'e shown.'
  87.       Caption = 'Hidden File Colour ...'
  88.       TabOrder = 3
  89.       OnClick = ButtonClick
  90.     end
  91.   end
  92.   object gpBehaviour: TGroupBox
  93.     Left = 260
  94.     Top = 16
  95.     Width = 224
  96.     Height = 185
  97.     Caption = ' Behaviour '
  98.     TabOrder = 1
  99.     object ckCloseOnLaunch: TCheckBox
  100.       Left = 24
  101.       Top = 39
  102.       Width = 105
  103.       Height = 17
  104.       Hint = 
  105.         'If checked, a drop-down file menu will close when an item is lau' +
  106.         'nched.'
  107.       Caption = 'Close on launch'
  108.       TabOrder = 1
  109.       OnClick = CheckClick
  110.     end
  111.     object ckMaximiseDirectoryNames: TCheckBox
  112.       Left = 24
  113.       Top = 107
  114.       Width = 165
  115.       Height = 17
  116.       Hint = 
  117.         'If checked, as much of the folder'#39's name as will fit will be use' +
  118.         'd as a title.'
  119.       Caption = 'Maximise directory names'
  120.       TabOrder = 5
  121.       OnClick = CheckClick
  122.     end
  123.     object ckCloseOtherFileMenus: TCheckBox
  124.       Left = 24
  125.       Top = 22
  126.       Width = 141
  127.       Height = 17
  128.       Hint = 'If checked, one file-menu will close when another opens.'
  129.       Caption = 'Close other file menus'
  130.       TabOrder = 0
  131.       OnClick = CheckClick
  132.     end
  133.     object ckHideShortcutExtensions: TCheckBox
  134.       Left = 24
  135.       Top = 56
  136.       Width = 145
  137.       Height = 17
  138.       Hint = 'If checked, .PIF and .LNK extenions will be hidden.'
  139.       Caption = 'Hide shortcut extensions'
  140.       TabOrder = 2
  141.       OnClick = CheckClick
  142.     end
  143.     object ckSortByExtensions: TCheckBox
  144.       Left = 24
  145.       Top = 73
  146.       Width = 117
  147.       Height = 17
  148.       Hint = 
  149.         'If checked, files will be sorted by extension rather than by nam' +
  150.         'e.'
  151.       Caption = 'Sort by extensions'
  152.       TabOrder = 3
  153.       OnClick = CheckClick
  154.     end
  155.     object ckDisplayRemovableDriveNames: TCheckBox
  156.       Left = 24
  157.       Top = 90
  158.       Width = 177
  159.       Height = 17
  160.       Hint = 
  161.         'Unless checked, volume names of removable disks will not be disp' +
  162.         'layed.'
  163.       Caption = 'Show removable drive names'
  164.       TabOrder = 4
  165.       OnClick = CheckClick
  166.     end
  167.     object ckEnableDeleteKey: TCheckBox
  168.       Left = 24
  169.       Top = 124
  170.       Width = 121
  171.       Height = 17
  172.       Hint = 'If checked, the Delete key may be used to delete single files.'
  173.       Caption = 'Enable Delete key'
  174.       TabOrder = 6
  175.       OnClick = CheckClick
  176.     end
  177.     object ckAnsiCompare: TCheckBox
  178.       Left = 24
  179.       Top = 141
  180.       Width = 97
  181.       Height = 17
  182.       Hint = 
  183.         'If clear, sorting will be by a faster (byte character value) met' +
  184.         'hod.'
  185.       Caption = 'Ansi compare'
  186.       TabOrder = 7
  187.       OnClick = CheckClick
  188.     end
  189.     object ckAutoScroll: TCheckBox
  190.       Left = 24
  191.       Top = 158
  192.       Width = 97
  193.       Height = 17
  194.       Hint = 
  195.         'If checked, menus may scroll when the mouse is close to the top ' +
  196.         'or bottom.'
  197.       Caption = 'Auto scroll'
  198.       TabOrder = 8
  199.       OnClick = CheckClick
  200.     end
  201.   end
  202.   object btSaveNow: TButton
  203.     Left = 292
  204.     Top = 216
  205.     Width = 160
  206.     Height = 24
  207.     Hint = 'Click to save these settings immediately.'
  208.     Caption = 'Save file menu settings NOW'
  209.     TabOrder = 3
  210.     OnClick = btSaveNowClick
  211.   end
  212.   object btLoadDefaults: TButton
  213.     Left = 48
  214.     Top = 216
  215.     Width = 160
  216.     Height = 24
  217.     Hint = 'Click to load the default settings.'
  218.     Caption = 'Load Defaults'
  219.     TabOrder = 2
  220.     OnClick = btLoadDefaultsClick
  221.   end
  222.   object btOk: TButton
  223.     Left = 216
  224.     Top = 216
  225.     Width = 65
  226.     Height = 24
  227.     Caption = 'Ok'
  228.     Default = True
  229.     TabOrder = 4
  230.     OnClick = btOkClick
  231.   end
  232. end
  233.