password.h

来自「数据采集」· C头文件 代码 · 共 32 行

H
32
字号
//----------------------------------------------------------------------------
#ifndef passwordH
#define passwordH
//----------------------------------------------------------------------------
#include <vcl\Buttons.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
//#include "main.h"
//----------------------------------------------------------------------------
class Tform_password : public TForm
{
__published:
	TLabel *Label1;
        TEdit *Password;
	TButton *OKBtn;
        void __fastcall OKBtnClick(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
private:
public:
	virtual __fastcall Tform_password(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE Tform_password *form_password;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

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