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

📄 frmcheckerrandinfo.frm

📁 企业人事管理系统,有考勤,人员管理等功能,值得研究,也是我付费弄来的,绝对超值
💻 FRM
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Begin VB.Form frmCheckErrandInfo 
   Caption         =   "查询员工出差信息"
   ClientHeight    =   3645
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6165
   LinkTopic       =   "Form1"
   ScaleHeight     =   3645
   ScaleWidth      =   6165
   StartUpPosition =   3  '窗口缺省
   Begin VB.CheckBox chkID 
      Caption         =   "员工编号"
      Height          =   375
      Left            =   360
      TabIndex        =   9
      Top             =   0
      Width           =   1695
   End
   Begin VB.TextBox txtID 
      Height          =   375
      Left            =   2160
      TabIndex        =   8
      Top             =   0
      Width           =   2415
   End
   Begin VB.CheckBox chkName 
      Caption         =   "员工姓名:"
      Height          =   255
      Left            =   360
      TabIndex        =   7
      Top             =   720
      Width           =   1335
   End
   Begin VB.TextBox txtName 
      Height          =   375
      Left            =   2160
      TabIndex        =   6
      Top             =   720
      Width           =   2415
   End
   Begin VB.CheckBox chkErrandDate 
      Caption         =   "出差日期"
      Height          =   255
      Left            =   480
      TabIndex        =   5
      Top             =   1560
      Width           =   1335
   End
   Begin VB.Frame Frame4 
      Height          =   615
      Left            =   480
      TabIndex        =   0
      Top             =   2040
      Width           =   5175
      Begin MSComCtl2.DTPicker dtpFrom4 
         Height          =   270
         Left            =   1080
         TabIndex        =   1
         Top             =   240
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   476
         _Version        =   393216
         Format          =   48365569
         CurrentDate     =   38074
      End
      Begin MSComCtl2.DTPicker dtpTo4 
         Height          =   270
         Left            =   3360
         TabIndex        =   2
         Top             =   240
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   476
         _Version        =   393216
         Format          =   48365569
         CurrentDate     =   38074
      End
      Begin VB.Label Label7 
         Caption         =   "到"
         Height          =   255
         Left            =   2760
         TabIndex        =   4
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label8 
         Caption         =   "从"
         Height          =   255
         Left            =   720
         TabIndex        =   3
         Top             =   240
         Width           =   375
      End
   End
   Begin MSForms.CommandButton cmdOK 
      Height          =   375
      Left            =   960
      TabIndex        =   11
      Top             =   3120
      Width           =   1095
      Caption         =   "确定"
      PicturePosition =   327683
      Size            =   "1931;661"
      Picture         =   "frmCheckErrandInfo.frx":0000
      FontName        =   "宋体"
      FontHeight      =   180
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
   End
   Begin MSForms.CommandButton cmdExit 
      Height          =   375
      Left            =   3000
      TabIndex        =   10
      Top             =   3120
      Width           =   1095
      Caption         =   "返回"
      PicturePosition =   327683
      Size            =   "1931;661"
      FontName        =   "宋体"
      FontHeight      =   180
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
   End
End
Attribute VB_Name = "frmCheckErrandInfo"
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 + -