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

📄 frmchginoutinfo2344.frm

📁 企业人事管理系统,有考勤,人员管理等功能,值得研究,也是我付费弄来的,绝对超值
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Object = "{4D9EC913-CE63-4C50-A734-7B12A0A2618C}#3.0#0"; "NumberText.ocx"
Begin VB.Form frmChg222222222222 
   Caption         =   "修改员工上下班信息"
   ClientHeight    =   8790
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11085
   LinkTopic       =   "Form1"
   ScaleHeight     =   8790
   ScaleWidth      =   11085
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame6 
      Caption         =   "查找"
      Height          =   2295
      Left            =   4200
      TabIndex        =   30
      Top             =   240
      Width           =   4935
      Begin VB.CheckBox chkPP 
         Caption         =   "完全匹配"
         Height          =   255
         Left            =   3600
         TabIndex        =   40
         Top             =   840
         Width           =   1095
      End
      Begin VB.TextBox txtName 
         Height          =   270
         Left            =   1560
         TabIndex        =   39
         Top             =   840
         Width           =   1815
      End
      Begin VB.CheckBox chkID 
         Caption         =   "按ID:"
         Height          =   255
         Left            =   360
         TabIndex        =   38
         Top             =   360
         Width           =   975
      End
      Begin VB.CheckBox chkName 
         Caption         =   "按姓名:"
         Height          =   255
         Left            =   360
         TabIndex        =   37
         Top             =   840
         Width           =   975
      End
      Begin VB.CheckBox chkTime 
         Caption         =   "按时间"
         Height          =   255
         Left            =   360
         TabIndex        =   36
         Top             =   1320
         Width           =   1095
      End
      Begin VB.OptionButton optAsc 
         Caption         =   "升序"
         Height          =   255
         Left            =   360
         TabIndex        =   32
         Top             =   1800
         Value           =   -1  'True
         Width           =   975
      End
      Begin VB.OptionButton optDesc 
         Caption         =   "降序"
         Height          =   255
         Left            =   1800
         TabIndex        =   31
         Top             =   1800
         Width           =   975
      End
      Begin NumberText.NumText txtIDTo 
         Height          =   255
         Left            =   3480
         TabIndex        =   33
         Top             =   360
         Width           =   1215
         _ExtentX        =   2143
         _ExtentY        =   450
      End
      Begin NumberText.NumText txtID 
         Height          =   255
         Left            =   1560
         TabIndex        =   34
         Top             =   360
         Width           =   1215
         _ExtentX        =   2143
         _ExtentY        =   450
      End
      Begin MSComCtl2.DTPicker dtpTo 
         Height          =   255
         Left            =   3360
         TabIndex        =   35
         Top             =   1320
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   450
         _Version        =   393216
         Format          =   48431105
         CurrentDate     =   38123
      End
      Begin MSComCtl2.DTPicker dtpFrom 
         Height          =   255
         Left            =   1560
         TabIndex        =   47
         Top             =   1320
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   450
         _Version        =   393216
         Format          =   48431105
         CurrentDate     =   38123
      End
      Begin MSForms.CommandButton cmdQuery 
         Height          =   375
         Left            =   3120
         TabIndex        =   41
         Top             =   1800
         Width           =   1695
         Caption         =   "查询"
         Size            =   "2990;661"
         FontName        =   "宋体"
         FontHeight      =   180
         FontCharSet     =   134
         FontPitchAndFamily=   34
         ParagraphAlign  =   3
      End
      Begin VB.Line Line1 
         X1              =   2880
         X2              =   3360
         Y1              =   1440
         Y2              =   1440
      End
      Begin VB.Line Line2 
         X1              =   2760
         X2              =   3480
         Y1              =   480
         Y2              =   480
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "考勤信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   6255
      Left            =   4080
      TabIndex        =   2
      Top             =   2640
      Width           =   6975
      Begin VB.Frame Frame7 
         Caption         =   "员工个人信息"
         Height          =   615
         Left            =   120
         TabIndex        =   42
         Top             =   360
         Width           =   6255
         Begin VB.TextBox tName 
            Height          =   270
            Left            =   4200
            TabIndex        =   46
            Top             =   240
            Width           =   1380
         End
         Begin VB.TextBox tID 
            Height          =   270
            Left            =   1440
            TabIndex        =   43
            Top             =   240
            Width           =   1455
         End
         Begin VB.Label Label2 
            Caption         =   "  姓名"
            Height          =   255
            Left            =   3360
            TabIndex        =   44
            Top             =   240
            Width           =   735
         End
         Begin VB.Label Label1 
            Caption         =   "员工编号"
            Height          =   255
            Left            =   480
            TabIndex        =   45
            Top             =   240
            Width           =   1215
         End
      End
      Begin VB.Frame Frame2 
         Height          =   4575
         Left            =   120
         TabIndex        =   7
         Top             =   960
         Width           =   6615
         Begin VB.Frame Frame3 
            Caption         =   "员工请假信息"
            Height          =   615
            Left            =   240
            TabIndex        =   23
            Top             =   1680
            Width           =   6015
            Begin VB.TextBox ILeave 
               BeginProperty DataFormat 
                  Type            =   1
                  Format          =   "0"
                  HaveTrueFalseNull=   0
                  FirstDayOfWeek  =   0
                  FirstWeekOfYear =   0
                  LCID            =   2052
                  SubFormatType   =   1
               EndProperty
               Height          =   270
               Left            =   4080
               TabIndex        =   25
               Top             =   240
               Width           =   1455
            End
            Begin VB.TextBox Pleave 
               BeginProperty DataFormat 
                  Type            =   1
                  Format          =   "0"
                  HaveTrueFalseNull=   0
                  FirstDayOfWeek  =   0
                  FirstWeekOfYear =   0
                  LCID            =   2052
                  SubFormatType   =   1
               EndProperty
               Height          =   270
               Left            =   1320
               TabIndex        =   24
               Top             =   240
               Width           =   1335
            End
            Begin VB.Label Label6 
               Caption         =   "病假:"
               Height          =   255
               Left            =   3000
               TabIndex        =   27
               Top             =   240
               Width           =   735
            End
            Begin VB.Label Label5 
               Caption         =   "事假:"
               Height          =   255
               Left            =   480
               TabIndex        =   26
               Top             =   240
               Width           =   735
            End
         End
         Begin VB.Frame Frame4 
            Caption         =   "员工加班信息"
            Height          =   735
            Left            =   240
            TabIndex        =   18
            Top             =   2520
            Width           =   6135
            Begin VB.TextBox SOverDays 
               BeginProperty DataFormat 
                  Type            =   1
                  Format          =   "0"
                  HaveTrueFalseNull=   0
                  FirstDayOfWeek  =   0
                  FirstWeekOfYear =   0
                  LCID            =   2052
                  SubFormatType   =   1
               EndProperty
               Height          =   270
               Left            =   4440
               TabIndex        =   20
               Top             =   240
               Width           =   1455
            End
            Begin VB.TextBox COverDay 
               BeginProperty DataFormat 
                  Type            =   1
                  Format          =   "0"
                  HaveTrueFalseNull=   0

⌨️ 快捷键说明

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