📄 frmkiller.frm
字号:
VERSION 5.00
Begin VB.Form frmkiller
BorderStyle = 0 'None
Caption = "Epsita"
ClientHeight = 9480
ClientLeft = 0
ClientTop = 0
ClientWidth = 11145
Enabled = 0 'False
Icon = "FRMKILLER.frx":0000
LinkTopic = "Form1"
Picture = "FRMKILLER.frx":628A
ScaleHeight = 9480
ScaleWidth = 11145
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.TextBox txtmsg
Height = 1455
Left = 8520
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 20
Top = 4320
Width = 1455
End
Begin VB.Timer wait2l
Enabled = 0 'False
Interval = 1000
Left = 8880
Top = 3720
End
Begin VB.Frame Frame5
Caption = "File attribute"
Height = 3015
Left = 5400
TabIndex = 11
Top = 6360
Width = 4095
Begin VB.TextBox chfname
Height = 285
Left = 240
TabIndex = 18
Text = "chfname"
Top = 2520
Width = 3495
End
Begin VB.CheckBox chkSystem
Caption = "Only &System"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 17
Top = 1320
Width = 1455
End
Begin VB.CheckBox chkReadOnly
Caption = "Only &Read Only"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 16
Top = 2040
Width = 1815
End
Begin VB.CheckBox chkArchive
Caption = "Only &Archive"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 15
Top = 1680
Width = 1455
End
Begin VB.CheckBox chkFiles
Caption = "Only &Files"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1920
TabIndex = 14
Top = 1320
Width = 1215
End
Begin VB.CheckBox chkFolders
Caption = "Only F&olders"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1920
TabIndex = 13
Top = 960
Width = 1575
End
Begin VB.CheckBox chkHidden
Caption = "Only &Hidden"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 120
TabIndex = 12
Top = 960
Width = 1455
End
Begin VB.Label lblPath
Caption = "C:\CRAP"
Height = 255
Left = 120
TabIndex = 19
Top = 480
Width = 2295
End
End
Begin VB.TextBox thefpath
Height = 375
Left = 120
TabIndex = 10
Text = "0"
Top = 6480
Width = 4575
End
Begin VB.TextBox theex
Height = 285
Left = 120
TabIndex = 9
Text = "Text1"
Top = 8400
Width = 4935
End
Begin VB.ListBox epath
Height = 2985
Left = 5760
TabIndex = 8
Top = 3360
Width = 2175
End
Begin VB.ListBox autopaths
Height = 2985
Left = 3840
TabIndex = 7
Top = 3360
Width = 1935
End
Begin VB.TextBox theautorun
Height = 3255
Left = 5520
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 6
Text = "FRMKILLER.frx":11C0D
Top = 0
Width = 3255
End
Begin VB.TextBox thepath
Height = 375
Left = 120
TabIndex = 5
Text = "Text1"
Top = 8760
Width = 4935
End
Begin VB.TextBox fil
Height = 285
Left = 120
TabIndex = 4
Text = "Text1"
Top = 9120
Width = 4935
End
Begin VB.ListBox filess
Height = 2985
Left = 1920
TabIndex = 3
Top = 3360
Width = 1935
End
Begin VB.ListBox alldrives
Height = 2985
Left = 120
TabIndex = 2
Top = 3360
Width = 1815
End
Begin VB.Label mnuwhat
Caption = "0"
Height = 255
Left = 9360
TabIndex = 21
Top = 720
Width = 1095
End
Begin VB.Label lblfl
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = ".........."
ForeColor = &H00000080&
Height = 255
Left = 1680
TabIndex = 1
Top = 2185
Width = 3495
End
Begin VB.Label lblpat
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Scaning Drives"
ForeColor = &H00000080&
Height = 255
Left = 1680
TabIndex = 0
Top = 1650
Width = 3495
End
End
Attribute VB_Name = "frmkiller"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load() '============================================[[[ Load Events ]]]
Me.Width = "5370"
Me.Height = "3225"
wait2l.Enabled = True
End Sub
Private Sub wait2l_Timer()
driv
searchautoinf
wait2l.Enabled = False
End Sub
Sub LoadText(Lst As TextBox, File As String) '=================== [[[ Text Load Here ]]]
'Call LoadText (Text1,"C:\Windows\System\Saved.txt")
On Error GoTo error
Dim mystr As String
Open File For Input As #1
Do While Not EOF(1)
Line Input #1, a$
texto$ = texto$ + a$ + Chr$(13) + Chr$(10)
Loop
Lst = texto$
Close #1
Exit Sub
error:
x = lblerror = "error"
End Sub
' __________X0X___________
'======================================================================================
'-------------------------[[[ Drive letter Search Functions ]]]------------------------
'======================================================================================
Private Function GetAllDrives() As String
Dim lRet As Long '###
Dim temp As String
temp = Space(64) '###
lRet = GetLogicalDriveStrings(Len(temp), temp)
GetAllDrives = Trim(temp) '###
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -