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

📄 unit3.h

📁 Captor network with C++ builder,(réseaux des capteurs) a captor network simulator
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef Unit3H
#define Unit3H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class Tciblef : public TForm
{
__published:	// Composants g閞閟 par l'EDI
        TPanel *Panel1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TDBEdit *DBEdit1;
        TDBEdit *DBEdit2;
        TDBEdit *DBEdit3;
        TEdit *Edit1;
        TSpeedButton *SpeedButton1;
        TPanel *Panel2;
        TButton *Button1;
        TButton *Button2;
        TButton *Button3;
        TButton *Button4;
        TButton *Button5;
        TButton *Button6;
        TPanel *Panel3;
        TSpeedButton *SpeedButton2;
        TPanel *Panel4;
        TSpeedButton *SpeedButton3;
        TDBNavigator *DBNavigator1;
        void __fastcall SpeedButton3Click(TObject *Sender);
        void __fastcall SpeedButton1Click(TObject *Sender);
private:	// D閏larations de l'utilisateur
public:		// D閏larations de l'utilisateur
        __fastcall Tciblef(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tciblef *ciblef;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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