?? unit1.dfm
字號:
object Form1: TForm1
Left = 216
Top = 131
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 + -