passform.h

来自「根据指定的字符范围」· C头文件 代码 · 共 38 行

H
38
字号
//---------------------------------------------------------------------------
#ifndef PassFormH
#define PassFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cspin.h"
#include "Passthread.h"
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
    TCSpinEdit *PassLength;
    TLabel *Label1;
    TLabel *lPass;
    TLabel *Pass;
    TLabel *Count;
    TButton *Cancel;
    TButton *Start;
    TLabel *Label2;
    TEdit *CompName;
    TEdit *DrvName;
    TLabel *error;
    TLabel *Sucess;
    void __fastcall StartClick(TObject *Sender);
    void __fastcall CancelClick(TObject *Sender);
private:	// User declarations
    FintPass *Fint;
public:		// User declarations
    __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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