frmDocExplorer.Designer.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:15k
源码类别:

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmDocExplorer
  3.     Inherits System.Windows.Forms.Form
  4.     'Form overrides dispose to clean up the component list.
  5.     <System.Diagnostics.DebuggerNonUserCode()> _
  6.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7.         If disposing AndAlso components IsNot Nothing Then
  8.             components.Dispose()
  9.         End If
  10.         MyBase.Dispose(disposing)
  11.     End Sub
  12.     'Required by the Windows Form Designer
  13.     Private components As System.ComponentModel.IContainer
  14.     'NOTE: The following procedure is required by the Windows Form Designer
  15.     'It can be modified using the Windows Form Designer.  
  16.     'Do not modify it using the code editor.
  17.     <System.Diagnostics.DebuggerStepThrough()> _
  18.     Private Sub InitializeComponent()
  19.         Me.components = New System.ComponentModel.Container
  20.         Dim TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("<BODY>")
  21.         Dim TreeNode2 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Document", New System.Windows.Forms.TreeNode() {TreeNode1})
  22.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDocExplorer))
  23.         Me.TabPage1 = New System.Windows.Forms.TabPage
  24.         Me.rtbSource = New System.Windows.Forms.RichTextBox
  25.         Me.TabPage2 = New System.Windows.Forms.TabPage
  26.         Me.deWB = New System.Windows.Forms.WebBrowser
  27.         Me.Label1 = New System.Windows.Forms.Label
  28.         Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
  29.         Me.tvDoc = New System.Windows.Forms.TreeView
  30.         Me.il1 = New System.Windows.Forms.ImageList(Me.components)
  31.         Me.Panel3 = New System.Windows.Forms.Panel
  32.         Me.Label2 = New System.Windows.Forms.Label
  33.         Me.SplitContainer3 = New System.Windows.Forms.SplitContainer
  34.         Me.TabControl1 = New System.Windows.Forms.TabControl
  35.         Me.pg = New System.Windows.Forms.PropertyGrid
  36.         Me.Panel2 = New System.Windows.Forms.Panel
  37.         Me.Panel1 = New System.Windows.Forms.Panel
  38.         Me.chkSupress = New System.Windows.Forms.CheckBox
  39.         Me.chkEditMode = New System.Windows.Forms.CheckBox
  40.         Me.TabPage1.SuspendLayout()
  41.         Me.TabPage2.SuspendLayout()
  42.         Me.SplitContainer1.Panel1.SuspendLayout()
  43.         Me.SplitContainer1.Panel2.SuspendLayout()
  44.         Me.SplitContainer1.SuspendLayout()
  45.         Me.Panel3.SuspendLayout()
  46.         Me.SplitContainer3.Panel1.SuspendLayout()
  47.         Me.SplitContainer3.Panel2.SuspendLayout()
  48.         Me.SplitContainer3.SuspendLayout()
  49.         Me.TabControl1.SuspendLayout()
  50.         Me.Panel2.SuspendLayout()
  51.         Me.Panel1.SuspendLayout()
  52.         Me.SuspendLayout()
  53.         '
  54.         'TabPage1
  55.         '
  56.         Me.TabPage1.Controls.Add(Me.rtbSource)
  57.         Me.TabPage1.Location = New System.Drawing.Point(4, 4)
  58.         Me.TabPage1.Name = "TabPage1"
  59.         Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  60.         Me.TabPage1.Size = New System.Drawing.Size(381, 413)
  61.         Me.TabPage1.TabIndex = 0
  62.         Me.TabPage1.Text = "Source Code"
  63.         Me.TabPage1.UseVisualStyleBackColor = True
  64.         '
  65.         'rtbSource
  66.         '
  67.         Me.rtbSource.Dock = System.Windows.Forms.DockStyle.Fill
  68.         Me.rtbSource.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  69.         Me.rtbSource.Location = New System.Drawing.Point(3, 3)
  70.         Me.rtbSource.Name = "rtbSource"
  71.         Me.rtbSource.Size = New System.Drawing.Size(375, 407)
  72.         Me.rtbSource.TabIndex = 0
  73.         Me.rtbSource.Text = ""
  74.         '
  75.         'TabPage2
  76.         '
  77.         Me.TabPage2.Controls.Add(Me.deWB)
  78.         Me.TabPage2.Location = New System.Drawing.Point(4, 4)
  79.         Me.TabPage2.Name = "TabPage2"
  80.         Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  81.         Me.TabPage2.Size = New System.Drawing.Size(381, 410)
  82.         Me.TabPage2.TabIndex = 1
  83.         Me.TabPage2.Text = "Browser"
  84.         Me.TabPage2.UseVisualStyleBackColor = True
  85.         '
  86.         'deWB
  87.         '
  88.         Me.deWB.Dock = System.Windows.Forms.DockStyle.Fill
  89.         Me.deWB.IsWebBrowserContextMenuEnabled = False
  90.         Me.deWB.Location = New System.Drawing.Point(3, 3)
  91.         Me.deWB.MinimumSize = New System.Drawing.Size(20, 20)
  92.         Me.deWB.Name = "deWB"
  93.         Me.deWB.ScriptErrorsSuppressed = True
  94.         Me.deWB.Size = New System.Drawing.Size(375, 404)
  95.         Me.deWB.TabIndex = 0
  96.         '
  97.         'Label1
  98.         '
  99.         Me.Label1.BackColor = System.Drawing.Color.CornflowerBlue
  100.         Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill
  101.         Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  102.         Me.Label1.ForeColor = System.Drawing.Color.White
  103.         Me.Label1.Location = New System.Drawing.Point(0, 0)
  104.         Me.Label1.Name = "Label1"
  105.         Me.Label1.Size = New System.Drawing.Size(228, 25)
  106.         Me.Label1.TabIndex = 2
  107.         Me.Label1.Text = "Properties"
  108.         Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  109.         '
  110.         'SplitContainer1
  111.         '
  112.         Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
  113.         Me.SplitContainer1.Location = New System.Drawing.Point(0, 31)
  114.         Me.SplitContainer1.Name = "SplitContainer1"
  115.         '
  116.         'SplitContainer1.Panel1
  117.         '
  118.         Me.SplitContainer1.Panel1.Controls.Add(Me.tvDoc)
  119.         Me.SplitContainer1.Panel1.Controls.Add(Me.Panel3)
  120.         '
  121.         'SplitContainer1.Panel2
  122.         '
  123.         Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer3)
  124.         Me.SplitContainer1.Size = New System.Drawing.Size(831, 439)
  125.         Me.SplitContainer1.SplitterDistance = 206
  126.         Me.SplitContainer1.TabIndex = 3
  127.         '
  128.         'tvDoc
  129.         '
  130.         Me.tvDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  131.         Me.tvDoc.Dock = System.Windows.Forms.DockStyle.Fill
  132.         Me.tvDoc.HideSelection = False
  133.         Me.tvDoc.ImageIndex = 0
  134.         Me.tvDoc.ImageList = Me.il1
  135.         Me.tvDoc.Location = New System.Drawing.Point(0, 25)
  136.         Me.tvDoc.Name = "tvDoc"
  137.         TreeNode1.Name = "Node3"
  138.         TreeNode1.Tag = "BODY"
  139.         TreeNode1.Text = "<BODY>"
  140.         TreeNode2.Name = "Node2"
  141.         TreeNode2.Tag = "DOC"
  142.         TreeNode2.Text = "Document"
  143.         Me.tvDoc.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode2})
  144.         Me.tvDoc.SelectedImageIndex = 0
  145.         Me.tvDoc.Size = New System.Drawing.Size(206, 414)
  146.         Me.tvDoc.TabIndex = 2
  147.         '
  148.         'il1
  149.         '
  150.         Me.il1.ImageStream = CType(resources.GetObject("il1.ImageStream"), System.Windows.Forms.ImageListStreamer)
  151.         Me.il1.TransparentColor = System.Drawing.Color.Transparent
  152.         Me.il1.Images.SetKeyName(0, "Doc.ico")
  153.         Me.il1.Images.SetKeyName(1, "Table.ico")
  154.         Me.il1.Images.SetKeyName(2, "TAG2.ico")
  155.         Me.il1.Images.SetKeyName(3, "TD3.ico")
  156.         Me.il1.Images.SetKeyName(4, "TR2.ico")
  157.         Me.il1.Images.SetKeyName(5, "UL.ico")
  158.         Me.il1.Images.SetKeyName(6, "Unknown.ico")
  159.         Me.il1.Images.SetKeyName(7, "A.ico")
  160.         Me.il1.Images.SetKeyName(8, "text_bold.png")
  161.         Me.il1.Images.SetKeyName(9, "text_align_center.png")
  162.         Me.il1.Images.SetKeyName(10, "Checkbox.ico")
  163.         Me.il1.Images.SetKeyName(11, "File.ico")
  164.         Me.il1.Images.SetKeyName(12, "Font.ico")
  165.         Me.il1.Images.SetKeyName(13, "FORM.ico")
  166.         Me.il1.Images.SetKeyName(14, "I.ico")
  167.         Me.il1.Images.SetKeyName(15, "Image.ico")
  168.         Me.il1.Images.SetKeyName(16, "ListItem.ico")
  169.         Me.il1.Images.SetKeyName(17, "Mail2.ico")
  170.         Me.il1.Images.SetKeyName(18, "P.ico")
  171.         Me.il1.Images.SetKeyName(19, "Script.ico")
  172.         Me.il1.Images.SetKeyName(20, "Button.ico")
  173.         Me.il1.Images.SetKeyName(21, "Input.ico")
  174.         Me.il1.Images.SetKeyName(22, "Select.ico")
  175.         Me.il1.Images.SetKeyName(23, "page_code.png")
  176.         Me.il1.Images.SetKeyName(24, "text_heading_1.png")
  177.         Me.il1.Images.SetKeyName(25, "text_heading_2.png")
  178.         Me.il1.Images.SetKeyName(26, "text_heading_3.png")
  179.         Me.il1.Images.SetKeyName(27, "text_heading_4.png")
  180.         Me.il1.Images.SetKeyName(28, "text_heading_5.png")
  181.         Me.il1.Images.SetKeyName(29, "text_heading_6.png")
  182.         '
  183.         'Panel3
  184.         '
  185.         Me.Panel3.Controls.Add(Me.Label2)
  186.         Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top
  187.         Me.Panel3.Location = New System.Drawing.Point(0, 0)
  188.         Me.Panel3.Name = "Panel3"
  189.         Me.Panel3.Size = New System.Drawing.Size(206, 25)
  190.         Me.Panel3.TabIndex = 3
  191.         '
  192.         'Label2
  193.         '
  194.         Me.Label2.BackColor = System.Drawing.Color.CornflowerBlue
  195.         Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill
  196.         Me.Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  197.         Me.Label2.ForeColor = System.Drawing.Color.White
  198.         Me.Label2.Location = New System.Drawing.Point(0, 0)
  199.         Me.Label2.Name = "Label2"
  200.         Me.Label2.Size = New System.Drawing.Size(206, 25)
  201.         Me.Label2.TabIndex = 1
  202.         Me.Label2.Text = "Document Outline"
  203.         Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  204.         '
  205.         'SplitContainer3
  206.         '
  207.         Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill
  208.         Me.SplitContainer3.Location = New System.Drawing.Point(0, 0)
  209.         Me.SplitContainer3.Name = "SplitContainer3"
  210.         '
  211.         'SplitContainer3.Panel1
  212.         '
  213.         Me.SplitContainer3.Panel1.Controls.Add(Me.TabControl1)
  214.         '
  215.         'SplitContainer3.Panel2
  216.         '
  217.         Me.SplitContainer3.Panel2.Controls.Add(Me.pg)
  218.         Me.SplitContainer3.Panel2.Controls.Add(Me.Panel2)
  219.         Me.SplitContainer3.Size = New System.Drawing.Size(621, 439)
  220.         Me.SplitContainer3.SplitterDistance = 389
  221.         Me.SplitContainer3.TabIndex = 1
  222.         '
  223.         'TabControl1
  224.         '
  225.         Me.TabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom
  226.         Me.TabControl1.Controls.Add(Me.TabPage1)
  227.         Me.TabControl1.Controls.Add(Me.TabPage2)
  228.         Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
  229.         Me.TabControl1.Location = New System.Drawing.Point(0, 0)
  230.         Me.TabControl1.Name = "TabControl1"
  231.         Me.TabControl1.SelectedIndex = 0
  232.         Me.TabControl1.Size = New System.Drawing.Size(389, 439)
  233.         Me.TabControl1.TabIndex = 0
  234.         '
  235.         'pg
  236.         '
  237.         Me.pg.Dock = System.Windows.Forms.DockStyle.Fill
  238.         Me.pg.HelpVisible = False
  239.         Me.pg.Location = New System.Drawing.Point(0, 25)
  240.         Me.pg.Name = "pg"
  241.         Me.pg.Size = New System.Drawing.Size(228, 414)
  242.         Me.pg.TabIndex = 0
  243.         '
  244.         'Panel2
  245.         '
  246.         Me.Panel2.Controls.Add(Me.Label1)
  247.         Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
  248.         Me.Panel2.Location = New System.Drawing.Point(0, 0)
  249.         Me.Panel2.Name = "Panel2"
  250.         Me.Panel2.Size = New System.Drawing.Size(228, 25)
  251.         Me.Panel2.TabIndex = 1
  252.         '
  253.         'Panel1
  254.         '
  255.         Me.Panel1.BackgroundImage = Global.Ie7Clone.My.Resources.Resources.white_bg1
  256.         Me.Panel1.Controls.Add(Me.chkSupress)
  257.         Me.Panel1.Controls.Add(Me.chkEditMode)
  258.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
  259.         Me.Panel1.Location = New System.Drawing.Point(0, 0)
  260.         Me.Panel1.Name = "Panel1"
  261.         Me.Panel1.Size = New System.Drawing.Size(831, 31)
  262.         Me.Panel1.TabIndex = 4
  263.         '
  264.         'chkSupress
  265.         '
  266.         Me.chkSupress.BackColor = System.Drawing.Color.Transparent
  267.         Me.chkSupress.Checked = True
  268.         Me.chkSupress.CheckState = System.Windows.Forms.CheckState.Checked
  269.         Me.chkSupress.Image = Global.Ie7Clone.My.Resources.Resources._218_3
  270.         Me.chkSupress.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  271.         Me.chkSupress.Location = New System.Drawing.Point(184, 3)
  272.         Me.chkSupress.Name = "chkSupress"
  273.         Me.chkSupress.Size = New System.Drawing.Size(161, 28)
  274.         Me.chkSupress.TabIndex = 1
  275.         Me.chkSupress.Text = "Supress Script Errors"
  276.         Me.chkSupress.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  277.         Me.chkSupress.UseVisualStyleBackColor = False
  278.         '
  279.         'chkEditMode
  280.         '
  281.         Me.chkEditMode.BackColor = System.Drawing.Color.Transparent
  282.         Me.chkEditMode.Image = Global.Ie7Clone.My.Resources.Resources.Design_Mode
  283.         Me.chkEditMode.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  284.         Me.chkEditMode.Location = New System.Drawing.Point(12, 3)
  285.         Me.chkEditMode.Name = "chkEditMode"
  286.         Me.chkEditMode.Size = New System.Drawing.Size(132, 28)
  287.         Me.chkEditMode.TabIndex = 0
  288.         Me.chkEditMode.Text = "Browser Edit Mode"
  289.         Me.chkEditMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  290.         Me.chkEditMode.UseVisualStyleBackColor = False
  291.         '
  292.         'frmDocExplorer
  293.         '
  294.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  295.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  296.         Me.ClientSize = New System.Drawing.Size(831, 470)
  297.         Me.Controls.Add(Me.SplitContainer1)
  298.         Me.Controls.Add(Me.Panel1)
  299.         Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  300.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  301.         Me.Name = "frmDocExplorer"
  302.         Me.Text = "Document Explorer"
  303.         Me.TabPage1.ResumeLayout(False)
  304.         Me.TabPage2.ResumeLayout(False)
  305.         Me.SplitContainer1.Panel1.ResumeLayout(False)
  306.         Me.SplitContainer1.Panel2.ResumeLayout(False)
  307.         Me.SplitContainer1.ResumeLayout(False)
  308.         Me.Panel3.ResumeLayout(False)
  309.         Me.SplitContainer3.Panel1.ResumeLayout(False)
  310.         Me.SplitContainer3.Panel2.ResumeLayout(False)
  311.         Me.SplitContainer3.ResumeLayout(False)
  312.         Me.TabControl1.ResumeLayout(False)
  313.         Me.Panel2.ResumeLayout(False)
  314.         Me.Panel1.ResumeLayout(False)
  315.         Me.ResumeLayout(False)
  316.     End Sub
  317.     Friend WithEvents deWB As System.Windows.Forms.WebBrowser
  318.     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
  319.     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
  320.     Friend WithEvents Label1 As System.Windows.Forms.Label
  321.     Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
  322.     Public WithEvents tvDoc As System.Windows.Forms.TreeView
  323.     Friend WithEvents il1 As System.Windows.Forms.ImageList
  324.     Friend WithEvents Panel3 As System.Windows.Forms.Panel
  325.     Friend WithEvents Label2 As System.Windows.Forms.Label
  326.     Friend WithEvents SplitContainer3 As System.Windows.Forms.SplitContainer
  327.     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
  328.     Friend WithEvents pg As System.Windows.Forms.PropertyGrid
  329.     Friend WithEvents Panel2 As System.Windows.Forms.Panel
  330.     Friend WithEvents rtbSource As System.Windows.Forms.RichTextBox
  331.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  332.     Friend WithEvents chkEditMode As System.Windows.Forms.CheckBox
  333.     Friend WithEvents chkSupress As System.Windows.Forms.CheckBox
  334. End Class