📄 frminfo.frm
字号:
VERSION 5.00
Begin VB.Form frmInfo
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
Caption = "通知"
ClientHeight = 900
ClientLeft = 150
ClientTop = 240
ClientWidth = 3960
ControlBox = 0 'False
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 900
ScaleWidth = 3960
StartUpPosition = 2 '屏幕中心
Begin SimpleMachineProtect.XP_ProgressBar prgInfo
Height = 375
Left = 120
TabIndex = 0
Top = 240
Width = 3735
_ExtentX = 6588
_ExtentY = 661
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BrushStyle = 0
Color = 32896
Scrolling = 1
End
Begin VB.Label lblInfo
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "请稍后..."
ForeColor = &H00000040&
Height = 195
Left = 1620
TabIndex = 1
Top = 645
Width = 735
End
Begin VB.Menu mnuProcess
Caption = "Process List"
Visible = 0 'False
Begin VB.Menu popProcess
Caption = "进程信息"
Index = 0
End
Begin VB.Menu popProcess
Caption = "-"
Index = 1
End
Begin VB.Menu popProcess
Caption = "刷新进程列表"
Index = 2
End
Begin VB.Menu popProcess
Caption = "-"
Index = 3
End
Begin VB.Menu popProcess
Caption = "打开包含文件夹"
Index = 4
End
Begin VB.Menu popProcess
Caption = "Dos 立即窗口"
Index = 5
End
Begin VB.Menu popProcess
Caption = "显示文件属性"
Index = 6
End
Begin VB.Menu popProcess
Caption = "-"
Index = 7
End
Begin VB.Menu popProcess
Caption = "线程"
Index = 8
Begin VB.Menu popThreads
Caption = "继续"
Index = 0
End
Begin VB.Menu popThreads
Caption = "挂起"
Index = 1
End
End
Begin VB.Menu popProcess
Caption = "优先级"
Index = 9
Begin VB.Menu popBase
Caption = "实时"
Index = 0
End
Begin VB.Menu popBase
Caption = "高级"
Index = 1
End
Begin VB.Menu popBase
Caption = "正常"
Index = 2
End
Begin VB.Menu popBase
Caption = "空闲"
Index = 3
End
End
Begin VB.Menu popProcess
Caption = "-"
Index = 10
End
Begin VB.Menu popProcess
Caption = "终止"
Index = 11
End
End
Begin VB.Menu mnuHelp
Caption = "在线帮助"
Visible = 0 'False
Begin VB.Menu popHelp
Caption = "作者主页"
Index = 0
End
Begin VB.Menu popHelp
Caption = "项目主页"
Index = 1
End
Begin VB.Menu popHelp
Caption = "-"
Index = 2
End
Begin VB.Menu popHelp
Caption = "产品新闻"
Index = 3
End
Begin VB.Menu popHelp
Caption = "常见问题及支持"
Index = 4
End
Begin VB.Menu popHelp
Caption = "信息反馈 (错误, 建议)..."
Index = 5
End
Begin VB.Menu popHelp
Caption = "检查更新..."
Index = 6
End
Begin VB.Menu popHelp
Caption = "提交病毒代码"
Index = 7
End
End
Begin VB.Menu mnuSystray
Caption = ""
Visible = 0 'False
Begin VB.Menu popSystray
Caption = "恢复视窗"
Index = 0
End
Begin VB.Menu popSystray
Caption = "-"
Index = 1
End
Begin VB.Menu popSystray
Caption = "检查更新"
Index = 2
End
Begin VB.Menu popSystray
Caption = "联机帮助"
Index = 3
End
Begin VB.Menu popSystray
Caption = "提交病毒代码"
Index = 4
End
Begin VB.Menu popSystray
Caption = "-"
Index = 5
End
Begin VB.Menu popSystray
Caption = "退出操作系统"
Index = 6
Begin VB.Menu popExit
Caption = "注销"
Index = 0
End
Begin VB.Menu popExit
Caption = "重启"
Index = 1
End
Begin VB.Menu popExit
Caption = "关机"
Index = 2
End
End
Begin VB.Menu popSystray
Caption = "-"
Index = 7
End
Begin VB.Menu popSystray
Caption = "退出程序"
Index = 8
End
End
End
Attribute VB_Name = "frmInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'---------------------------------------------------------------------------------------'
' '
' SIMPLE MACHINE PROTECT '
' Copyright (C) 2008 Bagus Judistirah '
' '
' This program is free software; you can redistribute it and/or modify '
' it under the terms of the GNU General Public License as published by '
' the Free Software Foundation; either version 2 of the License, or '
' (at your option) any later version. '
' '
' This program is distributed in the hope that it will be useful, '
' but WITHOUT ANY WARRANTY; without even the implied warranty of '
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '
' GNU General Public License for more details. '
' '
' You should have received a copy of the GNU General Public License along '
' with this program; if not, write to the Free Software Foundation, Inc., '
' 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. '
' '
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -