📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BackColor = &H00FF0000&
Caption = "用户服务"
ClientHeight = 4605
ClientLeft = 4590
ClientTop = 3375
ClientWidth = 6000
FillColor = &H00C0FFFF&
ForeColor = &H80000002&
LinkTopic = "Form2"
ScaleHeight = 6862.791
ScaleMode = 0 'User
ScaleWidth = 7692.308
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command6
BackColor = &H00C0FFFF&
Caption = "修改密码"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
Style = 1 'Graphical
TabIndex = 6
Top = 3360
Width = 1335
End
Begin VB.CommandButton Command5
BackColor = &H00C0FFFF&
Caption = "退出登陆"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
Style = 1 'Graphical
TabIndex = 5
Top = 3960
Width = 1335
End
Begin VB.CommandButton Command4
BackColor = &H00C0FFFF&
Caption = "转帐"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
Style = 1 'Graphical
TabIndex = 4
Top = 2760
Width = 1335
End
Begin VB.CommandButton Command3
BackColor = &H00C0FFFF&
Caption = "取款"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
Style = 1 'Graphical
TabIndex = 3
Top = 2160
Width = 1335
End
Begin VB.CommandButton Command2
BackColor = &H00C0FFFF&
Caption = "存款"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
Style = 1 'Graphical
TabIndex = 2
Top = 1560
Width = 1335
End
Begin VB.CommandButton Command1
BackColor = &H00C0FFFF&
Caption = "查询"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
Style = 1 'Graphical
TabIndex = 1
Top = 960
Width = 1335
End
Begin VB.Line Line1
BorderWidth = 2
X1 = 0
X2 = 7692.308
Y1 = 1073.01
Y2 = 1073.01
End
Begin VB.Line Line2
BorderWidth = 2
X1 = 0
X2 = 7692.308
Y1 = 1251.845
Y2 = 1251.845
End
Begin VB.Label Label1
BackColor = &H00C0FFFF&
Caption = "用户服务"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1920
TabIndex = 0
Top = 120
Width = 1815
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
Form3.Show
End Sub
Private Sub Command2_Click()
Unload Me
Form4.Show
End Sub
Private Sub Command3_Click()
Unload Me
Form5.Show
End Sub
Private Sub Command4_Click()
Unload Me
Form7.Show
End Sub
Private Sub Command5_Click()
Unload Me
Form1.Show
End Sub
Private Sub Command6_Click()
Unload Me
Form6.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -