📄 main.frm
字号:
VERSION 5.00
Begin VB.Form Main
Caption = "综合服务平台"
ClientHeight = 4635
ClientLeft = 60
ClientTop = 450
ClientWidth = 5130
LinkTopic = "Form1"
ScaleHeight = 4635
ScaleWidth = 5130
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command8
Caption = "退出"
Height = 495
Left = 3000
TabIndex = 9
Top = 3480
Width = 1215
End
Begin VB.CommandButton Command7
Caption = "重登录"
Height = 495
Left = 3000
TabIndex = 8
Top = 2640
Width = 1215
End
Begin VB.CommandButton Command6
Caption = "使用帮助"
Height = 495
Left = 840
TabIndex = 6
Top = 3480
Width = 1215
End
Begin VB.CommandButton Command5
Caption = "修改密码"
Height = 495
Left = 840
TabIndex = 5
Top = 2640
Width = 1215
End
Begin VB.CommandButton Command4
Caption = "用户转帐"
Height = 495
Left = 3000
TabIndex = 4
Top = 1800
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "查询余额"
Height = 495
Left = 840
TabIndex = 3
Top = 1800
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "自助存款"
Height = 495
Left = 3000
TabIndex = 2
Top = 960
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "自助取款"
Height = 495
Left = 840
TabIndex = 1
Top = 960
Width = 1215
End
Begin VB.Label Label2
Caption = "02计算机5班 王磊 2005年12月15日"
ForeColor = &H8000000D&
Height = 255
Left = 1080
TabIndex = 7
Top = 4320
Width = 3255
End
Begin VB.Label Label1
Caption = "银行储蓄管理系统服务平台"
BeginProperty Font
Name = "幼圆"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 600
TabIndex = 0
Top = 240
Width = 4215
End
End
Attribute VB_Name = "Main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
Out.Show
End Sub
Private Sub Command2_Click()
Unload Me
Into.Show
End Sub
Private Sub Command3_Click()
Unload Me
Search.Show
End Sub
Private Sub Command4_Click()
Unload Me
Change.Show
End Sub
Private Sub Command5_Click()
Unload Me
passwd.Show
End Sub
Private Sub Command6_Click()
Unload Me
Help.Show
End Sub
Private Sub Command7_Click()
Unload Me
Login.Show
End Sub
Private Sub Command8_Click()
If MsgBox("您要退出本系统吗?", vbYesNo + vbQuestion, "系统提示") = vbYes Then
Unload Me
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -