📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 294
Top = 227
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 200
Top = 80
Width = 72
Height = 13
Caption = #29992#25143#24207#21015#21495#65306
end
object Button1: TButton
Left = 296
Top = 176
Width = 65
Height = 33
Caption = #29983#25104
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 568
Top = 40
Width = 89
Height = 73
Lines.Strings = (
'Memo1'
'gfhgfhf')
TabOrder = 1
Visible = False
end
object Memo2: TMemo
Left = 568
Top = 128
Width = 97
Height = 73
Lines.Strings = (
'Memo2')
TabOrder = 2
Visible = False
end
object Edit1: TEdit
Left = 280
Top = 72
Width = 121
Height = 21
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -