📄 addroom.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -