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

📄 作息时间表.frm

📁 公司考勤管理系统设计与实施
💻 FRM
字号:
VERSION 5.00
Begin VB.Form 作息时间表 
   Caption         =   "作息时间表"
   ClientHeight    =   6000
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9645
   LinkTopic       =   "Form2"
   ScaleHeight     =   6000
   ScaleWidth      =   9645
   StartUpPosition =   3  '窗口缺省
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   "D:\大作业\企业考勤管理系统\爵哥\考勤管理系统\爵哥\db2.mdb"
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   495
      Left            =   1800
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   5400
      Width           =   5655
   End
   Begin VB.Frame Frame1 
      Height          =   2655
      Left            =   960
      TabIndex        =   4
      Top             =   2400
      Width           =   8775
      Begin VB.TextBox Text4 
         Height          =   375
         Left            =   6000
         TabIndex        =   12
         Top             =   1560
         Width           =   1935
      End
      Begin VB.TextBox Text3 
         Height          =   375
         Left            =   6000
         TabIndex        =   10
         Top             =   600
         Width           =   1935
      End
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   1680
         TabIndex        =   8
         Top             =   1560
         Width           =   1695
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Left            =   1680
         TabIndex        =   6
         Top             =   600
         Width           =   1695
      End
      Begin VB.Label Label5 
         Caption         =   "下午下班时间"
         Height          =   255
         Left            =   4680
         TabIndex        =   11
         Top             =   1680
         Width           =   1095
      End
      Begin VB.Label Label4 
         Caption         =   "下午上班时间"
         Height          =   255
         Left            =   4680
         TabIndex        =   9
         Top             =   720
         Width           =   1095
      End
      Begin VB.Label Label3 
         Caption         =   "上午下班时间"
         Height          =   255
         Left            =   480
         TabIndex        =   7
         Top             =   1680
         Width           =   1095
      End
      Begin VB.Label Label2 
         Caption         =   "上午上班时间"
         Height          =   255
         Left            =   480
         TabIndex        =   5
         Top             =   720
         Width           =   1095
      End
   End
   Begin VB.CommandButton Command3 
      Caption         =   "关闭窗体"
      Height          =   495
      Left            =   7440
      TabIndex        =   3
      Top             =   1560
      Width           =   1455
   End
   Begin VB.CommandButton Command2 
      Caption         =   "系统默认"
      Height          =   495
      Left            =   4680
      TabIndex        =   2
      Top             =   1560
      Width           =   1575
   End
   Begin VB.CommandButton Command1 
      Caption         =   "修改时间"
      Height          =   495
      Left            =   2040
      TabIndex        =   1
      Top             =   1560
      Width           =   1575
   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          =   975
      Left            =   3120
      TabIndex        =   0
      Top             =   240
      Width           =   4935
   End
End
Attribute VB_Name = "作息时间表"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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