📄 unit1.dfm
字号:
object Form1: TForm1
Left = 172
Top = 191
Width = 690
Height = 365
Caption = 'Image Transform '
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 Image1: TImage
Left = 8
Top = 40
Width = 300
Height = 225
AutoSize = True
end
object Image2: TImage
Left = 373
Top = 40
Width = 300
Height = 225
AutoSize = True
end
object Label1: TLabel
Left = 381
Top = 16
Width = 92
Height = 13
AutoSize = False
Caption = 'JPG'#25110'JPEG'#22270#20687
end
object Label2: TLabel
Left = 16
Top = 16
Width = 57
Height = 13
AutoSize = False
Caption = 'BMP'#22270#20687
end
object Bevel1: TBevel
Left = 8
Top = 40
Width = 300
Height = 225
end
object Bevel2: TBevel
Left = 373
Top = 40
Width = 300
Height = 225
end
object Button1: TButton
Left = 224
Top = 288
Width = 97
Height = 33
Caption = #25171#24320#22270#20687
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 360
Top = 288
Width = 97
Height = 33
Caption = #20445#23384#22270#35937
Enabled = False
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 320
Top = 88
Width = 41
Height = 41
Caption = '=>'
Enabled = False
TabOrder = 1
OnClick = Button3Click
end
object Button4: TButton
Left = 320
Top = 176
Width = 41
Height = 41
Caption = '<='
Enabled = False
TabOrder = 2
OnClick = Button4Click
end
object OpenPictureDialog1: TOpenPictureDialog
Filter =
'Bitmaps (*.bmp)|*.bmp|JPEG Image File (*.jpg)|*.jpg|JPEG Image F' +
'ile (*.jpeg)|*.jpeg'
Left = 56
Top = 288
end
object SavePictureDialog1: TSavePictureDialog
Filter =
'Bitmaps (*.bmp)|*.bmp|JPEG Image File (*.jpg)|*.jpg|JPEG Image F' +
'ile (*.jpeg)|*.jpeg'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 104
Top = 288
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -