cptration_pictplan.h

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

H
88
字号
//---------------------------------------------------------------------------

#ifndef CptRation_PictPlanH
#define CptRation_PictPlanH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "QueryBaseForm.h"
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include "SDGrid.h"
#include <Grids.hpp>
#include "KSAdvReport.h"
#include <Chart.hpp>
#include <ExtCtrls.hpp>
#include <Series.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
#include "DateEdit.hpp"
#include <Mask.hpp>
#include <TeeFunci.hpp>
#include "SDEdit.h"
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TfrmCptRation_PictPlan : public TQueryBaseForm
{
__published:	// IDE-managed Components
        TChart *Chart1;
        TBarSeries *Series1;
        TBarSeries *Series2;
        TPanel *Panel1;
        TGroupBox *GroupBox1;
        TGroupBox *GroupBox2;
        TDateEdit *de_DateF;
        TCheckBox *CheckBox2;
        TLabel *Label2;
        TDateEdit *de_DateE;
        TLabel *Label3;
        TLabel *Label4;
        TSDEdit *se_wc;
        TBitBtn *BitBtn1;
        TBitBtn *BitBtn2;
        TPageControl *PageControl1;
        TTabSheet *TabSheet1;
        TTabSheet *TabSheet2;
        TTabSheet *TabSheet3;
        TCheckBox *cb_Logarithmic;
        TBitBtn *BitBtn3;
        TBitBtn *BitBtn4;
        TLabel *Label1;
        TScrollBar *ScrollBar1;
        TRadioGroup *RadioGroup1;
        void __fastcall tbQueryClick(TObject *Sender);
        void __fastcall tbRefreshClick(TObject *Sender);
        void __fastcall se_wcButtonClick(TObject *Sender);
        void __fastcall cb_LogarithmicClick(TObject *Sender);
        void __fastcall ScrollBar1Change(TObject *Sender);
        void __fastcall BitBtn4Click(TObject *Sender);
        void __fastcall BitBtn3Click(TObject *Sender);
        void __fastcall Chart1GetNextAxisLabel(TChartAxis *Sender,
          int LabelIndex, double &LabelValue, bool &Stop);
        void __fastcall RadioGroup1Click(TObject *Sender);
private:	// User declarations
        AnsiString FilterStr; //查询条件字串
        AnsiString sSQL;      //查询语句
        void __fastcall ClearControl(bool BringToNext);
        void __fastcall GetDataFromComObject();
        void __fastcall WaitUserInput();
        void __fastcall RefreshGridData(int mAction);
        void __fastcall DisplayBill();
        void __fastcall GetBill(AnsiString BillID);
        void __fastcall FillGridWithData();
        AnsiString __fastcall GetQueryStr();
        void __fastcall Zoom(TChart *ch ,double present);
        bool DefaultLabels;
public:		// User declarations
        __fastcall TfrmCptRation_PictPlan(TComponent* Owner, HWND chWnd, AnsiString ClassCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmCptRation_PictPlan *frmCptRation_PictPlan;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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