📄 password.dfm
字号:
object passworddlg: Tpassworddlg
Left = 217
Top = 181
HelpContext = 1
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '保险之友1.0版'
ClientHeight = 180
ClientWidth = 400
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Visible = True
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 32
Top = 32
Width = 77
Height = 19
Caption = '密 码:'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 377
Height = 129
Shape = bsFrame
end
object Label1: TLabel
Left = 128
Top = 152
Width = 137
Height = 19
Caption = '金维佳 0305341'
Font.Charset = ANSI_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 128
Top = 32
Width = 201
Height = 27
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
OnKeyDown = Edit1KeyDown
end
object BitBtn1: TBitBtn
Left = 72
Top = 87
Width = 89
Height = 34
Caption = '确定'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 232
Top = 86
Width = 89
Height = 35
Caption = '取消'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkAbort
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -