📄 changepwd.dfm
字号:
object frmChangePwd: TfrmChangePwd
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = #20462#25913#23494#30721
ClientHeight = 205
ClientWidth = 332
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 40
Top = 24
Width = 241
Height = 121
BevelInner = bvRaised
BevelOuter = bvLowered
Caption = 'Panel1'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 24
Width = 45
Height = 14
Caption = #26087#23494#30721
end
object Label2: TLabel
Left = 24
Top = 56
Width = 45
Height = 14
Caption = #26032#23494#30721
end
object Label3: TLabel
Left = 8
Top = 88
Width = 60
Height = 14
Caption = #39564#35777#23494#30721
end
object oldPwd: TEdit
Left = 80
Top = 16
Width = 137
Height = 22
PasswordChar = '*'
TabOrder = 0
end
object newPwd: TEdit
Left = 80
Top = 48
Width = 137
Height = 22
PasswordChar = '*'
TabOrder = 1
end
object confirmPwd: TEdit
Left = 80
Top = 80
Width = 137
Height = 22
PasswordChar = '*'
TabOrder = 2
end
end
object btnOk: TButton
Left = 56
Top = 160
Width = 75
Height = 25
Caption = #30830#23450
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = [fsBold]
ModalResult = 1
ParentFont = False
TabOrder = 1
end
object btnCancel: TButton
Left = 192
Top = 160
Width = 75
Height = 25
Caption = #21462#28040
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = [fsBold]
ModalResult = 2
ParentFont = False
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -