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

📄 wimlargcd.frm

📁 对ima、imz压缩文件修改
💻 FRM
字号:
VERSION 5.00
Begin VB.Form DialogImag 
   Caption         =   "Form1"
   ClientHeight    =   3090
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   3090
   ScaleWidth      =   4680
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton DoImage 
      Caption         =   "DoImage"
      Height          =   615
      Left            =   960
      TabIndex        =   4
      Top             =   1800
      Width           =   2295
   End
   Begin VB.TextBox cdletter 
      Height          =   375
      Left            =   2040
      TabIndex        =   3
      Text            =   "Text1"
      Top             =   1080
      Width           =   495
   End
   Begin VB.TextBox isofilename 
      Height          =   495
      Left            =   1800
      TabIndex        =   1
      Text            =   "Text1"
      Top             =   360
      Width           =   2535
   End
   Begin VB.Label Label2 
      Caption         =   "lettre of cd"
      Height          =   255
      Left            =   240
      TabIndex        =   2
      Top             =   1080
      Width           =   1095
   End
   Begin VB.Label Label1 
      Caption         =   "iso image name"
      Height          =   375
      Left            =   120
      TabIndex        =   0
      Top             =   360
      Width           =   1335
   End
End
Attribute VB_Name = "DialogImag"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub DoImage_Click()
Dim total As Long
total = 0
letter = Asc(cdletter.Text)

If (WimLargeIsReadImaIsoPossible() <> 0) Then
  res = WimLargeReadLargeIma(DialogImag.hWnd, letter, isofilename.Text, total, All)
  
End If
End Sub

⌨️ 快捷键说明

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