home *** CD-ROM | disk | FTP | other *** search
- object frmDesktop: TfrmDesktop
- Left = 613
- Top = 223
- BorderStyle = bsDialog
- Caption = 'Desktop'
- ClientHeight = 429
- ClientWidth = 415
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 10
- Top = 7
- Width = 394
- Height = 382
- ActivePage = tsSpecObjects
- DockSite = True
- MultiLine = True
- TabIndex = 0
- TabOrder = 0
- object tsSpecObjects: TTabSheet
- Caption = 'General'
- OnShow = tsSpecObjectsShow
- object Label22: TLabel
- Left = 12
- Top = 52
- Width = 92
- Height = 13
- HelpContext = 2305
- Caption = 'Special &objects:'
- FocusControl = lvSpecObjects
- end
- object Label14: TLabel
- Left = 51
- Top = 10
- Width = 326
- Height = 28
- AutoSize = False
- Caption =
- 'Check the box next to the special objects that you want to have ' +
- 'shown on the desktop.'
- WordWrap = True
- end
- object imgDesktop: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- end
- object lvSpecObjects: TListView
- Left = 12
- Top = 70
- Width = 359
- Height = 159
- HelpContext = 2305
- Checkboxes = True
- Columns = <
- item
- Caption = 'Object'
- Width = 220
- end>
- ColumnClick = False
- IconOptions.WrapText = False
- ReadOnly = True
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = lvSpecObjectsChange
- end
- object Button5: TButton
- Left = 15
- Top = 223
- Width = 130
- Height = 24
- Caption = '&Create Shortcut...'
- Enabled = False
- TabOrder = 1
- Visible = False
- end
- object gbSortIndex: TGroupBox
- Left = 12
- Top = 241
- Width = 360
- Height = 100
- Caption = 'Icon order'
- TabOrder = 2
- object Label1: TLabel
- Left = 12
- Top = 17
- Width = 336
- Height = 29
- AutoSize = False
- Caption =
- 'You can specify which icon should be shown first on the desktop ' +
- 'and in the Explorer here.'
- WordWrap = True
- end
- object rbArrangePreferMyDocs: TRadioButton
- Left = 12
- Top = 52
- Width = 113
- Height = 17
- HelpContext = 2214
- Caption = 'My Documents'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbArrangePreferMyComputer: TRadioButton
- Left = 12
- Top = 72
- Width = 113
- Height = 17
- HelpContext = 2214
- Caption = 'My Computer'
- TabOrder = 1
- end
- end
- end
- end
- object btnOK: TButton
- Left = 247
- Top = 397
- Width = 75
- Height = 23
- HelpContext = 5
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 328
- Top = 397
- Width = 75
- Height = 23
- HelpContext = 3
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object mnuSpecialObjects: TPopupMenu
- Left = 12
- Top = 392
- object AufdemDesktopanzeigen1: TMenuItem
- AutoCheck = True
- Caption = 'Show on The Desktop'
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Direkthilfe2: TMenuItem
- Caption = 'Rename'
- end
- object AlsDateierstellen1: TMenuItem
- Caption = 'Create as File...'
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Direkthilfe1: TMenuItem
- Caption = 'What'#39's This?'
- end
- end
- end
-