c14_4f2.h
来自「C++Builder编程实例详解,用具体的例子阐明C++的一些基本操作,所有程序」· C头文件 代码 · 共 31 行
H
31 行
//----------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?