📄 unit2.dfm
字号:
object Form2: TForm2
Left = 439
Top = 326
Width = 296
Height = 196
Caption = 'Senha'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 65
Top = 24
Width = 60
Height = 13
Caption = 'Senha atual:'
end
object Label2: TLabel
Left = 64
Top = 56
Width = 61
Height = 13
Caption = 'Nova senha:'
Enabled = False
end
object Label3: TLabel
Left = 50
Top = 85
Width = 75
Height = 13
Caption = 'Repita a senha:'
Enabled = False
end
object Edit1: TEdit
Left = 128
Top = 22
Width = 136
Height = 21
PasswordChar = '*'
TabOrder = 0
OnChange = Edit1Change
end
object Edit2: TEdit
Left = 128
Top = 52
Width = 136
Height = 21
Enabled = False
PasswordChar = '*'
TabOrder = 1
OnChange = Edit2Change
end
object Edit3: TEdit
Left = 128
Top = 82
Width = 136
Height = 21
Enabled = False
PasswordChar = '*'
TabOrder = 2
OnChange = Edit3Change
end
object Button1: TButton
Left = 8
Top = 120
Width = 75
Height = 25
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 3
end
object Button2: TButton
Left = 189
Top = 120
Width = 75
Height = 25
Caption = 'Ok'
Enabled = False
ModalResult = 1
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -