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

📄 bookreturn.h

📁 C++ Builder数据库开发经典案例解析 示例程序都是在C++ Builder 6.0(Enterprise)和SQL Server 2000个人版下调试通过的
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef BookReturnH
#define BookReturnH
//---------------------------------------------------------------------------
#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>
//---------------------------------------------------------------------------
class TfmBookReturn : public TfmParent
{
__published:	// IDE-managed Components
    TTable *Table2;
    TIntegerField *Table1BDEDesigner;
    TStringField *Table1BDEDesigner2;
    TStringField *Table1BDEDesigner3;
    TDateTimeField *Table1BDEDesigner4;
    TDateTimeField *Table1BDEDesigner5;
    TIntegerField *Table1BDEDesigner6;
    TStringField *Table1BDEDesigner7;
    TStringField *Table1BDEDesigner8;
    TStringField *Table1Field;
    TTable *Table3;
    TStringField *Table1StringField;
    TStringField *Table1Field2;
    TBitBtn *btReturn;
    TLabel *Label4;
    void __fastcall btReturnClick(TObject *Sender);
    void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TfmBookReturn(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmBookReturn *fmBookReturn;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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