?? frmmanrecord.frm
字號:
VERSION 5.00
Begin VB.Form frmManrecord
Caption = "查詢員工信息"
ClientHeight = 3270
ClientLeft = 60
ClientTop = 345
ClientWidth = 4545
LinkTopic = "Form1"
ScaleHeight = 3270
ScaleWidth = 4545
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox txtlevel
Height = 270
Left = 1320
TabIndex = 14
Top = 2040
Width = 1455
End
Begin VB.CheckBox ChkLevel
Caption = "學(xué)歷:"
Height = 255
Left = 360
TabIndex = 13
Top = 2040
Width = 855
End
Begin VB.TextBox txtDept
Height = 270
Left = 1320
TabIndex = 12
Top = 1560
Width = 1455
End
Begin VB.TextBox txtBusi
Height = 270
Left = 1320
TabIndex = 11
Top = 1080
Width = 1455
End
Begin VB.TextBox txtName
Height = 270
Left = 1320
TabIndex = 10
Top = 360
Width = 1455
End
Begin VB.CommandButton Command3
Caption = "重置"
Height = 375
Left = 1920
TabIndex = 9
Top = 2640
Width = 735
End
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 3120
TabIndex = 8
Top = 2640
Width = 735
End
Begin VB.CommandButton cmdFind
Caption = "查詢"
Height = 375
Left = 600
TabIndex = 7
Top = 2640
Width = 735
End
Begin VB.CheckBox ChkMohu
Caption = "模糊匹配"
Height = 255
Left = 3120
TabIndex = 6
Top = 360
Width = 1095
End
Begin VB.OptionButton Optfemal
Caption = "女"
Height = 255
Left = 2160
TabIndex = 5
Top = 720
Width = 495
End
Begin VB.OptionButton Optman
Caption = "男"
Height = 255
Left = 1320
TabIndex = 4
Top = 720
Width = 615
End
Begin VB.CheckBox ChkSex
Caption = "性別:"
Height = 495
Left = 360
TabIndex = 3
Top = 600
Width = 855
End
Begin VB.CheckBox ChkDept
Caption = "部門:"
Height = 375
Left = 360
TabIndex = 2
Top = 1560
Width = 855
End
Begin VB.CheckBox ChkBusi
Caption = "職稱:"
Height = 375
Left = 360
TabIndex = 1
Top = 1080
Width = 855
End
Begin VB.CheckBox ChkName
Caption = "姓名:"
Height = 255
Left = 360
TabIndex = 0
Top = 360
Width = 855
End
End
Attribute VB_Name = "frmManrecord"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdFind_Click()
Dim sqltxt As String
If chkName.Value = 1 Then
sqltxt = ""
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -