📄 csunit.dfm
字号:
object Form1: TForm1
Left = 568
Top = 219
Width = 593
Height = 472
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 = 87
Top = 36
Width = 3
Height = 13
end
object Label2: TLabel
Left = 84
Top = 96
Width = 3
Height = 13
end
object Label3: TLabel
Left = 292
Top = 220
Width = 32
Height = 13
Caption = 'Label3'
end
object Button1: TButton
Left = 120
Top = 108
Width = 145
Height = 33
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 368
Top = 100
Width = 113
Height = 25
Caption = 'Button2'
TabOrder = 1
OnClick = Button2Click
end
object ListBox1: TListBox
Left = 0
Top = 264
Width = 585
Height = 174
Align = alBottom
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ItemHeight = 12
ParentFont = False
TabOrder = 2
end
object Edit1: TEdit
Left = 8
Top = 228
Width = 241
Height = 21
TabOrder = 3
Text = 'Edit1'
end
object Button3: TButton
Left = 408
Top = 208
Width = 121
Height = 41
Caption = 'Button3'
TabOrder = 4
OnClick = Button3Click
end
object Timer1: TTimer
Interval = 1
OnTimer = Timer1Timer
Left = 52
Top = 92
end
object Timer2: TTimer
Interval = 10
Left = 28
Top = 132
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -