⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.~dfm

📁 压缩算法测试程序(北理计算机系老浪字做)
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 541
  Height = 296
  AutoSize = True
  Caption = #25968#25454#21387#32553#31639#27861#28436#31034#31243#24207
  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 Label1: TLabel
    Left = 3
    Top = 72
    Width = 56
    Height = 13
    Caption = #28304#25991#20214#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 2
    Top = 101
    Width = 70
    Height = 13
    Caption = #30446#26631#25991#20214#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 82
    Top = 43
    Width = 42
    Height = 13
    Caption = 'step'#65306
    Enabled = False
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 3
    Width = 73
    Height = 56
    Caption = #36873#39033#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 4
      Top = 10
      Width = 53
      Height = 17
      Caption = #21387#32553
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 4
      Top = 29
      Width = 63
      Height = 17
      Caption = #35299#21387#32553
      TabOrder = 1
      OnClick = RadioButton2Click
    end
  end
  object Edit1: TEdit
    Left = 80
    Top = 67
    Width = 353
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 79
    Top = 95
    Width = 354
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 216
    Top = 120
    Width = 75
    Height = 25
    Caption = #25191#34892
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 438
    Top = 66
    Width = 59
    Height = 25
    Caption = #27983#35272
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 439
    Top = 95
    Width = 59
    Height = 25
    Caption = #27983#35272
    TabOrder = 5
    OnClick = Button3Click
  end
  object GroupBox2: TGroupBox
    Left = 240
    Top = 0
    Width = 287
    Height = 65
    Caption = #36873#25321#31639#27861#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    object RadioButton3: TRadioButton
      Left = 16
      Top = 11
      Width = 72
      Height = 17
      Caption = 'lzss'#31639#27861
      TabOrder = 0
      OnClick = RadioButton3Click
    end
    object RadioButton4: TRadioButton
      Left = 151
      Top = 9
      Width = 112
      Height = 17
      Caption = 'huffman'#38745#24577#31639#27861
      TabOrder = 1
      OnClick = RadioButton4Click
    end
    object RadioButton5: TRadioButton
      Left = 16
      Top = 27
      Width = 71
      Height = 17
      Caption = 'lz77'#31639#27861
      TabOrder = 2
      OnClick = RadioButton5Click
    end
    object RadioButton7: TRadioButton
      Left = 151
      Top = 25
      Width = 127
      Height = 19
      Caption = 'huffman'#21160#24577#31639#27861#19968
      TabOrder = 3
      OnClick = RadioButton7Click
    end
    object RadioButton8: TRadioButton
      Left = 151
      Top = 42
      Width = 133
      Height = 18
      Caption = 'huffman'#21160#24577#31639#27861#20108
      TabOrder = 4
      OnClick = RadioButton8Click
    end
    object RadioButton10: TRadioButton
      Left = 16
      Top = 45
      Width = 72
      Height = 17
      Caption = 'lzw'#31639#27861
      TabOrder = 5
      OnClick = RadioButton3Click
    end
  end
  object RichEdit1: TRichEdit
    Left = 0
    Top = 148
    Width = 533
    Height = 121
    Align = alBottom
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    Lines.Strings = (
      '')
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 7
  end
  object Lz771: Tlz77
    Left = 192
    Top = 205
    Width = 32
    Height = 32
    ControlData = {00000100560A00002B05000000000000}
  end
  object Lzss1: TLzss
    Left = 248
    Top = 205
    Width = 32
    Height = 32
    ControlData = {00000100560A00002B05000000000000}
  end
  object Hufctrl1: THufstatic
    Left = 304
    Top = 205
    Width = 32
    Height = 32
    ControlData = {00000100560A00002B05000000000000}
  end
  object Hufdynamicglobal1: THufdynamicglobal
    Left = 144
    Top = 205
    Width = 32
    Height = 32
    ControlData = {00000100560A00002B05000000000000}
  end
  object Hufdynamicautosense1: THufdynamicautosense
    Left = 344
    Top = 205
    Width = 32
    Height = 32
    ControlData = {00000100560A00002B05000000000000}
  end
  object GroupBox3: TGroupBox
    Left = 80
    Top = 0
    Width = 145
    Height = 33
    Caption = #33258#21160#36873#25321'step'#20540#65306
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 13
    object RadioButton6: TRadioButton
      Left = 14
      Top = 14
      Width = 53
      Height = 17
      Caption = #26159
      Checked = True
      Enabled = False
      TabOrder = 0
      TabStop = True
      OnClick = RadioButton6Click
    end
    object RadioButton9: TRadioButton
      Left = 68
      Top = 14
      Width = 63
      Height = 17
      Caption = #21542
      Enabled = False
      TabOrder = 1
      OnClick = RadioButton9Click
    end
  end
  object Edit3: TEdit
    Left = 128
    Top = 39
    Width = 97
    Height = 21
    Enabled = False
    TabOrder = 14
    Text = '100'
  end
  object Lzw1: TLzw
    Left = 88
    Top = 200
    Width = 32
    Height = 32
    ControlData = {00000100560A00002B05000000000000}
  end
  object OpenDialog1: TOpenDialog
    InitialDir = 'c:\'
    Left = 312
    Top = 87
  end
  object SaveDialog1: TSaveDialog
    FileName = #26410#21629#21517
    InitialDir = 'c:\'
    Left = 360
    Top = 79
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -