📄 unit1.dfm
字号:
object Form1: TForm1
Left = 172
Top = 220
Width = 250
Height = 277
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 136
Width = 209
Height = 13
AutoSize = False
Caption = 'Label1'
end
object Label2: TLabel
Left = 16
Top = 184
Width = 209
Height = 13
AutoSize = False
Caption = 'Label2'
end
object Button1: TButton
Left = 40
Top = 72
Width = 75
Height = 25
Caption = #25171#24320
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 40
Top = 96
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 1
OnClick = Button2Click
end
object Edit1: TEdit
Left = 18
Top = 16
Width = 169
Height = 21
TabOrder = 2
Text = 'Edit1'
end
object Button3: TButton
Left = 136
Top = 80
Width = 75
Height = 25
Caption = #38899#20048
TabOrder = 3
OnClick = Button3Click
end
object Edit2: TEdit
Left = 56
Top = 40
Width = 121
Height = 21
TabOrder = 4
Text = 'Edit2'
end
object Button4: TButton
Left = 112
Top = 208
Width = 75
Height = 25
Caption = 'Button4'
TabOrder = 5
OnClick = Button4Click
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 16
Top = 40
end
object Timer2: TTimer
Interval = 1
OnTimer = Timer2Timer
Left = 120
Top = 136
end
object TrayIcon1: TTrayIcon
CycleInterval = 0
ShowHint = False
Left = 200
Top = 120
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -