checkout.h

来自「全面剖析酒店管理的内容」· C头文件 代码 · 共 48 行

H
48
字号
//---------------------------------------------------------------------------

#ifndef CheckOUtH
#define CheckOUtH
//---------------------------------------------------------------------------
#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 TfmCheckOut : public TfmParent
{
__published:	// IDE-managed Components
    TDataSource *DataSource2;
    TTable *Table2;
    TPanel *Panel3;
    TDBGrid *DBGrid2;
    TLabel *Label4;
    TLabel *Label5;
    TDBEdit *EditDBEdit;
    TLabel *Label6;
    TBitBtn *btCalBill;
    TBitBtn *btCheckOut;
    TLabel *Label7;
    TComboBox *ComboBox1;
    void __fastcall btCalBillClick(TObject *Sender);
    void __fastcall btCheckOutClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TfmCheckOut(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmCheckOut *fmCheckOut;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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