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

📄 unit1.dfm

📁 ZLIB Archiver. Unit1.dfm Unit1.pas ZLBA.bdsproj ZLBA.cfg ZLBA.dpr ZLBA.exe ZLBA.res ZLBARCV.
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'ZLB archive'
  ClientHeight = 262
  ClientWidth = 490
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 88
    Top = 8
    Width = 75
    Height = 25
    Caption = 'OPEN'
    TabOrder = 1
    OnClick = Button1Click
  end
  object ProgressBar1: TProgressBar
    Left = 8
    Top = 232
    Width = 473
    Height = 17
    TabOrder = 6
  end
  object ListBox1: TListBox
    Left = 8
    Top = 40
    Width = 473
    Height = 185
    ItemHeight = 13
    MultiSelect = True
    TabOrder = 5
  end
  object Button2: TButton
    Left = 232
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Add files'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 312
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Remove'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 408
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 8
    Top = 8
    Width = 75
    Height = 25
    Caption = 'NEW'
    TabOrder = 0
    OnClick = Button5Click
  end
  object ZLBArchive1: TZLBArchive
    CompressionLevel = fcMaximum
    OnProgress = ZLBArchive1Progress
    Left = 16
    Top = 64
  end
  object OpenDialog1: TOpenDialog
    Left = 80
    Top = 64
  end
  object SaveDialog1: TSaveDialog
    Title = 'Create new archive'
    Left = 48
    Top = 64
  end
end

⌨️ 快捷键说明

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