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

📄 f_laowufeicx.frm

📁 非常不错的人事管理软件
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form F_LaoWuFeiCX 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "劳务费查询"
   ClientHeight    =   6660
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   10140
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Moveable        =   0   'False
   ScaleHeight     =   6660
   ScaleWidth      =   10140
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame Frame3 
      Height          =   4695
      Left            =   0
      TabIndex        =   16
      Top             =   1680
      Width           =   9735
      Begin VB.CommandButton CmdXianShi_Exit 
         Caption         =   "关闭"
         Height          =   375
         Left            =   8280
         TabIndex        =   33
         Top             =   3600
         Width           =   1095
      End
      Begin VB.TextBox txtFields 
         DataField       =   "项目"
         Height          =   285
         Index           =   1
         Left            =   7320
         TabIndex        =   24
         Top             =   600
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         DataField       =   "人数"
         Height          =   285
         Index           =   2
         Left            =   7320
         TabIndex        =   23
         Top             =   1320
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         DataField       =   "税前工资"
         Height          =   285
         Index           =   3
         Left            =   2160
         TabIndex        =   22
         Top             =   2040
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         DataField       =   "税率"
         Height          =   285
         Index           =   4
         Left            =   7320
         TabIndex        =   21
         Top             =   2040
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         DataField       =   "个人税"
         Height          =   285
         Index           =   5
         Left            =   2160
         TabIndex        =   20
         Top             =   2760
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         DataField       =   "实发金额"
         Enabled         =   0   'False
         Height          =   285
         Index           =   6
         Left            =   7320
         TabIndex        =   19
         Top             =   2760
         Width           =   2055
      End
      Begin VB.ComboBox Combo3 
         DataField       =   "所属部门"
         Height          =   315
         Left            =   2160
         TabIndex        =   17
         Top             =   1320
         Width           =   2055
      End
      Begin MSComCtl2.DTPicker DTPicker3 
         DataField       =   "时间"
         Height          =   300
         Left            =   2160
         TabIndex        =   18
         Top             =   600
         Width           =   2055
         _ExtentX        =   3625
         _ExtentY        =   529
         _Version        =   393216
         CheckBox        =   -1  'True
         DateIsNull      =   -1  'True
         Format          =   62652417
         CurrentDate     =   36187
      End
      Begin VB.Label lblLabels 
         Caption         =   "时间:"
         Height          =   255
         Index           =   0
         Left            =   360
         TabIndex        =   32
         Top             =   600
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         Caption         =   "项目:"
         Height          =   255
         Index           =   1
         Left            =   5520
         TabIndex        =   31
         Top             =   600
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         Caption         =   "人数:"
         Height          =   255
         Index           =   2
         Left            =   5520
         TabIndex        =   30
         Top             =   1320
         Width           =   975
      End
      Begin VB.Label lblLabels 
         Caption         =   "税前工资:"
         Height          =   255
         Index           =   3
         Left            =   360
         TabIndex        =   29
         Top             =   2040
         Width           =   975
      End
      Begin VB.Label lblLabels 
         Caption         =   "税率:"
         Height          =   255
         Index           =   4
         Left            =   5520
         TabIndex        =   28
         Top             =   2040
         Width           =   735
      End
      Begin VB.Label lblLabels 
         Caption         =   "个人税:"
         Height          =   255
         Index           =   5
         Left            =   360
         TabIndex        =   27
         Top             =   2760
         Width           =   1815
      End
      Begin VB.Label lblLabels 
         Caption         =   "实发金额:"
         Height          =   255
         Index           =   6
         Left            =   5520
         TabIndex        =   26
         Top             =   2760
         Width           =   855
      End
      Begin VB.Label lblLabels 
         Caption         =   "所属部门:"
         Height          =   255
         Index           =   7
         Left            =   360
         TabIndex        =   25
         Top             =   1320
         Width           =   975
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "选择查询条件"
      Height          =   1455
      Left            =   0
      TabIndex        =   3
      Top             =   120
      Width           =   9735
      Begin VB.CommandButton Command2 
         Caption         =   "关闭"
         Height          =   375
         Left            =   8400
         TabIndex        =   9
         Top             =   840
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         Caption         =   "查询"
         Height          =   375
         Left            =   7080
         TabIndex        =   8
         Top             =   840
         Width           =   1095
      End
      Begin VB.CheckBox Check2 
         Caption         =   "Check2"
         Height          =   255
         Left            =   1800
         TabIndex        =   7
         Top             =   360
         Width           =   255
      End
      Begin VB.CheckBox Check1 
         Caption         =   "Check1"
         Height          =   255
         Left            =   360
         TabIndex        =   6
         Top             =   360
         Width           =   255
      End
      Begin VB.ComboBox Combo2 
         Height          =   315
         Left            =   360
         TabIndex        =   5
         Top             =   840
         Visible         =   0   'False
         Width           =   1695
      End
      Begin VB.ComboBox Combo1 
         Height          =   315
         Left            =   360
         TabIndex        =   4
         Top             =   840
         Visible         =   0   'False
         Width           =   1695
      End
      Begin MSComCtl2.DTPicker DTPicker2 
         Height          =   300
         Left            =   4800
         TabIndex        =   10
         Top             =   840
         Visible         =   0   'False
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   529
         _Version        =   393216
         Format          =   62652417
         CurrentDate     =   36251
      End
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   300
         Left            =   2160
         TabIndex        =   11
         Top             =   840
         Visible         =   0   'False
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   529
         _Version        =   393216
         Format          =   62652417
         CurrentDate     =   36251
      End
      Begin VB.Label Label5 
         Caption         =   "结束时间"
         Height          =   255
         Left            =   3960
         TabIndex        =   15
         Top             =   840
         Visible         =   0   'False
         Width           =   735
      End
      Begin VB.Label Label4 
         Caption         =   "开始时间"
         Height          =   375

⌨️ 快捷键说明

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