📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 238
Top = 161
Width = 696
Height = 480
Caption = '图像压缩与解压'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 16
Top = 48
Width = 369
Height = 369
end
object Button3: TButton
Left = 488
Top = 120
Width = 89
Height = 33
Caption = '另存为'
TabOrder = 0
OnClick = Button3Click
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 688
Height = 33
ButtonHeight = 25
Caption = 'ToolBar1'
TabOrder = 1
object SpeedButton1: TSpeedButton
Left = 0
Top = 2
Width = 65
Height = 25
Caption = '打开图像'
OnClick = Button1Click
end
object SpeedButton4: TSpeedButton
Left = 65
Top = 2
Width = 81
Height = 25
Hint = '图像信息'
Caption = '显示信息'
ParentShowHint = False
ShowHint = True
end
object SpeedButton6: TSpeedButton
Left = 146
Top = 2
Width = 73
Height = 25
Caption = '关闭图像'
OnClick = Button2Click
end
object SpeedButton2: TSpeedButton
Left = 219
Top = 2
Width = 65
Height = 25
Caption = '压缩图像'
end
object SpeedButton3: TSpeedButton
Left = 284
Top = 2
Width = 79
Height = 25
Caption = '解压图像'
end
object SpeedButton5: TSpeedButton
Left = 363
Top = 2
Width = 73
Height = 25
Caption = '生成报告'
end
end
object OpenPictureDialog1: TOpenPictureDialog
Left = 184
Top = 120
end
object SavePictureDialog1: TSavePictureDialog
Left = 224
Top = 120
end
object MainMenu1: TMainMenu
OwnerDraw = True
Left = 120
Top = 120
object N1: TMenuItem
Caption = '文件'
object N2: TMenuItem
Caption = '打开...'
OnClick = Button1Click
end
object N3: TMenuItem
Caption = '-'
end
object N4: TMenuItem
Caption = '退出'
OnClick = N4Click
end
end
object N5: TMenuItem
Caption = '命令'
object N6: TMenuItem
Caption = '压缩'
end
object N8: TMenuItem
Caption = '-'
end
object N7: TMenuItem
Caption = '解压'
end
end
object N9: TMenuItem
Caption = '工具'
object N10: TMenuItem
Caption = '显示信息'
end
object N11: TMenuItem
Caption = '-'
end
object N12: TMenuItem
Caption = '生成报告'
end
object N16: TMenuItem
Caption = '-'
end
object N15: TMenuItem
Caption = '关闭工具栏'
end
end
object N13: TMenuItem
Caption = '帮助'
object N14: TMenuItem
Caption = '关于软件'
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -