📄 定期类型选择.frm
字号:
VERSION 5.00
Begin VB.Form Form19
BackColor = &H00FFC0C0&
Caption = "Form19"
ClientHeight = 8445
ClientLeft = 60
ClientTop = 450
ClientWidth = 12015
LinkTopic = "Form19"
ScaleHeight = 8445
ScaleWidth = 12015
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "储蓄定期类型选择"
Height = 5655
Left = 4560
TabIndex = 0
Top = 960
Width = 3495
Begin VB.CommandButton Command6
Caption = "五年定期"
Height = 495
Left = 840
TabIndex = 5
Top = 3360
Width = 1575
End
Begin VB.CommandButton Command5
Caption = "三年定期"
Height = 495
Left = 840
TabIndex = 4
Top = 2520
Width = 1575
End
Begin VB.CommandButton Command4
Caption = "两年定期"
Height = 495
Left = 840
TabIndex = 3
Top = 1560
Width = 1575
End
Begin VB.CommandButton Command3
Caption = "一年定期"
Height = 495
Left = 840
TabIndex = 2
Top = 720
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "返回"
Height = 495
Left = 840
TabIndex = 1
Top = 4320
Width = 1575
End
End
End
Attribute VB_Name = "Form19"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
Form21.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -