📄 unitprodpass.~dfm
字号:
object Frmprodpass: TFrmprodpass
Left = 300
Top = 227
Width = 245
Height = 153
Caption = '密码'
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 Label1: TLabel
Left = 17
Top = 6
Width = 152
Height = 16
Caption = '成品仓库管理员密码:'
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 0
Top = 52
Width = 236
Height = 17
Shape = bsBottomLine
end
object Password: TEdit
Left = 87
Top = 31
Width = 99
Height = 21
CharCase = ecLowerCase
PasswordChar = '*'
TabOrder = 0
end
object OKBtn: TButton
Left = 30
Top = 83
Width = 73
Height = 26
Caption = '确 定'
Default = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
end
object CancelBtn: TButton
Left = 135
Top = 83
Width = 70
Height = 25
Cancel = True
Caption = '取 消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -