cd3_2u.h
来自「C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有」· C头文件 代码 · 共 43 行
H
43 行
//---------------------------------------------------------------------------
#ifndef cd3_2uH
#define cd3_2uH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TButton *A;
TButton *B;
TButton *C;
TLabel *Label4;
TButton *inp;
TButton *end;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *big;
TLabel *mid;
TLabel *sma;
TListBox *lbout;
TLabel *Label5;
TMemo *Memo1;
void __fastcall endClick(TObject *Sender);
void __fastcall inpClick(TObject *Sender);
void __fastcall Panel1DragOver(TObject *Sender, TObject *Source,
int X, int Y, TDragState State, bool &Accept);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?