gspquery_amt.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 50 行
H
50 行
//---------------------------------------------------------------------------
#ifndef GspQuery_AmtH
#define GspQuery_AmtH
//---------------------------------------------------------------------------
#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>
#include "KSAdvReport.h"
//---------------------------------------------------------------------------
class PACKAGE TfrmGspQuery_Amt;
class TfrmGspQuery_Amt : 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 __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_Amt(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmGspQuery_Amt *frmGspQuery_Amt;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?