📄 unit13.~dfm
字号:
object frm_change: Tfrm_change
Left = 421
Top = 198
Width = 307
Height = 191
ActiveControl = edt_pass
Caption = '更改密码'
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 64
Top = 38
Width = 60
Height = 15
Caption = '新密码:'
Font.Charset = ANSI_CHARSET
Font.Color = clYellow
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 40
Top = 70
Width = 90
Height = 15
Caption = '确认新密码:'
Font.Charset = ANSI_CHARSET
Font.Color = clYellow
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object edt_pass: TEdit
Left = 126
Top = 35
Width = 123
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
end
object edt_pass2: TEdit
Left = 126
Top = 67
Width = 123
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 1
end
object btn_ok: TBitBtn
Left = 64
Top = 120
Width = 75
Height = 25
Caption = '确定'
TabOrder = 2
OnClick = btn_okClick
end
object btn_exit: TBitBtn
Left = 184
Top = 120
Width = 75
Height = 25
Caption = '返回'
TabOrder = 3
OnClick = btn_exitClick
end
object Query1: TQuery
Left = 8
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -