cd2_4u.h
来自「C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有」· C头文件 代码 · 共 36 行
H
36 行
//---------------------------------------------------------------------------
#ifndef cd2_4uH
#define cd2_4uH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TGroupBox *GroupBox1;
TComboBox *cbd;
TComboBox *cbt;
TEdit *inp;
TLabel *Label1;
TStringGrid *sg;
TButton *add;
TButton *end;
TLabel *Label2;
TLabel *Label3;
void __fastcall FormCreate(TObject *Sender);
void __fastcall endClick(TObject *Sender);
void __fastcall addClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?