📄 frmchangepassword.dfm
字号:
object FmCP: TFmCP
Left = 234
Top = 146
BorderStyle = bsSingle
Caption = '改变密码'
ClientHeight = 247
ClientWidth = 320
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 289
Height = 81
Caption = '原登陆名和密码'
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 19
Width = 48
Height = 12
Caption = '登陆名:'
end
object Label2: TLabel
Left = 28
Top = 52
Width = 36
Height = 12
Caption = '密码:'
end
object strOname: TFlatEdit
Left = 96
Top = 16
Width = 161
Height = 18
Hint = '请写入原用户名'
ColorFlat = clBtnFace
ParentColor = True
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object strOpsw: TFlatEdit
Left = 96
Top = 48
Width = 161
Height = 18
Hint = '请写入原用户密码'
ColorFlat = clBtnFace
ParentColor = True
ParentShowHint = False
PasswordChar = '*'
ShowHint = True
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 16
Top = 96
Width = 289
Height = 113
Caption = '新的登陆名和密码'
TabOrder = 1
object Label3: TLabel
Left = 17
Top = 30
Width = 48
Height = 12
Caption = '登陆名:'
end
object Label4: TLabel
Left = 30
Top = 56
Width = 36
Height = 12
Caption = '密码:'
end
object Label5: TLabel
Left = 7
Top = 88
Width = 60
Height = 12
Caption = '确认密码:'
end
object strNname: TFlatEdit
Left = 96
Top = 24
Width = 161
Height = 18
Hint = '新的用户名'
ColorFlat = clBtnFace
ParentColor = True
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object strNpsw1: TFlatEdit
Left = 96
Top = 56
Width = 161
Height = 18
Hint = '新的用户密码'
ColorFlat = clBtnFace
ParentColor = True
ParentShowHint = False
PasswordChar = '*'
ShowHint = True
TabOrder = 1
end
object strNpsw2: TFlatEdit
Left = 96
Top = 88
Width = 161
Height = 18
Hint = '重复新的用户密码'
ColorFlat = clBtnFace
ParentColor = True
ParentShowHint = False
PasswordChar = '*'
ShowHint = True
TabOrder = 2
end
end
object BitBtn1: TFlatButton
Left = 72
Top = 216
Width = 81
Height = 25
Hint = '保存设置'
Caption = '确定(&O)'
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = BitBtn1Click
end
object BitBtn2: TFlatButton
Left = 168
Top = 216
Width = 81
Height = 25
Hint = '取消保存'
Caption = '取消(&C)'
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = BitBtn2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -