home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmDisplay.bpl / RCDATA / TFRMDESKTOP / TFRMDESKTOP.txt
Encoding:
Text File  |  2004-03-31  |  3.9 KB  |  177 lines

  1. object frmDesktop: TfrmDesktop
  2.   Left = 613
  3.   Top = 223
  4.   BorderStyle = bsDialog
  5.   Caption = 'Desktop'
  6.   ClientHeight = 429
  7.   ClientWidth = 415
  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 = tsSpecObjects
  26.     DockSite = True
  27.     MultiLine = True
  28.     TabIndex = 0
  29.     TabOrder = 0
  30.     object tsSpecObjects: TTabSheet
  31.       Caption = 'General'
  32.       OnShow = tsSpecObjectsShow
  33.       object Label22: TLabel
  34.         Left = 12
  35.         Top = 52
  36.         Width = 92
  37.         Height = 13
  38.         HelpContext = 2305
  39.         Caption = 'Special &objects:'
  40.         FocusControl = lvSpecObjects
  41.       end
  42.       object Label14: TLabel
  43.         Left = 51
  44.         Top = 10
  45.         Width = 326
  46.         Height = 28
  47.         AutoSize = False
  48.         Caption = 
  49.           'Check the box next to the special objects that you want to have ' +
  50.           'shown on the desktop.'
  51.         WordWrap = True
  52.       end
  53.       object imgDesktop: TImage
  54.         Left = 12
  55.         Top = 10
  56.         Width = 32
  57.         Height = 32
  58.         AutoSize = True
  59.       end
  60.       object lvSpecObjects: TListView
  61.         Left = 12
  62.         Top = 70
  63.         Width = 359
  64.         Height = 159
  65.         HelpContext = 2305
  66.         Checkboxes = True
  67.         Columns = <
  68.           item
  69.             Caption = 'Object'
  70.             Width = 220
  71.           end>
  72.         ColumnClick = False
  73.         IconOptions.WrapText = False
  74.         ReadOnly = True
  75.         ShowColumnHeaders = False
  76.         TabOrder = 0
  77.         ViewStyle = vsReport
  78.         OnChange = lvSpecObjectsChange
  79.       end
  80.       object Button5: TButton
  81.         Left = 15
  82.         Top = 223
  83.         Width = 130
  84.         Height = 24
  85.         Caption = '&Create Shortcut...'
  86.         Enabled = False
  87.         TabOrder = 1
  88.         Visible = False
  89.       end
  90.       object gbSortIndex: TGroupBox
  91.         Left = 12
  92.         Top = 241
  93.         Width = 360
  94.         Height = 100
  95.         Caption = 'Icon order'
  96.         TabOrder = 2
  97.         object Label1: TLabel
  98.           Left = 12
  99.           Top = 17
  100.           Width = 336
  101.           Height = 29
  102.           AutoSize = False
  103.           Caption = 
  104.             'You can specify which icon should be shown first on the desktop ' +
  105.             'and in the Explorer here.'
  106.           WordWrap = True
  107.         end
  108.         object rbArrangePreferMyDocs: TRadioButton
  109.           Left = 12
  110.           Top = 52
  111.           Width = 113
  112.           Height = 17
  113.           HelpContext = 2214
  114.           Caption = 'My Documents'
  115.           Checked = True
  116.           TabOrder = 0
  117.           TabStop = True
  118.         end
  119.         object rbArrangePreferMyComputer: TRadioButton
  120.           Left = 12
  121.           Top = 72
  122.           Width = 113
  123.           Height = 17
  124.           HelpContext = 2214
  125.           Caption = 'My Computer'
  126.           TabOrder = 1
  127.         end
  128.       end
  129.     end
  130.   end
  131.   object btnOK: TButton
  132.     Left = 247
  133.     Top = 397
  134.     Width = 75
  135.     Height = 23
  136.     HelpContext = 5
  137.     Caption = 'OK'
  138.     Default = True
  139.     TabOrder = 1
  140.     OnClick = btnOKClick
  141.   end
  142.   object btnCancel: TButton
  143.     Left = 328
  144.     Top = 397
  145.     Width = 75
  146.     Height = 23
  147.     HelpContext = 3
  148.     Cancel = True
  149.     Caption = 'Cancel'
  150.     TabOrder = 2
  151.     OnClick = btnCancelClick
  152.   end
  153.   object mnuSpecialObjects: TPopupMenu
  154.     Left = 12
  155.     Top = 392
  156.     object AufdemDesktopanzeigen1: TMenuItem
  157.       AutoCheck = True
  158.       Caption = 'Show on The Desktop'
  159.     end
  160.     object N2: TMenuItem
  161.       Caption = '-'
  162.     end
  163.     object Direkthilfe2: TMenuItem
  164.       Caption = 'Rename'
  165.     end
  166.     object AlsDateierstellen1: TMenuItem
  167.       Caption = 'Create as File...'
  168.     end
  169.     object N1: TMenuItem
  170.       Caption = '-'
  171.     end
  172.     object Direkthilfe1: TMenuItem
  173.       Caption = 'What'#39's This?'
  174.     end
  175.   end
  176. end
  177.