📄 frmfixdeposit.frm
字号:
VERSION 5.00
Begin VB.Form frmFixDeposit1
BackColor = &H00808080&
BorderStyle = 1 'Fixed Single
Caption = "定期存款:第一步"
ClientHeight = 3780
ClientLeft = 45
ClientTop = 435
ClientWidth = 7905
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 3780
ScaleWidth = 7905
Begin VB.CommandButton cmdCancel
Cancel = -1 'True
Caption = "取 消"
Height = 345
Left = 6720
TabIndex = 5
Top = 3120
Width = 975
End
Begin VB.CommandButton cmdNext
Caption = "下一步"
Height = 345
Left = 5520
TabIndex = 4
Top = 3120
Width = 975
End
Begin VB.Label lblFOAA1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "该操作为存款"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 1005
Index = 4
Left = 2520
TabIndex = 3
Top = 1680
Width = 2880
End
Begin VB.Label lbl
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "第一步"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 210
Index = 3
Left = 7200
TabIndex = 2
Top = 360
Width = 675
End
Begin VB.Label lbl
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "First"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 210
Index = 1
Left = 120
TabIndex = 1
Top = 360
Width = 600
End
Begin VB.Line line
BorderColor = &H00FFFFFF&
BorderWidth = 2
X1 = -120
X2 = 8040
Y1 = 600
Y2 = 600
End
Begin VB.Label lbl
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "存款"
BeginProperty Font
Name = "华文新魏"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 315
Index = 2
Left = 3720
TabIndex = 0
Top = 240
Width = 630
End
End
Attribute VB_Name = "frmFixDeposit1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdCancel_Click()
Unload Me
End Sub
Private Sub cmdNext_Click()
Unload Me
frmFixDeposit2.Show
End Sub
Private Sub cmdPrint_Click()
frmPrintFD.PrintForm
Unload frmPrintFD
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -