addclsunit.h
来自「学生信息管理系统」· C头文件 代码 · 共 34 行
H
34 行
//---------------------------------------------------------------------------
#ifndef AddClsUnitH
#define AddClsUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TAddCls : public TForm
{
__published: // IDE-managed Components
TGroupBox *StuInfo;
TLabel *LabelSchool;
TListBox *SchoolList;
TLabeledEdit *ClassNum;
TLabeledEdit *Head;
TLabeledEdit *Number;
TBitBtn *Confirm;
TBitBtn *Cancel;
void __fastcall ConfirmClick(TObject *Sender);
void __fastcall CancelClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TAddCls(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TAddCls *AddCls;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?