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

📄 gspquery_qty.h

📁 速达开源ERP系统
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef GspQuery_QtyH
#define GspQuery_QtyH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "QueryBaseForm.h"
#include "SDGrid.h"
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include <Grids.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmGspQuery_Qty;
class TfrmGspQuery_Qty : public TQueryBaseForm
{
__published:	// IDE-managed Components
   TSDGrid *sgGspQuery;
   void __fastcall tbRefreshClick(TObject *Sender);
   void __fastcall tbQueryClick(TObject *Sender);
   void __fastcall muFirstClick(TObject *Sender);
   void __fastcall muPreviousClick(TObject *Sender);
   void __fastcall muNextClick(TObject *Sender);
   void __fastcall muLastClick(TObject *Sender);
private:	// User declarations
   AnsiString sSQL;
   AnsiString FilterStr;
   AnsiString __fastcall GetQueryStr();
   void __fastcall InitGridControl();
   bool __fastcall ShowQueryWindow();
   void __fastcall ClearControl(bool BringToNext);
   void __fastcall GetDataFromComObject();
   void __fastcall WaitUserInput();
   void __fastcall RefreshGridData(int mAction);
   void __fastcall DisplayBill();
   void __fastcall GetBill(AnsiString BillID);
   void __fastcall FillGridWithData();
public:		// User declarations
   __fastcall TfrmGspQuery_Qty(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmGspQuery_Qty *frmGspQuery_Qty;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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