📄 unit1.dfm
字号:
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 323
ClientWidth = 473
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Rev: TRichEdit
Left = 0
Top = 0
Width = 473
Height = 288
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 288
Width = 473
Height = 35
Align = alBottom
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 12
Width = 28
Height = 13
Caption = #20018#21475':'
end
object Button1: TButton
Left = 73
Top = 6
Width = 72
Height = 25
Caption = #25171#24320
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 151
Top = 6
Width = 72
Height = 25
Caption = #28165#38500
TabOrder = 1
OnClick = Button2Click
end
object Edit1: TEdit
Left = 48
Top = 8
Width = 19
Height = 21
TabOrder = 2
Text = '1'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -