⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 punish.~h

📁 全面剖析人力资源管理的内容
💻 ~H
字号:
//----------------------------------------------------------------------------
#ifndef PunishH
#define PunishH
//----------------------------------------------------------------------------
#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 <Db.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
//----------------------------------------------------------------------------
class TfmPunish : public TForm
{
__published:
	TStringField *Table1StringField;
	TStringField *Table1StringField2;
	TFloatField *Table1FloatField;
	TStringField *Table1StringField3;
	TStringField *Table1StringField4;
	TStringField *Table1StringField5;
	TIntegerField *Table1IntegerField;
	TScrollBox *ScrollBox;
	TLabel *Label1;
	TDBEdit *EditDBEdit;
	TLabel *Label2;
	TDBEdit *EditDBEdit2;
	TLabel *Label3;
	TDBEdit *EditDBEdit3;
	TLabel *Label4;
	TDBEdit *EditDBEdit4;
	TLabel *Label5;
	TDBEdit *EditDBEdit5;
	TLabel *Label6;
	TDBEdit *EditDBEdit6;
	TLabel *Label7;
	TDBEdit *EditDBEdit7;
	TDBNavigator *DBNavigator;
	TPanel *Panel1;
	TDataSource *DataSource1;
	TPanel *Panel2;
	TTable *Table1;
	void __fastcall FormCreate(TObject *Sender);
private:
	// private declarations
public:
	// public declarations
	__fastcall TfmPunish(TComponent *Owner);
};
//----------------------------------------------------------------------------
extern TfmPunish *fmPunish;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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