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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class TabControl
  3.     Inherits System.Windows.Forms.UserControl
  4.     'UserControl 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.         Me.pnlTop = New System.Windows.Forms.Panel
  21.         Me.pnlControls = New System.Windows.Forms.Panel
  22.         Me.DropButton = New Ie7Clone.ControlButton
  23.         Me.CloseButton = New Ie7Clone.ControlButton
  24.         Me.pnlTabs = New System.Windows.Forms.Panel
  25.         Me.pnlBottom = New System.Windows.Forms.Panel
  26.         Me.WinMenu = New System.Windows.Forms.ContextMenuStrip(Me.components)
  27.         Me.TabToolTip = New System.Windows.Forms.ToolTip(Me.components)
  28.         Me.pnlTop.SuspendLayout()
  29.         Me.pnlControls.SuspendLayout()
  30.         Me.SuspendLayout()
  31.         '
  32.         'pnlTop
  33.         '
  34.         Me.pnlTop.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  35.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  36.         Me.pnlTop.BackColor = System.Drawing.Color.Transparent
  37.         Me.pnlTop.Controls.Add(Me.pnlControls)
  38.         Me.pnlTop.Controls.Add(Me.pnlTabs)
  39.         Me.pnlTop.Location = New System.Drawing.Point(0, 0)
  40.         Me.pnlTop.Name = "pnlTop"
  41.         Me.pnlTop.Size = New System.Drawing.Size(200, 31)
  42.         Me.pnlTop.TabIndex = 6
  43.         '
  44.         'pnlControls
  45.         '
  46.         Me.pnlControls.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  47.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  48.         Me.pnlControls.Controls.Add(Me.DropButton)
  49.         Me.pnlControls.Controls.Add(Me.CloseButton)
  50.         Me.pnlControls.Location = New System.Drawing.Point(175, 0)
  51.         Me.pnlControls.Name = "pnlControls"
  52.         Me.pnlControls.Size = New System.Drawing.Size(25, 30)
  53.         Me.pnlControls.TabIndex = 1
  54.         '
  55.         'DropButton
  56.         '
  57.         Me.DropButton.BackColor = System.Drawing.Color.Transparent
  58.         Me.DropButton.Location = New System.Drawing.Point(4, 8)
  59.         Me.DropButton.Name = "DropButton"
  60.         Me.DropButton.Size = New System.Drawing.Size(17, 15)
  61.         Me.DropButton.Style = ControlButton.ButtonStyle.Drop
  62.         Me.DropButton.TabIndex = 0
  63.         '
  64.         'CloseButton
  65.         '
  66.         Me.CloseButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  67.         Me.CloseButton.BackColor = System.Drawing.Color.Transparent
  68.         Me.CloseButton.Location = New System.Drawing.Point(4, 8)
  69.         Me.CloseButton.Name = "CloseButton"
  70.         Me.CloseButton.Size = New System.Drawing.Size(17, 15)
  71.         Me.CloseButton.Style = ControlButton.ButtonStyle.Close
  72.         Me.CloseButton.TabIndex = 0
  73.         Me.CloseButton.Visible = False
  74.         '
  75.         'pnlTabs
  76.         '
  77.         Me.pnlTabs.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  78.         Me.pnlTabs.BackColor = System.Drawing.Color.Transparent
  79.         Me.pnlTabs.Location = New System.Drawing.Point(0, 3)
  80.         Me.pnlTabs.Name = "pnlTabs"
  81.         Me.pnlTabs.Size = New System.Drawing.Size(200, 28)
  82.         Me.pnlTabs.TabIndex = 0
  83.         '
  84.         'pnlBottom
  85.         '
  86.         Me.pnlBottom.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  87.                     Or System.Windows.Forms.AnchorStyles.Left) _
  88.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  89.         Me.pnlBottom.Location = New System.Drawing.Point(0, 31)
  90.         Me.pnlBottom.Name = "pnlBottom"
  91.         Me.pnlBottom.Size = New System.Drawing.Size(200, 99)
  92.         Me.pnlBottom.TabIndex = 7
  93.         '
  94.         'WinMenu
  95.         '
  96.         Me.WinMenu.Name = "WinMenu"
  97.         Me.WinMenu.Size = New System.Drawing.Size(153, 26)
  98.         '
  99.         'TabControl
  100.         '
  101.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
  102.         Me.Controls.Add(Me.pnlTop)
  103.         Me.Controls.Add(Me.pnlBottom)
  104.         Me.Name = "TabControl"
  105.         Me.Size = New System.Drawing.Size(200, 130)
  106.         Me.pnlTop.ResumeLayout(False)
  107.         Me.pnlControls.ResumeLayout(False)
  108.         Me.ResumeLayout(False)
  109.     End Sub
  110.     Friend WithEvents pnlTop As System.Windows.Forms.Panel
  111.     Friend WithEvents pnlTabs As System.Windows.Forms.Panel
  112.     Friend WithEvents pnlBottom As System.Windows.Forms.Panel
  113.     Friend WithEvents WinMenu As System.Windows.Forms.ContextMenuStrip
  114.     Friend WithEvents DropButton As Ie7Clone.ControlButton
  115.     Friend WithEvents TabToolTip As System.Windows.Forms.ToolTip
  116.     Friend WithEvents CloseButton As Ie7Clone.ControlButton
  117.     Friend WithEvents pnlControls As System.Windows.Forms.Panel
  118. End Class