unitconfig.~h

来自「用c++ builder编写的发送EMAIL程序的源码,此程序是利用C++ Bu」· ~H 代码 · 共 41 行

~H
41
字号
//---------------------------------------------------------------------------

#ifndef UnitConfigH
#define UnitConfigH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TFormConfig : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TEdit *EditPOP3;
        TEdit *EditSMTP;
        TEdit *EditUser;
        TMaskEdit *MaskEditPw;
        TBevel *Bevel1;
        TBitBtn *BitBtn1;
        TCheckBox *CheckBox1;
        TLabel *Label5;
        TEdit *EditName;
        TLabel *Label6;
        TEdit *EditReplyTo;
        void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TFormConfig(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormConfig *FormConfig;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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