test1frmabout.dfm
来自「ImageMagick library of image with Visua」· DFM 代码 · 共 52 行
DFM
52 行
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 + =
减小字号Ctrl + -
显示快捷键?