📄 test1frmabout.dfm
字号:
object frmAbout: TfrmAbout
Left = 484
Top = 218
BorderStyle = bsSingle
Caption = 'About Test Magick'
ClientHeight = 201
ClientWidth = 363
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 337
Height = 145
AutoSize = False
Caption =
'This is a test application that shows how to work with TMagickIm' +
'age, a'#13#10'Delphi wrapper component that uses the ImageMagick libra' +
'ry to load, '#13#10'edit and save images in all kinds of formats.'#13#10#13#10'T' +
'he ImageMagick default Windows binary distribution can be found ' +
'at:'#13#10'http://studio.imagemagick.org/'#13#10#13#10'(c) Nils Haeck M.Sc. - ww' +
'w.simdesign.nl'
WordWrap = True
end
object btnVisitHomepage: TButton
Left = 80
Top = 168
Width = 97
Height = 25
Caption = 'Visit Homepage'
TabOrder = 0
OnClick = btnVisitHomepageClick
end
object btnOK: TButton
Left = 192
Top = 168
Width = 97
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -