home *** CD-ROM | disk | FTP | other *** search
- object BinPropDlg: TBinPropDlg
- Left = 277
- Top = 113
- HelpContext = 50
- ActiveControl = Notebook
- BorderStyle = bsDialog
- Caption = 'Wastepaper Bin Properties'
- ClientHeight = 336
- ClientWidth = 299
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object OKBtn: TBitBtn
- Left = 58
- Top = 305
- Width = 77
- Height = 27
- TabOrder = 1
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 4
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 138
- Top = 305
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- Margin = 4
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object Notebook: TTabbedNotebook
- Left = 2
- Top = 0
- Width = 295
- Height = 302
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- TabFont.Color = clBtnText
- TabFont.Height = -11
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 0
- object TTabPage
- Left = 5
- Top = 26
- Caption = 'General'
- object Bevel1: TBevel
- Left = 9
- Top = 11
- Width = 267
- Height = 70
- Shape = bsFrame
- end
- object Label2: TLabel
- Left = 24
- Top = 28
- Width = 39
- Height = 13
- Caption = '&Caption:'
- FocusControl = CapEdit
- end
- object Label4: TLabel
- Left = 20
- Top = 6
- Width = 61
- Height = 13
- Caption = 'Appearance:'
- end
- object Bevel2: TBevel
- Left = 9
- Top = 92
- Width = 266
- Height = 168
- Shape = bsFrame
- end
- object Label3: TLabel
- Left = 20
- Top = 86
- Width = 94
- Height = 13
- Caption = 'Trash management:'
- end
- object CapEdit: TEdit
- Left = 91
- Top = 25
- Width = 172
- Height = 20
- Cursor = crIBeam
- TabOrder = 0
- end
- object cbIcons: TCheckBox
- Left = 91
- Top = 54
- Width = 156
- Height = 17
- Caption = 'Display small &icons in listbox'
- TabOrder = 1
- end
- object rbUseBin: TRadioButton
- Left = 25
- Top = 108
- Width = 217
- Height = 17
- Caption = 'Move binned files into storage directories'
- Checked = True
- TabOrder = 2
- TabStop = True
- OnClick = rbUseBinClick
- end
- object rbDelete: TRadioButton
- Left = 26
- Top = 231
- Width = 229
- Height = 17
- Caption = 'Do not store - &delete objects when dropped'
- TabOrder = 3
- OnClick = rbUseBinClick
- end
- object TrashPanel: TPanel
- Left = 44
- Top = 128
- Width = 224
- Height = 97
- BevelOuter = bvNone
- TabOrder = 4
- object Label1: TLabel
- Left = 155
- Top = 52
- Width = 54
- Height = 13
- Caption = 'MB of trash'
- end
- object rbLeave: TRadioButton
- Left = 14
- Top = 4
- Width = 204
- Height = 17
- Caption = 'Do not &remove any trash automatically'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbCollectClick
- end
- object rbEmpty: TRadioButton
- Left = 14
- Top = 26
- Width = 185
- Height = 17
- Caption = 'Empty the bin when shutting down'
- TabOrder = 1
- OnClick = rbCollectClick
- end
- object rbCollect: TRadioButton
- Left = 14
- Top = 49
- Width = 83
- Height = 17
- Caption = '&Keep at most'
- TabOrder = 2
- OnClick = rbCollectClick
- end
- object cbDeleteToBin: TCheckBox
- Left = 14
- Top = 75
- Width = 206
- Height = 17
- Caption = 'Use bin for the Delete menu command'
- TabOrder = 3
- end
- object SizeEdit: TSpinEdit
- Left = 102
- Top = 48
- Width = 48
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Value = 8
- end
- end
- end
- end
- object HelpBtn: TBitBtn
- Left = 218
- Top = 305
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkHelp
- Margin = 4
- Style = bsNew
- Spacing = -1
- end
- end
-