📄 loganalyseunit.h
字号:
//---------------------------------------------------------------------------
#ifndef LogAnalyseUnitH
#define LogAnalyseUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "BaseLogUnit.h"
#include <ActnList.hpp>
#include <Buttons.hpp>
#include <Chart.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <Series.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
#include <ToolWin.hpp>
//---------------------------------------------------------------------------
class TLogAnalyseFrm : public TBaseLogFrm
{
__published: // IDE-managed Components
TPageControl *pcChart;
TTabSheet *tsBar;
TChart *chtDefect;
TBarSeries *Series1;
private: // User declarations
TColor MyColorList[16];
int __fastcall QueryLogData();
int __fastcall ClearLogData();
public: // User declarations
__fastcall TLogAnalyseFrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TLogAnalyseFrm *LogAnalyseFrm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -