totalzb.~h
来自「全面剖析财务管理的内容」· ~H 代码 · 共 46 行
~H
46 行
//---------------------------------------------------------------------------
#ifndef totalzbH
#define totalzbH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "Parent.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <ImgList.hpp>
#include <ToolWin.hpp>
//---------------------------------------------------------------------------
class TfmTotalZB : public TfmParent
{
__published: // IDE-managed Components
TLabel *Label4;
TCheckBox *CheckBox1;
TStringField *Table1BDEDesigner;
TFloatField *Table1BDEDesigner2;
TFloatField *Table1BDEDesigner3;
TFloatField *Table1BDEDesigner4;
TFloatField *Table1BDEDesigner5;
TFloatField *Table1BDEDesigner6;
TFloatField *Table1BDEDesigner7;
TStringField *Table1BDEDesigner8;
TTable *Table2;
TStringField *Table1Field;
void __fastcall CheckBox1Click(TObject *Sender);
void __fastcall BitBtn1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfmTotalZB(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmTotalZB *fmTotalZB;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?