📄 password_pas.~pas
字号:
unit password_pas;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls, RXCtrls;
type
Tpasswordform = class(TForm)
RxLabel1: TRxLabel;
RxLabel2: TRxLabel;
Image1: TImage;
Edit1: TEdit;
BitBtn1: TBitBtn;
BitBtn2: TBitBtn;
ComboBox1: TComboBox;
private
{ Private declarations }
public
{ Public declarations }
end;
var
passwordform: Tpasswordform;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -