📄 form9.frm
字号:
VERSION 5.00
Begin VB.Form Form9
BackColor = &H00FFFFFF&
Caption = "分配帐号"
ClientHeight = 5835
ClientLeft = 60
ClientTop = 435
ClientWidth = 7935
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form9"
Picture = "Form9.frx":0000
ScaleHeight = 5835
ScaleWidth = 7935
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
BackColor = &H00C0E0FF&
Caption = "退出"
Height = 855
Left = 5160
Style = 1 'Graphical
TabIndex = 1
Top = 4680
Width = 1935
End
Begin VB.CommandButton Command1
BackColor = &H00C0E0FF&
Caption = "确定"
Height = 855
Left = 840
Style = 1 'Graphical
TabIndex = 0
Top = 4680
Width = 1935
End
End
Attribute VB_Name = "Form9"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub Command2_Click()
Unload Me
Form5.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -