📄 unitconfig.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -