📄 dqcqgl.frm
字号:
VERSION 5.00
Begin VB.Form dqcqgl
Caption = "定期存取管理"
ClientHeight = 6360
ClientLeft = 60
ClientTop = 450
ClientWidth = 7785
LinkTopic = "Form1"
ScaleHeight = 6360
ScaleWidth = 7785
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "取消"
Height = 375
Left = 4920
TabIndex = 22
Top = 4800
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "修改"
Height = 375
Left = 3240
TabIndex = 21
Top = 4800
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "添加"
Height = 375
Left = 1560
TabIndex = 20
Top = 4800
Width = 1095
End
Begin VB.TextBox txt经办人
DataField = "经办人"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2325
TabIndex = 19
Top = 4020
Width = 1650
End
Begin VB.TextBox txt电话
DataField = "电话"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2325
TabIndex = 17
Top = 3645
Width = 1650
End
Begin VB.TextBox txt利率
DataField = "利率"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2325
TabIndex = 15
Top = 3255
Width = 1650
End
Begin VB.TextBox txt利息
DataField = "利息"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2280
TabIndex = 13
Top = 2880
Width = 1650
End
Begin VB.TextBox txt截止日期
DataField = "截止日期"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2280
TabIndex = 11
Top = 2520
Width = 1650
End
Begin VB.TextBox txt存款日期
DataField = "存款日期"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2280
TabIndex = 9
Top = 2160
Width = 1650
End
Begin VB.TextBox txt金额
DataField = "金额"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2325
TabIndex = 7
Top = 1740
Width = 1650
End
Begin VB.TextBox txt身份证号
DataField = "身份证号"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2325
TabIndex = 5
Top = 1365
Width = 1650
End
Begin VB.TextBox txt姓名
DataField = "姓名"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2325
TabIndex = 3
Top = 975
Width = 1650
End
Begin VB.TextBox txt帐户号码
DataField = "帐户号码"
DataMember = "Command1"
DataSource = "DataEnvironment1"
Height = 285
Left = 2325
TabIndex = 1
Top = 600
Width = 1650
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "经办人:"
Height = 255
Index = 9
Left = 720
TabIndex = 18
Top = 4065
Width = 1095
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "电话:"
Height = 255
Index = 8
Left = 600
TabIndex = 16
Top = 3690
Width = 1215
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "利率:"
Height = 255
Index = 7
Left = 720
TabIndex = 14
Top = 3300
Width = 1095
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "利息:"
Height = 255
Index = 6
Left = 720
TabIndex = 12
Top = 2925
Width = 1095
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "截止日期:"
Height = 255
Index = 5
Left = 720
TabIndex = 10
Top = 2550
Width = 1095
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "存款日期:"
Height = 255
Index = 4
Left = 600
TabIndex = 8
Top = 2160
Width = 1215
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "金额:"
Height = 255
Index = 3
Left = 720
TabIndex = 6
Top = 1785
Width = 1095
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "身份证号:"
Height = 255
Index = 2
Left = 720
TabIndex = 4
Top = 1410
Width = 1095
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "姓名:"
Height = 255
Index = 1
Left = 720
TabIndex = 2
Top = 1020
Width = 1095
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "帐户号码:"
Height = 255
Index = 0
Left = 720
TabIndex = 0
Top = 645
Width = 1095
End
End
Attribute VB_Name = "dqcqgl"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Frame1_DragDrop(Source As Control, X As Single, Y As Single)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -