📄 chzc.frm
字号:
VERSION 5.00
Begin VB.Form chzc
Caption = "储户注册"
ClientHeight = 6165
ClientLeft = 60
ClientTop = 450
ClientWidth = 7635
LinkTopic = "Form1"
ScaleHeight = 6165
ScaleWidth = 7635
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 4800
TabIndex = 14
Top = 3720
Width = 1215
End
Begin VB.TextBox txt经办人联系电话
DataField = "经办人联系电话"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 2895
TabIndex = 13
Top = 2910
Width = 1650
End
Begin VB.TextBox txt经办姓名
DataField = "经办姓名"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 2895
TabIndex = 11
Top = 2535
Width = 1650
End
Begin VB.TextBox txt经办人证件号
DataField = "经办人证件号"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 2895
TabIndex = 9
Top = 2145
Width = 1650
End
Begin VB.TextBox txt联系电话
DataField = "联系电话"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 2895
TabIndex = 7
Top = 1770
Width = 1650
End
Begin VB.TextBox txt住址
DataField = "住址"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 2895
TabIndex = 5
Top = 1395
Width = 3300
End
Begin VB.TextBox txt证件号
DataField = "证件号"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 2895
TabIndex = 3
Top = 1005
Width = 1650
End
Begin VB.TextBox txt储户姓名
DataField = "储户姓名"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 2895
TabIndex = 1
Top = 630
Width = 1650
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "经办人联系电话:"
Height = 255
Index = 6
Left = 720
TabIndex = 12
Top = 2880
Width = 1455
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "经办姓名:"
Height = 255
Index = 5
Left = 840
TabIndex = 10
Top = 2520
Width = 1335
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "经办人证件号:"
Height = 255
Index = 4
Left = 840
TabIndex = 8
Top = 2160
Width = 1335
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "联系电话:"
Height = 255
Index = 3
Left = 960
TabIndex = 6
Top = 1800
Width = 1215
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "住址:"
Height = 255
Index = 2
Left = 1080
TabIndex = 4
Top = 1440
Width = 1095
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "证件号:"
Height = 255
Index = 1
Left = 1080
TabIndex = 2
Top = 1050
Width = 975
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "储户姓名:"
Height = 255
Index = 0
Left = 1080
TabIndex = 0
Top = 675
Width = 1095
End
End
Attribute VB_Name = "chzc"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
End Sub
Private Sub lblFieldLabel_Click(Index As Integer)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -