gpreptdataquery.h

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 59 行

H
59
字号
//---------------------------------------------------------------------------

#ifndef GPRepTDataQueryH
#define GPRepTDataQueryH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DateEdit.hpp"
#include "GroupBaseForm.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Grids.hpp>
#include "GroupBaseForm.h"
//---------------------------------------------------------------------------
class TfrmGPReptDataQuery : public TGroupBaseForm
{
__published:	// IDE-managed Components
        TLabel *lbSth;
        
        TLabel *lbLable1;  
        TLabel *lbLable2;
        TLabel *lbLabel3;
        TLabel *lbLabel4;
        TLabel *lbLabel6;
        TLabel *lPmpc;
        TSDGrid *DataReptGrid;
        TSDEdit *sysFmonthBox;
        TSDEdit *edgoods;
        TSDComboBox *cbsdLoc;
        TSDComboBox *cbsdRept;
        TSDEdit *edDept;
        TSDComboBox *cbsdMonth;
        TSDEdit *edGoodBox;
        TSDEdit *edDeptBox;
        TSDEdit *cbsdLocBox;
        TSDEdit *cbsdReptBox;
        TSDComboBox *cbsdSth;
        TSDEdit *cbsdSthBox;
        TSDComboBox *cbsdPmpc;
        TSDEdit *cbsdPmpcBox;

private:	// User declarations
        void __fastcall InitEditControl();

public:		// User declarations
        __fastcall TfrmGPReptDataQuery(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmGPReptDataQuery *frmGPReptDataQuery;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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