⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kcsz.h

📁 中小学排课系统.做得比较简单,仅供大家参考.
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef kcszH
#define kcszH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Db.hpp>
#include <DBTables.hpp>
#include <Buttons.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TForm7 : public TForm
{
__published:	// IDE-managed Components
        TDBNavigator *DBNavigator1;
        TBitBtn *BitBtn1;
        TBitBtn *BitBtn2;
        TDBEdit *DBEdit1;
        TLabel *Label1;
        TLabel *Label2;
        TDBEdit *DBEdit2;
        TLabel *Label3;
        TPanel *Panel1;
        TDBCheckBox *DBCheckBox1;
        TDataSource *DataSource1;
        TDBCheckBox *DBCheckBox2;
        TDBCheckBox *DBCheckBox3;
        TDBCheckBox *DBCheckBox4;
        TPanel *Panel2;
        TDBCheckBox *DBCheckBox5;
        TDBCheckBox *DBCheckBox6;
        TDBCheckBox *DBCheckBox7;
        TPanel *Panel3;
        TLabel *Label4;
        TLabel *Label5;
        TDBCheckBox *DBCheckBox8;
        void __fastcall BitBtn2Click(TObject *Sender);
        void __fastcall BitBtn1Click(TObject *Sender);
        void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
private:	// User declarations
public:		// User declarations
        __fastcall TForm7(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm7 *Form7;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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