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

📄 unit1.dfm

📁 很好用的Delphi文件压缩控件
💻 DFM
字号:
object Form1: TForm1
  Left = 266
  Top = 135
  BorderStyle = bsDialog
  Caption = 'RAR'#21387#32553#27979#35797
  ClientHeight = 269
  ClientWidth = 468
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 20
    Width = 84
    Height = 12
    Caption = #23558#25991#20214#21387#32553#21040#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 48
    Width = 96
    Height = 12
    Caption = #35201#21387#32553#21738#20123#25991#20214#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 238
    Width = 36
    Height = 12
    Caption = #36827#24230#65306
  end
  object SourceFileMemo: TMemo
    Left = 16
    Top = 72
    Width = 441
    Height = 145
    Lines.Strings = (
      'C:\Windows\System32\Shell32.dll'
      'C:\WINNT\system\*'
      'C:\WINNT\*.log'
      'C:\WINNT\Web'
      
        'C:\Documents and Settings\Administrator\My Documents\My Pictures' +
        '\'#26679#21697'.jpg')
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object RARFileEdit: TEdit
    Left = 120
    Top = 16
    Width = 337
    Height = 20
    TabOrder = 1
    Text = 'C:\OBRARTest.rar'
  end
  object BtnRun: TButton
    Left = 304
    Top = 232
    Width = 75
    Height = 25
    Caption = #21387#32553'(&R)'
    TabOrder = 2
    OnClick = BtnRunClick
  end
  object BtnClose: TButton
    Left = 384
    Top = 232
    Width = 75
    Height = 25
    Caption = #32467#26463'(&X)'
    TabOrder = 3
    OnClick = BtnCloseClick
  end
  object ProgressBar1: TProgressBar
    Left = 64
    Top = 236
    Width = 225
    Height = 17
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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