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

📄 sasbk.~cpp

📁 销售分析,JUSCO,日月周查询,待完善.
💻 ~CPP
字号:
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop

#include "sasbk.h"
#include "datam.h"
#include "mainform.h"
#include "monsql.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "SUIForm"
#pragma resource "*.dfm"
Tanas *anas;
//---------------------------------------------------------------------------
__fastcall Tanas::Tanas(TComponent* Owner)
        : TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall Tanas::FormCreate(TObject *Sender)
{
//  DBChart1->Title->Text->CommaText=dm->monseq->FieldByName("item_desc")->AsString+"("+dm->monseq->FieldByName("item_code")->AsString+")分析图";

}
//---------------------------------------------------------------------------

⌨️ 快捷键说明

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