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

📄 frmchart.frm

📁 mschart 使用 mschart 使用 mschart 使用 mschart 使用
💻 FRM
字号:
VERSION 5.00
Object = "{65E121D4-0C60-11d2-A9FC-0000F8754DA1}#1.1#0"; "MSChart.OCX"
Object = "{831FDD16-0C5C-11d2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "ComDlg32.OCX"
Begin VB.Form frmChart 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Microsoft Chart Sample"
   ClientHeight    =   7050
   ClientLeft      =   1095
   ClientTop       =   1995
   ClientWidth     =   10560
   Icon            =   "frmChart.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   7050
   ScaleWidth      =   10560
   ShowInTaskbar   =   0   'False
   Begin MSComDlg.CommonDialog dlgChart 
      Left            =   10080
      Top             =   360
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin MSComCtlLib.ProgressBar prgArrays 
      Height          =   255
      Left            =   120
      TabIndex        =   14
      Top             =   0
      Visible         =   0   'False
      Width           =   10455
      _ExtentX        =   18441
      _ExtentY        =   450
      _Version        =   393216
      Appearance      =   1
   End
   Begin VB.ComboBox cmbRows 
      Height          =   315
      Left            =   1320
      TabIndex        =   8
      Top             =   840
      Width           =   975
   End
   Begin VB.CommandButton cmdPPGandTotalGallons 
      Caption         =   "Gallons per Tank, Price per Gallon, && total price per tank"
      Height          =   855
      Left            =   360
      TabIndex        =   1
      Top             =   2640
      Width           =   1695
   End
   Begin VB.CommandButton cmdGalAndMPG 
      Caption         =   "Gallons && MPG"
      Height          =   255
      Left            =   360
      TabIndex        =   0
      Top             =   2280
      Width           =   1695
   End
   Begin VB.CommandButton cmdPricePerTank 
      Caption         =   "Price Per Tank"
      Height          =   255
      Left            =   360
      TabIndex        =   6
      Top             =   6120
      Width           =   1695
   End
   Begin VB.ComboBox cmbType 
      Height          =   315
      Left            =   1320
      TabIndex        =   7
      Top             =   480
      Width           =   975
   End
   Begin VB.CommandButton cmdPrices 
      Caption         =   "Price Per Gallon"
      Height          =   255
      Left            =   360
      TabIndex        =   5
      Top             =   5760
      Width           =   1695
   End
   Begin VB.CommandButton cmdGallons 
      Caption         =   "Gallons per Tank"
      Height          =   255
      Left            =   360
      TabIndex        =   4
      Top             =   5400
      Width           =   1695
   End
   Begin VB.CommandButton cmdMiles 
      Caption         =   "Miles per Tank"
      Height          =   255
      Left            =   360
      TabIndex        =   3
      Top             =   5040
      Width           =   1695
   End
   Begin VB.CommandButton cmdMPG 
      Caption         =   "Miles Per Gallon"
      Height          =   255
      Left            =   360
      TabIndex        =   2
      Top             =   4680
      Width           =   1695
   End
   Begin MSChart20Lib.MSChart chtSample 
      Height          =   6015
      Left            =   2400
      OleObjectBlob   =   "frmChart.frx":0442
      TabIndex        =   9
      Top             =   720
      Width           =   7815
   End
   Begin VB.Label lblDataPoint 
      Caption         =   "Select a data point to see its value. Double click to change it."
      Height          =   255
      Left            =   3120
      TabIndex        =   15
      Top             =   360
      Width           =   5775
   End
   Begin VB.Label Label4 
      Caption         =   "Combination Charts"
      Height          =   255
      Left            =   480
      TabIndex        =   13
      Top             =   1800
      Width           =   1575
   End
   Begin VB.Label Label3 
      Caption         =   "# of rows to show"
      Height          =   375
      Left            =   120
      TabIndex        =   12
      Top             =   840
      Width           =   1095
   End
   Begin VB.Shape Shape2 
      Height          =   1935
      Left            =   120
      Top             =   1680
      Width           =   2175
   End
   Begin VB.Label Label2 
      Caption         =   "Single Data Series Charts"
      Height          =   495
      Left            =   360
      TabIndex        =   11
      Top             =   4200
      Width           =   1695
   End
   Begin VB.Shape Shape1 
      Height          =   2535
      Left            =   120
      Top             =   4080
      Width           =   2175
   End
   Begin VB.Label Label1 
      Caption         =   "Chart Type"
      Height          =   255
      Left            =   120
      TabIndex        =   10
      Top             =   480
      Width           =   975
   End
   Begin VB.Menu mnuFile 
      Caption         =   "&File"
      Begin VB.Menu mnuExit 
         Caption         =   "E&xit"
      End
   End
End
Attribute VB_Name = "frmChart"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' ------------------------------------------------------------------------
'      Copyright 

⌨️ 快捷键说明

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