object BinPropDlg: TBinPropDlg Left = 277 Top = 114 HelpContext = 50 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Wastepaper Bin Properties' ClientHeight = 335 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 = 304 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 = 304 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 = 301 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 Label2: TLabel Left = 14 Top = 20 Width = 39 Height = 13 Caption = '&Caption:' FocusControl = CapEdit end object Bevel1: TBevel Left = 10 Top = 208 Width = 265 Height = 53 Shape = bsFrame end object GroupBox1: TGroupBox Left = 10 Top = 46 Width = 265 Height = 151 Caption = 'Trash management:' TabOrder = 1 object Label1: TLabel Left = 160 Top = 102 Width = 54 Height = 13 Caption = 'MB of trash' end object Label3: TLabel Left = 28 Top = 124 Width = 185 Height = 13 Caption = 'by deleting excess when shutting down' end object rbLeave: TRadioButton Left = 10 Top = 22 Width = 209 Height = 17 Caption = 'Do not &remove any trash automatically' TabOrder = 0 OnClick = rbCollectClick end object rbDelete: TRadioButton Left = 10 Top = 48 Width = 245 Height = 17 Caption = 'Do not store - &delete originals when dropped' TabOrder = 1 OnClick = rbCollectClick end object rbClear: TRadioButton Left = 10 Top = 74 Width = 239 Height = 17 Caption = 'Delete &all trash in the bin when shutting down' TabOrder = 2 OnClick = rbCollectClick end object rbCollect: TRadioButton Left = 10 Top = 100 Width = 83 Height = 17 Caption = '&Keep at most' TabOrder = 3 OnClick = rbCollectClick end object SizeEdit: TSpinEdit Left = 98 Top = 98 Width = 55 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 4 Value = 8 end end object CapEdit: TEdit Left = 60 Top = 18 Width = 213 Height = 20 Cursor = crIBeam TabOrder = 0 end object cbIcons: TCheckBox Left = 24 Top = 216 Width = 211 Height = 17 Caption = 'Display small &icons in the bin'#39's listbox' TabOrder = 2 end object cbDisable: TCheckBox Left = 24 Top = 236 Width = 197 Height = 17 Caption = '&Hide and disable the wastepaper bin' TabOrder = 3 end end end object HelpBtn: TBitBtn Left = 218 Top = 304 Width = 77 Height = 27 TabOrder = 3 Kind = bkHelp Margin = 4 Style = bsNew Spacing = -1 end end