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

📄 form4.frm

📁 本人长期从事人事管理工作
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Object = "{FAEEE763-117E-101B-8933-08002B2F4F5A}#1.1#0"; "DBLIST32.OCX"
Begin VB.Form Form4 
   Caption         =   "人事信息查询"
   ClientHeight    =   6885
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9570
   Icon            =   "Form4.frx":0000
   LinkTopic       =   "Form4"
   ScaleHeight     =   6885
   ScaleWidth      =   9570
   StartUpPosition =   1  '所有者中心
   Begin VB.CheckBox Check2 
      Caption         =   "博士后"
      Height          =   180
      Index           =   7
      Left            =   8040
      TabIndex        =   37
      Top             =   5160
      Width           =   855
   End
   Begin VB.CheckBox Check2 
      Caption         =   "博士"
      Height          =   180
      Index           =   6
      Left            =   7080
      TabIndex        =   36
      Top             =   5160
      Width           =   855
   End
   Begin VB.CheckBox Check2 
      Caption         =   "硕士"
      Height          =   180
      Index           =   5
      Left            =   6120
      TabIndex        =   35
      Top             =   5160
      Width           =   855
   End
   Begin VB.CheckBox Check2 
      Caption         =   "本科"
      Height          =   180
      Index           =   4
      Left            =   5160
      TabIndex        =   34
      Top             =   5160
      Width           =   855
   End
   Begin VB.CheckBox Check2 
      Caption         =   "大专"
      Height          =   180
      Index           =   3
      Left            =   4200
      TabIndex        =   33
      Top             =   5160
      Width           =   855
   End
   Begin VB.CheckBox Check2 
      Caption         =   "高中"
      Height          =   180
      Index           =   2
      Left            =   3240
      TabIndex        =   32
      Top             =   5160
      Width           =   855
   End
   Begin VB.CheckBox Check2 
      Caption         =   "初中"
      Height          =   180
      Index           =   1
      Left            =   2280
      TabIndex        =   31
      Top             =   5160
      Width           =   855
   End
   Begin VB.CheckBox Check1 
      Caption         =   "女"
      Height          =   180
      Index           =   1
      Left            =   6600
      TabIndex        =   30
      Top             =   3480
      Width           =   615
   End
   Begin VB.Data Data3 
      Caption         =   "Data3"
      Connect         =   "Access"
      DatabaseName    =   "C:\Program Files\Microsoft Visual Studio\VB98\mang\mang.mdb"
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   345
      Left            =   8400
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "func"
      Top             =   6480
      Visible         =   0   'False
      Width           =   1140
   End
   Begin VB.Data Data2 
      Caption         =   "Data2"
      Connect         =   "Access"
      DatabaseName    =   "C:\Program Files\Microsoft Visual Studio\VB98\mang\mang.mdb"
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   285
      Left            =   2640
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "dep"
      Top             =   6480
      Visible         =   0   'False
      Width           =   1065
   End
   Begin VB.CommandButton Command4 
      Caption         =   "详细资料"
      Height          =   420
      Left            =   1080
      TabIndex        =   28
      Top             =   6360
      Width           =   1095
   End
   Begin VB.TextBox Text7 
      Height          =   270
      Left            =   7560
      TabIndex        =   26
      Top             =   5760
      Width           =   1335
   End
   Begin VB.TextBox Text6 
      Height          =   270
      Left            =   2880
      TabIndex        =   24
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CheckBox Check2 
      Caption         =   "小学"
      Height          =   180
      Index           =   0
      Left            =   1320
      TabIndex        =   23
      Top             =   5160
      Width           =   855
   End
   Begin VB.CheckBox Check1 
      Caption         =   "男"
      Height          =   180
      Index           =   0
      Left            =   5880
      TabIndex        =   21
      Top             =   3480
      Width           =   975
   End
   Begin VB.TextBox Text4 
      Height          =   270
      Left            =   5640
      TabIndex        =   17
      Top             =   4560
      Width           =   3135
   End
   Begin VB.TextBox Text5 
      Height          =   270
      Left            =   5640
      TabIndex        =   16
      Top             =   5760
      Width           =   1335
   End
   Begin VB.TextBox Text8 
      Height          =   270
      Left            =   1080
      TabIndex        =   15
      Top             =   4560
      Width           =   2895
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Left            =   1080
      TabIndex        =   8
      Top             =   3480
      Width           =   1335
   End
   Begin VB.TextBox Text2 
      Height          =   270
      Left            =   3480
      TabIndex        =   7
      Top             =   3480
      Width           =   1335
   End
   Begin VB.TextBox Text3 
      Height          =   270
      Left            =   1200
      TabIndex        =   6
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton Command3 
      Caption         =   "打印/导出"
      Height          =   420
      Left            =   5520
      TabIndex        =   3
      Top             =   6360
      Width           =   1095
   End
   Begin VB.CommandButton Command2 
      Caption         =   "关闭"
      Height          =   420
      Left            =   7440
      TabIndex        =   2
      Top             =   6360
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      Caption         =   "刷新"
      Height          =   420
      Left            =   3480
      TabIndex        =   1
      Top             =   6360
      Width           =   855
   End
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   "C:\Program Files\Microsoft Visual Studio\VB98\mang\mang.mdb"
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   405
      Left            =   360
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "query"
      Top             =   6360
      Visible         =   0   'False
      Width           =   1140
   End
   Begin MSDBGrid.DBGrid DBGrid1 
      Bindings        =   "Form4.frx":08CA
      Height          =   3015
      Left            =   0
      OleObjectBlob   =   "Form4.frx":08DE
      TabIndex        =   0
      Top             =   0
      Width           =   9495
   End
   Begin MSDBCtls.DBCombo DBCombo2 
      Bindings        =   "Form4.frx":1969
      Height          =   330
      Left            =   5880
      TabIndex        =   4
      Top             =   3960
      Width           =   2895
      _ExtentX        =   5106
      _ExtentY        =   582
      _Version        =   393216
      ListField       =   "岗位名称"
      Text            =   ""
   End
   Begin MSDBCtls.DBCombo DBCombo1 
      Bindings        =   "Form4.frx":197D
      Height          =   330
      Left            =   1080
      TabIndex        =   5
      Top             =   3960
      Width           =   3495
      _ExtentX        =   6165
      _ExtentY        =   582
      _Version        =   393216
      ListField       =   "部门名称"
      Text            =   ""
   End
   Begin VB.Label Label15 
      Height          =   255
      Left            =   8520
      TabIndex        =   39
      Top             =   3480
      Width           =   615
   End
   Begin VB.Label Label14 
      Caption         =   "查询人数:"
      Height          =   255
      Left            =   7440
      TabIndex        =   38
      Top             =   3480
      Width           =   855
   End
   Begin VB.Label Label13 
      Caption         =   "请填入查询条件:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   120
      TabIndex        =   29
      Top             =   3120
      Width           =   1695
   End
   Begin VB.Line Line3 
      X1              =   0
      X2              =   9600
      Y1              =   5040
      Y2              =   5040
   End
   Begin VB.Line Line2 
      X1              =   0
      X2              =   9600
      Y1              =   3840
      Y2              =   3840
   End
   Begin VB.Line Line1 
      X1              =   0
      X2              =   9600
      Y1              =   6240
      Y2              =   6240
   End
   Begin VB.Label Label12 
      Caption         =   "至"
      Height          =   255
      Left            =   7200
      TabIndex        =   27
      Top             =   5760
      Width           =   375
   End
   Begin VB.Label Label11 
      Caption         =   "至"
      Height          =   255
      Left            =   2520
      TabIndex        =   25
      Top             =   5760
      Width           =   375
   End
   Begin VB.Label Label10 
      Caption         =   "毕业学校:"
      Height          =   255
      Left            =   4560
      TabIndex        =   22
      Top             =   4560
      Width           =   975
   End
   Begin VB.Label Label7 
      Caption         =   "最高学历:"
      Height          =   255
      Left            =   120
      TabIndex        =   20
      Top             =   5160
      Width           =   975
   End
   Begin VB.Label Label8 
      Caption         =   "所学专业:"
      Height          =   255
      Left            =   120
      TabIndex        =   19
      Top             =   4560
      Width           =   975
   End
   Begin VB.Label Label9 
      Caption         =   "到岗时间:"

⌨️ 快捷键说明

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