u11_6_1.h

来自「C++Builde5程序设计—基础教学篇程序源代码1。」· C头文件 代码 · 共 32 行

H
32
字号
//---------------------------------------------------------------------------
#ifndef u11_6_1H
#define u11_6_1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class Tf11_6_1 : public TForm
{
__published:	// IDE-managed Components
        TButton *btnInput;
        TButton *Button2;
        TLabel *Label1;
        TLabel *Label2;
        TEdit *edtInput;
        TLabel *lblMsg1;
        TLabel *lblMsg2;
        TLabel *lblFactorial;
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall btnInputClick(TObject *Sender);
        void __fastcall FormActivate(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall Tf11_6_1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tf11_6_1 *f11_6_1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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