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

📄 c14_4f2.h

📁 C++Builder编程实例详解,用具体的例子阐明C++的一些基本操作,所有程序均在BC++上编译过.可靠,建议下载
💻 H
字号:
//----------------------------------------------------------------------------
#ifndef C14_4f2H
#define C14_4f2H
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
//---------------------------------------------------------------------------
class TConnectForm : public TForm
{
__published:	// IDE-managed Components
	TEdit *PasswordEdit;
	TEdit *RemoteHostEdit;
	TEdit *RemotePortEdit;
	TLabel *Label3;
	TLabel *Label2;
	TLabel *Lable1;
	TButton *OkBtn;
	TButton *CancelBtn;
	TEdit *UserNameEdit;
	
private:	// User declarations
public:		// User declarations
	virtual __fastcall TConnectForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TConnectForm *ConnectForm;
//---------------------------------------------------------------------------
#endif
 

⌨️ 快捷键说明

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