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

📄 f_laodonghetonglishi.frm

📁 用Visual basic6开发的人事信息管理系统,数据库采用的是Sql Server2000
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#1.0#0"; "THREED32.OCX"
Begin VB.Form F_LaoDongHeTongLiShi 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "劳动合同历史"
   ClientHeight    =   7560
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   10005
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Moveable        =   0   'False
   ScaleHeight     =   7560
   ScaleWidth      =   10005
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Caption         =   "选择查询条件"
      Height          =   1455
      Left            =   120
      TabIndex        =   50
      Top             =   0
      Width           =   9735
      Begin Threed.SSCommand Command1 
         Height          =   375
         Left            =   6120
         TabIndex        =   2
         Top             =   840
         Width           =   1095
         _Version        =   65536
         _ExtentX        =   1931
         _ExtentY        =   661
         _StockProps     =   78
         Caption         =   "&S.查 询"
         Font3D          =   1
      End
      Begin VB.CheckBox Check1 
         Caption         =   "Check1"
         Height          =   255
         Left            =   360
         TabIndex        =   52
         Top             =   390
         Width           =   255
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   1800
         TabIndex        =   1
         Top             =   840
         Visible         =   0   'False
         Width           =   1695
      End
      Begin VB.ComboBox Command3 
         Height          =   300
         Left            =   1800
         TabIndex        =   0
         Top             =   360
         Visible         =   0   'False
         Width           =   1695
      End
      Begin VB.CheckBox Check3 
         Caption         =   "Check2"
         Height          =   255
         Left            =   360
         TabIndex        =   51
         Top             =   870
         Width           =   255
      End
      Begin Threed.SSCommand Command2 
         Height          =   375
         Left            =   7800
         TabIndex        =   3
         Top             =   840
         Width           =   1095
         _Version        =   65536
         _ExtentX        =   1931
         _ExtentY        =   661
         _StockProps     =   78
         Caption         =   "&Q.关 闭"
         Font3D          =   1
      End
      Begin VB.Label Label1 
         Caption         =   "员工编号"
         Height          =   255
         Left            =   720
         TabIndex        =   54
         Top             =   400
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "员工姓名"
         Height          =   255
         Left            =   720
         TabIndex        =   53
         Top             =   900
         Width           =   975
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "查询结果"
      Height          =   5895
      Left            =   120
      TabIndex        =   5
      Top             =   1560
      Width           =   9735
      Begin MSDataGridLib.DataGrid DataGrid1 
         Height          =   4935
         Left            =   240
         TabIndex        =   6
         Top             =   360
         Width           =   9135
         _ExtentX        =   16113
         _ExtentY        =   8705
         _Version        =   393216
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
      Begin Threed.SSCommand SSCommand1 
         Height          =   375
         Left            =   7920
         TabIndex        =   4
         Top             =   5400
         Width           =   1095
         _Version        =   65536
         _ExtentX        =   1931
         _ExtentY        =   661
         _StockProps     =   78
         Caption         =   "&X.显 示"
         Font3D          =   1
      End
   End
   Begin VB.Frame Frame3 
      Height          =   5895
      Left            =   120
      TabIndex        =   7
      Top             =   1560
      Width           =   9735
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "当事人约定的其他内容"
         Height          =   765
         Index           =   16
         Left            =   1680
         TabIndex        =   23
         Top             =   3840
         Width           =   4815
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "岗位"
         Height          =   285
         Index           =   15
         Left            =   4800
         TabIndex        =   22
         Top             =   2288
         Width           =   1695
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "部门"
         Height          =   285
         Index           =   14
         Left            =   1680
         TabIndex        =   21
         Top             =   2288
         Width           =   1695
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "所在街道办事处"
         Height          =   285
         Index           =   9
         Left            =   1680
         TabIndex        =   20
         Top             =   1800
         Width           =   4815
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "邮编"
         Height          =   285
         Index           =   8
         Left            =   7920
         TabIndex        =   19
         Top             =   840
         Width           =   1695
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "家庭通讯地址"
         Height          =   285
         Index           =   7
         Left            =   1680
         TabIndex        =   18
         Top             =   1320
         Width           =   4815
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "身份证号"
         Height          =   285
         Index           =   6
         Left            =   7920
         TabIndex        =   17
         Top             =   1320
         Width           =   1695
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "性别"
         Height          =   285
         Index           =   4
         Left            =   1680
         TabIndex        =   16
         Top             =   840
         Width           =   1695
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "文化程度"
         Height          =   285
         Index           =   3
         Left            =   7920
         TabIndex        =   15
         Top             =   360
         Width           =   1695
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "姓名"
         Height          =   285
         Index           =   1
         Left            =   4920
         TabIndex        =   14
         Top             =   360
         Width           =   1575
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "劳动合同编号"
         Height          =   285
         Index           =   0
         Left            =   1680
         TabIndex        =   13
         Top             =   360
         Width           =   1695
      End
      Begin VB.ComboBox Combo4 
         Appearance      =   0  'Flat
         DataField       =   "停止方式"
         Height          =   300
         Left            =   4800
         TabIndex        =   10
         Top             =   4793
         Width           =   1695
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "签定期限"
         Height          =   285
         Index           =   2
         Left            =   1680
         TabIndex        =   9
         Top             =   2768
         Width           =   1695
      End
      Begin VB.ComboBox Combo3 
         Appearance      =   0  'Flat
         DataField       =   "是否已停止"
         Height          =   300
         Left            =   1680
         TabIndex        =   8
         Top             =   4793
         Width           =   1695
      End
      Begin MSComCtl2.DTPicker DTPicker3 
         DataField       =   "出生日期"
         BeginProperty DataFormat 
            Type            =   1
            Format          =   "yyyy""年""M""月""d""日"""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   3
         EndProperty
         Height          =   300
         Left            =   4920
         TabIndex        =   11
         Top             =   832
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   529
         _Version        =   393216
         CheckBox        =   -1  'True
         DateIsNull      =   -1  'True
         Format          =   127533057
         CurrentDate     =   36189
      End
      Begin MSComCtl2.DTPicker DTPicker4 
         DataField       =   "签定时间"
         Height          =   300
         Left            =   7920
         TabIndex        =   12
         Top             =   2280
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   529
         _Version        =   393216
         CheckBox        =   -1  'True
         DateIsNull      =   -1  'True
         Format          =   127533057
         CurrentDate     =   36186
      End
      Begin MSComCtl2.DTPicker DTPicker5 
         DataField       =   "结束时间"
         Height          =   300
         Left            =   7920
         TabIndex        =   24
         Top             =   2760
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   529
         _Version        =   393216
         CheckBox        =   -1  'True
         DateIsNull      =   -1  'True
         Format          =   127533057
         CurrentDate     =   36186
      End
      Begin MSComCtl2.DTPicker DTPicker6 
         DataField       =   "开始时间"
         Height          =   300
         Left            =   4800
         TabIndex        =   25
         Top             =   2760
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   529
         _Version        =   393216
         CheckBox        =   -1  'True
         DateIsNull      =   -1  'True
         Format          =   127533057
         CurrentDate     =   36186
      End
      Begin MSComCtl2.DTPicker DTPicker7 
         DataField       =   "试用开始时间"
         Height          =   300
         Left            =   1680
         TabIndex        =   26
         Top             =   3360
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   529
         _Version        =   393216

⌨️ 快捷键说明

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