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

📄 tjse.h

📁 中小学排课系统.做得比较简单,仅供大家参考.
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef tjseH
#define tjseH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <Db.hpp>
#include <DBCtrls.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TTable *Table1;
        TDataSource *DataSource1;
        TLabel *Label2;
        TDBEdit *DBEdit1;
        TDBComboBox *DBComboBox1;
        TDBComboBox *DBComboBox2;
        TDBComboBox *DBComboBox3;
        TDBComboBox *DBComboBox4;
        TDBComboBox *DBComboBox5;
        TDBComboBox *DBComboBox6;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TDBNavigator *DBNavigator1;
        TBitBtn *BitBtn1;
        TBitBtn *BitBtn2;
        TDBEdit *DBEdit2;
        TDBCheckBox *DBCheckBox1;
        void __fastcall BitBtn2Click(TObject *Sender);
        void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm3(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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