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

📄 archiver.dfm

📁 EES Binder v1.0
💻 DFM
字号:
object Form1: TForm1
  Left = 259
  Top = 133
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'EES Binder V 1.0'
  ClientHeight = 400
  ClientWidth = 357
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object ProgressBar1: TProgressBar
    Left = 4
    Top = 364
    Width = 349
    Height = 16
    TabOrder = 0
  end
  object Button2: TButton
    Left = 4
    Top = 4
    Width = 27
    Height = 23
    Caption = '. . .'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 34
    Top = 4
    Width = 259
    Height = 22
    TabOrder = 2
  end
  object Button3: TButton
    Left = 6
    Top = 340
    Width = 67
    Height = 21
    Caption = 'Create'
    TabOrder = 3
    OnClick = Button3Click
  end
  object ListBox1: TListBox
    Left = 4
    Top = 254
    Width = 349
    Height = 81
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Franklin Gothic Medium'
    Font.Style = []
    ItemHeight = 17
    ParentFont = False
    PopupMenu = PopupMenu1
    TabOrder = 4
    OnMouseDown = ListBox1MouseDown
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 381
    Width = 357
    Height = 19
    Panels = <>
  end
  object Edit2: TEdit
    Left = 74
    Top = 338
    Width = 279
    Height = 22
    TabOrder = 6
    Text = 'Result.exe'
  end
  object GroupBox3: TGroupBox
    Left = 4
    Top = 226
    Width = 349
    Height = 25
    TabOrder = 7
    object bigname: TLabel
      Left = 2
      Top = 8
      Width = 3
      Height = 14
    end
  end
  object GroupBox1: TGroupBox
    Left = 4
    Top = 32
    Width = 185
    Height = 199
    Caption = 'FILE SPECS'
    TabOrder = 8
    object CheckBox1: TCheckBox
      Left = 12
      Top = 22
      Width = 113
      Height = 17
      Caption = 'Execute File'
      Checked = True
      State = cbChecked
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 12
      Top = 82
      Width = 165
      Height = 17
      Caption = 'Extract To Windows Directory'
      TabOrder = 1
      OnClick = CheckBox2Click
      OnMouseMove = CheckBox2MouseMove
    end
    object CheckBox3: TCheckBox
      Left = 12
      Top = 112
      Width = 163
      Height = 17
      Caption = 'Extract to System Directory'
      TabOrder = 2
      OnClick = CheckBox3Click
      OnMouseMove = CheckBox3MouseMove
    end
    object CheckBox4: TCheckBox
      Left = 12
      Top = 140
      Width = 167
      Height = 17
      Caption = 'Add  An Auto Start In Registry'
      TabOrder = 3
    end
    object Button1: TButton
      Left = 48
      Top = 168
      Width = 75
      Height = 21
      Caption = 'Add File'
      TabOrder = 4
      OnClick = Button1Click
    end
    object CheckBox6: TCheckBox
      Left = 12
      Top = 52
      Width = 157
      Height = 17
      Caption = 'Extract To Temp Directory'
      Checked = True
      State = cbChecked
      TabOrder = 5
      OnClick = CheckBox6Click
      OnMouseMove = CheckBox6MouseMove
    end
  end
  object GroupBox2: TGroupBox
    Left = 190
    Top = 32
    Width = 163
    Height = 199
    Caption = 'ARCHIVE SPECS'
    TabOrder = 9
    object Label1: TLabel
      Left = 4
      Top = 100
      Width = 76
      Height = 14
      Caption = 'EESSTUB Size :'
    end
    object Label2: TLabel
      Left = 151
      Top = 100
      Width = 6
      Height = 14
      Alignment = taRightJustify
      Caption = '0'
    end
    object Label3: TLabel
      Left = 4
      Top = 28
      Width = 78
      Height = 14
      Caption = 'Files in archive :'
    end
    object Label4: TLabel
      Left = 151
      Top = 28
      Width = 6
      Height = 14
      Alignment = taRightJustify
      Caption = '0'
    end
    object Label5: TLabel
      Left = 4
      Top = 136
      Width = 60
      Height = 14
      Caption = 'Result Size :'
    end
    object Label6: TLabel
      Left = 4
      Top = 64
      Width = 67
      Height = 14
      Caption = 'Archive size :'
    end
    object Fsize: TLabel
      Left = 151
      Top = 64
      Width = 6
      Height = 14
      Alignment = taRightJustify
      Caption = '0'
    end
    object Label7: TLabel
      Left = 151
      Top = 136
      Width = 6
      Height = 14
      Alignment = taRightJustify
      Caption = '0'
    end
    object ListBox2: TListBox
      Left = 4
      Top = 164
      Width = 155
      Height = 25
      ItemHeight = 14
      TabOrder = 0
      Visible = False
    end
  end
  object Button4: TButton
    Left = 300
    Top = 4
    Width = 53
    Height = 23
    Caption = 'ABOUT'
    TabOrder = 10
    OnClick = Button4Click
  end
  object OpenDialog1: TOpenDialog
    Left = 296
    Top = 324
  end
  object PopupMenu1: TPopupMenu
    Left = 324
    Top = 324
    object REMOVE1: TMenuItem
      Caption = 'REMOVE'
      OnClick = REMOVE1Click
    end
  end
end

⌨️ 快捷键说明

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