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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmAddSearchProvider
  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(frmAddSearchProvider))
  20.         Me.Panel1 = New System.Windows.Forms.Panel
  21.         Me.Label4 = New System.Windows.Forms.Label
  22.         Me.PictureBox2 = New System.Windows.Forms.PictureBox
  23.         Me.PictureBox1 = New System.Windows.Forms.PictureBox
  24.         Me.Label1 = New System.Windows.Forms.Label
  25.         Me.Label2 = New System.Windows.Forms.Label
  26.         Me.lblName = New System.Windows.Forms.Label
  27.         Me.lblFrom = New System.Windows.Forms.Label
  28.         Me.lblFrom1 = New System.Windows.Forms.Label
  29.         Me.chkDefault = New System.Windows.Forms.CheckBox
  30.         Me.btnAdd = New System.Windows.Forms.Button
  31.         Me.btnCancel = New System.Windows.Forms.Button
  32.         Me.Panel1.SuspendLayout()
  33.         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  34.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  35.         Me.SuspendLayout()
  36.         '
  37.         'Panel1
  38.         '
  39.         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  40.         Me.Panel1.Controls.Add(Me.Label4)
  41.         Me.Panel1.Controls.Add(Me.PictureBox2)
  42.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
  43.         Me.Panel1.Location = New System.Drawing.Point(0, 163)
  44.         Me.Panel1.Name = "Panel1"
  45.         Me.Panel1.Size = New System.Drawing.Size(393, 60)
  46.         Me.Panel1.TabIndex = 0
  47.         '
  48.         'Label4
  49.         '
  50.         Me.Label4.AutoSize = True
  51.         Me.Label4.Location = New System.Drawing.Point(65, 7)
  52.         Me.Label4.Name = "Label4"
  53.         Me.Label4.Size = New System.Drawing.Size(257, 26)
  54.         Me.Label4.TabIndex = 7
  55.         Me.Label4.Text = "Search provider names can be misleading. Only add " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "search providers from sites y" & _
  56.             "ou trust."
  57.         '
  58.         'PictureBox2
  59.         '
  60.         Me.PictureBox2.Image = Global.Ie7Clone.My.Resources.Resources.shieldQ
  61.         Me.PictureBox2.Location = New System.Drawing.Point(3, 7)
  62.         Me.PictureBox2.Name = "PictureBox2"
  63.         Me.PictureBox2.Size = New System.Drawing.Size(48, 48)
  64.         Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
  65.         Me.PictureBox2.TabIndex = 2
  66.         Me.PictureBox2.TabStop = False
  67.         '
  68.         'PictureBox1
  69.         '
  70.         Me.PictureBox1.Image = Global.Ie7Clone.My.Resources.Resources.seqarch_lg
  71.         Me.PictureBox1.Location = New System.Drawing.Point(12, 12)
  72.         Me.PictureBox1.Name = "PictureBox1"
  73.         Me.PictureBox1.Size = New System.Drawing.Size(48, 48)
  74.         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
  75.         Me.PictureBox1.TabIndex = 1
  76.         Me.PictureBox1.TabStop = False
  77.         '
  78.         'Label1
  79.         '
  80.         Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  81.         Me.Label1.Location = New System.Drawing.Point(66, 12)
  82.         Me.Label1.Name = "Label1"
  83.         Me.Label1.Size = New System.Drawing.Size(339, 48)
  84.         Me.Label1.TabIndex = 2
  85.         Me.Label1.Text = "Label1"
  86.         '
  87.         'Label2
  88.         '
  89.         Me.Label2.AutoSize = True
  90.         Me.Label2.Location = New System.Drawing.Point(66, 60)
  91.         Me.Label2.Name = "Label2"
  92.         Me.Label2.Size = New System.Drawing.Size(38, 13)
  93.         Me.Label2.TabIndex = 3
  94.         Me.Label2.Text = "Name:"
  95.         '
  96.         'lblName
  97.         '
  98.         Me.lblName.AutoSize = True
  99.         Me.lblName.Location = New System.Drawing.Point(110, 60)
  100.         Me.lblName.Name = "lblName"
  101.         Me.lblName.Size = New System.Drawing.Size(76, 13)
  102.         Me.lblName.TabIndex = 4
  103.         Me.lblName.Text = "Provider name"
  104.         '
  105.         'lblFrom
  106.         '
  107.         Me.lblFrom.AutoSize = True
  108.         Me.lblFrom.Location = New System.Drawing.Point(110, 82)
  109.         Me.lblFrom.Name = "lblFrom"
  110.         Me.lblFrom.Size = New System.Drawing.Size(84, 13)
  111.         Me.lblFrom.TabIndex = 6
  112.         Me.lblFrom.Text = "provider domain"
  113.         '
  114.         'lblFrom1
  115.         '
  116.         Me.lblFrom1.AutoSize = True
  117.         Me.lblFrom1.Location = New System.Drawing.Point(66, 82)
  118.         Me.lblFrom1.Name = "lblFrom1"
  119.         Me.lblFrom1.Size = New System.Drawing.Size(35, 13)
  120.         Me.lblFrom1.TabIndex = 5
  121.         Me.lblFrom1.Text = "From:"
  122.         '
  123.         'chkDefault
  124.         '
  125.         Me.chkDefault.AutoSize = True
  126.         Me.chkDefault.Location = New System.Drawing.Point(69, 112)
  127.         Me.chkDefault.Name = "chkDefault"
  128.         Me.chkDefault.Size = New System.Drawing.Size(203, 17)
  129.         Me.chkDefault.TabIndex = 7
  130.         Me.chkDefault.Text = "Make this my default search provider"
  131.         Me.chkDefault.UseVisualStyleBackColor = True
  132.         '
  133.         'btnAdd
  134.         '
  135.         Me.btnAdd.Location = New System.Drawing.Point(147, 135)
  136.         Me.btnAdd.Name = "btnAdd"
  137.         Me.btnAdd.Size = New System.Drawing.Size(114, 23)
  138.         Me.btnAdd.TabIndex = 8
  139.         Me.btnAdd.Text = "Add Provider"
  140.         Me.btnAdd.UseVisualStyleBackColor = True
  141.         '
  142.         'btnCancel
  143.         '
  144.         Me.btnCancel.Location = New System.Drawing.Point(267, 135)
  145.         Me.btnCancel.Name = "btnCancel"
  146.         Me.btnCancel.Size = New System.Drawing.Size(114, 23)
  147.         Me.btnCancel.TabIndex = 9
  148.         Me.btnCancel.Text = "Cancel"
  149.         Me.btnCancel.UseVisualStyleBackColor = True
  150.         '
  151.         'frmAddSearchProvider
  152.         '
  153.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  154.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  155.         Me.ClientSize = New System.Drawing.Size(393, 223)
  156.         Me.Controls.Add(Me.btnCancel)
  157.         Me.Controls.Add(Me.btnAdd)
  158.         Me.Controls.Add(Me.chkDefault)
  159.         Me.Controls.Add(Me.lblFrom)
  160.         Me.Controls.Add(Me.lblFrom1)
  161.         Me.Controls.Add(Me.lblName)
  162.         Me.Controls.Add(Me.Label2)
  163.         Me.Controls.Add(Me.Label1)
  164.         Me.Controls.Add(Me.PictureBox1)
  165.         Me.Controls.Add(Me.Panel1)
  166.         Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  167.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  168.         Me.MaximizeBox = False
  169.         Me.MinimizeBox = False
  170.         Me.Name = "frmAddSearchProvider"
  171.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  172.         Me.Text = "Add Search Provider"
  173.         Me.Panel1.ResumeLayout(False)
  174.         Me.Panel1.PerformLayout()
  175.         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  176.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  177.         Me.ResumeLayout(False)
  178.         Me.PerformLayout()
  179.     End Sub
  180.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  181.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  182.     Friend WithEvents Label1 As System.Windows.Forms.Label
  183.     Friend WithEvents Label2 As System.Windows.Forms.Label
  184.     Friend WithEvents lblName As System.Windows.Forms.Label
  185.     Friend WithEvents lblFrom As System.Windows.Forms.Label
  186.     Friend WithEvents lblFrom1 As System.Windows.Forms.Label
  187.     Friend WithEvents chkDefault As System.Windows.Forms.CheckBox
  188.     Friend WithEvents btnAdd As System.Windows.Forms.Button
  189.     Friend WithEvents btnCancel As System.Windows.Forms.Button
  190.     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
  191.     Friend WithEvents Label4 As System.Windows.Forms.Label
  192. End Class