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

📄 frmmain.designer.vb

📁 编程环境VB.NET2005 多线程下载
💻 VB
📖 第 1 页 / 共 2 页
字号:
        '
        'ColumnHeader2
        '
        Me.ColumnHeader2.Text = "文件名"
        '
        'ColumnHeader3
        '
        Me.ColumnHeader3.Text = "大小"
        '
        'ColumnHeader4
        '
        Me.ColumnHeader4.Text = "进度"
        '
        'ColumnHeader8
        '
        Me.ColumnHeader8.Text = "已完成"
        '
        'ColumnHeader7
        '
        Me.ColumnHeader7.Text = "速度"
        '
        'ColumnHeader5
        '
        Me.ColumnHeader5.Text = "已用时间"
        '
        'ColumnHeader6
        '
        Me.ColumnHeader6.Text = "剩余时间"
        '
        'Splitter3
        '
        Me.Splitter3.BackColor = System.Drawing.Color.Red
        Me.Splitter3.Dock = System.Windows.Forms.DockStyle.Top
        Me.Splitter3.Location = New System.Drawing.Point(0, 96)
        Me.Splitter3.Name = "Splitter3"
        Me.Splitter3.Size = New System.Drawing.Size(558, 32)
        Me.Splitter3.TabIndex = 1
        Me.Splitter3.TabStop = False
        '
        'Panel3
        '
        Me.Panel3.BackColor = System.Drawing.SystemColors.GradientActiveCaption
        Me.Panel3.Controls.Add(Me.TabControl1)
        Me.Panel3.Controls.Add(Me.Splitter3)
        Me.Panel3.Controls.Add(Me.ListView1)
        Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
        Me.Panel3.Location = New System.Drawing.Point(110, 71)
        Me.Panel3.Name = "Panel3"
        Me.Panel3.Size = New System.Drawing.Size(558, 276)
        Me.Panel3.TabIndex = 7
        '
        'TabControl1
        '
        Me.TabControl1.Controls.Add(Me.TabPage1)
        Me.TabControl1.Controls.Add(Me.TabPage2)
        Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.TabControl1.Location = New System.Drawing.Point(0, 128)
        Me.TabControl1.Name = "TabControl1"
        Me.TabControl1.SelectedIndex = 0
        Me.TabControl1.Size = New System.Drawing.Size(558, 148)
        Me.TabControl1.TabIndex = 2
        '
        'TabPage1
        '
        Me.TabPage1.Controls.Add(Me.MyInfoShow1)
        Me.TabPage1.Location = New System.Drawing.Point(4, 21)
        Me.TabPage1.Name = "TabPage1"
        Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
        Me.TabPage1.Size = New System.Drawing.Size(550, 123)
        Me.TabPage1.TabIndex = 0
        Me.TabPage1.Text = "TabPage1"
        Me.TabPage1.UseVisualStyleBackColor = True
        '
        'MyInfoShow1
        '
        Me.MyInfoShow1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.MyInfoShow1.IsWebBrowserContextMenuEnabled = False
        Me.MyInfoShow1.Location = New System.Drawing.Point(3, 3)
        Me.MyInfoShow1.MinimumSize = New System.Drawing.Size(20, 20)
        Me.MyInfoShow1.Name = "MyInfoShow1"
        Me.MyInfoShow1.Size = New System.Drawing.Size(544, 117)
        Me.MyInfoShow1.TabIndex = 0
        Me.MyInfoShow1.WebBrowserShortcutsEnabled = False
        '
        'TabPage2
        '
        Me.TabPage2.Controls.Add(Me.infotxt2)
        Me.TabPage2.Location = New System.Drawing.Point(4, 21)
        Me.TabPage2.Name = "TabPage2"
        Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
        Me.TabPage2.Size = New System.Drawing.Size(550, 123)
        Me.TabPage2.TabIndex = 1
        Me.TabPage2.Text = "TabPage2"
        Me.TabPage2.UseVisualStyleBackColor = True
        '
        'infotxt2
        '
        Me.infotxt2.BackColor = System.Drawing.SystemColors.ControlLightLight
        Me.infotxt2.BorderStyle = System.Windows.Forms.BorderStyle.None
        Me.infotxt2.Dock = System.Windows.Forms.DockStyle.Fill
        Me.infotxt2.Location = New System.Drawing.Point(3, 3)
        Me.infotxt2.Multiline = True
        Me.infotxt2.Name = "infotxt2"
        Me.infotxt2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.infotxt2.Size = New System.Drawing.Size(544, 117)
        Me.infotxt2.TabIndex = 3
        '
        'Panel4
        '
        Me.Panel4.BackColor = System.Drawing.SystemColors.Info
        Me.Panel4.Controls.Add(Me.L1)
        Me.Panel4.Controls.Add(Me.LabelTrack)
        Me.Panel4.Controls.Add(Me.TrackBar1)
        Me.Panel4.Dock = System.Windows.Forms.DockStyle.Top
        Me.Panel4.Location = New System.Drawing.Point(0, 49)
        Me.Panel4.Name = "Panel4"
        Me.Panel4.Size = New System.Drawing.Size(713, 22)
        Me.Panel4.TabIndex = 8
        '
        'L1
        '
        Me.L1.AutoSize = True
        Me.L1.BackColor = System.Drawing.SystemColors.HighlightText
        Me.L1.Location = New System.Drawing.Point(135, 4)
        Me.L1.Name = "L1"
        Me.L1.Size = New System.Drawing.Size(41, 12)
        Me.L1.TabIndex = 12
        Me.L1.Text = "Label1"
        '
        'LabelTrack
        '
        Me.LabelTrack.AutoSize = True
        Me.LabelTrack.Location = New System.Drawing.Point(448, 7)
        Me.LabelTrack.Name = "LabelTrack"
        Me.LabelTrack.Size = New System.Drawing.Size(41, 12)
        Me.LabelTrack.TabIndex = 11
        Me.LabelTrack.Text = "Label1"
        '
        'TrackBar1
        '
        Me.TrackBar1.AutoSize = False
        Me.TrackBar1.BackColor = System.Drawing.SystemColors.Control
        Me.TrackBar1.Dock = System.Windows.Forms.DockStyle.Right
        Me.TrackBar1.Location = New System.Drawing.Point(521, 0)
        Me.TrackBar1.Maximum = 100
        Me.TrackBar1.Name = "TrackBar1"
        Me.TrackBar1.Size = New System.Drawing.Size(192, 22)
        Me.TrackBar1.TabIndex = 10
        Me.TrackBar1.TickFrequency = 10
        '
        'FrmMain
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(713, 369)
        Me.Controls.Add(Me.Panel3)
        Me.Controls.Add(Me.Splitter2)
        Me.Controls.Add(Me.Panel2)
        Me.Controls.Add(Me.Splitter1)
        Me.Controls.Add(Me.Panel1)
        Me.Controls.Add(Me.StatusStrip1)
        Me.Controls.Add(Me.Panel4)
        Me.Controls.Add(Me.ToolStrip1)
        Me.Controls.Add(Me.MenuStrip1)
        Me.MainMenuStrip = Me.MenuStrip1
        Me.Name = "FrmMain"
        Me.Text = "MyDownload"
        Me.ToolStrip1.ResumeLayout(False)
        Me.ToolStrip1.PerformLayout()
        Me.Panel1.ResumeLayout(False)
        Me.Panel3.ResumeLayout(False)
        Me.TabControl1.ResumeLayout(False)
        Me.TabPage1.ResumeLayout(False)
        Me.TabPage2.ResumeLayout(False)
        Me.TabPage2.PerformLayout()
        Me.Panel4.ResumeLayout(False)
        Me.Panel4.PerformLayout()
        CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
        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 Panel1 As System.Windows.Forms.Panel
    Friend WithEvents Splitter1 As System.Windows.Forms.Splitter
    Friend WithEvents Panel2 As System.Windows.Forms.Panel
    Friend WithEvents Splitter2 As System.Windows.Forms.Splitter
    Friend WithEvents tsb_addnew As System.Windows.Forms.ToolStripButton
    Friend WithEvents TaskStart As System.Windows.Forms.ToolStripButton
    Friend WithEvents TaskStop As System.Windows.Forms.ToolStripButton
    Friend WithEvents ListView1 As System.Windows.Forms.ListView
    Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader8 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
    Friend WithEvents Splitter3 As System.Windows.Forms.Splitter
    Friend WithEvents Panel3 As System.Windows.Forms.Panel
    Friend WithEvents Panel4 As System.Windows.Forms.Panel
    Friend WithEvents TrackBar1 As System.Windows.Forms.TrackBar
    Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
    Friend WithEvents LabelTrack As System.Windows.Forms.Label
    Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents TaskDelete As System.Windows.Forms.ToolStripButton
    Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
    Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
    Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
    Friend WithEvents infotxt2 As System.Windows.Forms.TextBox
    Friend WithEvents Button3 As System.Windows.Forms.Button
    Friend WithEvents Button2 As System.Windows.Forms.Button
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents MyInfoShow1 As DownLoad.MyInfoShow
    Friend WithEvents L1 As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

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