📄 unit1.h
字号:
//---------------------------------------------------------------------------
#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <NMsmtp.hpp>
#include <Psock.hpp>
#include <ExtCtrls.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ImgList.hpp>
#include <Dialogs.hpp>
#include <jpeg.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TEdit *Edit1;
TLabel *Label7;
TMemo *Memo1;
TLabel *Label8;
TSpeedButton *SpeedButton1;
TSpeedButton *SpeedButton2;
TLabel *Label9;
TEdit *Edit6;
TSpeedButton *SpeedButton3;
TOpenDialog *OpenDialog1;
TListBox *ListBox1;
TStaticText *StaticText1;
TEdit *Edit9;
TSpeedButton *SpeedButton4;
TSpeedButton *SpeedButton5;
TLabel *Label12;
TPanel *Panel1;
TLabel *Label5;
TLabel *Label6;
TEdit *Edit5;
TEdit *Edit4;
TCheckBox *CheckBox3;
TCheckBox *CheckBox2;
TLabel *Label11;
TEdit *Edit8;
TLabel *Label4;
TEdit *Edit3;
TLabel *Label10;
TEdit *Edit7;
TEdit *Edit2;
TLabel *Label3;
TEdit *Edit10;
TSpeedButton *SpeedButton7;
TImage *Image1;
TSpeedButton *SpeedButton6;
TLabel *Label13;
TTimer *Timer1;
TStaticText *StaticText2;
TLabel *Label14;
TStaticText *StaticText3;
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall SpeedButton2Click(TObject *Sender);
void __fastcall ListBox1MouseMove(TObject *Sender,
TShiftState Shift, int X, int Y);
void __fastcall SpeedButton3Click(TObject *Sender);
void __fastcall SpeedButton4Click(TObject *Sender);
void __fastcall SpeedButton5Click(TObject *Sender);
void __fastcall SpeedButton7Click(TObject *Sender);
void __fastcall FormCanResize(TObject *Sender, int &NewWidth,
int &NewHeight, bool &Resize);
void __fastcall Edit10KeyPress(TObject *Sender, char &Key);
void __fastcall SpeedButton6Click(TObject *Sender);
void __fastcall Timer1Timer(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
extern int sum;
extern int count;extern int TotalSize;
extern int MailSize,forms;
extern bool terminated;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -