main.h

来自「在工业控制交流采样中的零线电流计算方法」· C头文件 代码 · 共 64 行

H
64
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?