student.h

来自「C++ Builder数据库开发经典案例解析 示例程序都是在C++ Build」· C头文件 代码 · 共 79 行

H
79
字号
//---------------------------------------------------------------------------

#ifndef studentH
#define studentH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "Parent.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <ImgList.hpp>
#include <ToolWin.hpp>
#include <DBCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TfmStudent : public TfmParent
{
__published:	// IDE-managed Components
    TLabel *Label4;
    TLabel *Label5;
    TLabel *Label6;
    TLabel *Label7;
    TLabel *Label8;
    TLabel *Label9;
    TLabel *Label10;
    TLabel *Label11;
    TLabel *Label12;
    TLabel *Label13;
    TDBEdit *EditDBEdit;
    TDBEdit *EditDBEdit2;
    TDBEdit *EditDBEdit3;
    TDBEdit *EditDBEdit4;
    TDataSource *DataSource2;
    TTable *Table2;
    TTable *Table3;
    TDataSource *DataSource3;
    TTable *Table4;
    TDataSource *DataSource4;
    TTable *Table5;
    TDataSource *DataSource5;
    TDataSource *DataSource6;
    TTable *Table6;
    TStringField *Table1BDEDesigner;
    TStringField *Table1BDEDesigner2;
    TStringField *Table1BDEDesigner3;
    TStringField *Table1BDEDesigner4;
    TIntegerField *Table1BDEDesigner5;
    TStringField *Table1BDEDesigner7;
    TStringField *Table1BDEDesigner8;
    TStringField *Table1BDEDesigner9;
    TStringField *Table1BDEDesigner10;
    TStringField *Table1Field;
    TStringField *Table1BDEDesigner6;
    TStringField *Table1Field2;
    TStringField *Table1Field3;
    TStringField *Table1Field4;
    TStringField *Table1Field5;
    TDBLookupComboBox *DBLookupComboBox1;
    TDBComboBox *DBComboBox1;
    TDBLookupComboBox *DBLookupComboBox2;
    TDBLookupComboBox *DBLookupComboBox3;
    TDBLookupComboBox *DBLookupComboBox4;
    TDBLookupComboBox *DBLookupComboBox5;
private:	// User declarations
public:		// User declarations
    __fastcall TfmStudent(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmStudent *fmStudent;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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