📄 passwordform.dfm
字号:
object FormPassword: TFormPassword
Left = 465
Top = 127
BorderStyle = bsDialog
Caption = #26356#25913#23494#30721#65306
ClientHeight = 167
ClientWidth = 233
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 49
Width = 137
Height = 13
AutoSize = False
Caption = #35831#36755#20837#24403#21069#29992#25143#23494#30721#65306
end
object edtPwd: TEdit
Left = 8
Top = 67
Width = 217
Height = 21
MaxLength = 50
PasswordChar = '*'
TabOrder = 0
end
object OKBtn: TButton
Left = 70
Top = 131
Width = 75
Height = 25
Caption = #30830#23450
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 150
Top = 131
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -