unitmain.h.bak

来自「一个C++builder 编写的牛顿杰弗逊算法 用来计算非线性的一些东西」· BAK 代码 · 共 31 行

BAK
31
字号
//---------------------------------------------------------------------------

#ifndef UnitMainH
#define UnitMainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//#include "TLList.h"
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
    TEdit *Edit1;
    TLabel *Label1;
    TButton *Button1;
    TEdit *Edit2;
    TLabel *Label2;
    TMemo *Memo1;
    void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
	//TLList<float> Result;
public:		// User declarations
    __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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