📄 frm_set.frm
字号:
VERSION 5.00
Begin VB.Form Frm_Set
BorderStyle = 1 'Fixed Single
Caption = "系统设置"
ClientHeight = 3375
ClientLeft = 45
ClientTop = 330
ClientWidth = 5295
Icon = "Frm_Set.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 3375
ScaleWidth = 5295
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 3375
Left = 0
TabIndex = 0
Top = 0
Width = 5295
Begin VB.CommandButton VsNetBut1
Caption = "设置(&Setup)"
Height = 495
Index = 1
Left = 3480
TabIndex = 9
Top = 2400
Width = 1575
End
Begin VB.CommandButton VsNetBut1
Caption = "设置(&Setup)"
Height = 495
Index = 0
Left = 3480
TabIndex = 8
Top = 1080
Width = 1575
End
Begin VB.CheckBox Check1
Caption = "设置最大允许程序错误数"
Height = 495
Index = 4
Left = 960
TabIndex = 7
Top = 2760
Width = 2415
End
Begin VB.CheckBox Check1
Caption = "设置监控时间间隔"
Height = 495
Index = 3
Left = 960
TabIndex = 6
Top = 2400
Width = 1815
End
Begin VB.CheckBox Check1
Caption = "将进程设置为系统进程"
Height = 495
Index = 2
Left = 960
TabIndex = 4
Top = 1320
Width = 2295
End
Begin VB.CheckBox Check1
Caption = "屏蔽Ctrl+Alt+Del键"
Height = 495
Index = 1
Left = 960
TabIndex = 2
Top = 960
Width = 2055
End
Begin VB.CheckBox Check1
Caption = "开机自动运行"
Height = 495
Index = 0
Left = 960
TabIndex = 1
Top = 600
Width = 1575
End
Begin VB.Image Image1
Height = 255
Index = 4
Left = 480
Picture = "Frm_Set.frx":3072
Stretch = -1 'True
Top = 2880
Width = 255
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "监控设置:"
ForeColor = &H00FF0000&
Height = 180
Index = 1
Left = 360
TabIndex = 5
Top = 2160
Width = 900
End
Begin VB.Image Image1
Height = 255
Index = 3
Left = 480
Picture = "Frm_Set.frx":34B4
Stretch = -1 'True
Top = 2520
Width = 255
End
Begin VB.Image Image1
Height = 255
Index = 2
Left = 480
Picture = "Frm_Set.frx":38F6
Stretch = -1 'True
Top = 1440
Width = 255
End
Begin VB.Image Image1
Height = 255
Index = 1
Left = 480
Picture = "Frm_Set.frx":3D38
Stretch = -1 'True
Top = 1080
Width = 255
End
Begin VB.Image Image1
Height = 255
Index = 0
Left = 480
Picture = "Frm_Set.frx":417A
Stretch = -1 'True
Top = 720
Width = 255
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "基本设置:"
ForeColor = &H00FF0000&
Height = 180
Index = 0
Left = 360
TabIndex = 3
Top = 360
Width = 900
End
Begin VB.Shape Shape1
FillColor = &H00FF0000&
FillStyle = 0 'Solid
Height = 45
Left = 45
Top = 1920
Width = 5190
End
End
End
Attribute VB_Name = "Frm_Set"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub VsNetBut1_Click(Index As Integer)
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -