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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmPhising
  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(frmPhising))
  20.         Me.btnBack = New System.Windows.Forms.Button
  21.         Me.btnIgnore = New System.Windows.Forms.Button
  22.         Me.lbPhishing = New System.Windows.Forms.ListBox
  23.         Me.PictureBox1 = New System.Windows.Forms.PictureBox
  24.         Me.Panel1 = New System.Windows.Forms.Panel
  25.         Me.Splitter1 = New System.Windows.Forms.Splitter
  26.         Me.Label1 = New System.Windows.Forms.Label
  27.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  28.         Me.Panel1.SuspendLayout()
  29.         Me.SuspendLayout()
  30.         '
  31.         'btnBack
  32.         '
  33.         Me.btnBack.Location = New System.Drawing.Point(287, 3)
  34.         Me.btnBack.Name = "btnBack"
  35.         Me.btnBack.Size = New System.Drawing.Size(75, 23)
  36.         Me.btnBack.TabIndex = 0
  37.         Me.btnBack.Text = "后退"
  38.         Me.btnBack.UseVisualStyleBackColor = True
  39.         '
  40.         'btnIgnore
  41.         '
  42.         Me.btnIgnore.Location = New System.Drawing.Point(153, 3)
  43.         Me.btnIgnore.Name = "btnIgnore"
  44.         Me.btnIgnore.Size = New System.Drawing.Size(128, 23)
  45.         Me.btnIgnore.TabIndex = 1
  46.         Me.btnIgnore.Text = "忽略并继续"
  47.         Me.btnIgnore.UseVisualStyleBackColor = True
  48.         '
  49.         'lbPhishing
  50.         '
  51.         Me.lbPhishing.FormattingEnabled = True
  52.         Me.lbPhishing.Location = New System.Drawing.Point(66, 31)
  53.         Me.lbPhishing.Name = "lbPhishing"
  54.         Me.lbPhishing.Size = New System.Drawing.Size(296, 121)
  55.         Me.lbPhishing.TabIndex = 2
  56.         '
  57.         'PictureBox1
  58.         '
  59.         Me.PictureBox1.Image = Global.Ie7Clone.My.Resources.Resources.shield_exc
  60.         Me.PictureBox1.Location = New System.Drawing.Point(12, 31)
  61.         Me.PictureBox1.Name = "PictureBox1"
  62.         Me.PictureBox1.Size = New System.Drawing.Size(48, 48)
  63.         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
  64.         Me.PictureBox1.TabIndex = 3
  65.         Me.PictureBox1.TabStop = False
  66.         '
  67.         'Panel1
  68.         '
  69.         Me.Panel1.Controls.Add(Me.btnBack)
  70.         Me.Panel1.Controls.Add(Me.btnIgnore)
  71.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
  72.         Me.Panel1.Location = New System.Drawing.Point(0, 161)
  73.         Me.Panel1.Name = "Panel1"
  74.         Me.Panel1.Size = New System.Drawing.Size(375, 34)
  75.         Me.Panel1.TabIndex = 4
  76.         '
  77.         'Splitter1
  78.         '
  79.         Me.Splitter1.BackColor = System.Drawing.Color.DimGray
  80.         Me.Splitter1.Dock = System.Windows.Forms.DockStyle.Bottom
  81.         Me.Splitter1.Enabled = False
  82.         Me.Splitter1.Location = New System.Drawing.Point(0, 158)
  83.         Me.Splitter1.Name = "Splitter1"
  84.         Me.Splitter1.Size = New System.Drawing.Size(375, 3)
  85.         Me.Splitter1.TabIndex = 5
  86.         Me.Splitter1.TabStop = False
  87.         '
  88.         'Label1
  89.         '
  90.         Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  91.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  92.         Me.Label1.Name = "Label1"
  93.         Me.Label1.Size = New System.Drawing.Size(350, 19)
  94.         Me.Label1.TabIndex = 6
  95.         Me.Label1.Text = "Phishing Filter has detected potentially harmful content."
  96.         '
  97.         'frmPhising
  98.         '
  99.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  100.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  101.         Me.ClientSize = New System.Drawing.Size(375, 195)
  102.         Me.Controls.Add(Me.Label1)
  103.         Me.Controls.Add(Me.Splitter1)
  104.         Me.Controls.Add(Me.Panel1)
  105.         Me.Controls.Add(Me.PictureBox1)
  106.         Me.Controls.Add(Me.lbPhishing)
  107.         Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  108.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  109.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  110.         Me.MaximizeBox = False
  111.         Me.MinimizeBox = False
  112.         Me.Name = "frmPhising"
  113.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  114.         Me.Text = "Phising Warning"
  115.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  116.         Me.Panel1.ResumeLayout(False)
  117.         Me.ResumeLayout(False)
  118.         Me.PerformLayout()
  119.     End Sub
  120.     Friend WithEvents btnBack As System.Windows.Forms.Button
  121.     Friend WithEvents btnIgnore As System.Windows.Forms.Button
  122.     Friend WithEvents lbPhishing As System.Windows.Forms.ListBox
  123.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  124.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  125.     Friend WithEvents Splitter1 As System.Windows.Forms.Splitter
  126.     Friend WithEvents Label1 As System.Windows.Forms.Label
  127. End Class