📄 vw_gosh.h
字号:
//---------------------------------------------------------------------------
#ifndef VW_GoshH
#define VW_GoshH
//---------------------------------------------------------------------------
#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_Gosh ;
class TfrmVW_Gosh : public TQueryBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgGosh;
void __fastcall tbQueryClick(TObject *Sender);
void __fastcall muFirstClick(TObject *Sender);
void __fastcall tbPreviousClick(TObject *Sender);
void __fastcall muNextClick(TObject *Sender);
void __fastcall muLastClick(TObject *Sender);
void __fastcall tbRefreshClick(TObject *Sender);
void __fastcall sgGoshDblClick(TObject *Sender);
private: // User declarations
AnsiString FilterStr; //查询条件字串
AnsiString sSQL; //查询语句
AnsiString LateBillCode; //最近查询的单号
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();
AnsiString __fastcall GetQueryStr();
void __fastcall FillGridWithDetail();
AnsiString __fastcall GetDetailQueryStr();
AnsiString __fastcall DataConvert(AnsiString sFieldName,AnsiString sFieldValue);
public: // User declarations
__fastcall TfrmVW_Gosh(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmVW_Gosh *frmVW_Gosh;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -