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

📄 forcount2.frm

📁 这个是我们软件工程的课程设计成果
💻 FRM
字号:
VERSION 5.00
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCHRT20.OCX"
Begin VB.Form ForCount2 
   Caption         =   "For按日期统计"
   ClientHeight    =   6585
   ClientLeft      =   60
   ClientTop       =   435
   ClientWidth     =   9540
   LinkTopic       =   "Form1"
   ScaleHeight     =   6585
   ScaleWidth      =   9540
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFC0FF&
      Caption         =   "按车次统计图表"
      Height          =   4575
      Left            =   480
      TabIndex        =   0
      Top             =   480
      Width           =   8415
      Begin MSChart20Lib.MSChart MSChart1 
         Height          =   3735
         Left            =   360
         OleObjectBlob   =   "ForCount2.frx":0000
         TabIndex        =   1
         Top             =   480
         Width           =   7695
      End
   End
   Begin VB.Image Image1 
      Height          =   11520
      Left            =   -3120
      Picture         =   "ForCount2.frx":2356
      Top             =   -1080
      Width           =   15360
   End
End
Attribute VB_Name = "ForCount2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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