aboutfm.dfm
来自「利用delphi编程实现文本编辑器的基本工作。如新建、打开等」· DFM 代码 · 共 36 行
DFM
36 行
object AboutForm: TAboutForm
Left = 192
Top = 107
Width = 277
Height = 94
Caption = #20851#20110
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 = 8
Top = 8
Width = 153
Height = 52
Caption =
#20135#21697#21517#31216' '#25991#26412#32534#36753#22120#29256#26412' 1.0 ' +
' '#29256#26435#24402#26691#33457#23707#24037#20316#23460' '#35686#21578#65306#29256#26435#25152#26377#65292#30423#29256#24517#31350
WordWrap = True
end
object Button1: TButton
Left = 184
Top = 24
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?