?? selectbook.~h
字號:
//---------------------------------------------------------------------------
#ifndef SelectBookH
#define SelectBookH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "Parent.h"
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Buttons.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
//---------------------------------------------------------------------------
class TfmSelectBook : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TDBGrid *DBGrid1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TEdit *Edit1;
TEdit *Edit2;
TEdit *Edit3;
TBitBtn *BitBtn1;
TTable *Table1;
TDataSource *DataSource1;
void __fastcall BitBtn1Click(TObject *Sender);
void __fastcall Edit3KeyPress(TObject *Sender, char &Key);
void __fastcall DBGrid1KeyPress(TObject *Sender, char &Key);
void __fastcall DBGrid1DblClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfmSelectBook(TComponent* Owner);
//存儲選擇的圖書編號
AnsiString m_szBookCode;
};
//---------------------------------------------------------------------------
extern PACKAGE TfmSelectBook *fmSelectBook;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -