📄 login.~dfm
字号:
object FormLogin: TFormLogin
Left = 324
Top = 196
BorderStyle = bsNone
Caption = #29992#25143#30331#24405
ClientHeight = 300
ClientWidth = 400
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 400
Height = 300
Align = alClient
end
object Label1: TLabel
Left = 24
Top = 224
Width = 49
Height = 13
AutoSize = False
Caption = #29992#25143#21517#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindow
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
end
object Label2: TLabel
Left = 192
Top = 224
Width = 36
Height = 13
AutoSize = False
Caption = #23494#30721#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindow
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
end
object Edit1: TEdit
Left = 80
Top = 216
Width = 89
Height = 21
MaxLength = 20
TabOrder = 0
Text = 'admin'
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 248
Top = 216
Width = 89
Height = 21
MaxLength = 20
PasswordChar = '*'
TabOrder = 1
OnKeyPress = Edit2KeyPress
end
object Button1: TButton
Left = 208
Top = 256
Width = 99
Height = 25
Caption = #30331#24405
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 312
Top = 256
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -