📄 sale_customerstatistics_frm.frm
字号:
VERSION 5.00
Begin VB.Form Sale_CustomerStatistics_Frm
Caption = "统计资料"
ClientHeight = 4155
ClientLeft = 60
ClientTop = 345
ClientWidth = 7575
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 4155
ScaleWidth = 7575
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox LastRelPO_Text
Height = 360
Left = 4200
TabIndex = 3
Top = 1560
Width = 2415
End
Begin VB.TextBox Code_Text
BackColor = &H00C0E0FF&
Height = 315
Left = 1200
TabIndex = 0
Top = 240
Width = 1935
End
Begin VB.TextBox Areceived_Text
Height = 360
Left = 1200
TabIndex = 2
Top = 1560
Width = 2415
End
Begin VB.TextBox Tordered_Text
Height = 360
Left = 1200
TabIndex = 1
Top = 1080
Width = 2415
End
Begin VB.TextBox Treceived_Text
Height = 360
Left = 1200
TabIndex = 4
Top = 2040
Width = 2415
End
Begin VB.TextBox Trejected_Text
Height = 360
Left = 1200
TabIndex = 5
Top = 2520
Width = 2415
End
Begin VB.TextBox DeliveryAllQTY_Text
Height = 360
Left = 1200
TabIndex = 6
Top = 3000
Width = 2415
End
Begin VB.TextBox AvgDelDay_Text
Height = 360
Left = 1680
TabIndex = 7
Top = 3480
Width = 1935
End
Begin VB.Label TitleLabel10
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
Caption = "(天)"
ForeColor = &H80000008&
Height = 210
Left = 3720
TabIndex = 17
Top = 3480
Width = 420
End
Begin VB.Label LineLabel
BorderStyle = 1 'Fixed Single
Height = 30
Left = 120
TabIndex = 16
Top = 720
Width = 7095
End
Begin VB.Label TitleLabel1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
Caption = "代 码:"
ForeColor = &H80000008&
Height = 210
Left = 120
TabIndex = 15
Top = 240
Width = 1050
End
Begin VB.Label TitleLabel9
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
Caption = "平均交付时间:"
ForeColor = &H80000008&
Height = 210
Left = 240
TabIndex = 14
Top = 3480
Width = 1470
End
Begin VB.Label TitleLabel8
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
Caption = "交付总量:"
ForeColor = &H80000008&
Height = 210
Left = 240
TabIndex = 13
Top = 3000
Width = 1050
End
Begin VB.Label TitleLabel5
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
Caption = "收到总量:"
ForeColor = &H80000008&
Height = 210
Left = 240
TabIndex = 12
Top = 1560
Width = 1050
End
Begin VB.Label TitleLabel4
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
Caption = "最后发放订单号:"
ForeColor = &H80000008&
Height = 210
Left = 4200
TabIndex = 11
Top = 1080
Width = 1680
End
Begin VB.Label TitleLabel7
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
Caption = "退货数量:"
ForeColor = &H80000008&
Height = 210
Left = 240
TabIndex = 10
Top = 2520
Width = 1050
End
Begin VB.Label TitleLabel6
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
Caption = "接受总量:"
ForeColor = &H80000008&
Height = 210
Left = 240
TabIndex = 9
Top = 2040
Width = 1050
End
Begin VB.Label TitleLabel2
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
Caption = "订货总量:"
ForeColor = &H80000008&
Height = 210
Left = 240
TabIndex = 8
Top = 1080
Width = 1050
End
End
Attribute VB_Name = "Sale_CustomerStatistics_Frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -