⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.h

📁 曲面加工程序源码,用C++编写的加工曲线曲面的程序
💻 H
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -