📄 chgpwdfrm.dfm
字号:
object ChgPwdForm: TChgPwdForm
Left = 262
Top = 220
BorderStyle = bsDialog
Caption = '更改密码'
ClientHeight = 137
ClientWidth = 292
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object GroupBox1: TGroupBox
Left = 9
Top = 10
Width = 274
Height = 82
TabOrder = 2
object PasswordLabel: TLabel
Left = 13
Top = 25
Width = 72
Height = 12
Caption = '请输入新密码'
end
object Password2Label: TLabel
Left = 13
Top = 51
Width = 72
Height = 12
Caption = '请再输入一次'
end
object PasswordEdit: TEdit
Left = 100
Top = 21
Width = 160
Height = 20
PasswordChar = '*'
TabOrder = 0
end
object CheckPwdCheckBox: TCheckBox
Left = 13
Top = -2
Width = 143
Height = 17
Caption = '打开数据库时检测密码'
Checked = True
State = cbChecked
TabOrder = 2
OnClick = CheckPwdCheckBoxClick
end
object Password2Edit: TEdit
Left = 100
Top = 47
Width = 160
Height = 20
PasswordChar = '*'
TabOrder = 1
end
end
object OkButton: TButton
Left = 117
Top = 102
Width = 75
Height = 25
Caption = '确定(&O)'
Default = True
TabOrder = 0
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 208
Top = 102
Width = 75
Height = 25
Cancel = True
Caption = '取消(&C)'
TabOrder = 1
OnClick = CancelButtonClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -