salestatquery.h

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

H
65
字号
//---------------------------------------------------------------------------

#ifndef SaleStatQueryH
#define SaleStatQueryH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DateEdit.hpp"
#include "GroupBaseForm.h"
#include "KSAdvReport.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
#include "SDComboBox.h"
//---------------------------------------------------------------------------
class TfrmSaleStatQuery : public TGroupBaseForm
{
__published:	// IDE-managed Components
        TSDGrid *gd_SaleStatQuery;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TSDEdit *edSoh;
        TSDEdit *edClient;
        TSDEdit *edDesign;
        TSDEdit *edCloth;
        TSDEdit *edSize;
        TSDEdit *edColor;
        TSDEdit *Soh;
        TSDEdit *Client;
        TSDEdit *ClientType;
        TSDEdit *SohType;
        TSDEdit *Cloth;
        TSDEdit *Size;
        TSDEdit *Color;
        TSDEdit *Design;
        TSDComboBox *edClientType;
        TSDComboBox *edSohType;
        void __fastcall edClientButtonClick(TObject *Sender);
        void __fastcall edClothButtonClick(TObject *Sender);
        void __fastcall edSizeButtonClick(TObject *Sender);
        void __fastcall edColorButtonClick(TObject *Sender);
        void __fastcall edDesignButtonClick(TObject *Sender);
        void __fastcall edSohButtonClick(TObject *Sender);
private:	// User declarations
     void __fastcall InitEditControl() ;
public:		// User declarations
        __fastcall TfrmSaleStatQuery(TComponent* Owner,HWND chWnd,AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSaleStatQuery *frmSaleStatQuery;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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