📄 银行服务.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BackColor = &H00FFC0C0&
Caption = "Form3"
ClientHeight = 6600
ClientLeft = 60
ClientTop = 450
ClientWidth = 9405
LinkTopic = "Form3"
Picture = "银行服务.frx":0000
ScaleHeight = 6600
ScaleWidth = 9405
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "银行服务首页"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 5055
Left = 1200
TabIndex = 0
Top = 1080
Width = 1455
Begin VB.CommandButton Command6
Caption = "查询信息"
Height = 375
Left = 120
Picture = "银行服务.frx":10474
Style = 1 'Graphical
TabIndex = 10
Top = 4080
Width = 1095
End
Begin VB.CommandButton Command11
BackColor = &H00FFC0C0&
Caption = "返回"
Height = 375
Left = 120
Picture = "银行服务.frx":18D4A
Style = 1 'Graphical
TabIndex = 9
Top = 4560
Width = 1095
End
Begin VB.CommandButton Command9
BackColor = &H00FFC0C0&
Caption = "修改密码"
Height = 375
Left = 120
Picture = "银行服务.frx":21620
Style = 1 'Graphical
TabIndex = 8
Top = 3600
Width = 1095
End
Begin VB.CommandButton Command8
BackColor = &H00FFC0C0&
Caption = "客户密码"
Height = 375
Left = 120
Picture = "银行服务.frx":29EF6
Style = 1 'Graphical
TabIndex = 7
Top = 3120
Width = 1095
End
Begin VB.CommandButton Command7
BackColor = &H00FFC0C0&
Caption = "转账"
Height = 375
Left = 120
MaskColor = &H00FFC0C0&
Picture = "银行服务.frx":327CC
Style = 1 'Graphical
TabIndex = 6
Top = 2640
Width = 1095
End
Begin VB.CommandButton Command5
BackColor = &H00FFC0C0&
Caption = "挂失解挂"
Height = 375
Left = 120
Picture = "银行服务.frx":3B0A2
Style = 1 'Graphical
TabIndex = 5
Top = 2160
Width = 1095
End
Begin VB.CommandButton Command4
BackColor = &H00FFC0C0&
Caption = "存款"
Height = 375
Left = 120
Picture = "银行服务.frx":43978
Style = 1 'Graphical
TabIndex = 4
Top = 1680
Width = 1095
End
Begin VB.CommandButton Command3
BackColor = &H00FFC0C0&
Caption = "取款"
Height = 375
Left = 120
Picture = "银行服务.frx":4C24E
Style = 1 'Graphical
TabIndex = 3
Top = 1200
Width = 1095
End
Begin VB.CommandButton Command2
BackColor = &H00FFC0C0&
Caption = "销户"
Height = 375
Left = 120
Picture = "银行服务.frx":54B24
Style = 1 'Graphical
TabIndex = 2
Top = 720
Width = 1095
End
Begin VB.CommandButton Command1
BackColor = &H00FFC0C0&
Caption = "开户"
Height = 375
Left = 120
Picture = "银行服务.frx":5D3FA
Style = 1 'Graphical
TabIndex = 1
Top = 240
Width = 1095
End
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
Form20.Show
End Sub
Private Sub Command11_Click()
Unload Me
Form2.Show
End Sub
Private Sub Command2_Click()
Unload Me
Form7.Show
End Sub
Private Sub Command3_Click()
Unload Me
Form8.Show
End Sub
Private Sub Command4_Click()
Unload Me
Form9.Show
End Sub
Private Sub Command5_Click()
Unload Me
Form17.Show
End Sub
Private Sub Command6_Click()
End Sub
Private Sub Command7_Click()
Unload Me
Form10.Show
End Sub
Private Sub Command8_Click()
Unload Me
Form19.Show
End Sub
Private Sub Command9_Click()
Unload Me
Form13.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -