piecehreport.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 55 行
H
55 行
//---------------------------------------------------------------------------
#ifndef PiecehReportH
#define PiecehReportH
//---------------------------------------------------------------------------
#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"
#include "KSAdvReport.h"
//---------------------------------------------------------------------------
class TfrmPiecehReport : public TGroupBaseForm
{
__published: // IDE-managed Components
TLabel *lbLable1;
TLabel *lbLable2;
TLabel *lbLabel6;
TSDGrid *sgPieceh;
TSDEdit *edPiecehCode;
TSDComboBox *cbPiecehTeam;
TSDComboBox *cbPiecehFMonth;
TSDEdit *edPiecehCodeBox;
TSDEdit *cbPiecehTeamBox;
TSDComboBox *cbPiecehShop;
TSDEdit *cbPiecehShopBox;
TLabel *Label1;
TDateEdit *DateEdit1;
TSDEdit *cbPiecehFMonthBox;
TLabel *lbShop;
void __fastcall edPiecehCodeButtonClick(TObject *Sender);
void __fastcall dtDateEnChange(TObject *Sender);
void __fastcall sgPiecehDblClick(TObject *Sender);
private: // User declarations
AnsiString __fastcall GetDetailQueryStr();
void __fastcall InitEditControl();
void __fastcall FillGridWithDetail();
public: // User declarations
__fastcall TfrmPiecehReport(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPiecehReport *frmPiecehReport;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?