purchrep.h

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

H
50
字号
//---------------------------------------------------------------------------

#ifndef purchrepH
#define purchrepH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "KSAdvReport.h"
#include "QueryBaseForm.h"
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include "fpanel.h"
#include <Buttons.hpp>
#include "SDEdit.h"
#include "SDGrid.h"
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TfrmPurchRep : public TQueryBaseForm
{
__published:	// IDE-managed Components
    TFloatPanel *FloatPanel2;
    TLabel *labLgLocName;
    TLabel *Label1;
    TLabel *Label2;
    TDateTimePicker *BeginDate;
    TDateTimePicker *EndDate;
    TBitBtn *btnOK;
    TLabel *Label3;
    TSDEdit *SupplyCodeButton;
    TSDGrid *SDPodRep;
    void __fastcall FormShow(TObject *Sender);
    void __fastcall btnOKClick(TObject *Sender);
    void __fastcall SupplyCodeButtonButtonClick(TObject *Sender);
private:	// User declarations
    void __fastcall InitEditControl();
    void __fastcall FillGridWithDate();
public:		// User declarations
    __fastcall TfrmPurchRep(TComponent* Owner, HWND chWnd, AnsiString ClassCode,
AnsiString WhereStrr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPurchRep *frmPurchRep;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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