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

📄 frmdptcountlist.frm

📁 排队分诊管理系统源代码!该代码使用VB6开发环境
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmDptCountList 
   Caption         =   "营业厅部门服务汇总表"
   ClientHeight    =   6015
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8415
   Icon            =   "frmDptCountList.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MDIChild        =   -1  'True
   ScaleHeight     =   6015
   ScaleWidth      =   8415
   WindowState     =   2  'Maximized
   Begin VB.CommandButton cmdPrint 
      Caption         =   "打印(&P)"
      Height          =   375
      Left            =   1080
      TabIndex        =   1
      Top             =   5520
      Width           =   975
   End
   Begin VB.CommandButton cmdQuit 
      Caption         =   "关闭(&C)"
      Height          =   375
      Left            =   7200
      TabIndex        =   0
      Top             =   5520
      Width           =   1095
   End
   Begin VB.CommandButton cmdPreview 
      Caption         =   "预览(&V)"
      Height          =   375
      Left            =   120
      TabIndex        =   14
      Top             =   5520
      Width           =   975
   End
   Begin VB.CommandButton cmdRefresh 
      Caption         =   "刷新(&R)"
      Height          =   375
      Left            =   6120
      TabIndex        =   13
      Top             =   5520
      Width           =   1095
   End
   Begin VB.Frame fra1 
      Caption         =   "营业状况明细"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   4575
      Left            =   120
      TabIndex        =   11
      Top             =   840
      Width           =   8175
      Begin MSComctlLib.ListView lsvStatus 
         Height          =   4215
         Left            =   120
         TabIndex        =   12
         Top             =   240
         Width           =   7935
         _ExtentX        =   13996
         _ExtentY        =   7435
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   0   'False
         HideSelection   =   0   'False
         GridLines       =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         Appearance      =   1
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         NumItems        =   7
         BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Text            =   "服务类型"
            Object.Width           =   2540
         EndProperty
         BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            SubItemIndex    =   1
            Text            =   "服务编号"
            Object.Width           =   2117
         EndProperty
         BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            SubItemIndex    =   2
            Text            =   "取号人数"
            Object.Width           =   2117
         EndProperty
         BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            SubItemIndex    =   3
            Text            =   "服务人数"
            Object.Width           =   2117
         EndProperty
         BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            SubItemIndex    =   4
            Text            =   "平均服务时间"
            Object.Width           =   2540
         EndProperty
         BeginProperty ColumnHeader(6) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            SubItemIndex    =   5
            Text            =   "最长服务时间"
            Object.Width           =   2540
         EndProperty
         BeginProperty ColumnHeader(7) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            SubItemIndex    =   6
            Text            =   "弃号人数"
            Object.Width           =   2117
         EndProperty
      End
   End
   Begin VB.Frame fra2 
      Caption         =   "统计时间"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Index           =   0
      Left            =   120
      TabIndex        =   7
      Top             =   120
      Width           =   2415
      Begin VB.OptionButton opt1 
         Caption         =   "月"
         Height          =   255
         Index           =   0
         Left            =   240
         TabIndex        =   10
         Top             =   240
         Value           =   -1  'True
         Width           =   615
      End
      Begin VB.OptionButton opt1 
         Caption         =   "周"
         Height          =   255
         Index           =   1
         Left            =   960
         TabIndex        =   9
         Top             =   240
         Width           =   615
      End
      Begin VB.OptionButton opt1 
         Caption         =   "日"
         Height          =   255
         Index           =   2
         Left            =   1680
         TabIndex        =   8
         Top             =   240
         Width           =   615
      End
   End
   Begin VB.Frame fra2 
      Caption         =   "统计时间"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Index           =   1
      Left            =   2640
      TabIndex        =   2
      Top             =   120
      Width           =   5655
      Begin MSComCtl2.DTPicker dtpEnd 
         Height          =   300
         Left            =   3960
         TabIndex        =   3
         Top             =   220
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   529
         _Version        =   393216
         Format          =   70647809
         CurrentDate     =   37580
      End
      Begin MSComCtl2.DTPicker dtpBegin 
         Height          =   300
         Left            =   1200
         TabIndex        =   4
         Top             =   220
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   529
         _Version        =   393216
         Format          =   70647809
         CurrentDate     =   37580
      End
      Begin VB.Label lblInfo 
         Caption         =   "起始时间:"
         Height          =   165
         Index           =   0
         Left            =   240
         TabIndex        =   6
         Top             =   288
         Width           =   975
      End
      Begin VB.Label lblInfo 
         Caption         =   "结束时间:"
         Height          =   165
         Index           =   1
         Left            =   3000
         TabIndex        =   5
         Top             =   288
         Width           =   975
      End
   End
End
Attribute VB_Name = "frmDptCountList"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Dim m_tagErrInfo    As TYPE_ERRORINFO

Dim m_iDateLen      As Integer
Dim m_sBeginDate    As String
Dim m_sEndDate      As String

Private Sub cmdQuit_Click()

⌨️ 快捷键说明

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