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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmCookieViewer
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCookieViewer))
  21.         Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
  22.         Me.tvCookies = New System.Windows.Forms.TreeView
  23.         Me.cmCookies = New System.Windows.Forms.ContextMenuStrip(Me.components)
  24.         Me.mnuDeleteCookie = New System.Windows.Forms.ToolStripMenuItem
  25.         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
  26.         Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
  27.         Me.btnDeleteALL = New System.Windows.Forms.ToolStripButton
  28.         Me.btnDelete = New System.Windows.Forms.ToolStripButton
  29.         Me.rtbCookies = New System.Windows.Forms.RichTextBox
  30.         Me.Panel1 = New System.Windows.Forms.Panel
  31.         Me.Label1 = New System.Windows.Forms.Label
  32.         Me.SplitContainer1.Panel1.SuspendLayout()
  33.         Me.SplitContainer1.Panel2.SuspendLayout()
  34.         Me.SplitContainer1.SuspendLayout()
  35.         Me.cmCookies.SuspendLayout()
  36.         Me.ToolStrip1.SuspendLayout()
  37.         Me.Panel1.SuspendLayout()
  38.         Me.SuspendLayout()
  39.         '
  40.         'SplitContainer1
  41.         '
  42.         Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
  43.         Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
  44.         Me.SplitContainer1.Name = "SplitContainer1"
  45.         '
  46.         'SplitContainer1.Panel1
  47.         '
  48.         Me.SplitContainer1.Panel1.Controls.Add(Me.tvCookies)
  49.         Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip1)
  50.         '
  51.         'SplitContainer1.Panel2
  52.         '
  53.         Me.SplitContainer1.Panel2.Controls.Add(Me.rtbCookies)
  54.         Me.SplitContainer1.Panel2.Controls.Add(Me.Panel1)
  55.         Me.SplitContainer1.Size = New System.Drawing.Size(842, 445)
  56.         Me.SplitContainer1.SplitterDistance = 280
  57.         Me.SplitContainer1.TabIndex = 0
  58.         '
  59.         'tvCookies
  60.         '
  61.         Me.tvCookies.ContextMenuStrip = Me.cmCookies
  62.         Me.tvCookies.Dock = System.Windows.Forms.DockStyle.Fill
  63.         Me.tvCookies.FullRowSelect = True
  64.         Me.tvCookies.HideSelection = False
  65.         Me.tvCookies.HotTracking = True
  66.         Me.tvCookies.ImageIndex = 0
  67.         Me.tvCookies.ImageList = Me.ImageList1
  68.         Me.tvCookies.Location = New System.Drawing.Point(0, 25)
  69.         Me.tvCookies.Name = "tvCookies"
  70.         Me.tvCookies.SelectedImageIndex = 0
  71.         Me.tvCookies.Size = New System.Drawing.Size(280, 420)
  72.         Me.tvCookies.TabIndex = 0
  73.         '
  74.         'cmCookies
  75.         '
  76.         Me.cmCookies.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDeleteCookie})
  77.         Me.cmCookies.Name = "cmCookies"
  78.         Me.cmCookies.Size = New System.Drawing.Size(117, 26)
  79.         '
  80.         'mnuDeleteCookie
  81.         '
  82.         Me.mnuDeleteCookie.Image = Global.Ie7Clone.My.Resources.Resources.delCookie
  83.         Me.mnuDeleteCookie.Name = "mnuDeleteCookie"
  84.         Me.mnuDeleteCookie.Size = New System.Drawing.Size(116, 22)
  85.         Me.mnuDeleteCookie.Text = "Delete"
  86.         '
  87.         'ImageList1
  88.         '
  89.         Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
  90.         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
  91.         Me.ImageList1.Images.SetKeyName(0, "cookie.png")
  92.         '
  93.         'ToolStrip1
  94.         '
  95.         Me.ToolStrip1.BackgroundImage = Global.Ie7Clone.My.Resources.Resources.white_bg1
  96.         Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
  97.         Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnDeleteALL, Me.btnDelete})
  98.         Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
  99.         Me.ToolStrip1.Name = "ToolStrip1"
  100.         Me.ToolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  101.         Me.ToolStrip1.Size = New System.Drawing.Size(280, 25)
  102.         Me.ToolStrip1.TabIndex = 1
  103.         Me.ToolStrip1.Text = "ToolStrip1"
  104.         '
  105.         'btnDeleteALL
  106.         '
  107.         Me.btnDeleteALL.Image = Global.Ie7Clone.My.Resources.Resources.Delete16
  108.         Me.btnDeleteALL.ImageTransparentColor = System.Drawing.Color.Magenta
  109.         Me.btnDeleteALL.Name = "btnDeleteALL"
  110.         Me.btnDeleteALL.Size = New System.Drawing.Size(112, 22)
  111.         Me.btnDeleteALL.Text = "Delete All Cookies"
  112.         '
  113.         'btnDelete
  114.         '
  115.         Me.btnDelete.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
  116.         Me.btnDelete.Enabled = False
  117.         Me.btnDelete.Image = Global.Ie7Clone.My.Resources.Resources.delCookie
  118.         Me.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta
  119.         Me.btnDelete.Name = "btnDelete"
  120.         Me.btnDelete.Size = New System.Drawing.Size(102, 22)
  121.         Me.btnDelete.Text = "Delete Selected"
  122.         '
  123.         'rtbCookies
  124.         '
  125.         Me.rtbCookies.BackColor = System.Drawing.Color.White
  126.         Me.rtbCookies.Dock = System.Windows.Forms.DockStyle.Fill
  127.         Me.rtbCookies.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  128.         Me.rtbCookies.Location = New System.Drawing.Point(0, 25)
  129.         Me.rtbCookies.Name = "rtbCookies"
  130.         Me.rtbCookies.ReadOnly = True
  131.         Me.rtbCookies.Size = New System.Drawing.Size(558, 420)
  132.         Me.rtbCookies.TabIndex = 0
  133.         Me.rtbCookies.Text = ""
  134.         '
  135.         'Panel1
  136.         '
  137.         Me.Panel1.BackgroundImage = Global.Ie7Clone.My.Resources.Resources.white_bg1
  138.         Me.Panel1.Controls.Add(Me.Label1)
  139.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
  140.         Me.Panel1.Location = New System.Drawing.Point(0, 0)
  141.         Me.Panel1.Name = "Panel1"
  142.         Me.Panel1.Size = New System.Drawing.Size(558, 25)
  143.         Me.Panel1.TabIndex = 2
  144.         '
  145.         'Label1
  146.         '
  147.         Me.Label1.BackColor = System.Drawing.Color.Transparent
  148.         Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill
  149.         Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  150.         Me.Label1.Location = New System.Drawing.Point(0, 0)
  151.         Me.Label1.Name = "Label1"
  152.         Me.Label1.Size = New System.Drawing.Size(558, 25)
  153.         Me.Label1.TabIndex = 1
  154.         Me.Label1.Text = "Cookie Information (Read Only)"
  155.         Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  156.         '
  157.         'frmCookieViewer
  158.         '
  159.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  160.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  161.         Me.ClientSize = New System.Drawing.Size(842, 445)
  162.         Me.Controls.Add(Me.SplitContainer1)
  163.         Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  164.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  165.         Me.Name = "frmCookieViewer"
  166.         Me.Text = "Cookie Viewer"
  167.         Me.SplitContainer1.Panel1.ResumeLayout(False)
  168.         Me.SplitContainer1.Panel1.PerformLayout()
  169.         Me.SplitContainer1.Panel2.ResumeLayout(False)
  170.         Me.SplitContainer1.ResumeLayout(False)
  171.         Me.cmCookies.ResumeLayout(False)
  172.         Me.ToolStrip1.ResumeLayout(False)
  173.         Me.ToolStrip1.PerformLayout()
  174.         Me.Panel1.ResumeLayout(False)
  175.         Me.ResumeLayout(False)
  176.     End Sub
  177.     Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
  178.     Friend WithEvents tvCookies As System.Windows.Forms.TreeView
  179.     Friend WithEvents rtbCookies As System.Windows.Forms.RichTextBox
  180.     Friend WithEvents cmCookies As System.Windows.Forms.ContextMenuStrip
  181.     Friend WithEvents mnuDeleteCookie As System.Windows.Forms.ToolStripMenuItem
  182.     Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
  183.     Friend WithEvents btnDeleteALL As System.Windows.Forms.ToolStripButton
  184.     Friend WithEvents Label1 As System.Windows.Forms.Label
  185.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  186.     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
  187.     Friend WithEvents btnDelete As System.Windows.Forms.ToolStripButton
  188. End Class