📄 passedit.dfm
字号:
object passeditb: Tpasseditb
Left = 242
Top = 23
Width = 293
Height = 279
Caption = '密码修改表'
Color = clBtnFace
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 Label1: TLabel
Left = 16
Top = 24
Width = 57
Height = 13
AutoSize = False
Caption = '原密码:'
end
object Label2: TLabel
Left = 16
Top = 56
Width = 57
Height = 13
AutoSize = False
Caption = '更改为:'
end
object Label3: TLabel
Left = 16
Top = 88
Width = 73
Height = 13
AutoSize = False
Caption = '原特权码:'
end
object Label4: TLabel
Left = 16
Top = 120
Width = 65
Height = 13
AutoSize = False
Caption = '更改为:'
end
object Label5: TLabel
Left = 8
Top = 152
Width = 145
Height = 13
AutoSize = False
Caption = '确认要更改的密码:'
end
object Label6: TLabel
Left = 0
Top = 184
Width = 153
Height = 13
AutoSize = False
Caption = '确认要更的的特权码:'
end
object Edit1: TEdit
Left = 88
Top = 24
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 0
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit1KeyUp
end
object Edit2: TEdit
Left = 88
Top = 56
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit2KeyUp
end
object Edit3: TEdit
Left = 88
Top = 88
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 2
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit3KeyUp
end
object Edit4: TEdit
Left = 88
Top = 120
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 3
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit4KeyUp
end
object Button1: TButton
Left = 80
Top = 224
Width = 113
Height = 25
Caption = '确定'
TabOrder = 4
OnClick = Button1Click
end
object Edit5: TEdit
Left = 136
Top = 152
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 5
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit5KeyUp
end
object Edit6: TEdit
Left = 136
Top = 184
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 6
OnEnter = Edit1Enter
OnExit = Edit1Exit
OnKeyUp = Edit6KeyUp
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -