📄 pdmhreport.h
字号:
//---------------------------------------------------------------------------
#ifndef PdmhReportH
#define PdmhReportH
//---------------------------------------------------------------------------
#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 TfrmPdmhReport : public TGroupBaseForm
{
__published: // IDE-managed Components
TLabel *lbLable1;
TLabel *lbLabel6;
TSDGrid *sgPdmh;
TSDEdit *edPdmhCode;
TSDComboBox *cbPdmhFMonth;
TSDEdit *edPdmhCodeBox;
TLabel *Label1;
TDateEdit *DateEdit1;
TSDEdit *cbPdmhFMonthBox;
TLabel *Label2;
TSDEdit *edPdmhWoCode;
TSDEdit *edPdmhWoCodeBox;
TLabel *Label3;
TSDComboBox *cbPdmhPosType;
TSDEdit *cbPdmhPosTypeBox;
void __fastcall edPdmhCodeButtonClick(TObject *Sender);
void __fastcall edPdmhWoCodeButtonClick(TObject *Sender);
void __fastcall dtDateEnChange(TObject *Sender);
void __fastcall sgPdmhDblClick(TObject *Sender);
private: // User declarations
AnsiString __fastcall GetDetailQueryStr();
void __fastcall InitEditControl();
void __fastcall FillGridWithDetail();
public: // User declarations
__fastcall TfrmPdmhReport(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPdmhReport *frmPdmhReport;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -