vw_wo.h

来自「速达开源ERP系统」· C头文件 代码 · 共 57 行

H
57
字号
//---------------------------------------------------------------------------
#ifndef VW_WoH
#define VW_WoH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "QueryBaseForm.h"
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include "SDGrid.h"
#include <Grids.hpp>

class PACKAGE TfrmVW_Wo;
//---------------------------------------------------------------------------
class TfrmVW_Wo : public TQueryBaseForm
{
__published:	// IDE-managed Components

    TSDGrid *sgWo;
    void __fastcall tbQueryClick(TObject *Sender);
    void __fastcall muFirstClick(TObject *Sender);
    void __fastcall muNextClick(TObject *Sender);
    void __fastcall muLastClick(TObject *Sender);
    void __fastcall tbRefreshClick(TObject *Sender);
    void __fastcall sgWoDblClick(TObject *Sender);
    void __fastcall muPreviousClick(TObject *Sender);

private:	// User declarations

    AnsiString FilterStr;     //查询条件字串
    AnsiString sSQL;          //查询语句
    AnsiString LateBillCode;  //最近查询的单号
    AnsiString __fastcall GetQueryStr();
    AnsiString __fastcall GetDetailQueryStr();
    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();
    void __fastcall FillGridWithDetail();

public:		// User declarations
    __fastcall TfrmVW_Wo(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmVW_Wo *frmVW_Wo;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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