📄 queryclerkres.frm
字号:
VERSION 5.00
Begin VB.Form queryclerkre
Caption = "职员信息显示"
ClientHeight = 4365
ClientLeft = 60
ClientTop = 345
ClientWidth = 7575
LinkTopic = "Form1"
ScaleHeight = 4365
ScaleWidth = 7575
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 270
Index = 4
Left = 2040
TabIndex = 12
Top = 3360
Width = 2775
End
Begin VB.TextBox Text1
Height = 270
Index = 3
Left = 2040
TabIndex = 11
Top = 2880
Width = 2775
End
Begin VB.TextBox Text1
Height = 270
Index = 2
Left = 2040
TabIndex = 10
Top = 2400
Width = 2775
End
Begin VB.TextBox Text1
Height = 270
Index = 1
Left = 2040
TabIndex = 9
Top = 1920
Width = 2775
End
Begin VB.CommandButton Command2
Caption = "上一步"
Height = 495
Left = 5400
TabIndex = 8
Top = 3120
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "完成"
Height = 495
Left = 5400
TabIndex = 7
Top = 1560
Width = 1215
End
Begin VB.TextBox Text1
Height = 270
Index = 0
Left = 2040
TabIndex = 6
Top = 1440
Width = 2775
End
Begin VB.Label Label6
Caption = "电话号码:"
Height = 255
Left = 720
TabIndex = 5
Top = 3360
Width = 1335
End
Begin VB.Label Label5
Caption = "家庭住址:"
Height = 255
Left = 720
TabIndex = 4
Top = 2880
Width = 1335
End
Begin VB.Label Label4
Caption = "身份证号:"
Height = 255
Left = 720
TabIndex = 3
Top = 2400
Width = 1335
End
Begin VB.Label Label3
Caption = "卡号:"
Height = 255
Left = 1080
TabIndex = 2
Top = 1920
Width = 855
End
Begin VB.Label Label2
Caption = "职员姓名:"
Height = 255
Left = 720
TabIndex = 1
Top = 1440
Width = 1095
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "职员信息显示"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2040
TabIndex = 0
Top = 480
Width = 3735
End
End
Attribute VB_Name = "queryclerkre"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Command2_Click()
queryclerk1.Show
Unload Me
End Sub
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -