📄 hqcqgl.frm
字号:
VERSION 5.00
Begin VB.Form hqcqgl
Caption = "活期存取管理"
ClientHeight = 6435
ClientLeft = 60
ClientTop = 450
ClientWidth = 7500
LinkTopic = "Form1"
ScaleHeight = 6435
ScaleWidth = 7500
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "取消"
Height = 375
Left = 4560
TabIndex = 24
Top = 5160
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "修改"
Height = 375
Left = 2880
TabIndex = 23
Top = 5160
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "添加"
Height = 375
Left = 1200
TabIndex = 22
Top = 5160
Width = 1095
End
Begin VB.TextBox txt经办人
DataField = "经办人"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 21
Top = 4440
Width = 1650
End
Begin VB.TextBox txt电话
DataField = "电话"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 19
Top = 4065
Width = 1650
End
Begin VB.TextBox txt利率
DataField = "利率"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 17
Top = 3690
Width = 1650
End
Begin VB.TextBox txt利息
DataField = "利息"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 15
Top = 3300
Width = 1650
End
Begin VB.TextBox txt存款日期
DataField = "存款日期"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 13
Top = 2925
Width = 1650
End
Begin VB.TextBox txt取款日期
DataField = "取款日期"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 11
Top = 2550
Width = 1650
End
Begin VB.TextBox txt金额
DataField = "金额"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 9
Top = 2160
Width = 1650
End
Begin VB.TextBox txt证件号
DataField = "证件号"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 7
Top = 1785
Width = 1650
End
Begin VB.TextBox txt身份
DataField = "身份"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 5
Top = 1410
Width = 2130
End
Begin VB.TextBox txt姓名
DataField = "姓名"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 3
Top = 1020
Width = 1170
End
Begin VB.TextBox txt帐户号码
DataField = "帐户号码"
DataMember = "Command4"
DataSource = "DataEnvironment1"
Height = 285
Left = 2370
TabIndex = 1
Top = 645
Width = 2085
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "经办人:"
Height = 255
Index = 10
Left = 525
TabIndex = 20
Top = 4485
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "电话:"
Height = 255
Index = 9
Left = 525
TabIndex = 18
Top = 4110
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "利率:"
Height = 255
Index = 8
Left = 525
TabIndex = 16
Top = 3735
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "利息:"
Height = 255
Index = 7
Left = 525
TabIndex = 14
Top = 3345
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "存款日期:"
Height = 255
Index = 6
Left = 525
TabIndex = 12
Top = 2640
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "取款日期:"
Height = 255
Index = 5
Left = 480
TabIndex = 10
Top = 3000
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "金额:"
Height = 255
Index = 4
Left = 525
TabIndex = 8
Top = 2205
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "证件号:"
Height = 255
Index = 3
Left = 525
TabIndex = 6
Top = 1830
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "身份:"
Height = 255
Index = 2
Left = 525
TabIndex = 4
Top = 1455
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "姓名:"
Height = 255
Index = 1
Left = 525
TabIndex = 2
Top = 1065
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "帐户号码:"
Height = 255
Index = 0
Left = 525
TabIndex = 0
Top = 690
Width = 1815
End
End
Attribute VB_Name = "hqcqgl"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -