📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "Ban"
ClientHeight = 1185
ClientLeft = 45
ClientTop = 330
ClientWidth = 4680
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1185
ScaleWidth = 4680
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "封闭列表"
Height = 285
Left = 2400
TabIndex = 5
Top = 840
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "封闭"
Height = 285
Left = 3000
TabIndex = 3
Top = 480
Width = 615
End
Begin VB.TextBox Text2
Height = 285
Left = 2400
TabIndex = 2
Top = 480
Width = 495
End
Begin VB.TextBox Text1
Height = 285
Left = 240
TabIndex = 0
Top = 480
Width = 1935
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "封闭天数:"
Height = 180
Left = 2400
TabIndex = 4
Top = 240
Width = 810
End
Begin VB.Label Label1
Caption = "用户名:"
Height = 255
Left = 240
TabIndex = 1
Top = 240
Width = 1215
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -