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

📄 frmdocexplorer.designer.vb

📁 VB.NET的Web浏览器IE7的克隆选项卡式浏览器 描述:这是一个例子写的vb.net浏览器使用的。 NET Framework 2.0 ( Visual Studio 2005中) 。这是一个
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.il1.Images.SetKeyName(16, "ListItem.ico")
        Me.il1.Images.SetKeyName(17, "Mail2.ico")
        Me.il1.Images.SetKeyName(18, "P.ico")
        Me.il1.Images.SetKeyName(19, "Script.ico")
        Me.il1.Images.SetKeyName(20, "Button.ico")
        Me.il1.Images.SetKeyName(21, "Input.ico")
        Me.il1.Images.SetKeyName(22, "Select.ico")
        Me.il1.Images.SetKeyName(23, "page_code.png")
        Me.il1.Images.SetKeyName(24, "text_heading_1.png")
        Me.il1.Images.SetKeyName(25, "text_heading_2.png")
        Me.il1.Images.SetKeyName(26, "text_heading_3.png")
        Me.il1.Images.SetKeyName(27, "text_heading_4.png")
        Me.il1.Images.SetKeyName(28, "text_heading_5.png")
        Me.il1.Images.SetKeyName(29, "text_heading_6.png")
        '
        'Panel3
        '
        Me.Panel3.Controls.Add(Me.Label2)
        Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top
        Me.Panel3.Location = New System.Drawing.Point(0, 0)
        Me.Panel3.Name = "Panel3"
        Me.Panel3.Size = New System.Drawing.Size(206, 25)
        Me.Panel3.TabIndex = 3
        '
        'Label2
        '
        Me.Label2.BackColor = System.Drawing.Color.CornflowerBlue
        Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill
        Me.Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.ForeColor = System.Drawing.Color.White
        Me.Label2.Location = New System.Drawing.Point(0, 0)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(206, 25)
        Me.Label2.TabIndex = 1
        Me.Label2.Text = "Document Outline"
        Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'SplitContainer3
        '
        Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill
        Me.SplitContainer3.Location = New System.Drawing.Point(0, 0)
        Me.SplitContainer3.Name = "SplitContainer3"
        '
        'SplitContainer3.Panel1
        '
        Me.SplitContainer3.Panel1.Controls.Add(Me.TabControl1)
        '
        'SplitContainer3.Panel2
        '
        Me.SplitContainer3.Panel2.Controls.Add(Me.pg)
        Me.SplitContainer3.Panel2.Controls.Add(Me.Panel2)
        Me.SplitContainer3.Size = New System.Drawing.Size(621, 439)
        Me.SplitContainer3.SplitterDistance = 389
        Me.SplitContainer3.TabIndex = 1
        '
        'TabControl1
        '
        Me.TabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom
        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, 0)
        Me.TabControl1.Name = "TabControl1"
        Me.TabControl1.SelectedIndex = 0
        Me.TabControl1.Size = New System.Drawing.Size(389, 439)
        Me.TabControl1.TabIndex = 0
        '
        'pg
        '
        Me.pg.Dock = System.Windows.Forms.DockStyle.Fill
        Me.pg.HelpVisible = False
        Me.pg.Location = New System.Drawing.Point(0, 25)
        Me.pg.Name = "pg"
        Me.pg.Size = New System.Drawing.Size(228, 414)
        Me.pg.TabIndex = 0
        '
        'Panel2
        '
        Me.Panel2.Controls.Add(Me.Label1)
        Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
        Me.Panel2.Location = New System.Drawing.Point(0, 0)
        Me.Panel2.Name = "Panel2"
        Me.Panel2.Size = New System.Drawing.Size(228, 25)
        Me.Panel2.TabIndex = 1
        '
        'Panel1
        '
        Me.Panel1.BackgroundImage = Global.Ie7Clone.My.Resources.Resources.white_bg1
        Me.Panel1.Controls.Add(Me.chkSupress)
        Me.Panel1.Controls.Add(Me.chkEditMode)
        Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
        Me.Panel1.Location = New System.Drawing.Point(0, 0)
        Me.Panel1.Name = "Panel1"
        Me.Panel1.Size = New System.Drawing.Size(831, 31)
        Me.Panel1.TabIndex = 4
        '
        'chkSupress
        '
        Me.chkSupress.BackColor = System.Drawing.Color.Transparent
        Me.chkSupress.Checked = True
        Me.chkSupress.CheckState = System.Windows.Forms.CheckState.Checked
        Me.chkSupress.Image = Global.Ie7Clone.My.Resources.Resources._218_3
        Me.chkSupress.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.chkSupress.Location = New System.Drawing.Point(184, 3)
        Me.chkSupress.Name = "chkSupress"
        Me.chkSupress.Size = New System.Drawing.Size(161, 28)
        Me.chkSupress.TabIndex = 1
        Me.chkSupress.Text = "Supress Script Errors"
        Me.chkSupress.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.chkSupress.UseVisualStyleBackColor = False
        '
        'chkEditMode
        '
        Me.chkEditMode.BackColor = System.Drawing.Color.Transparent
        Me.chkEditMode.Image = Global.Ie7Clone.My.Resources.Resources.Design_Mode
        Me.chkEditMode.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.chkEditMode.Location = New System.Drawing.Point(12, 3)
        Me.chkEditMode.Name = "chkEditMode"
        Me.chkEditMode.Size = New System.Drawing.Size(132, 28)
        Me.chkEditMode.TabIndex = 0
        Me.chkEditMode.Text = "Browser Edit Mode"
        Me.chkEditMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.chkEditMode.UseVisualStyleBackColor = False
        '
        'frmDocExplorer
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(831, 470)
        Me.Controls.Add(Me.SplitContainer1)
        Me.Controls.Add(Me.Panel1)
        Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.Name = "frmDocExplorer"
        Me.Text = "Document Explorer"
        Me.TabPage1.ResumeLayout(False)
        Me.TabPage2.ResumeLayout(False)
        Me.SplitContainer1.Panel1.ResumeLayout(False)
        Me.SplitContainer1.Panel2.ResumeLayout(False)
        Me.SplitContainer1.ResumeLayout(False)
        Me.Panel3.ResumeLayout(False)
        Me.SplitContainer3.Panel1.ResumeLayout(False)
        Me.SplitContainer3.Panel2.ResumeLayout(False)
        Me.SplitContainer3.ResumeLayout(False)
        Me.TabControl1.ResumeLayout(False)
        Me.Panel2.ResumeLayout(False)
        Me.Panel1.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents deWB As System.Windows.Forms.WebBrowser
    Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
    Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
    Public WithEvents tvDoc As System.Windows.Forms.TreeView
    Friend WithEvents il1 As System.Windows.Forms.ImageList
    Friend WithEvents Panel3 As System.Windows.Forms.Panel
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents SplitContainer3 As System.Windows.Forms.SplitContainer
    Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
    Friend WithEvents pg As System.Windows.Forms.PropertyGrid
    Friend WithEvents Panel2 As System.Windows.Forms.Panel
    Friend WithEvents rtbSource As System.Windows.Forms.RichTextBox
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents chkEditMode As System.Windows.Forms.CheckBox
    Friend WithEvents chkSupress As System.Windows.Forms.CheckBox
End Class

⌨️ 快捷键说明

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