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

📄 员工考勤资料查询.frm

📁 公司考勤管理系统设计与实施
💻 FRM
字号:
VERSION 5.00
Begin VB.Form 员工考勤资料查询 
   Caption         =   "员工考勤资料查询"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form8"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Height          =   1695
      Left            =   600
      TabIndex        =   1
      Top             =   1560
      Width           =   9855
      Begin VB.CommandButton Command6 
         Caption         =   "关闭窗体"
         Height          =   375
         Left            =   8280
         TabIndex        =   11
         Top             =   1080
         Width           =   1095
      End
      Begin VB.CommandButton Command5 
         Caption         =   "统计搜索"
         Height          =   375
         Left            =   6600
         TabIndex        =   10
         Top             =   1080
         Width           =   1095
      End
      Begin VB.CommandButton Command4 
         Caption         =   "出勤搜索"
         Height          =   375
         Left            =   5040
         TabIndex        =   9
         Top             =   1080
         Width           =   1095
      End
      Begin VB.CommandButton Command3 
         Caption         =   "加班搜索"
         Height          =   375
         Left            =   3480
         TabIndex        =   8
         Top             =   1080
         Width           =   1095
      End
      Begin VB.CommandButton Command2 
         Caption         =   "请假搜索"
         Height          =   375
         Left            =   1920
         TabIndex        =   7
         Top             =   1080
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "出差搜索"
         Height          =   375
         Left            =   240
         TabIndex        =   6
         Top             =   1080
         Width           =   1095
      End
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   6360
         TabIndex        =   5
         Top             =   360
         Width           =   2055
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Left            =   1560
         TabIndex        =   3
         Top             =   360
         Width           =   1815
      End
      Begin VB.Label Label3 
         Caption         =   "结束日期"
         Height          =   255
         Left            =   5400
         TabIndex        =   4
         Top             =   480
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "开始日期"
         Height          =   255
         Left            =   600
         TabIndex        =   2
         Top             =   480
         Width           =   855
      End
   End
   Begin VB.Label Label1 
      Caption         =   "                          员工考勤资料查询"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1095
      Left            =   2280
      TabIndex        =   0
      Top             =   120
      Width           =   5295
   End
End
Attribute VB_Name = "员工考勤资料查询"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub TabStrip1_Click(Index As Integer)

End Sub

⌨️ 快捷键说明

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