?? selectstore.h
字號(hào):
//---------------------------------------------------------------------------
#ifndef selectstoreH
#define selectstoreH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TfmSelectStore : public TForm
{
__published: // IDE-managed Components
TQuery *Query1;
TDataSource *DataSource1;
TDBGrid *DBGrid1;
void __fastcall DBGrid1DblClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfmSelectStore(TComponent* Owner);
AnsiString m_szGoodID; // 顯示該貨號(hào)對(duì)應(yīng)的庫(kù)存
AnsiString m_szSelectStore; // 選擇的倉(cāng)庫(kù)
double m_dStoreNumber; // 選擇的倉(cāng)庫(kù)打印的庫(kù)存
};
//---------------------------------------------------------------------------
extern PACKAGE TfmSelectStore *fmSelectStore;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -