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

📄 tprogressform.h

📁 把html转成txt 把html转成txt
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef TProgressFormH
#define TProgressFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TProgressForm : public TForm
{
__published:	// IDE-managed Components
    TProgressBar *ProgressBar;
    TLabel *Label1;
    TLabel *Label2;
    TButton *CancelButton;
    TStaticText *FromText;
    TStaticText *ToText;
    void __fastcall FormShow(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TProgressForm(TComponent* Owner);
    void __fastcall OnFinished(TObject *Sender);
    void __fastcall OnProgress(System::TObject *Sender, int percent);
    void SetInPathname(const AnsiString &string);
    void SetOutPathname(const AnsiString &string);
};
//---------------------------------------------------------------------------
extern PACKAGE TProgressForm *ProgressForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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