📄 main.dfm
字号:
object Form1: TForm1
Left = 209
Top = 182
Width = 504
Height = 350
Caption = 'JP2 Test'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Image1: TImage
Left = 0
Top = 32
Width = 496
Height = 284
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
Center = True
Proportional = True
end
object Button1: TButton
Left = 6
Top = 6
Width = 56
Height = 19
Caption = 'Load'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 72
Top = 6
Width = 56
Height = 19
Caption = 'Save'
TabOrder = 1
OnClick = Button2Click
end
object OpenDialog: TOpenDialog
Filter = 'All (*.*)|*.*'
Left = 80
Top = 104
end
object SaveDialog: TSaveDialog
Filter = 'JP2 files|*.jp2|JPC files|*.jpc|PNM files|*.pnm'
Left = 208
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -