📄 unitsulfpass.dfm
字号:
object Frmsulfpass: TFrmsulfpass
Left = 286
Top = 221
Width = 225
Height = 140
Caption = 'Frmsulfpass'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 29
Top = 6
Width = 104
Height = 16
Caption = '硫化车间密码:'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 0
Top = 55
Width = 216
Height = 9
Shape = bsBottomLine
end
object Password: TEdit
Left = 83
Top = 30
Width = 93
Height = 21
AutoSize = False
CharCase = ecLowerCase
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
end
object OKBtn: TButton
Left = 24
Top = 74
Width = 74
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 = 119
Top = 74
Width = 71
Height = 26
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 + -