📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "登记新卡"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4740
Icon = "Form2.frx":0000
LinkTopic = "登记新卡"
ScaleHeight = 3090
ScaleWidth = 4740
StartUpPosition = 1 '所有者中心
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 9
Left = 3600
OLEDropMode = 2 'Automatic
TabIndex = 21
Top = 840
Width = 495
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 7
Left = 3480
OLEDropMode = 2 'Automatic
ScrollBars = 1 'Horizontal
TabIndex = 20
Top = 435
Width = 1095
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 8
Left = 2400
OLEDropMode = 2 'Automatic
ScrollBars = 1 'Horizontal
TabIndex = 19
Top = 840
Width = 615
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 6
Left = 1200
OLEDropMode = 2 'Automatic
TabIndex = 18
Top = 1920
Width = 2415
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 5
Left = 720
OLEDropMode = 2 'Automatic
TabIndex = 17
Top = 1200
Width = 3495
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 4
Left = 840
OLEDropMode = 2 'Automatic
TabIndex = 16
Top = 1560
Width = 1335
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 3
Left = 2880
OLEDropMode = 2 'Automatic
TabIndex = 15
Top = 1560
Width = 1695
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 2
Left = 720
OLEDropMode = 2 'Automatic
TabIndex = 14
Top = 840
Width = 1095
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 1
Left = 1200
OLEDropMode = 2 'Automatic
TabIndex = 13
Top = 2280
Width = 2415
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
Appearance = 0 'Flat
Height = 270
Index = 0
Left = 720
OLEDropMode = 2 'Automatic
TabIndex = 12
TabStop = 0 'False
Top = 435
Width = 2180
End
Begin VB.CommandButton Command1
Caption = "取消(&C)"
Height = 375
Index = 1
Left = 2760
TabIndex = 11
Top = 2640
Width = 975
End
Begin VB.CommandButton Command1
Caption = "保存(&S)"
Height = 375
Index = 0
Left = 1200
TabIndex = 10
Top = 2640
Width = 975
End
Begin VB.Label Label1
Caption = "现住地址:"
Height = 255
Index = 9
Left = 360
TabIndex = 9
Top = 2280
Width = 975
End
Begin VB.Label Label1
Caption = "身份证号:"
Height = 375
Index = 8
Left = 360
TabIndex = 8
Top = 1920
Width = 735
End
Begin VB.Label Label1
Caption = "电话:"
Height = 255
Index = 7
Left = 2400
TabIndex = 7
Top = 1560
Width = 375
End
Begin VB.Label Label1
Caption = "邮编:"
Height = 375
Index = 6
Left = 360
TabIndex = 6
Top = 1560
Width = 375
End
Begin VB.Label Label1
Caption = "住址:"
Height = 375
Index = 5
Left = 360
TabIndex = 5
Top = 1200
Width = 375
End
Begin VB.Label Label1
Caption = "年龄:"
Height = 375
Index = 4
Left = 3120
TabIndex = 4
Top = 840
Width = 375
End
Begin VB.Label Label1
Caption = "性别:"
Height = 375
Index = 3
Left = 1920
TabIndex = 3
Top = 840
Width = 375
End
Begin VB.Label Label1
Caption = "姓名"
Height = 375
Index = 2
Left = 360
TabIndex = 2
Top = 840
Width = 375
End
Begin VB.Label Label1
Caption = "分类:"
Height = 375
Index = 1
Left = 3000
TabIndex = 1
Top = 480
Width = 375
End
Begin VB.Label Label1
Caption = "卡号:"
Height = 255
Index = 0
Left = 240
TabIndex = 0
Top = 480
Width = 495
End
End
Attribute VB_Name = "Form2"
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 + -