frmwinpoc.designer.vb

来自「对ima、imz压缩文件修改」· VB 代码 · 共 169 行

VB
169
字号
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmWinPOC
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWinPOC))
        Me.btnWriteImage = New System.Windows.Forms.Button
        Me.btnReadImage = New System.Windows.Forms.Button
        Me.txtInformation = New System.Windows.Forms.RichTextBox
        Me.dlgFileOpen = New System.Windows.Forms.OpenFileDialog
        Me.btnBrowse = New System.Windows.Forms.Button
        Me.txtFilename = New System.Windows.Forms.TextBox
        Me.txtPrerequisites = New System.Windows.Forms.RichTextBox
        Me.btnExtractFiles = New System.Windows.Forms.Button
        Me.btnExtractXmlFiles = New System.Windows.Forms.Button
        Me.btnViewXmlFiles = New System.Windows.Forms.Button
        Me.InfoTextBox = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'btnWriteImage
        '
        Me.btnWriteImage.Location = New System.Drawing.Point(307, 58)
        Me.btnWriteImage.Name = "btnWriteImage"
        Me.btnWriteImage.Size = New System.Drawing.Size(91, 30)
        Me.btnWriteImage.TabIndex = 0
        Me.btnWriteImage.Text = "Write Image"
        Me.btnWriteImage.UseVisualStyleBackColor = True
        '
        'btnReadImage
        '
        Me.btnReadImage.Location = New System.Drawing.Point(307, 91)
        Me.btnReadImage.Name = "btnReadImage"
        Me.btnReadImage.Size = New System.Drawing.Size(91, 30)
        Me.btnReadImage.TabIndex = 1
        Me.btnReadImage.Text = "Read Image"
        Me.btnReadImage.UseVisualStyleBackColor = True
        '
        'txtInformation
        '
        Me.txtInformation.BackColor = System.Drawing.SystemColors.InactiveCaptionText
        Me.txtInformation.Location = New System.Drawing.Point(17, 61)
        Me.txtInformation.Name = "txtInformation"
        Me.txtInformation.ReadOnly = True
        Me.txtInformation.ShortcutsEnabled = False
        Me.txtInformation.Size = New System.Drawing.Size(284, 169)
        Me.txtInformation.TabIndex = 2
        Me.txtInformation.Text = "Select a Valid .VHD/.VFD/.ISO /.XML file"
        '
        'dlgFileOpen
        '
        '
        'btnBrowse
        '
        Me.btnBrowse.Location = New System.Drawing.Point(307, 25)
        Me.btnBrowse.Name = "btnBrowse"
        Me.btnBrowse.Size = New System.Drawing.Size(91, 30)
        Me.btnBrowse.TabIndex = 3
        Me.btnBrowse.Text = "Browse"
        Me.btnBrowse.UseVisualStyleBackColor = True
        '
        'txtFilename
        '
        Me.txtFilename.Location = New System.Drawing.Point(17, 25)
        Me.txtFilename.Multiline = True
        Me.txtFilename.Name = "txtFilename"
        Me.txtFilename.Size = New System.Drawing.Size(284, 30)
        Me.txtFilename.TabIndex = 4
        '
        'txtPrerequisites
        '
        Me.txtPrerequisites.AutoWordSelection = True
        Me.txtPrerequisites.BackColor = System.Drawing.SystemColors.InactiveBorder
        Me.txtPrerequisites.Location = New System.Drawing.Point(411, 29)
        Me.txtPrerequisites.Name = "txtPrerequisites"
        Me.txtPrerequisites.ReadOnly = True
        Me.txtPrerequisites.Size = New System.Drawing.Size(245, 201)
        Me.txtPrerequisites.TabIndex = 5
        Me.txtPrerequisites.Text = resources.GetString("txtPrerequisites.Text")
        '
        'btnExtractFiles
        '
        Me.btnExtractFiles.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.btnExtractFiles.Location = New System.Drawing.Point(307, 125)
        Me.btnExtractFiles.Name = "btnExtractFiles"
        Me.btnExtractFiles.Size = New System.Drawing.Size(91, 30)
        Me.btnExtractFiles.TabIndex = 6
        Me.btnExtractFiles.Text = "Extract Files"
        Me.btnExtractFiles.UseVisualStyleBackColor = True
        '
        'btnExtractXmlFiles
        '
        Me.btnExtractXmlFiles.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.btnExtractXmlFiles.Location = New System.Drawing.Point(307, 158)
        Me.btnExtractXmlFiles.Name = "btnExtractXmlFiles"
        Me.btnExtractXmlFiles.Size = New System.Drawing.Size(91, 30)
        Me.btnExtractXmlFiles.TabIndex = 7
        Me.btnExtractXmlFiles.Text = "Extract XML Files"
        Me.btnExtractXmlFiles.UseVisualStyleBackColor = True
        '
        'btnViewXmlFiles
        '
        Me.btnViewXmlFiles.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.btnViewXmlFiles.Location = New System.Drawing.Point(307, 194)
        Me.btnViewXmlFiles.Name = "btnViewXmlFiles"
        Me.btnViewXmlFiles.Size = New System.Drawing.Size(91, 30)
        Me.btnViewXmlFiles.TabIndex = 8
        Me.btnViewXmlFiles.Text = "View XML Files"
        Me.btnViewXmlFiles.UseVisualStyleBackColor = True
        '
        'InfoTextBox
        '
        Me.InfoTextBox.Location = New System.Drawing.Point(17, 236)
        Me.InfoTextBox.Multiline = True
        Me.InfoTextBox.Name = "InfoTextBox"
        Me.InfoTextBox.ReadOnly = True
        Me.InfoTextBox.Size = New System.Drawing.Size(639, 30)
        Me.InfoTextBox.TabIndex = 9
        '
        'frmWinPOC
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(673, 275)
        Me.Controls.Add(Me.InfoTextBox)
        Me.Controls.Add(Me.btnViewXmlFiles)
        Me.Controls.Add(Me.btnExtractXmlFiles)
        Me.Controls.Add(Me.btnExtractFiles)
        Me.Controls.Add(Me.txtPrerequisites)
        Me.Controls.Add(Me.txtFilename)
        Me.Controls.Add(Me.btnBrowse)
        Me.Controls.Add(Me.txtInformation)
        Me.Controls.Add(Me.btnReadImage)
        Me.Controls.Add(Me.btnWriteImage)
        Me.Name = "frmWinPOC"
        Me.Text = "Howler WinImage POC"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btnWriteImage As System.Windows.Forms.Button
    Friend WithEvents btnReadImage As System.Windows.Forms.Button
    Friend WithEvents txtInformation As System.Windows.Forms.RichTextBox
    Friend WithEvents btnBrowse As System.Windows.Forms.Button
    Friend WithEvents txtFilename As System.Windows.Forms.TextBox
    Private WithEvents dlgFileOpen As System.Windows.Forms.OpenFileDialog
    Friend WithEvents txtPrerequisites As System.Windows.Forms.RichTextBox
    Friend WithEvents btnExtractFiles As System.Windows.Forms.Button
    Friend WithEvents btnExtractXmlFiles As System.Windows.Forms.Button
    Friend WithEvents btnViewXmlFiles As System.Windows.Forms.Button
    Friend WithEvents InfoTextBox As System.Windows.Forms.TextBox

End Class

⌨️ 快捷键说明

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