⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmanrecord.frm

📁 工程代码: 员工基本资料、部门基本资料、工资发放、简单人事考勤、等人事档案基本要素
💻 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         =   "学历:"
      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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -