📄 unit2.dfm
字号:
object Form2: TForm2
Left = 312
Top = 172
Width = 696
Height = 480
Caption = 'Form2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 80
Width = 19
Height = 13
Caption = 'psw'
end
object Label2: TLabel
Left = 24
Top = 120
Width = 37
Height = 13
Caption = 'location'
end
object Label3: TLabel
Left = 24
Top = 160
Width = 20
Height = 13
Caption = 'user'
end
object Button1: TButton
Left = 232
Top = 112
Width = 209
Height = 65
Caption = #24320#22987#35835#21462
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 312
Top = 256
Width = 153
Height = 57
Caption = #20572#27490#35835#21462
TabOrder = 1
OnClick = Button2Click
end
object Edit1: TEdit
Left = 112
Top = 48
Width = 161
Height = 21
TabOrder = 2
Text = 'Edit1'
end
object Edit2: TEdit
Left = 112
Top = 80
Width = 97
Height = 21
TabOrder = 3
Text = 'Edit2'
end
object Edit3: TEdit
Left = 104
Top = 120
Width = 89
Height = 21
TabOrder = 4
Text = 'Edit3'
end
object Edit4: TEdit
Left = 104
Top = 160
Width = 89
Height = 21
TabOrder = 5
Text = 'Edit4'
end
object Edit5: TEdit
Left = 96
Top = 200
Width = 81
Height = 21
TabOrder = 6
Text = 'Edit5'
end
object Memo1: TMemo
Left = 40
Top = 280
Width = 201
Height = 145
Lines.Strings = (
'Memo1')
TabOrder = 7
end
object Timer1: TTimer
Interval = 2000
OnTimer = Timer1Timer
Left = 528
Top = 160
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -