unit1.dfm
来自「GDI Plus完整应用例程.GDI Plus完整应用例程」· DFM 代码 · 共 26 行
DFM
26 行
object Form1: TForm1
Left = 196
Top = 113
Width = 456
Height = 207
Caption = 'Transforming a JPEG Image Without Loss of Information'
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 Memo1: TMemo
Left = 0
Top = 0
Width = 448
Height = 173
Align = alClient
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?