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

📄 studentunit4.h

📁 学生管理系统
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef StudentUnit4H
#define StudentUnit4H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm4 : public TForm
{
__published:	// IDE-managed Components
        TTable *Table1;
        TDataSource *DataSource1;
        TDBGrid *DBGrid1;
        TEdit *Edit1;
        TBitBtn *BitBtn1;
        TLabel *Label1;
        TIntegerField *Table1BDEDesigner;
        TStringField *Table1BDEDesigner2;
        TStringField *Table1BDEDesigner3;
        TDateField *Table1BDEDesigner4;
        TStringField *Table1BDEDesigner5;
        TStringField *Table1BDEDesigner6;
        TStringField *Table1BDEDesigner7;
        TStringField *Table1BDEDesigner8;
        TStringField *Table1BDEDesigner9;
        TStringField *Table1BDEDesigner10;
        TStringField *Table1BDEDesigner11;
        TMemoField *Table1BDEDesigner12;
        void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm4(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm4 *Form4;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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