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

📄 frmmain.designer.vb

📁 自己编的zip压缩工具。以供大家参考
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.btnOpen.ImageAlign = System.Drawing.ContentAlignment.TopCenter
        Me.btnOpen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
        Me.btnOpen.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnOpen.Name = "btnOpen"
        Me.btnOpen.Size = New System.Drawing.Size(60, 48)
        Me.btnOpen.Text = "Open"
        Me.btnOpen.TextAlign = System.Drawing.ContentAlignment.BottomCenter
        Me.btnOpen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
        '
        'btnFavorites
        '
        Me.btnFavorites.AutoSize = False
        Me.btnFavorites.Image = CType(resources.GetObject("btnFavorites.Image"), System.Drawing.Image)
        Me.btnFavorites.ImageAlign = System.Drawing.ContentAlignment.TopCenter
        Me.btnFavorites.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
        Me.btnFavorites.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnFavorites.Name = "btnFavorites"
        Me.btnFavorites.Size = New System.Drawing.Size(60, 48)
        Me.btnFavorites.Text = "Favorites"
        Me.btnFavorites.TextAlign = System.Drawing.ContentAlignment.BottomCenter
        Me.btnFavorites.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
        '
        'btnAdd
        '
        Me.btnAdd.AutoSize = False
        Me.btnAdd.Enabled = False
        Me.btnAdd.Image = CType(resources.GetObject("btnAdd.Image"), System.Drawing.Image)
        Me.btnAdd.ImageAlign = System.Drawing.ContentAlignment.TopCenter
        Me.btnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
        Me.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnAdd.Name = "btnAdd"
        Me.btnAdd.Size = New System.Drawing.Size(60, 48)
        Me.btnAdd.Text = "Add"
        Me.btnAdd.TextAlign = System.Drawing.ContentAlignment.BottomCenter
        Me.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
        '
        'btnExtract
        '
        Me.btnExtract.AutoSize = False
        Me.btnExtract.Enabled = False
        Me.btnExtract.Image = CType(resources.GetObject("btnExtract.Image"), System.Drawing.Image)
        Me.btnExtract.ImageAlign = System.Drawing.ContentAlignment.TopCenter
        Me.btnExtract.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
        Me.btnExtract.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnExtract.Name = "btnExtract"
        Me.btnExtract.Size = New System.Drawing.Size(60, 48)
        Me.btnExtract.Text = "Extract"
        Me.btnExtract.TextAlign = System.Drawing.ContentAlignment.BottomCenter
        Me.btnExtract.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
        '
        'StatusStrip1
        '
        Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblFeedback})
        Me.StatusStrip1.Location = New System.Drawing.Point(0, 551)
        Me.StatusStrip1.Name = "StatusStrip1"
        Me.StatusStrip1.Size = New System.Drawing.Size(707, 22)
        Me.StatusStrip1.TabIndex = 2
        Me.StatusStrip1.Text = "StatusStrip1"
        '
        'lblFeedback
        '
        Me.lblFeedback.Name = "lblFeedback"
        Me.lblFeedback.Size = New System.Drawing.Size(265, 17)
        Me.lblFeedback.Text = "Choose ""New"" to open an create or ""Open"" to archive"
        '
        'imgLstTsMenus
        '
        Me.imgLstTsMenus.ImageStream = CType(resources.GetObject("imgLstTsMenus.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.imgLstTsMenus.TransparentColor = System.Drawing.Color.Transparent
        Me.imgLstTsMenus.Images.SetKeyName(0, "NewFolder.png")
        Me.imgLstTsMenus.Images.SetKeyName(1, "OpenFolder.png")
        Me.imgLstTsMenus.Images.SetKeyName(2, "Favorites.png")
        Me.imgLstTsMenus.Images.SetKeyName(3, "Add.png")
        Me.imgLstTsMenus.Images.SetKeyName(4, "Extract.png")
        '
        'imgLstMsMenu
        '
        Me.imgLstMsMenu.ImageStream = CType(resources.GetObject("imgLstMsMenu.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.imgLstMsMenu.TransparentColor = System.Drawing.Color.Transparent
        Me.imgLstMsMenu.Images.SetKeyName(0, "NewFolder.png")
        Me.imgLstMsMenu.Images.SetKeyName(1, "OpenFolder.png")
        Me.imgLstMsMenu.Images.SetKeyName(2, "Favorites.png")
        Me.imgLstMsMenu.Images.SetKeyName(3, "Add.png")
        Me.imgLstMsMenu.Images.SetKeyName(4, "Remove.png")
        Me.imgLstMsMenu.Images.SetKeyName(5, "Extract.png")
        '
        'ListView1
        '
        Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colName, Me.colType, Me.colModified})
        Me.ListView1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.ListView1.FullRowSelect = True
        Me.ListView1.Location = New System.Drawing.Point(0, 88)
        Me.ListView1.Name = "ListView1"
        Me.ListView1.Size = New System.Drawing.Size(707, 463)
        Me.ListView1.SmallImageList = Me.imgLstFiles
        Me.ListView1.TabIndex = 3
        Me.ListView1.UseCompatibleStateImageBehavior = False
        Me.ListView1.View = System.Windows.Forms.View.Details
        '
        'colName
        '
        Me.colName.Text = "Name"
        Me.colName.Width = 250
        '
        'colType
        '
        Me.colType.Text = "Type"
        Me.colType.Width = 250
        '
        'colModified
        '
        Me.colModified.Text = "Modified"
        Me.colModified.Width = 150
        '
        'imgLstFiles
        '
        Me.imgLstFiles.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit
        Me.imgLstFiles.ImageSize = New System.Drawing.Size(16, 16)
        Me.imgLstFiles.TransparentColor = System.Drawing.Color.White
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.White
        Me.ClientSize = New System.Drawing.Size(707, 573)
        Me.Controls.Add(Me.ListView1)
        Me.Controls.Add(Me.StatusStrip1)
        Me.Controls.Add(Me.ToolStrip1)
        Me.Controls.Add(Me.MenuStrip1)
        Me.MainMenuStrip = Me.MenuStrip1
        Me.Name = "Form1"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "Zip Demo"
        Me.MenuStrip1.ResumeLayout(False)
        Me.MenuStrip1.PerformLayout()
        Me.ToolStrip1.ResumeLayout(False)
        Me.ToolStrip1.PerformLayout()
        Me.StatusStrip1.ResumeLayout(False)
        Me.StatusStrip1.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
    Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
    Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
    Friend WithEvents lblFeedback As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ActionsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents btnFavorites As System.Windows.Forms.ToolStripButton
    Friend WithEvents imgLstTsMenus As System.Windows.Forms.ImageList
    Friend WithEvents imgLstMsMenu As System.Windows.Forms.ImageList
    Friend WithEvents btnNew As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnOpen As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnAdd As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnExtract As System.Windows.Forms.ToolStripButton
    Friend WithEvents HelpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuHelpAbout As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuFileNew As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuFileOpen As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuFileFavorites As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuFileClose As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents mnuFileExit As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuActionsAdd As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuActionsDelete As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuActionsExtract As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ListView1 As System.Windows.Forms.ListView
    Friend WithEvents colName As System.Windows.Forms.ColumnHeader
    Friend WithEvents colType As System.Windows.Forms.ColumnHeader
    Friend WithEvents colModified As System.Windows.Forms.ColumnHeader
    Friend WithEvents imgLstFiles As System.Windows.Forms.ImageList

End Class

⌨️ 快捷键说明

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