loglab.h

来自「TeeChart Pro ActiveX是西班牙Steema SL公司开发的图表」· C头文件 代码 · 共 33 行

H
33
字号
//---------------------------------------------------------------------------
#ifndef LogLabH
#define LogLabH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <Chart.hpp>
#include <ExtCtrls.hpp>
#include <Series.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
//---------------------------------------------------------------------------
class TCustomLabelsForm : public TForm
{
__published:	// IDE-managed Components
  TChart *Chart1;
  TFastLineSeries *Series1;
  TPanel *Panel1;
  TBitBtn *BitBtn2;
  TMemo *Memo1;
  void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
public:		// User declarations
  __fastcall TCustomLabelsForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TCustomLabelsForm *CustomLabelsForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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