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

📄 xzipdemo.frm

📁 开发工具是vc
💻 FRM
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "comctl32.ocx"
Object = "{B26F6243-4C7D-11D1-910E-00600807163F}#2.78#0"; "XcdZip35.ocx"
Begin VB.Form frmMain 
   Appearance      =   0  'Flat
   BackColor       =   &H80000005&
   Caption         =   "ZIP解压"
   ClientHeight    =   5790
   ClientLeft      =   180
   ClientTop       =   3780
   ClientWidth     =   8325
   ClipControls    =   0   'False
   ForeColor       =   &H80000008&
   Icon            =   "xzipdemo.frx":0000
   LinkTopic       =   "MainForm"
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   5790
   ScaleWidth      =   8325
   StartUpPosition =   2  'CenterScreen
   Begin ComctlLib.ProgressBar prbMain 
      Height          =   240
      Left            =   5550
      TabIndex        =   3
      Top             =   5520
      Width           =   1785
      _ExtentX        =   3149
      _ExtentY        =   423
      _Version        =   327682
      Appearance      =   1
      Enabled         =   0   'False
   End
   Begin VB.CommandButton cmdAbort 
      Caption         =   "Abort"
      Enabled         =   0   'False
      Height          =   255
      Left            =   7410
      TabIndex        =   1
      Top             =   5520
      Width           =   630
   End
   Begin MSComDlg.CommonDialog dlgSelectZip 
      Left            =   120
      Top             =   600
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      DefaultExt      =   "zip"
      Filter          =   "Zip archives (*.zip)|*.zip|Self extracting zip archives (*.exe)|*.exe|All files (*.*)|*.*"
   End
   Begin MSComDlg.CommonDialog dlgSelectFiles 
      Left            =   120
      Top             =   1080
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      Filter          =   "All files (*.*)|*.*"
      MaxFileSize     =   32767
   End
   Begin ComctlLib.StatusBar stbMain 
      Align           =   2  'Align Bottom
      Height          =   315
      Left            =   0
      TabIndex        =   0
      Top             =   5475
      Width           =   8325
      _ExtentX        =   14684
      _ExtentY        =   556
      SimpleText      =   ""
      ShowTips        =   0   'False
      _Version        =   327682
      BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7} 
         NumPanels       =   3
         BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            AutoSize        =   1
            Object.Width           =   9716
            MinWidth        =   1937
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel2 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Alignment       =   1
            Object.Width           =   3210
            MinWidth        =   3210
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel3 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Alignment       =   1
            Object.Width           =   1199
            MinWidth        =   1199
            Object.Tag             =   ""
         EndProperty
      EndProperty
   End
   Begin ComctlLib.ListView lstMain 
      Height          =   5475
      Left            =   0
      TabIndex        =   2
      Top             =   0
      Width           =   8325
      _ExtentX        =   14684
      _ExtentY        =   9657
      View            =   3
      Arrange         =   2
      LabelEdit       =   1
      MultiSelect     =   -1  'True
      LabelWrap       =   -1  'True
      HideSelection   =   0   'False
      _Version        =   327682
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Appearance      =   1
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      NumItems        =   7
      BeginProperty ColumnHeader(1) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
         Key             =   ""
         Object.Tag             =   ""
         Text            =   "Name"
         Object.Width           =   2646
      EndProperty
      BeginProperty ColumnHeader(2) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
         Key             =   ""
         Object.Tag             =   ""
         Text            =   "Date"
         Object.Width           =   1429
      EndProperty
      BeginProperty ColumnHeader(3) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
         Key             =   ""
         Object.Tag             =   ""
         Text            =   "Time"
         Object.Width           =   794
      EndProperty
      BeginProperty ColumnHeader(4) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
         Alignment       =   1
         Key             =   ""
         Object.Tag             =   ""
         Text            =   "Size"
         Object.Width           =   1429
      EndProperty
      BeginProperty ColumnHeader(5) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
         Alignment       =   1
         Key             =   ""
         Object.Tag             =   ""
         Text            =   "Packed"
         Object.Width           =   1429
      EndProperty
      BeginProperty ColumnHeader(6) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
         Key             =   ""
         Object.Tag             =   ""
         Text            =   "Ratio"
         Object.Width           =   926
      EndProperty
      BeginProperty ColumnHeader(7) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
         Key             =   ""
         Object.Tag             =   ""
         Text            =   "Path"
         Object.Width           =   2469
      EndProperty
   End
   Begin XCEEDZIPLib.XceedZip ZipMain 
      Left            =   3960
      Top             =   2640
      _Version        =   131150
      _ExtentX        =   794
      _ExtentY        =   794
      _StockProps     =   0
      Compression     =   6
      ClearDisks      =   0   'False
      ExtractDirectory=   ""
      FilesToProcess  =   ""
      IncludeDirectoryEntries=   0   'False
      IncludeHiddenFiles=   0   'False
      IncludeVolumeLabel=   0   'False
      ModifiedDate    =   "01011980"
      MoveFiles       =   0   'False
      MultidiskMode   =   0   'False
      Overwrite       =   0
      Password        =   ""
      Recurse         =   0   'False
      SelfExtracting  =   0   'False
      SfxBinary       =   ""
      SfxConfigFile   =   ""
      StoredExtensions=   ".ZIP;.LZH;.ARC;.ARJ;.ZOO"
      TempPath        =   ""
      UsePaths        =   -1  'True
      UseTempFile     =   -1  'True
      ZipFileName     =   ""
      InternalState   =   "4b7606eb"
      SfxExtractDirectory=   ""
      SfxRunExePath   =   ""
      SfxReadmePath   =   ""
      SfxDefaultPassword=   ""
      SfxOverwrite    =   0
      SfxPromptForDirectory=   -1  'True
      SfxShowProgress =   -1  'True
      SfxPromptForPassword=   -1  'True
      SfxPromptCreateDirectory=   -1  'True
      SfxProgramGroup =   ""
      SfxProgramGroupItems=   ""
      SfxRegisterExtensions=   ""
      SfxIcon         =   "xzipdemo.frx":030A
      SfxInstallMode  =   0   'False
   End
   Begin VB.Menu mnuFile 
      Caption         =   "&文件"
      Begin VB.Menu mnuFileNew 
         Caption         =   "&新的ZIP文件..."
      End
      Begin VB.Menu mnuFileOpen 
         Caption         =   "&打开ZIP文件..."
      End
      Begin VB.Menu mnuFileClose 
         Caption         =   "&关闭ZIP文件"
      End
      Begin VB.Menu mnuFileBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFileDelete 
         Caption         =   "&删除ZIP文件..."
      End
      Begin VB.Menu mnuFileBar2 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFileExit 
         Caption         =   "退出"
      End
   End
   Begin VB.Menu mnuEdit 
      Caption         =   "&编辑"
      Begin VB.Menu mnuEditAdd 
         Caption         =   "&添加..."
      End
      Begin VB.Menu mnuEditDelete 
         Caption         =   "&删除"
      End
      Begin VB.Menu mnuEditExtract 
         Caption         =   "&解压..."
      End
      Begin VB.Menu mnuEditUpdate 
         Caption         =   "&更新..."
      End
      Begin VB.Menu mnuEditBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuEditUpdateZipDate 
         Caption         =   "&更新ZIP文件"
      End
      Begin VB.Menu mnuEditBar2 
         Caption         =   "-"
      End
      Begin VB.Menu mnuEditSelectAll 
         Caption         =   "选择全部"
      End
   End
   Begin VB.Menu mnuOptions 
      Caption         =   "&方式"
      Begin VB.Menu mnuOptionsBest 
         Caption         =   "&最佳"
      End
      Begin VB.Menu mnuOptionsNormal 
         Caption         =   "&一般"
      End
      Begin VB.Menu mnuOptionsFastest 
         Caption         =   "&最快"
      End
      Begin VB.Menu mnuOptionsBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuOptionsMultidiskMode 
         Caption         =   "&混合模式"
      End
      Begin VB.Menu mnuOptionsClearDisks 
         Caption         =   "&清除磁盘"
      End
      Begin VB.Menu mnuOptionsBar2 
         Caption         =   "-"
      End
   End
   Begin VB.Menu mnuHelp 
      Caption         =   "&帮助"
      Begin VB.Menu mnuHelpAbout 
         Caption         =   "关于压缩软件"
      End
   End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

' ===================================================================
'    DESCRIPTION:  Xceed Zip Visual Basic 5.0 Sample Application
'    COPYRIGHT:    

⌨️ 快捷键说明

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