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

📄 frmotherkq.frm

📁 VB开发的毕业设计,绝对不是网上下载的,大家可以去看看,作为参考
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmOtherKQ 
   Caption         =   "员工考勤信息"
   ClientHeight    =   6465
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7245
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   ScaleHeight     =   6465
   ScaleWidth      =   7245
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame2 
      Caption         =   "开始时间信息"
      Height          =   855
      Left            =   240
      TabIndex        =   20
      Top             =   1440
      Width           =   6855
      Begin VB.TextBox FromDay 
         Height          =   360
         Left            =   2880
         TabIndex        =   22
         Top             =   240
         Width           =   2535
      End
      Begin VB.Label Label6 
         Alignment       =   1  'Right Justify
         Caption         =   "开始时间:"
         Height          =   255
         Left            =   1320
         TabIndex        =   21
         Top             =   360
         Width           =   1455
      End
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取消"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   400
      Left            =   4200
      TabIndex        =   10
      Top             =   5760
      Width           =   1600
   End
   Begin VB.CommandButton cmdOK 
      Caption         =   "确定"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   400
      Left            =   1320
      TabIndex        =   9
      Top             =   5760
      Width           =   1600
   End
   Begin VB.Frame Frame5 
      Caption         =   "员工出差信息"
      Height          =   855
      Left            =   240
      TabIndex        =   13
      Top             =   4560
      Width           =   6855
      Begin VB.TextBox EDays 
         Height          =   400
         Left            =   4920
         TabIndex        =   8
         Top             =   240
         Width           =   1600
      End
      Begin VB.TextBox EPurpose 
         Height          =   400
         Left            =   1560
         TabIndex        =   7
         Top             =   240
         Width           =   1600
      End
      Begin VB.Label lab 
         Alignment       =   1  'Right Justify
         Caption         =   "出差天数:"
         Height          =   255
         Left            =   3720
         TabIndex        =   19
         Top             =   360
         Width           =   975
      End
      Begin VB.Label label 
         Alignment       =   1  'Right Justify
         Caption         =   "出差目的地:"
         Height          =   255
         Left            =   120
         TabIndex        =   18
         Top             =   360
         Width           =   1095
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   "员工加班信息"
      Height          =   975
      Left            =   240
      TabIndex        =   12
      Top             =   3480
      Width           =   6855
      Begin VB.TextBox SOverDays 
         Height          =   400
         Left            =   4920
         TabIndex        =   6
         Top             =   240
         Width           =   1600
      End
      Begin VB.TextBox COverDays 
         Height          =   400
         Left            =   1560
         TabIndex        =   5
         Top             =   240
         Width           =   1600
      End
      Begin VB.Label Label9 
         Caption         =   "特殊加班天数:"
         Height          =   255
         Left            =   3720
         TabIndex        =   25
         Top             =   360
         Width           =   1335
      End
      Begin VB.Label Label8 
         Caption         =   "正常加班天数:"
         Height          =   255
         Left            =   240
         TabIndex        =   24
         Top             =   360
         Width           =   1815
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "员工请假信息"
      Height          =   975
      Left            =   240
      TabIndex        =   11
      Top             =   2400
      Width           =   6855
      Begin VB.TextBox ILeave 
         Height          =   400
         Left            =   1560
         TabIndex        =   4
         Top             =   360
         Width           =   1600
      End
      Begin VB.TextBox PLeave 
         Height          =   400
         Left            =   4920
         TabIndex        =   3
         Top             =   360
         Width           =   1600
      End
      Begin VB.Label Label5 
         Alignment       =   1  'Right Justify
         Caption         =   "病假天数:"
         Height          =   255
         Left            =   3720
         TabIndex        =   17
         Top             =   480
         Width           =   1005
      End
      Begin VB.Label Label4 
         Alignment       =   1  'Right Justify
         Caption         =   "事假天数:"
         Height          =   255
         Left            =   240
         TabIndex        =   16
         Top             =   480
         Width           =   1095
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "员工基本信息"
      Height          =   855
      Left            =   240
      TabIndex        =   0
      Top             =   480
      Width           =   6855
      Begin VB.ComboBox ASID 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         Left            =   1560
         TabIndex        =   1
         Top             =   360
         Width           =   1695
      End
      Begin VB.TextBox ASName 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   4800
         TabIndex        =   2
         Top             =   360
         Width           =   1815
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         Caption         =   "员工姓名:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   3360
         TabIndex        =   15
         Top             =   360
         Width           =   1455
      End
      Begin VB.Label Label1 
         Alignment       =   1  'Right Justify
         Caption         =   "员工编号:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   480
         TabIndex        =   14
         Top             =   360
         Width           =   975
      End
   End
   Begin VB.Label Label7 
      Alignment       =   2  'Center
      Caption         =   "员工其他考勤信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   2280
      TabIndex        =   23
      Top             =   120
      Width           =   2775
   End
End
Attribute VB_Name = "frmOtherKQ"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim firstID As String                               '员工ID

Private Sub ASID_KeyDown(KeyCode As Integer, Shift As Integer)
    TabToEnter KeyCode
End Sub

⌨️ 快捷键说明

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