specs.h
来自「TeeChart Pro ActiveX是西班牙Steema SL公司开发的图表」· C头文件 代码 · 共 33 行
H
33 行
//---------------------------------------------------------------------------
#ifndef specsH
#define specsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TChartSpecs : public TForm
{
__published: // IDE-managed Components
TMemo *Memo1;
TPanel *Panel2;
TLabel *Label1;
TImage *Image2;
TBitBtn *BitBtn1;
TPanel *Panel1;
TMemo *Memo2;
TBitBtn *BitBtn2;
void __fastcall BitBtn2Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TChartSpecs(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TChartSpecs *ChartSpecs;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?