taxinfo.~h

来自「全面剖析人力资源管理的内容」· ~H 代码 · 共 50 行

~H
50
字号
//----------------------------------------------------------------------------
#ifndef TaxInfoH
#define TaxInfoH
//----------------------------------------------------------------------------
#include <SysUtils.hpp>
#include <Windows.hpp>
#include <Messages.hpp>
#include <Classes.hpp>
#include <Graphics.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBCtrls.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <Db.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
//----------------------------------------------------------------------------
class TfmTaxInfo : public TForm
{
__published:
	TIntegerField *Table1IntegerField;
	TStringField *Table1StringField;
	TFloatField *Table1FloatField;
	TFloatField *Table1FloatField2;
	TFloatField *Table1FloatField3;
	TFloatField *Table1FloatField4;
	TFloatField *Table1FloatField5;
	TStringField *Table1StringField2;
	TDBGrid *DBGrid1;
	TDBNavigator *DBNavigator;
	TPanel *Panel1;
	TDataSource *DataSource1;
	TPanel *Panel2;
	TTable *Table1;
	void __fastcall FormCreate(TObject *Sender);
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:
	// private declarations
public:
	// public declarations
	__fastcall TfmTaxInfo(TComponent *Owner);
};
//----------------------------------------------------------------------------
extern TfmTaxInfo *fmTaxInfo;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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