test.h

来自「曲面加工程序源码,用C++编写的加工曲线曲面的程序」· C头文件 代码 · 共 32 行

H
32
字号
//---------------------------------------------------------------------------
#ifndef TestH
#define TestH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TTestForm : public TForm
{
__published:	// IDE 娗棟偺僐儞億乕僱儞僩
    TEdit *XEdit;
    TEdit *YEdit;
    TLabel *Label1;
    TLabel *Label2;
    TLabel *Label3;
    TLabel *Label4;
    TLabel *ZLabel;
    TButton *CloseButton;
    TButton *CalcButton;
    void __fastcall CloseButtonClick(TObject *Sender);
    void __fastcall CalcButtonClick(TObject *Sender);
private:	// 儐乕僓乕愰尵
public:		// 儐乕僓乕愰尵
    __fastcall TTestForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TTestForm *TestForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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