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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmSecInfo
  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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSecInfo))
  20.         Me.btnClose = New System.Windows.Forms.Button
  21.         Me.ListBox1 = New System.Windows.Forms.ListBox
  22.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  23.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  24.         Me.txtCookie = New System.Windows.Forms.TextBox
  25.         Me.lbCookies = New System.Windows.Forms.LinkLabel
  26.         Me.GroupBox1.SuspendLayout()
  27.         Me.GroupBox2.SuspendLayout()
  28.         Me.SuspendLayout()
  29.         '
  30.         'btnClose
  31.         '
  32.         Me.btnClose.Location = New System.Drawing.Point(456, 328)
  33.         Me.btnClose.Name = "btnClose"
  34.         Me.btnClose.Size = New System.Drawing.Size(75, 23)
  35.         Me.btnClose.TabIndex = 0
  36.         Me.btnClose.Text = "关闭"
  37.         Me.btnClose.UseVisualStyleBackColor = True
  38.         '
  39.         'ListBox1
  40.         '
  41.         Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
  42.         Me.ListBox1.FormattingEnabled = True
  43.         Me.ListBox1.Location = New System.Drawing.Point(3, 17)
  44.         Me.ListBox1.Name = "ListBox1"
  45.         Me.ListBox1.Size = New System.Drawing.Size(527, 199)
  46.         Me.ListBox1.TabIndex = 1
  47.         '
  48.         'GroupBox1
  49.         '
  50.         Me.GroupBox1.Controls.Add(Me.ListBox1)
  51.         Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
  52.         Me.GroupBox1.Location = New System.Drawing.Point(5, 5)
  53.         Me.GroupBox1.Name = "GroupBox1"
  54.         Me.GroupBox1.Size = New System.Drawing.Size(533, 222)
  55.         Me.GroupBox1.TabIndex = 3
  56.         Me.GroupBox1.TabStop = False
  57.         Me.GroupBox1.Text = "Links on this page"
  58.         '
  59.         'GroupBox2
  60.         '
  61.         Me.GroupBox2.Controls.Add(Me.txtCookie)
  62.         Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top
  63.         Me.GroupBox2.Location = New System.Drawing.Point(5, 227)
  64.         Me.GroupBox2.Name = "GroupBox2"
  65.         Me.GroupBox2.Size = New System.Drawing.Size(533, 100)
  66.         Me.GroupBox2.TabIndex = 4
  67.         Me.GroupBox2.TabStop = False
  68.         Me.GroupBox2.Text = "Cookie Information"
  69.         '
  70.         'txtCookie
  71.         '
  72.         Me.txtCookie.BackColor = System.Drawing.Color.White
  73.         Me.txtCookie.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  74.         Me.txtCookie.Dock = System.Windows.Forms.DockStyle.Fill
  75.         Me.txtCookie.Enabled = False
  76.         Me.txtCookie.Location = New System.Drawing.Point(3, 17)
  77.         Me.txtCookie.Multiline = True
  78.         Me.txtCookie.Name = "txtCookie"
  79.         Me.txtCookie.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal
  80.         Me.txtCookie.Size = New System.Drawing.Size(527, 80)
  81.         Me.txtCookie.TabIndex = 0
  82.         '
  83.         'lbCookies
  84.         '
  85.         Me.lbCookies.AutoSize = True
  86.         Me.lbCookies.Location = New System.Drawing.Point(8, 333)
  87.         Me.lbCookies.Name = "lbCookies"
  88.         Me.lbCookies.Size = New System.Drawing.Size(130, 13)
  89.         Me.lbCookies.TabIndex = 5
  90.         Me.lbCookies.TabStop = True
  91.         Me.lbCookies.Text = "Learn more about cookies"
  92.         '
  93.         'frmSecInfo
  94.         '
  95.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  96.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  97.         Me.ClientSize = New System.Drawing.Size(543, 357)
  98.         Me.Controls.Add(Me.lbCookies)
  99.         Me.Controls.Add(Me.GroupBox2)
  100.         Me.Controls.Add(Me.GroupBox1)
  101.         Me.Controls.Add(Me.btnClose)
  102.         Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  103.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  104.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  105.         Me.MaximizeBox = False
  106.         Me.MinimizeBox = False
  107.         Me.Name = "frmSecInfo"
  108.         Me.Padding = New System.Windows.Forms.Padding(5)
  109.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  110.         Me.Text = "Security Info"
  111.         Me.GroupBox1.ResumeLayout(False)
  112.         Me.GroupBox2.ResumeLayout(False)
  113.         Me.GroupBox2.PerformLayout()
  114.         Me.ResumeLayout(False)
  115.         Me.PerformLayout()
  116.     End Sub
  117.     Friend WithEvents btnClose As System.Windows.Forms.Button
  118.     Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  119.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  120.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  121.     Friend WithEvents lbCookies As System.Windows.Forms.LinkLabel
  122.     Friend WithEvents txtCookie As System.Windows.Forms.TextBox
  123. End Class