forcount1.frm
来自「这个是我们软件工程的课程设计成果」· FRM 代码 · 共 43 行
FRM
43 行
VERSION 5.00
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCHRT20.OCX"
Begin VB.Form ForCount1
Caption = "按日期统计"
ClientHeight = 6585
ClientLeft = 60
ClientTop = 435
ClientWidth = 9255
LinkTopic = "Form1"
ScaleHeight = 6585
ScaleWidth = 9255
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame1
BackColor = &H00FFC0FF&
Caption = "按日期统计图表"
Height = 4095
Left = 480
TabIndex = 0
Top = 480
Width = 8295
Begin MSChart20Lib.MSChart MSChart1
Height = 3495
Left = 360
OleObjectBlob = "ForCount1.frx":0000
TabIndex = 1
Top = 360
Width = 7695
End
End
Begin VB.Image Image1
Height = 11520
Left = -3000
Picture = "ForCount1.frx":2356
Top = -1080
Width = 15360
End
End
Attribute VB_Name = "ForCount1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?