cd3_3u.h

来自「C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有」· C头文件 代码 · 共 51 行

H
51
字号
//---------------------------------------------------------------------------

#ifndef cd3_3uH
#define cd3_3uH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TStringGrid *qsg;
        TLabel *f_1;
        TLabel *r_1;
        TLabel *cap;
        TButton *del;
        TButton *end;
        TLabel *emp;
        TEdit *ein;
        TLabel *Label1;
        TLabel *f0;
        TLabel *f1;
        TLabel *f2;
        TLabel *f3;
        TLabel *r1;
        TLabel *r2;
        TLabel *r3;
        TLabel *r0;
        TLabel *f4;
        TLabel *r4;
        TLabel *Label2;
        TLabel *Label4;
        TLabel *full;
        TLabel *out;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall endClick(TObject *Sender);
        void __fastcall einKeyUp(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall delClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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