📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 421
Top = 307
HelpContext = 1000
BorderIcons = [biSystemMenu]
BorderStyle = bsNone
Caption = '请输入用户名和密码'
ClientHeight = 122
ClientWidth = 346
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Icon.Data = {
0000010001002020040000000000E80200001600000028000000200000004000
0000010004000000000000020000000000000000000010000000000000000000
0000000080000080000000808000800000008000800080800000C0C0C0008080
80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000077
7777000000000000000000000000777777777777777700000000000000000000
00000077777777700000000000000000FFFF77DDDDD777777000000000000FFF
FFFF777DDDDDDD7777700000000000000000077DDDDDDDDDD777700000000000
0000000777DDDDDDDDD77700000000000000000000777D777DD7777000000000
000000000000077F777777770000007770000000000000007777787770000799
9700000000000000777778C7770009999700000000000000007888CC77700F99
98700000000000000007CCCCC77000FF9770000000000000000077CCCC777000
0777000000000000000008CCCC77970000F9700000000000000078FCCCC79970
707997700000000000007877FCC7F997979999977700000000078777FCC70F99
9999999998877777777A88877FC700099999999987788887B7AAAAAA77C00009
999999998877777BB7AAAAAAA7C0779999999999887777BBB7777AAAACC09999
9999999988777777BBB7777AAC000099999999999877777BBBBB7777AA000000
99999999987777BBBBBBB77AA0000000009999999877777BBBBBBAA000000000
0000999998877777BB77F00000000000000000099887777777F000000000FFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFC0FFFFFF0000FFFFFFC01FFFF00007FF8000
01FFFF80007FFFE0003FFFFC001FFFFF800FC7FFF00783FFF00383FFFC0181FF
FE01C1FFFF0078FFFF803C7FFF00141FFF000003FE0080000000E0000001E000
00010000000100000003C0000003F0000007FC00001FFF00007FFFE001FF}
OldCreateOrder = False
Position = poMainFormCenter
Visible = True
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 346
Height = 122
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 32
Width = 80
Height = 19
Caption = '用户名:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '楷体_GB2312'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 37
Top = 72
Width = 50
Height = 19
Caption = '密码:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '楷体_GB2312'
Font.Style = []
ParentFont = False
end
object epEfTrBtn1: TepEfTrBtn
Left = 264
Top = 32
Width = 65
Height = 25
Transparent = True
ActiveTextColor = clBlue
OnClick = epEfTrBtn1Click
Spacing = 0
Noise = False
FrameWidth = 2
Caption = '登陆'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '楷体_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object epEfTrBtn2: TepEfTrBtn
Left = 264
Top = 72
Width = 65
Height = 25
Transparent = True
ActiveTextColor = clRed
OnClick = epEfTrBtn2Click
Spacing = 0
Noise = False
FrameWidth = 2
Caption = '退出'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '楷体_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object FlatEdit1: TFlatEdit
Left = 88
Top = 32
Width = 161
Height = 25
ColorFlat = clBackground
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '楷体_GB2312'
Font.Style = []
MaxLength = 12
ParentFont = False
TabOrder = 0
Text = 'FlatEdit1'
OnKeyDown = FlatEdit1KeyDown
end
object FlatEdit2: TFlatEdit
Left = 88
Top = 72
Width = 161
Height = 25
ColorFlat = clBackground
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '楷体_GB2312'
Font.Style = []
MaxLength = 12
ParentFont = False
PasswordChar = '*'
TabOrder = 1
Text = 'FlatEdit2'
OnKeyDown = FlatEdit2KeyDown
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -