selstudent.h

来自「学生选课管理信息系统原码」· C头文件 代码 · 共 33 行

H
33
字号
//---------------------------------------------------------------------------

#ifndef SelStudentH
#define SelStudentH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TSelectStudentDlg : public TForm
{
__published:	// IDE-managed Components
        TDBGrid *DBGrid1;
        TPanel *Panel1;
        TBitBtn *OKBtn;
        TBitBtn *CancelBtn;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall OKBtnClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TSelectStudentDlg(TComponent* Owner);
        AnsiString m_strSelStudentNo ;
};
//---------------------------------------------------------------------------
extern PACKAGE TSelectStudentDlg *SelectStudentDlg;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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