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

📄 统计报表-产品生产统计报表.frm

📁 vb manange system 看看就行
💻 FRM
字号:
VERSION 5.00
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCHRT20.OCX"
Begin VB.Form Form18 
   Caption         =   "统计报表-产品生产统计报表"
   ClientHeight    =   7080
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7410
   LinkTopic       =   "Form18"
   ScaleHeight     =   7080
   ScaleWidth      =   7410
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      Height          =   375
      Left            =   4320
      TabIndex        =   4
      Top             =   6480
      Width           =   1095
   End
   Begin MSChart20Lib.MSChart MSChart1 
      Height          =   4695
      Left            =   600
      OleObjectBlob   =   "统计报表-产品生产统计报表.frx":0000
      TabIndex        =   1
      Top             =   960
      Width           =   6375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "预览报表"
      Height          =   375
      Left            =   1320
      TabIndex        =   0
      Top             =   6480
      Width           =   1215
   End
   Begin VB.Label Label2 
      Caption         =   "注:C1表示产品成本,C2表示产品价格,C3表示产品销售量,C4表示产品数量。"
      ForeColor       =   &H00000000&
      Height          =   255
      Left            =   720
      TabIndex        =   3
      Top             =   5880
      Width           =   6495
   End
   Begin VB.Label Label1 
      Caption         =   "当月产品情况统计报表"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF00FF&
      Height          =   615
      Left            =   1320
      TabIndex        =   2
      Top             =   240
      Width           =   4935
   End
End
Attribute VB_Name = "Form18"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
DataReport1.Show
Me.Hide
End Sub

Private Sub DataGrid1_Click()

End Sub

Private Sub Command2_Click()
Me.Hide
Form2.Show
End Sub

⌨️ 快捷键说明

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