📄 统计.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form 统计
Caption = "统计"
ClientHeight = 5055
ClientLeft = 1275
ClientTop = 2295
ClientWidth = 6375
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 5055
ScaleWidth = 6375
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command3
Caption = "查看明细"
Enabled = 0 'False
Height = 435
Left = 1140
TabIndex = 17
Top = 4440
Width = 1215
End
Begin VB.Frame Frame2
Caption = "统计结果"
Height = 1335
Left = 240
TabIndex = 14
Top = 2880
Width = 5895
Begin VB.Label Label10
Caption = "余 量:"
Height = 255
Left = 240
TabIndex = 26
Top = 870
Width = 855
End
Begin VB.Label Label9
Caption = "余 额:"
Height = 255
Left = 3000
TabIndex = 25
Top = 870
Width = 735
End
Begin VB.Label Label8
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFF80&
ForeColor = &H80000008&
Height = 255
Left = 1080
TabIndex = 24
Top = 840
Width = 1695
End
Begin VB.Label Label7
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFF80&
ForeColor = &H80000008&
Height = 255
Left = 3720
TabIndex = 23
Top = 840
Width = 1815
End
Begin VB.Label Label6
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFF80&
ForeColor = &H80000008&
Height = 255
Left = 3720
TabIndex = 19
Top = 360
Width = 1815
End
Begin VB.Label Label5
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFF80&
ForeColor = &H80000008&
Height = 255
Left = 1080
TabIndex = 18
Top = 360
Width = 1695
End
Begin VB.Label Label4
Caption = "发生额:"
Height = 255
Left = 3000
TabIndex = 16
Top = 390
Width = 735
End
Begin VB.Label Label3
Caption = "记录数量:"
Height = 255
Left = 240
TabIndex = 15
Top = 390
Width = 855
End
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 435
Left = 3780
TabIndex = 12
Top = 4440
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "统计"
Height = 435
Left = 2520
TabIndex = 11
Top = 4440
Width = 1215
End
Begin VB.Frame Frame1
Caption = "指定统计条件"
Height = 2535
Left = 240
TabIndex = 0
Top = 120
Width = 5895
Begin VB.ComboBox Combo1
Height = 300
ItemData = "统计.frx":0000
Left = 1920
List = "统计.frx":0007
TabIndex = 13
Text = "所有经办人"
Top = 460
Width = 1335
End
Begin VB.TextBox Text1
Enabled = 0 'False
Height = 270
Index = 1
Left = 3600
TabIndex = 4
Top = 1920
Width = 1335
End
Begin VB.TextBox Text1
Enabled = 0 'False
Height = 270
Index = 0
Left = 1920
TabIndex = 3
Top = 1920
Width = 1335
End
Begin VB.OptionButton Option1
Caption = "自动编号介于"
Height = 255
Index = 1
Left = 480
TabIndex = 2
Top = 1920
Width = 1455
End
Begin VB.OptionButton Option1
Caption = "出票日期介于"
Height = 255
Index = 0
Left = 480
TabIndex = 1
Top = 980
Value = -1 'True
Width = 1455
End
Begin MSComCtl2.DTPicker DTPicker1
Height = 270
Left = 1920
TabIndex = 5
Top = 966
Width = 1335
_ExtentX = 2355
_ExtentY = 476
_Version = 393216
Format = 24576001
CurrentDate = 37331
End
Begin MSComCtl2.DTPicker DTPicker2
Height = 255
Left = 3600
TabIndex = 6
Top = 960
Width = 1335
_ExtentX = 2355
_ExtentY = 450
_Version = 393216
Format = 24576001
CurrentDate = 37331
End
Begin MSComCtl2.DTPicker DTPicker3
Height = 270
Left = 1920
TabIndex = 22
Top = 1442
Width = 1335
_ExtentX = 2355
_ExtentY = 476
_Version = 393216
Format = 24576001
CurrentDate = 37331
End
Begin VB.Label Label1
Caption = "统计日期:"
Height = 255
Index = 1
Left = 1080
TabIndex = 21
Top = 1455
Width = 855
End
Begin VB.Label Label1
Caption = "申请经办人:"
Height = 255
Index = 0
Left = 840
TabIndex = 20
Top = 510
Width = 1095
End
Begin VB.Label Label2
Caption = "之间"
Height = 255
Index = 3
Left = 5040
TabIndex = 10
Top = 1965
Width = 495
End
Begin VB.Label Label2
Caption = "和"
Height = 255
Index = 2
Left = 3360
TabIndex = 9
Top = 1965
Width = 255
End
Begin VB.Label Label2
Caption = "之间"
Height = 255
Index = 1
Left = 5040
TabIndex = 8
Top = 1000
Width = 495
End
Begin VB.Label Label2
Caption = "和"
Height = 255
Index = 0
Left = 3360
TabIndex = 7
Top = 1000
Width = 255
End
End
End
Attribute VB_Name = "统计"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Combo1_Change()
Me.Command3.Enabled = False
Me.Command1.Enabled = True
Me.Label5.Caption = ""
Me.Label6.Caption = ""
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -