?? bookdue.~h
字號(hào):
//---------------------------------------------------------------------------
#ifndef BookDueH
#define BookDueH
//---------------------------------------------------------------------------
#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 TfmBookDue : 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;
void __fastcall BitBtn1Click(TObject *Sender);
private: // User declarations
// 過(guò)慮條件
AnsiString m_szFilter;
public: // User declarations
__fastcall TfmBookDue(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmBookDue *fmBookDue;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -