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

  1. object frmMyComputer: TfrmMyComputer
  2.   Left = 251
  3.   Top = 404
  4.   BorderStyle = bsDialog
  5.   Caption = 'My Computer'
  6.   ClientHeight = 428
  7.   ClientWidth = 413
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 10
  22.     Top = 7
  23.     Width = 394
  24.     Height = 382
  25.     ActivePage = tsDrives
  26.     DockSite = True
  27.     MultiLine = True
  28.     TabIndex = 0
  29.     TabOrder = 0
  30.     object tsDrives: TTabSheet
  31.       Caption = 'Drive icons'
  32.       ImageIndex = 20
  33.       OnShow = tsDrivesShow
  34.       object lblTopicDrives: TLabel
  35.         Left = 12
  36.         Top = 52
  37.         Width = 54
  38.         Height = 13
  39.         HelpContext = 2306
  40.         Caption = '&Drives:'
  41.         FocusControl = LVNoDrives
  42.       end
  43.       object Label3: TLabel
  44.         Left = 51
  45.         Top = 10
  46.         Width = 318
  47.         Height = 33
  48.         AutoSize = False
  49.         Caption = 
  50.           'Deselect the boxes next to the drives you don'#39't want to show und' +
  51.           'er My Computer.'
  52.         WordWrap = True
  53.       end
  54.       object lblWin9xWarning: TLabel
  55.         Left = 33
  56.         Top = 302
  57.         Width = 339
  58.         Height = 44
  59.         AutoSize = False
  60.         Caption = 
  61.           'Warning: When you hide a drive under Windows 95 and Windows 98, ' +
  62.           'some menu items are disabled in the Start button context menu.'
  63.         WordWrap = True
  64.       end
  65.       object imgDriveUnknown: TImage
  66.         Left = 12
  67.         Top = 10
  68.         Width = 32
  69.         Height = 32
  70.         AutoSize = True
  71.         Picture.Data = {<image000.ico>}
  72.       end
  73.       object imgWarningSmall: TImage
  74.         Left = 12
  75.         Top = 303
  76.         Width = 16
  77.         Height = 16
  78.         Transparent = True
  79.       end
  80.       object LVNoDrives: TListView
  81.         Left = 12
  82.         Top = 69
  83.         Width = 358
  84.         Height = 187
  85.         HelpContext = 2306
  86.         Checkboxes = True
  87.         Columns = <>
  88.         ReadOnly = True
  89.         PopupMenu = mnuNoDrives
  90.         ShowColumnHeaders = False
  91.         TabOrder = 0
  92.         ViewStyle = vsList
  93.       end
  94.       object btnSelNoDrives: TButton
  95.         Left = 109
  96.         Top = 265
  97.         Width = 92
  98.         Height = 23
  99.         HelpContext = 2308
  100.         Caption = 'Deselect All'
  101.         TabOrder = 2
  102.         OnClick = btnSelNoDrivesClick
  103.       end
  104.       object btnSelAllDrives: TButton
  105.         Left = 12
  106.         Top = 265
  107.         Width = 92
  108.         Height = 23
  109.         HelpContext = 2309
  110.         Caption = 'Select All'
  111.         TabOrder = 1
  112.         OnClick = btnSelAllDrivesClick
  113.       end
  114.       object btnSelExisting: TButton
  115.         Left = 206
  116.         Top = 265
  117.         Width = 134
  118.         Height = 23
  119.         HelpContext = 2307
  120.         Caption = 'Select Existing Drives'
  121.         TabOrder = 3
  122.         OnClick = btnSelExistingClick
  123.       end
  124.     end
  125.     object tsSpecObjects: TTabSheet
  126.       Caption = 'Special Elements'
  127.       OnShow = tsSpecObjectsShow
  128.       object lblTopicElements: TLabel
  129.         Left = 12
  130.         Top = 52
  131.         Width = 92
  132.         Height = 13
  133.         HelpContext = 2310
  134.         Caption = 'Special &Elements:'
  135.         FocusControl = lvSpecObjects
  136.       end
  137.       object Label14: TLabel
  138.         Left = 51
  139.         Top = 10
  140.         Width = 291
  141.         Height = 28
  142.         AutoSize = False
  143.         Caption = 
  144.           'Check the box next to the special elements you want to show unde' +
  145.           'r My Computer.'
  146.         WordWrap = True
  147.       end
  148.       object imgMyComputer: TImage
  149.         Left = 12
  150.         Top = 10
  151.         Width = 32
  152.         Height = 32
  153.         AutoSize = True
  154.       end
  155.       object lvSpecObjects: TListView
  156.         Left = 12
  157.         Top = 69
  158.         Width = 358
  159.         Height = 214
  160.         HelpContext = 2310
  161.         Checkboxes = True
  162.         Columns = <
  163.           item
  164.             Caption = 'Object'
  165.             Width = 320
  166.           end>
  167.         ColumnClick = False
  168.         IconOptions.WrapText = False
  169.         ReadOnly = True
  170.         ShowColumnHeaders = False
  171.         TabOrder = 0
  172.         ViewStyle = vsReport
  173.         OnChange = lvSpecObjectsChange
  174.       end
  175.       object Button5: TButton
  176.         Left = 86
  177.         Top = 291
  178.         Width = 113
  179.         Height = 24
  180.         Caption = '&Create Shortcut...'
  181.         Enabled = False
  182.         TabOrder = 2
  183.         Visible = False
  184.       end
  185.       object Button7: TButton
  186.         Left = 12
  187.         Top = 291
  188.         Width = 67
  189.         Height = 24
  190.         Caption = '&Rename'
  191.         Enabled = False
  192.         TabOrder = 1
  193.         Visible = False
  194.       end
  195.     end
  196.   end
  197.   object btnOK: TButton
  198.     Left = 247
  199.     Top = 396
  200.     Width = 75
  201.     Height = 23
  202.     HelpContext = 5
  203.     Caption = 'OK'
  204.     Default = True
  205.     TabOrder = 1
  206.     OnClick = btnOKClick
  207.   end
  208.   object btnCancel: TButton
  209.     Left = 328
  210.     Top = 396
  211.     Width = 75
  212.     Height = 23
  213.     HelpContext = 3
  214.     Cancel = True
  215.     Caption = 'Cancel'
  216.     TabOrder = 2
  217.     OnClick = btnCancelClick
  218.   end
  219.   object OpenDialog1: TOpenDialog
  220.     Left = 10
  221.     Top = 394
  222.   end
  223.   object SaveDialog1: TSaveDialog
  224.     DefaultExt = 'set'
  225.     Filter = 'Folder and Explorer settings (*.set)|*.set'
  226.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  227.     Left = 41
  228.     Top = 394
  229.   end
  230.   object mnuNoDrives: TPopupMenu
  231.     OnPopup = mnuNoDrivesPopup
  232.     Left = 73
  233.     Top = 394
  234.     object mnNoDrivesShow: TMenuItem
  235.       AutoCheck = True
  236.       Caption = 'Show Under My Computer'
  237.       Checked = True
  238.       OnClick = mnNoDrivesShowClick
  239.     end
  240.     object N1: TMenuItem
  241.       Caption = '-'
  242.     end
  243.     object mnNoDrivesHelp: TMenuItem
  244.       Caption = 'What'#39's This?'
  245.       OnClick = mnNoDrivesHelpClick
  246.     end
  247.   end
  248.   object PopupMenu1: TPopupMenu
  249.     OnPopup = mnuNoDrivesPopup
  250.     Left = 105
  251.     Top = 394
  252.     object MenuItem1: TMenuItem
  253.       AutoCheck = True
  254.       Caption = 'Show Contents'
  255.       Checked = True
  256.     end
  257.     object MenuItem2: TMenuItem
  258.       Caption = '-'
  259.     end
  260.     object MenuItem3: TMenuItem
  261.       Caption = 'What'#39's This?'
  262.       OnClick = mnNoDrivesHelpClick
  263.     end
  264.   end
  265. end
  266.