chxxgl.frm
来自「银行储蓄系统,包括各种功能,能用于课程设计,相当不错」· FRM 代码 · 共 189 行
FRM
189 行
VERSION 5.00
Begin VB.Form chxxgl
Caption = "储户信息管理"
ClientHeight = 6885
ClientLeft = 60
ClientTop = 450
ClientWidth = 9420
LinkTopic = "Form1"
ScaleHeight = 6885
ScaleWidth = 9420
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "取消"
Height = 495
Left = 5160
TabIndex = 16
Top = 4320
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "删除"
Height = 495
Left = 3840
TabIndex = 15
Top = 4320
Width = 975
End
Begin VB.CommandButton Command1
Caption = "修改"
Height = 495
Left = 2280
TabIndex = 14
Top = 4320
Width = 1095
End
Begin VB.TextBox txt经办人联系电话
DataField = "经办人联系电话"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 3270
TabIndex = 13
Top = 3105
Width = 1650
End
Begin VB.TextBox txt经办姓名
DataField = "经办姓名"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 3270
TabIndex = 11
Top = 2730
Width = 1650
End
Begin VB.TextBox txt经办人证件号
DataField = "经办人证件号"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 3270
TabIndex = 9
Top = 2340
Width = 1650
End
Begin VB.TextBox txt联系电话
DataField = "联系电话"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 3270
TabIndex = 7
Top = 1965
Width = 1650
End
Begin VB.TextBox txt住址
DataField = "住址"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 3270
TabIndex = 5
Top = 1590
Width = 3300
End
Begin VB.TextBox txt证件号
DataField = "证件号"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 3270
TabIndex = 3
Top = 1200
Width = 1650
End
Begin VB.TextBox txt储户姓名
DataField = "储户姓名"
DataMember = "Command2"
DataSource = "DataEnvironment1"
Height = 285
Left = 3270
TabIndex = 1
Top = 825
Width = 1650
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "经办人联系电话:"
Height = 255
Index = 6
Left = 1425
TabIndex = 12
Top = 3150
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "经办姓名:"
Height = 255
Index = 5
Left = 1425
TabIndex = 10
Top = 2775
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "经办人证件号:"
Height = 255
Index = 4
Left = 1425
TabIndex = 8
Top = 2385
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "联系电话:"
Height = 255
Index = 3
Left = 1425
TabIndex = 6
Top = 2010
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "住址:"
Height = 255
Index = 2
Left = 1425
TabIndex = 4
Top = 1635
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "证件号:"
Height = 255
Index = 1
Left = 1425
TabIndex = 2
Top = 1245
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "储户姓名:"
Height = 255
Index = 0
Left = 1425
TabIndex = 0
Top = 870
Width = 1815
End
End
Attribute VB_Name = "chxxgl"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?