unit9.h

来自「光学仪器的控制系统 用于教学和科研的仪器」· C头文件 代码 · 共 41 行

H
41
字号
//---------------------------------------------------------------------------
#ifndef Unit9H
#define Unit9H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TFormDingDian : public TForm
{
__published:	// IDE-managed Components
        TPageControl *PageControl1;
        TTabSheet *TabSheet1;
        TTabSheet *TabSheet2;
        TEdit *EditCurrentBC1;
        TEdit *EditEnergy;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TEdit *EditCurrentBC2;
        TEdit *EditTGL;
        TEdit *EditXGD;
        TLabel *Label5;
        TButton *Button1;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        int ShowPage;//需要显示PageControl1哪一页
        bool bIfClose;//窗体关闭标志
        __fastcall TFormDingDian(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormDingDian *FormDingDian;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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