rmbhreport.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 56 行
H
56 行
//---------------------------------------------------------------------------
#ifndef RmbhReportH
#define RmbhReportH
//---------------------------------------------------------------------------
#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 TfrmRmbhReport : public TGroupBaseForm
{
__published: // IDE-managed Components
TLabel *lbLable1;
TLabel *lbLabel6;
TSDGrid *sgRmbh;
TSDEdit *edRmbhCode;
TSDComboBox *cbRmbhFMonth;
TSDEdit *edRmbhCodeBox;
TLabel *Label1;
TDateEdit *DateEdit1;
TSDEdit *cbRmbhFMonthBox;
TLabel *Label2;
TSDEdit *edRmbhWoCode;
TSDEdit *edRmbhWoCodeBox;
TLabel *Label3;
TSDComboBox *cbRmbhPosType;
TSDEdit *cbRmbhPosTypeBox;
void __fastcall edRmbhCodeButtonClick(TObject *Sender);
void __fastcall edRmbhWoCodeButtonClick(TObject *Sender);
void __fastcall dtDateEnChange(TObject *Sender);
void __fastcall sgRmbhDblClick(TObject *Sender);
private: // User declarations
AnsiString __fastcall GetDetailQueryStr();
void __fastcall InitEditControl();
void __fastcall FillGridWithDetail();
public: // User declarations
__fastcall TfrmRmbhReport(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmRmbhReport *frmRmbhReport;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?