📄 formgzip.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormGZip
Inherits System.Windows.Forms.Form
'Form 覆写 Dispose 以清除组件列表。
<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
'为 Windows Form 设计工具的必要项
Private components As System.ComponentModel.IContainer
'注意: 以下为 Windows Form 设计工具所需的程序
'可以使用 Windows Form 设计工具进行修改。
'请不要使用程序代码编辑器进行修改。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.btnSFile = New System.Windows.Forms.Button
Me.txtFile = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.txtPath = New System.Windows.Forms.TextBox
Me.btnDFile = New System.Windows.Forms.Button
Me.btnCom = New System.Windows.Forms.Button
Me.btnDCom = New System.Windows.Forms.Button
Me.FBDialog = New System.Windows.Forms.FolderBrowserDialog
Me.OFDialog = New System.Windows.Forms.OpenFileDialog
Me.comfl = New System.Windows.Forms.TextBox
Me.txtfl = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'btnSFile
'
Me.btnSFile.Location = New System.Drawing.Point(452, 12)
Me.btnSFile.Name = "btnSFile"
Me.btnSFile.Size = New System.Drawing.Size(46, 23)
Me.btnSFile.TabIndex = 0
Me.btnSFile.Text = "…"
Me.btnSFile.UseVisualStyleBackColor = True
'
'txtFile
'
Me.txtFile.Location = New System.Drawing.Point(115, 12)
Me.txtFile.Name = "txtFile"
Me.txtFile.Size = New System.Drawing.Size(331, 22)
Me.txtFile.TabIndex = 1
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(11, 17)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(98, 12)
Me.Label1.TabIndex = 2
Me.Label1.Text = "压缩 / 解压缩来源"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(56, 42)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(53, 12)
Me.Label2.TabIndex = 5
Me.Label2.Text = "储存路径"
'
'txtPath
'
Me.txtPath.Location = New System.Drawing.Point(115, 37)
Me.txtPath.Name = "txtPath"
Me.txtPath.Size = New System.Drawing.Size(331, 22)
Me.txtPath.TabIndex = 4
'
'btnDFile
'
Me.btnDFile.Location = New System.Drawing.Point(452, 37)
Me.btnDFile.Name = "btnDFile"
Me.btnDFile.Size = New System.Drawing.Size(46, 23)
Me.btnDFile.TabIndex = 3
Me.btnDFile.Text = "…"
Me.btnDFile.UseVisualStyleBackColor = True
'
'btnCom
'
Me.btnCom.Location = New System.Drawing.Point(280, 88)
Me.btnCom.Name = "btnCom"
Me.btnCom.Size = New System.Drawing.Size(80, 28)
Me.btnCom.TabIndex = 6
Me.btnCom.Text = "压缩"
Me.btnCom.UseVisualStyleBackColor = True
'
'btnDCom
'
Me.btnDCom.Location = New System.Drawing.Point(366, 88)
Me.btnDCom.Name = "btnDCom"
Me.btnDCom.Size = New System.Drawing.Size(80, 28)
Me.btnDCom.TabIndex = 7
Me.btnDCom.Text = "解压缩"
Me.btnDCom.UseVisualStyleBackColor = True
'
'OFDialog
'
Me.OFDialog.FileName = "OpenFileDialog1"
'
'comfl
'
Me.comfl.Font = New System.Drawing.Font("SimSun", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
Me.comfl.Location = New System.Drawing.Point(115, 93)
Me.comfl.Name = "comfl"
Me.comfl.ReadOnly = True
Me.comfl.Size = New System.Drawing.Size(68, 23)
Me.comfl.TabIndex = 12
Me.comfl.Text = "0"
'
'txtfl
'
Me.txtfl.Font = New System.Drawing.Font("SimSun", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
Me.txtfl.Location = New System.Drawing.Point(115, 68)
Me.txtfl.Name = "txtfl"
Me.txtfl.ReadOnly = True
Me.txtfl.Size = New System.Drawing.Size(68, 23)
Me.txtfl.TabIndex = 11
Me.txtfl.Text = "0"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("SimSun", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
Me.Label3.Location = New System.Drawing.Point(15, 98)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(101, 13)
Me.Label3.TabIndex = 10
Me.Label3.Text = "压缩/解压缩长度"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("SimSun", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
Me.Label4.Location = New System.Drawing.Point(29, 74)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(85, 13)
Me.Label4.TabIndex = 9
Me.Label4.Text = "文件原始长度"
'
'FormGZip
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(520, 123)
Me.Controls.Add(Me.comfl)
Me.Controls.Add(Me.txtfl)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.btnDCom)
Me.Controls.Add(Me.btnCom)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtPath)
Me.Controls.Add(Me.btnDFile)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtFile)
Me.Controls.Add(Me.btnSFile)
Me.Name = "FormGZip"
Me.Text = "GZipStream 压缩/解压缩"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnSFile As System.Windows.Forms.Button
Friend WithEvents txtFile As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtPath As System.Windows.Forms.TextBox
Friend WithEvents btnDFile As System.Windows.Forms.Button
Friend WithEvents btnCom As System.Windows.Forms.Button
Friend WithEvents btnDCom As System.Windows.Forms.Button
Friend WithEvents FBDialog As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents OFDialog As System.Windows.Forms.OpenFileDialog
Friend WithEvents comfl As System.Windows.Forms.TextBox
Friend WithEvents txtfl As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -