addroom.h

来自「机器须安装SQL Server2000 程序安装完之后」· C头文件 代码 · 共 46 行

H
46
字号
//---------------------------------------------------------------------------

#ifndef AddRoomH
#define AddRoomH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <DBCtrls.hpp>
//---------------------------------------------------------------------------
class TAddRoomForm : public TForm
{
__published:	// IDE-managed Components
    TADOTable *ADOTable1;
    TPanel *Panel1;
    TGroupBox *GroupBox1;
    TDataSource *DataSource1;
    TDBGrid *DBGrid1;
    TAutoIncField *ADOTable1ID;
    TStringField *ADOTable1RoomNo;
    TStringField *ADOTable1Place;
    TIntegerField *ADOTable1RoomlevelCode;
    TIntegerField *ADOTable1RoomStateCode;
    TStringField *ADOTable1Remark;
    TIntegerField *ADOTable1CleanTypeNo;
    TDBNavigator *DBNavigator1;
    TStringField *ADOTable1newroomtype;
    TStringField *ADOTable1newstate;
    TIntegerField *ADOTable1Floor;
    void __fastcall FormShow(TObject *Sender);
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:		// User declarations
    __fastcall TAddRoomForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TAddRoomForm *AddRoomForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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