📄 统计报表-原料订购统计报表.frm
字号:
VERSION 5.00
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCHRT20.OCX"
Begin VB.Form Form20
Caption = "统计报表-原料订购统计报表"
ClientHeight = 7905
ClientLeft = 60
ClientTop = 345
ClientWidth = 7455
LinkTopic = "Form20"
ScaleHeight = 7905
ScaleWidth = 7455
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 4680
TabIndex = 2
Top = 7200
Width = 1335
End
Begin MSChart20Lib.MSChart MSChart1
Height = 5175
Left = 600
OleObjectBlob = "统计报表-原料订购统计报表.frx":0000
TabIndex = 1
Top = 1200
Width = 6135
End
Begin VB.CommandButton Command1
Caption = "预览报表"
Height = 495
Left = 1440
TabIndex = 0
Top = 7200
Width = 1335
End
Begin VB.Label Label2
Caption = "产品原料分布情况"
BeginProperty Font
Name = "隶书"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 495
Left = 1920
TabIndex = 4
Top = 240
Width = 3975
End
Begin VB.Label Label1
Caption = "注:C1表示原料成本,C2表示原料价格,C3表示原料购买量,C4表示现有原料数量。"
Height = 255
Left = 600
TabIndex = 3
Top = 6720
Width = 6615
End
End
Attribute VB_Name = "Form20"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
DataReport3.Show
Me.Hide
End Sub
Private Sub Command2_Click()
Me.Hide
Form2.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -