pingheng.~h

来自「全面剖析财务管理的内容」· ~H 代码 · 共 38 行

~H
38
字号
//---------------------------------------------------------------------------

#ifndef pinghengH
#define pinghengH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
//---------------------------------------------------------------------------
class TfmPingheng : public TForm
{
__published:	// IDE-managed Components
    TPanel *Panel1;
    TDBGrid *DBGrid1;
    TDataSource *DataSource1;
    TQuery *Query1;
    TStringGrid *StringGrid1;
    TQuery *Query2;
    void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TfmPingheng(TComponent* Owner);
    // 计算是否平衡并显示出计算结果
    // nStatus 0 初始化帐簿时计算
    // 1 正式使用后凭证的计算
    bool CalPingHeng(int nStatus);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmPingheng *fmPingheng;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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