home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 164
- Top = 113
- BorderStyle = bsSingle
- Caption = 'Delete All for Windows'
- ClientHeight = 215
- ClientWidth = 321
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 16
- object DeleteBtn: TBitBtn
- Left = 8
- Top = 136
- Width = 105
- Height = 33
- Caption = 'Delete All'
- TabOrder = 0
- OnClick = DeleteBtnClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
- 555557777F777555F55500000000555055557777777755F75555005500055055
- 555577F5777F57555555005550055555555577FF577F5FF55555500550050055
- 5555577FF77577FF555555005050110555555577F757777FF555555505099910
- 555555FF75777777FF555005550999910555577F5F77777775F5500505509990
- 3055577F75F77777575F55005055090B030555775755777575755555555550B0
- B03055555F555757575755550555550B0B335555755555757555555555555550
- BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
- 50BB555555555555575F555555555555550B55555555555555750000}
- NumGlyphs = 2
- end
- object Panel1: TPanel
- Left = 160
- Top = 72
- Width = 153
- Height = 137
- Caption = 'Panel1'
- TabOrder = 1
- object ExtBox: TListBox
- Tag = 100
- Left = 16
- Top = 16
- Width = 121
- Height = 105
- ItemHeight = 16
- TabOrder = 0
- OnDblClick = Open1Click
- end
- end
- object BitBtn2: TBitBtn
- Left = 8
- Top = 176
- Width = 105
- Height = 33
- TabOrder = 2
- OnClick = BitBtn2Click
- Kind = bkOK
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 8
- Top = 40
- Width = 137
- Height = 89
- ItemHeight = 16
- TabOrder = 3
- end
- object DriveComboBox1: TDriveComboBox
- Left = 8
- Top = 8
- Width = 137
- Height = 22
- TabOrder = 4
- OnChange = DriveComboBox1Change
- end
- object Panel2: TPanel
- Left = 160
- Top = 8
- Width = 153
- Height = 57
- TabOrder = 5
- object DelExe: TCheckBox
- Left = 16
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Delete EXEs'
- TabOrder = 0
- end
- object DelTilda: TCheckBox
- Left = 16
- Top = 32
- Width = 97
- Height = 17
- Caption = 'Delete ~??'
- TabOrder = 1
- end
- end
- object FileIterator1: TFileIterator
- OnFoundFile = FileIterator1FoundFile
- OnProcessDir = FileIterator1ProcessDir
- UseFileList = True
- UseDirList = True
- Left = 120
- Top = 176
- end
- object MainMenu1: TMainMenu
- Left = 120
- Top = 144
- object File1: TMenuItem
- Caption = 'File'
- object Open1: TMenuItem
- Tag = 100
- Caption = 'Open Ext File'
- OnClick = Open1Click
- end
- object OpenDelFile1: TMenuItem
- Tag = 101
- Caption = 'Open Del File'
- OnClick = Open1Click
- end
- object OpenDirSizeFile1: TMenuItem
- Tag = 102
- Caption = 'Open DirSize File'
- OnClick = Open1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'Exit'
- OnClick = Exit1Click
- end
- end
- end
- end
-