bookfine.h

来自「基于bcb数据库应用」· C头文件 代码 · 共 51 行

H
51
字号
//---------------------------------------------------------------------------

#ifndef BookFineH
#define BookFineH
//---------------------------------------------------------------------------
#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 TfmBookFine : public TfmParent
{
__published:	// IDE-managed Components
    TTable *Table2;
    TStringField *Table1Field;
    TTable *Table3;
    TStringField *Table1StringField;
    TStringField *Table1Field2;
    TBitBtn *btFine;
    TIntegerField *Table1BDEDesigner;
    TStringField *Table1BDEDesigner2;
    TStringField *Table1BDEDesigner3;
    TDateTimeField *Table1BDEDesigner4;
    TFloatField *Table1BDEDesigner5;
    TFloatField *Table1BDEDesigner6;
    TBooleanField *Table1BDEDesigner7;
    TStringField *Table1BDEDesigner8;
    TEdit *Edit4;
    TLabel *Label4;
    void __fastcall btFineClick(TObject *Sender);
    void __fastcall BitBtn1Click(TObject *Sender);
    void __fastcall Table1AfterScroll(TDataSet *DataSet);
private:	// User declarations
public:		// User declarations
    __fastcall TfmBookFine(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmBookFine *fmBookFine;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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