📄 main.h
字号:
//---------------------------------------------------------------------------
#ifndef mainH
#define mainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Chart.hpp>
#include <ExtCtrls.hpp>
#include <Series.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TChart *Chart1;
TButton *Button1;
TEdit *pha;
TLabel *Label1;
TFastLineSeries *Series1;
TFastLineSeries *Series2;
TButton *Button2;
TLabel *Label2;
TEdit *voltageb;
TLabel *Label3;
TLabel *Label4;
TEdit *voltage2;
TLabel *Label5;
TEdit *current2;
TLabel *Label6;
TEdit *power;
TLabel *Label7;
TEdit *powerdata;
TEdit *dushu;
TLabel *Label8;
TEdit *voltagea;
TLabel *Label9;
TEdit *powers;
TLabel *Label10;
TLabel *Label11;
TFastLineSeries *Series3;
TEdit *Edit2;
TEdit *voltagec;
TLabel *Label12;
TLabel *Label13;
TLabel *Label14;
TEdit *phb;
TLabel *Label15;
TEdit *phc;
TFastLineSeries *Series4;
void __fastcall Button1Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -