?? password.h
字號:
//----------------------------------------------------------------------------
#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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -