intax.h

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

H
56
字号
//---------------------------------------------------------------------------
#ifndef InTaxH
#define InTaxH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "RecBaseForm.h"
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include "fpanel.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Grids.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmInTax;
class TfrmInTax : public TRecBaseForm
{
__published:	// IDE-managed Components
    TSDGrid *sgInTax;
    TFloatPanel *FloatPanel1;
    TLabel *Label1;
    TLabel *Label2;
    TLabel *Label4;
    TLabel *Label5;
    TSDEdit *seInTaxEndAmt;
    TSDEdit *seInTaxLine;
    TSDEdit *seInTaxBegAmt;
    TSDEdit *seInTaxRate;
    TLabel *Label3;
    void __fastcall FormShow(TObject *Sender);
    void __fastcall sgInTaxClick(TObject *Sender);
    void __fastcall seInTaxLineKeyDown(TObject *Sender, WORD &Key,
      TShiftState Shift);
private:	// User declarations
    AnsiString __fastcall GetDataToGrid();
    AnsiString __fastcall GetMaxInTaxLine();
    void __fastcall InitEditControl();
    void __fastcall ClearControl(bool BringToNext);
    void __fastcall GetDataFromComObject();
    void __fastcall SendDataToComObject();
    void __fastcall WaitUserInput();
    void __fastcall RefreshGridData(int mAction);
    void __fastcall FillGridWithData();
public:		// User declarations
    __fastcall TfrmInTax(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmInTax *frmInTax;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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