home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmDisplay.bpl / RCDATA / TFRMCONTEXTMENU / TFRMCONTEXTMENU.txt < prev   
Encoding:
Text File  |  2004-03-31  |  14.1 KB  |  545 lines

  1. object frmContextMenu: TfrmContextMenu
  2.   Left = 694
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   Caption = 'File Types and Context Menus'
  6.   ClientHeight = 439
  7.   ClientWidth = 421
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 10
  21.     Top = 7
  22.     Width = 405
  23.     Height = 405
  24.     ActivePage = tsSpecialEntries
  25.     TabIndex = 0
  26.     TabOrder = 0
  27.     object tsSpecialEntries: TTabSheet
  28.       Caption = 'Menu Operations'
  29.       ImageIndex = 1
  30.       OnShow = tsSpecialEntriesShow
  31.       object GroupBox30: TGroupBox
  32.         Left = 12
  33.         Top = 10
  34.         Width = 372
  35.         Height = 136
  36.         Caption = 'Drives and folders'
  37.         TabOrder = 0
  38.         object imgFolder: TImage
  39.           Left = 12
  40.           Top = 17
  41.           Width = 32
  42.           Height = 32
  43.         end
  44.         object Label3: TLabel
  45.           Left = 51
  46.           Top = 17
  47.           Width = 311
  48.           Height = 29
  49.           AutoSize = False
  50.           Caption = 
  51.             'Select which of the entries below should be shown in the context' +
  52.             ' menu for drives and folders.'
  53.           WordWrap = True
  54.         end
  55.         object lblExploreHere: TLabel
  56.           Left = 71
  57.           Top = 69
  58.           Width = 244
  59.           Height = 13
  60.           HelpContext = 2016
  61.           Caption = 'Opens the selected location in a new window.'
  62.         end
  63.         object lblPromptHere: TLabel
  64.           Left = 71
  65.           Top = 107
  66.           Width = 247
  67.           Height = 13
  68.           HelpContext = 2917
  69.           Caption = 'Opens the command prompt in the selected location.'
  70.         end
  71.         object chkShowExploreFromHere: TCheckBox
  72.           Left = 51
  73.           Top = 51
  74.           Width = 280
  75.           Height = 17
  76.           HelpContext = 2016
  77.           Caption = 'Show "Explorer From Here"'
  78.           TabOrder = 0
  79.           OnClick = chkShowExploreFromHereClick
  80.         end
  81.         object chkShowPromptFromHere: TCheckBox
  82.           Left = 51
  83.           Top = 89
  84.           Width = 280
  85.           Height = 17
  86.           HelpContext = 2917
  87.           Caption = 'Show "Open Command Prompt Here"'
  88.           TabOrder = 1
  89.           OnClick = chkShowPromptFromHereClick
  90.         end
  91.       end
  92.       object gbFilesAndFolder: TGroupBox
  93.         Left = 12
  94.         Top = 160
  95.         Width = 372
  96.         Height = 148
  97.         Caption = 'Files and folders'
  98.         TabOrder = 1
  99.         object Image2: TImage
  100.           Left = 12
  101.           Top = 17
  102.           Width = 32
  103.           Height = 32
  104.           Picture.Data = {<image000.ico>}
  105.         end
  106.         object Label2: TLabel
  107.           Left = 51
  108.           Top = 17
  109.           Width = 311
  110.           Height = 29
  111.           AutoSize = False
  112.           Caption = 
  113.             'Select which entries should be shown in the context menus of fil' +
  114.             'es and folders.'
  115.           WordWrap = True
  116.         end
  117.         object chkShowSendTo: TCheckBox
  118.           Left = 51
  119.           Top = 51
  120.           Width = 268
  121.           Height = 17
  122.           HelpContext = 2918
  123.           Caption = 'Show Send To menu'
  124.           TabOrder = 0
  125.           OnClick = chkShowSendToClick
  126.         end
  127.         object chkShowCopyTo: TCheckBox
  128.           Left = 51
  129.           Top = 72
  130.           Width = 268
  131.           Height = 17
  132.           HelpContext = 2919
  133.           Caption = 'Show "Copy To Folder..."'
  134.           TabOrder = 1
  135.           OnClick = chkShowCopyToClick
  136.         end
  137.         object chkShowMoveTo: TCheckBox
  138.           Left = 51
  139.           Top = 94
  140.           Width = 268
  141.           Height = 17
  142.           HelpContext = 2920
  143.           Caption = 'Show "Move To Folder..."'
  144.           TabOrder = 2
  145.           OnClick = chkShowMoveToClick
  146.         end
  147.         object chkShowEncrypt: TCheckBox
  148.           Left = 51
  149.           Top = 116
  150.           Width = 268
  151.           Height = 17
  152.           HelpContext = 2921
  153.           Caption = 'Show "Encrypt" and "Decrypt"'
  154.           TabOrder = 3
  155.           OnClick = chkShowEncryptClick
  156.         end
  157.       end
  158.       object btnSpecialEntriesDefault: TButton
  159.         Left = 12
  160.         Top = 343
  161.         Width = 97
  162.         Height = 24
  163.         HelpContext = 7
  164.         Caption = 'Restore Defaults'
  165.         TabOrder = 2
  166.         OnClick = btnSpecialEntriesDefaultClick
  167.       end
  168.     end
  169.     object tsMenuNew: TTabSheet
  170.       Caption = 'New Menu'
  171.       ImageIndex = 2
  172.       OnShow = tsMenuNewShow
  173.       object lblShellNewList: TLabel
  174.         Left = 12
  175.         Top = 46
  176.         Width = 372
  177.         Height = 17
  178.         HelpContext = 2018
  179.         AutoSize = False
  180.         Caption = '&Templates:'
  181.         FocusControl = lvShellNew
  182.         WordWrap = True
  183.       end
  184.       object Label1: TLabel
  185.         Left = 12
  186.         Top = 10
  187.         Width = 376
  188.         Height = 32
  189.         AutoSize = False
  190.         Caption = 
  191.           'Select which file types should be shown in the New submenu of co' +
  192.           'ntext menus for the desktop, Explorer and Save dialogs.'
  193.         ShowAccelChar = False
  194.         WordWrap = True
  195.       end
  196.       object lvShellNew: TListView
  197.         Left = 12
  198.         Top = 64
  199.         Width = 372
  200.         Height = 177
  201.         HelpContext = 2018
  202.         Checkboxes = True
  203.         Columns = <
  204.           item
  205.             Caption = 'Type'
  206.             Width = 281
  207.           end
  208.           item
  209.             Caption = 'Extension'
  210.             Width = 65
  211.           end>
  212.         ReadOnly = True
  213.         TabOrder = 0
  214.         ViewStyle = vsReport
  215.         OnChange = lvShellNewChange
  216.         OnColumnClick = lvShellNewColumnClick
  217.         OnCompare = lvShellNewCompare
  218.         OnContextPopup = lvShellNewContextPopup
  219.       end
  220.       object btnShellNewAdd: TButton
  221.         Left = 12
  222.         Top = 247
  223.         Width = 84
  224.         Height = 24
  225.         HelpContext = 2019
  226.         Action = actShellNewAdd
  227.         TabOrder = 1
  228.       end
  229.       object btnShellNewRemove: TButton
  230.         Left = 103
  231.         Top = 247
  232.         Width = 84
  233.         Height = 24
  234.         HelpContext = 2020
  235.         Action = actShellNewRemove
  236.         TabOrder = 2
  237.       end
  238.       object GroupBox3: TGroupBox
  239.         Left = 12
  240.         Top = 281
  241.         Width = 372
  242.         Height = 82
  243.         Caption = 'Options'
  244.         TabOrder = 3
  245.         object Label6: TLabel
  246.           Left = 12
  247.           Top = 17
  248.           Width = 345
  249.           Height = 28
  250.           AutoSize = False
  251.           Caption = 
  252.             'Set whether the New submenu should be shown in the context menu ' +
  253.             'that is displayed when you right click on the desktop and free a' +
  254.             'reas of folder windows.'
  255.           WordWrap = True
  256.         end
  257.         object chkMenuNewOnFolderBackground: TCheckBox
  258.           Left = 12
  259.           Top = 52
  260.           Width = 336
  261.           Height = 17
  262.           HelpContext = 2021
  263.           Caption = 'Show the New submenu from the folder and desktop background'
  264.           TabOrder = 0
  265.           OnClick = chkMenuNewOnFolderBackgroundClick
  266.         end
  267.       end
  268.     end
  269.     object tsOpenWith: TTabSheet
  270.       Caption = 'Opening Files'
  271.       ImageIndex = 2
  272.       OnShow = tsOpenWithShow
  273.       object imgOpenFile: TImage
  274.         Left = 12
  275.         Top = 10
  276.         Width = 32
  277.         Height = 32
  278.       end
  279.       object Label7: TLabel
  280.         Left = 51
  281.         Top = 10
  282.         Width = 335
  283.         Height = 29
  284.         AutoSize = False
  285.         Caption = 
  286.           'Select how Windows should behave when opening unknown files and ' +
  287.           'when showing context menus.'
  288.         WordWrap = True
  289.       end
  290.       object gbOpenAsView: TGroupBox
  291.         Left = 12
  292.         Top = 201
  293.         Width = 372
  294.         Height = 104
  295.         Caption = 'Display options'
  296.         TabOrder = 1
  297.         Visible = False
  298.         object Label5: TLabel
  299.           Left = 12
  300.           Top = 17
  301.           Width = 353
  302.           Height = 29
  303.           AutoSize = False
  304.           Caption = 
  305.             'Select which of the entries below should be shown in the context' +
  306.             ' menu that is displayed when you right click on files.'
  307.           WordWrap = True
  308.         end
  309.         object chkOpenasUnregistered: TCheckBox
  310.           Left = 12
  311.           Top = 51
  312.           Width = 344
  313.           Height = 17
  314.           Caption = 'Show "Open With..." in the context menu of unknown file types'
  315.           TabOrder = 0
  316.           OnClick = chkOpenasUnregisteredClick
  317.         end
  318.         object chkOpenasRegistered: TCheckBox
  319.           Left = 12
  320.           Top = 73
  321.           Width = 338
  322.           Height = 17
  323.           Caption = 'Show "Open With..." for registered file types'
  324.           TabOrder = 1
  325.           OnClick = chkOpenasRegisteredClick
  326.         end
  327.       end
  328.       object btnOpenWithDefault: TButton
  329.         Left = 12
  330.         Top = 343
  331.         Width = 97
  332.         Height = 24
  333.         HelpContext = 7
  334.         Caption = 'Restore Defaults'
  335.         TabOrder = 2
  336.         OnClick = btnOpenWithDefaultClick
  337.       end
  338.       object gbDefaultApp: TGroupBox
  339.         Left = 12
  340.         Top = 56
  341.         Width = 372
  342.         Height = 133
  343.         Caption = 'Default application'
  344.         TabOrder = 0
  345.         OnExit = gbDefaultAppExit
  346.         object Label16: TLabel
  347.           Left = 12
  348.           Top = 17
  349.           Width = 308
  350.           Height = 34
  351.           AutoSize = False
  352.           Caption = 
  353.             'Select how Windows should behave when double clicking on an unkn' +
  354.             'own file type.'
  355.           WordWrap = True
  356.         end
  357.         object rbDefAppNo: TRadioButton
  358.           Left = 12
  359.           Top = 81
  360.           Width = 210
  361.           Height = 17
  362.           HelpContext = 2022
  363.           Caption = 'Show "Open With'#8230'" dialog'
  364.           TabOrder = 0
  365.           OnClick = rbDefAppNoClick
  366.         end
  367.         object rbDefAppOpen: TRadioButton
  368.           Left = 12
  369.           Top = 54
  370.           Width = 75
  371.           Height = 17
  372.           HelpContext = 2023
  373.           Caption = 'Open with:'
  374.           TabOrder = 1
  375.           OnClick = rbDefAppOpenClick
  376.         end
  377.         object btnDefAppAdd: TButton
  378.           Left = 290
  379.           Top = 51
  380.           Width = 68
  381.           Height = 23
  382.           HelpContext = 2024
  383.           Caption = 'Change...'
  384.           TabOrder = 3
  385.           OnClick = btnDefAppAddClick
  386.         end
  387.         object edtDefApp: TEdit
  388.           Left = 94
  389.           Top = 52
  390.           Width = 189
  391.           Height = 21
  392.           TabOrder = 2
  393.           OnChange = edtDefAppChange
  394.           OnEnter = edtDefAppEnter
  395.           OnExit = edtDefAppExit
  396.         end
  397.         object chkUseInternetOpenWith: TCheckBox
  398.           Left = 30
  399.           Top = 103
  400.           Width = 311
  401.           Height = 17
  402.           HelpContext = 2025
  403.           Caption = 'Offer Web service search for unknown file types'
  404.           Checked = True
  405.           State = cbChecked
  406.           TabOrder = 4
  407.           OnClick = chkUseInternetOpenWithClick
  408.         end
  409.       end
  410.     end
  411.     object tsGeneral: TTabSheet
  412.       Caption = 'Advanced'
  413.       ImageIndex = 3
  414.       OnShow = tsGeneralShow
  415.       object btnExtendedDefault: TButton
  416.         Left = 12
  417.         Top = 343
  418.         Width = 97
  419.         Height = 24
  420.         HelpContext = 7
  421.         Caption = 'Restore Defaults'
  422.         TabOrder = 2
  423.         OnClick = btnExtendedDefaultClick
  424.       end
  425.       object gbPicAndFaxDisplay: TGroupBox
  426.         Left = 12
  427.         Top = 103
  428.         Width = 372
  429.         Height = 82
  430.         Caption = 'Windows Picture and Fax Viewer '
  431.         TabOrder = 1
  432.         object imgPictureFaxViewer: TImage
  433.           Left = 12
  434.           Top = 17
  435.           Width = 32
  436.           Height = 32
  437.           AutoSize = True
  438.         end
  439.         object Label23: TLabel
  440.           Left = 51
  441.           Top = 17
  442.           Width = 310
  443.           Height = 28
  444.           AutoSize = False
  445.           Caption = 
  446.             'Specify whether all image files should be opened by default with' +
  447.             ' the Windows Picture and Fax viewer.'
  448.           WordWrap = True
  449.         end
  450.         object chkPicAndFaxDisplay: TCheckBox
  451.           Left = 51
  452.           Top = 51
  453.           Width = 280
  454.           Height = 17
  455.           HelpContext = 2027
  456.           Caption = 'Open images with Windows Picture and Fax Viewer'
  457.           TabOrder = 0
  458.           OnClick = chkPicAndFaxDisplayClick
  459.         end
  460.       end
  461.       object GroupBox34: TGroupBox
  462.         Left = 12
  463.         Top = 10
  464.         Width = 372
  465.         Height = 81
  466.         Caption = 'New shortcut prefix'
  467.         TabOrder = 0
  468.         object Image42: TImage
  469.           Left = 12
  470.           Top = 17
  471.           Width = 32
  472.           Height = 32
  473.           Picture.Data = {<image001.ico>}
  474.         end
  475.         object Label14: TLabel
  476.           Left = 51
  477.           Top = 17
  478.           Width = 315
  479.           Height = 33
  480.           AutoSize = False
  481.           Caption = 
  482.             'Select whether new shortcut names should be preceded by the word' +
  483.             's "Shortcut to".'
  484.           Transparent = True
  485.           WordWrap = True
  486.         end
  487.         object chkPrefixOnNewShortcuts: TCheckBox
  488.           Left = 51
  489.           Top = 52
  490.           Width = 283
  491.           Height = 16
  492.           HelpContext = 2026
  493.           Caption = 'Prefix "Shortcut to" on new shortcuts'
  494.           Checked = True
  495.           State = cbChecked
  496.           TabOrder = 0
  497.           OnClick = chkPrefixOnNewShortcutsClick
  498.         end
  499.       end
  500.     end
  501.   end
  502.   object mnuShellNew: TPopupMenu
  503.     Left = 43
  504.     Top = 412
  505.     object mnShellNewActivate: TMenuItem
  506.       Action = actShellNewActivate
  507.     end
  508.     object mnShellNewRemove: TMenuItem
  509.       Action = actShellNewRemove
  510.     end
  511.   end
  512.   object ActionList1: TActionList
  513.     Left = 12
  514.     Top = 412
  515.     object actShellNewAdd: TAction
  516.       Caption = '&Add...'
  517.       OnExecute = actShellNewAddExecute
  518.     end
  519.     object actShellNewRemove: TAction
  520.       Caption = '&Remove'
  521.       OnExecute = actShellNewRemoveExecute
  522.       OnUpdate = actShellNewRemoveUpdate
  523.     end
  524.     object actShellNewActivate: TAction
  525.       Caption = 'actShellNewActivate'
  526.       OnExecute = actShellNewActivateExecute
  527.       OnUpdate = actShellNewActivateUpdate
  528.     end
  529.   end
  530.   object odShellNew: TOpenDialog
  531.     Filter = 'All files (*)|*'
  532.     Title = 'Select a file of the desired type'
  533.     Left = 73
  534.     Top = 412
  535.   end
  536.   object odOpenAs: TOpenDialog
  537.     Filter = 
  538.       'Executable files (*.exe; *.com; *.bat)|*.exe;*.com;*.bat|All fil' +
  539.       'es (*)|*'
  540.     Title = 'Select a file of the desired type'
  541.     Left = 104
  542.     Top = 412
  543.   end
  544. end
  545.