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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 新朋友
  3.     Inherits System.Windows.Forms.Form
  4.     'Form 重写 Dispose,以清理组件列表。
  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.     'Windows 窗体设计器所必需的
  13.     Private components As System.ComponentModel.IContainer
  14.     '注意: 以下过程是 Windows 窗体设计器所必需的
  15.     '可以使用 Windows 窗体设计器修改它。
  16.     '不要使用代码编辑器修改它。
  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(新朋友))
  21.         Me.TabControl1 = New DevComponents.DotNetBar.TabControl
  22.         Me.TabItem1 = New DevComponents.DotNetBar.TabItem(Me.components)
  23.         Me.TabControlPanel1 = New DevComponents.DotNetBar.TabControlPanel
  24.         Me.TabItem2 = New DevComponents.DotNetBar.TabItem(Me.components)
  25.         Me.TabControlPanel2 = New DevComponents.DotNetBar.TabControlPanel
  26.         Me.PictureBox1 = New System.Windows.Forms.PictureBox
  27.         Me.PictureBox2 = New System.Windows.Forms.PictureBox
  28.         Me.TabItem3 = New DevComponents.DotNetBar.TabItem(Me.components)
  29.         Me.TabControlPanel3 = New DevComponents.DotNetBar.TabControlPanel
  30.         Me.PictureBox3 = New System.Windows.Forms.PictureBox
  31.         Me.PictureBox4 = New System.Windows.Forms.PictureBox
  32.         Me.PictureBox5 = New System.Windows.Forms.PictureBox
  33.         CType(Me.TabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
  34.         Me.TabControl1.SuspendLayout()
  35.         Me.TabControlPanel1.SuspendLayout()
  36.         Me.TabControlPanel2.SuspendLayout()
  37.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  38.         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  39.         Me.TabControlPanel3.SuspendLayout()
  40.         CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
  41.         CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
  42.         CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
  43.         Me.SuspendLayout()
  44.         '
  45.         'TabControl1
  46.         '
  47.         Me.TabControl1.CanReorderTabs = True
  48.         Me.TabControl1.Controls.Add(Me.TabControlPanel3)
  49.         Me.TabControl1.Controls.Add(Me.TabControlPanel2)
  50.         Me.TabControl1.Controls.Add(Me.TabControlPanel1)
  51.         Me.TabControl1.Location = New System.Drawing.Point(0, -2)
  52.         Me.TabControl1.Name = "TabControl1"
  53.         Me.TabControl1.SelectedTabFont = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold)
  54.         Me.TabControl1.SelectedTabIndex = 2
  55.         Me.TabControl1.Size = New System.Drawing.Size(568, 756)
  56.         Me.TabControl1.TabIndex = 0
  57.         Me.TabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox
  58.         Me.TabControl1.Tabs.Add(Me.TabItem1)
  59.         Me.TabControl1.Tabs.Add(Me.TabItem2)
  60.         Me.TabControl1.Tabs.Add(Me.TabItem3)
  61.         Me.TabControl1.Text = "TabControl1"
  62.         '
  63.         'TabItem1
  64.         '
  65.         Me.TabItem1.AttachedControl = Me.TabControlPanel1
  66.         Me.TabItem1.Name = "TabItem1"
  67.         Me.TabItem1.Text = "漂亮吗???"
  68.         '
  69.         'TabControlPanel1
  70.         '
  71.         Me.TabControlPanel1.Controls.Add(Me.PictureBox1)
  72.         Me.TabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill
  73.         Me.TabControlPanel1.Location = New System.Drawing.Point(0, 26)
  74.         Me.TabControlPanel1.Name = "TabControlPanel1"
  75.         Me.TabControlPanel1.Padding = New System.Windows.Forms.Padding(1)
  76.         Me.TabControlPanel1.Size = New System.Drawing.Size(568, 730)
  77.         Me.TabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(CType(CType(144, Byte), Integer), CType(CType(156, Byte), Integer), CType(CType(187, Byte), Integer))
  78.         Me.TabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(CType(CType(230, Byte), Integer), CType(CType(233, Byte), Integer), CType(CType(240, Byte), Integer))
  79.         Me.TabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine
  80.         Me.TabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark
  81.         Me.TabControlPanel1.Style.BorderSide = CType(((DevComponents.DotNetBar.eBorderSide.Left Or DevComponents.DotNetBar.eBorderSide.Right) _
  82.                     Or DevComponents.DotNetBar.eBorderSide.Bottom), DevComponents.DotNetBar.eBorderSide)
  83.         Me.TabControlPanel1.Style.GradientAngle = 90
  84.         Me.TabControlPanel1.TabIndex = 1
  85.         Me.TabControlPanel1.TabItem = Me.TabItem1
  86.         '
  87.         'TabItem2
  88.         '
  89.         Me.TabItem2.AttachedControl = Me.TabControlPanel2
  90.         Me.TabItem2.Name = "TabItem2"
  91.         Me.TabItem2.Text = "还行吧????"
  92.         '
  93.         'TabControlPanel2
  94.         '
  95.         Me.TabControlPanel2.Controls.Add(Me.PictureBox2)
  96.         Me.TabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill
  97.         Me.TabControlPanel2.Location = New System.Drawing.Point(0, 26)
  98.         Me.TabControlPanel2.Name = "TabControlPanel2"
  99.         Me.TabControlPanel2.Padding = New System.Windows.Forms.Padding(1)
  100.         Me.TabControlPanel2.Size = New System.Drawing.Size(568, 730)
  101.         Me.TabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(CType(CType(144, Byte), Integer), CType(CType(156, Byte), Integer), CType(CType(187, Byte), Integer))
  102.         Me.TabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(CType(CType(230, Byte), Integer), CType(CType(233, Byte), Integer), CType(CType(240, Byte), Integer))
  103.         Me.TabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine
  104.         Me.TabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark
  105.         Me.TabControlPanel2.Style.BorderSide = CType(((DevComponents.DotNetBar.eBorderSide.Left Or DevComponents.DotNetBar.eBorderSide.Right) _
  106.                     Or DevComponents.DotNetBar.eBorderSide.Bottom), DevComponents.DotNetBar.eBorderSide)
  107.         Me.TabControlPanel2.Style.GradientAngle = 90
  108.         Me.TabControlPanel2.TabIndex = 2
  109.         Me.TabControlPanel2.TabItem = Me.TabItem2
  110.         '
  111.         'PictureBox1
  112.         '
  113.         Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
  114.         Me.PictureBox1.Location = New System.Drawing.Point(0, 0)
  115.         Me.PictureBox1.Name = "PictureBox1"
  116.         Me.PictureBox1.Size = New System.Drawing.Size(568, 726)
  117.         Me.PictureBox1.TabIndex = 0
  118.         Me.PictureBox1.TabStop = False
  119.         '
  120.         'PictureBox2
  121.         '
  122.         Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
  123.         Me.PictureBox2.Location = New System.Drawing.Point(0, 0)
  124.         Me.PictureBox2.Name = "PictureBox2"
  125.         Me.PictureBox2.Size = New System.Drawing.Size(565, 727)
  126.         Me.PictureBox2.TabIndex = 0
  127.         Me.PictureBox2.TabStop = False
  128.         '
  129.         'TabItem3
  130.         '
  131.         Me.TabItem3.AttachedControl = Me.TabControlPanel3
  132.         Me.TabItem3.Name = "TabItem3"
  133.         Me.TabItem3.Text = "最爱"
  134.         '
  135.         'TabControlPanel3
  136.         '
  137.         Me.TabControlPanel3.Controls.Add(Me.PictureBox5)
  138.         Me.TabControlPanel3.Controls.Add(Me.PictureBox4)
  139.         Me.TabControlPanel3.Controls.Add(Me.PictureBox3)
  140.         Me.TabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill
  141.         Me.TabControlPanel3.Location = New System.Drawing.Point(0, 26)
  142.         Me.TabControlPanel3.Name = "TabControlPanel3"
  143.         Me.TabControlPanel3.Padding = New System.Windows.Forms.Padding(1)
  144.         Me.TabControlPanel3.Size = New System.Drawing.Size(568, 730)
  145.         Me.TabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(CType(CType(144, Byte), Integer), CType(CType(156, Byte), Integer), CType(CType(187, Byte), Integer))
  146.         Me.TabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(CType(CType(230, Byte), Integer), CType(CType(233, Byte), Integer), CType(CType(240, Byte), Integer))
  147.         Me.TabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine
  148.         Me.TabControlPanel3.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark
  149.         Me.TabControlPanel3.Style.BorderSide = CType(((DevComponents.DotNetBar.eBorderSide.Left Or DevComponents.DotNetBar.eBorderSide.Right) _
  150.                     Or DevComponents.DotNetBar.eBorderSide.Bottom), DevComponents.DotNetBar.eBorderSide)
  151.         Me.TabControlPanel3.Style.GradientAngle = 90
  152.         Me.TabControlPanel3.TabIndex = 3
  153.         Me.TabControlPanel3.TabItem = Me.TabItem3
  154.         Me.TabControlPanel3.Text = "人民币"
  155.         '
  156.         'PictureBox3
  157.         '
  158.         Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
  159.         Me.PictureBox3.Location = New System.Drawing.Point(51, 14)
  160.         Me.PictureBox3.Name = "PictureBox3"
  161.         Me.PictureBox3.Size = New System.Drawing.Size(449, 226)
  162.         Me.PictureBox3.TabIndex = 0
  163.         Me.PictureBox3.TabStop = False
  164.         '
  165.         'PictureBox4
  166.         '
  167.         Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image)
  168.         Me.PictureBox4.Location = New System.Drawing.Point(51, 246)
  169.         Me.PictureBox4.Name = "PictureBox4"
  170.         Me.PictureBox4.Size = New System.Drawing.Size(449, 238)
  171.         Me.PictureBox4.TabIndex = 1
  172.         Me.PictureBox4.TabStop = False
  173.         '
  174.         'PictureBox5
  175.         '
  176.         Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image)
  177.         Me.PictureBox5.Location = New System.Drawing.Point(7, 490)
  178.         Me.PictureBox5.Name = "PictureBox5"
  179.         Me.PictureBox5.Size = New System.Drawing.Size(550, 236)
  180.         Me.PictureBox5.TabIndex = 2
  181.         Me.PictureBox5.TabStop = False
  182.         '
  183.         '新朋友
  184.         '
  185.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  186.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  187.         Me.ClientSize = New System.Drawing.Size(566, 753)
  188.         Me.Controls.Add(Me.TabControl1)
  189.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
  190.         Me.Name = "新朋友"
  191.         Me.Text = "新朋友"
  192.         CType(Me.TabControl1, System.ComponentModel.ISupportInitialize).EndInit()
  193.         Me.TabControl1.ResumeLayout(False)
  194.         Me.TabControlPanel1.ResumeLayout(False)
  195.         Me.TabControlPanel2.ResumeLayout(False)
  196.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  197.         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  198.         Me.TabControlPanel3.ResumeLayout(False)
  199.         CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
  200.         CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
  201.         CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
  202.         Me.ResumeLayout(False)
  203.     End Sub
  204.     Friend WithEvents TabControl1 As DevComponents.DotNetBar.TabControl
  205.     Friend WithEvents TabControlPanel1 As DevComponents.DotNetBar.TabControlPanel
  206.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  207.     Friend WithEvents TabItem1 As DevComponents.DotNetBar.TabItem
  208.     Friend WithEvents TabControlPanel2 As DevComponents.DotNetBar.TabControlPanel
  209.     Friend WithEvents TabItem2 As DevComponents.DotNetBar.TabItem
  210.     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
  211.     Friend WithEvents TabControlPanel3 As DevComponents.DotNetBar.TabControlPanel
  212.     Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox
  213.     Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox
  214.     Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
  215.     Friend WithEvents TabItem3 As DevComponents.DotNetBar.TabItem
  216. End Class