📄 unit2.dfm
字号:
object Form2: TForm2
Left = 199
Top = 294
Width = 355
Height = 216
Caption = 'Form2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 32
Width = 32
Height = 13
Caption = 'Label1'
end
object Edit1: TEdit
Left = 136
Top = 32
Width = 121
Height = 21
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 0
end
object Edit2: TEdit
Left = 136
Top = 72
Width = 121
Height = 21
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
PasswordChar = '*'
TabOrder = 1
end
object Button1: TButton
Left = 96
Top = 128
Width = 75
Height = 25
Caption = '&Login'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 184
Top = 128
Width = 75
Height = 25
Caption = '&Exit'
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -