?? frmdptcountlist.frm
字號:
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 + -