home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9UTI
/
MCP3B.ZIP
/
_SETUP.1
/
MCP.exe
/
0
/
RCDATA
/
TFORM11
/
TFORM11.txt
Wrap
Text File
|
1998-05-10
|
5KB
|
245 lines
object Form11: TForm11
Left = 180
Top = 140
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'File Search/Utility'
ClientHeight = 361
ClientWidth = 616
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 304
Width = 138
Height = 13
Caption = 'Files or string to search:'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 0
Width = 357
Height = 13
Caption =
'Choose a directory to find a file in, or choose utilities at the' +
' left and click OK.'
end
object Label3: TLabel
Left = 8
Top = 328
Width = 308
Height = 13
Caption =
'You can search for files be entering filename or a string to sea' +
'rch!'
end
object Label4: TLabel
Left = 8
Top = 344
Width = 512
Height = 13
Caption =
'Examples of string searching: filename*.* ; *filename*.* ; file' +
'name ; *.txt ; *.* ; file*name*.*'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 32
Top = 272
Width = 133
Height = 13
Caption = 'Searching for temporary files'
Visible = False
end
object DirectoryListBox1: TDirectoryListBox
Left = 10
Top = 40
Width = 265
Height = 100
ItemHeight = 16
TabOrder = 0
end
object DriveComboBox1: TDriveComboBox
Left = 10
Top = 18
Width = 265
Height = 19
DirList = DirectoryListBox1
TabOrder = 1
end
object ListView1: TListView
Left = 8
Top = 144
Width = 601
Height = 121
ColumnClick = False
Columns = <
item
Caption = 'Program Location'
Width = 425
end
item
Caption = 'Size'
end
item
Caption = 'Program Name'
Width = 115
end>
ReadOnly = False
TabOrder = 2
ViewStyle = vsReport
end
object Edit1: TEdit
Left = 148
Top = 299
Width = 173
Height = 21
TabOrder = 3
end
object Button1: TButton
Left = 344
Top = 296
Width = 75
Height = 25
Hint = 'Begin Searching files'
Caption = '&Search'
Default = True
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = Button1Click
end
object CheckBox1: TCheckBox
Left = 292
Top = 40
Width = 109
Height = 17
Hint = 'Select this to show any System files'
Caption = 'Show System files'
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
object CheckBox2: TCheckBox
Left = 292
Top = 70
Width = 109
Height = 17
Hint = 'Select this to show any hidden files'
Caption = 'Show Hidden files'
ParentShowHint = False
ShowHint = True
TabOrder = 6
end
object CheckBox3: TCheckBox
Left = 292
Top = 100
Width = 109
Height = 17
Hint = 'Select this to show older or archives files (default)'
Caption = 'Show Archive files'
State = cbChecked
TabOrder = 7
end
object Button2: TButton
Left = 528
Top = 296
Width = 75
Height = 25
Hint = 'Hmmm... What does the button say?'
Caption = '&Exit'
ParentShowHint = False
ShowHint = True
TabOrder = 8
OnClick = Button2Click
end
object GroupBox1: TGroupBox
Left = 408
Top = 8
Width = 201
Height = 129
Caption = 'H a r d D r i v e U t i l i t i e s'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 9
object CheckBox4: TCheckBox
Left = 8
Top = 24
Width = 185
Height = 17
Hint = 'Delete all unwanted temporary files'
Caption = '&Clean HDD of Temp (.TMP) files'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object CheckBox5: TCheckBox
Left = 8
Top = 48
Width = 73
Height = 17
Hint = 'Scan the current drive selected'
Caption = 'S&can disc'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object CheckBox6: TCheckBox
Left = 8
Top = 72
Width = 89
Height = 17
Hint = 'Optimize the current selected drive'
Caption = '&Optimize disc'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object Button3: TButton
Left = 112
Top = 88
Width = 75
Height = 25
Caption = '&OK'
TabOrder = 3
OnClick = Button3Click
end
end
object ProgressBar1: TProgressBar
Left = 176
Top = 272
Width = 273
Height = 16
Hint = 'Leave me alone! I'#39'm working!'
Min = 0
Max = 100
ParentShowHint = False
ShowHint = True
TabOrder = 10
Visible = False
end
end