177 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
			
		
		
	
	
			177 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
| <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
 | |
| Partial Class $safeitemrootname$
 | |
|     Inherits DevComponents.DotNetBar.Controls.TabParentForm
 | |
| 
 | |
|     'Form overrides dispose to clean up the component list.
 | |
|     <System.Diagnostics.DebuggerNonUserCode()> _
 | |
|     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
 | |
|         Try
 | |
|             If disposing AndAlso components IsNot Nothing Then
 | |
|                 components.Dispose()
 | |
|             End If
 | |
|         Finally
 | |
|             MyBase.Dispose(disposing)
 | |
|         End Try
 | |
|     End Sub
 | |
| 
 | |
|     'Required by the Windows Form Designer
 | |
|     Private components As System.ComponentModel.IContainer
 | |
| 
 | |
|     'NOTE: The following procedure is required by the Windows Form Designer
 | |
|     'It can be modified using the Windows Form Designer.  
 | |
|     'Do not modify it using the code editor.
 | |
|     <System.Diagnostics.DebuggerStepThrough()> _
 | |
|     Private Sub InitializeComponent()
 | |
|         Me.TabFormControl1 = New DevComponents.DotNetBar.Controls.TabFormControl()
 | |
|         Me.TabFormPanel1 = New DevComponents.DotNetBar.Controls.TabFormPanel()
 | |
|         Me.TabFormPanel2 = New DevComponents.DotNetBar.Controls.TabFormPanel()
 | |
|         Me.TabFormItem1 = New DevComponents.DotNetBar.Controls.TabFormItem()
 | |
|         Me.TabFormItem2 = New DevComponents.DotNetBar.Controls.TabFormItem()
 | |
|         Me.Label1 = New System.Windows.Forms.Label()
 | |
|         Me.Label2 = New System.Windows.Forms.Label()
 | |
|         Me.TabFormControl1.SuspendLayout
 | |
|         Me.TabFormPanel1.SuspendLayout
 | |
|         Me.TabFormPanel2.SuspendLayout
 | |
|         Me.SuspendLayout
 | |
|         '
 | |
|         'TabFormControl1
 | |
|         '
 | |
|         Me.TabFormControl1.BackColor = System.Drawing.Color.White
 | |
|         '
 | |
|         '
 | |
|         '
 | |
|         Me.TabFormControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
 | |
|         Me.TabFormControl1.Controls.Add(Me.TabFormPanel1)
 | |
|         Me.TabFormControl1.Controls.Add(Me.TabFormPanel2)
 | |
|         Me.TabFormControl1.Dock = System.Windows.Forms.DockStyle.Fill
 | |
|         Me.TabFormControl1.ForeColor = System.Drawing.Color.Black
 | |
|         Me.TabFormControl1.Items.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.TabFormItem1, Me.TabFormItem2})
 | |
|         Me.TabFormControl1.Location = New System.Drawing.Point(1, 1)
 | |
|         Me.TabFormControl1.Name = "TabFormControl1"
 | |
|         Me.TabFormControl1.Size = New System.Drawing.Size(444, 311)
 | |
|         Me.TabFormControl1.SystemText.MaximizeRibbonText = "Maximize the Ribbon"
 | |
|         Me.TabFormControl1.SystemText.MinimizeRibbonText = "Minimize the Ribbon"
 | |
|         Me.TabFormControl1.SystemText.QatAddItemText = "Add to Quick Access Toolbar"
 | |
|         Me.TabFormControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>"
 | |
|         Me.TabFormControl1.SystemText.QatCustomizeText = "Customize Quick Access Toolbar..."
 | |
|         Me.TabFormControl1.SystemText.QatDialogAddButton = "Add >>"
 | |
|         Me.TabFormControl1.SystemText.QatDialogCancelButton = "Cancel"
 | |
|         Me.TabFormControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar"
 | |
|         Me.TabFormControl1.SystemText.QatDialogCategoriesLabel = "Choose commands from:"
 | |
|         Me.TabFormControl1.SystemText.QatDialogOkButton = "OK"
 | |
|         Me.TabFormControl1.SystemText.QatDialogPlacementCheckbox = "Place Quick Access Toolbar below the Ribbon"
 | |
|         Me.TabFormControl1.SystemText.QatDialogRemoveButton = "Remove"
 | |
|         Me.TabFormControl1.SystemText.QatPlaceAboveRibbonText = "Place Quick Access Toolbar above the Ribbon"
 | |
|         Me.TabFormControl1.SystemText.QatPlaceBelowRibbonText = "Place Quick Access Toolbar below the Ribbon"
 | |
|         Me.TabFormControl1.SystemText.QatRemoveItemText = "Remove from Quick Access Toolbar"
 | |
|         Me.TabFormControl1.TabIndex = 0
 | |
|         Me.TabFormControl1.TabStripFont = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
 | |
|         Me.TabFormControl1.Text = "TabFormControl1"
 | |
|         '
 | |
|         'TabFormPanel1
 | |
|         '
 | |
|         Me.TabFormPanel1.Controls.Add(Me.Label1)
 | |
|         Me.TabFormPanel1.Dock = System.Windows.Forms.DockStyle.Fill
 | |
|         Me.TabFormPanel1.Location = New System.Drawing.Point(0, 28)
 | |
|         Me.TabFormPanel1.Name = "TabFormPanel1"
 | |
|         Me.TabFormPanel1.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
 | |
|         Me.TabFormPanel1.Size = New System.Drawing.Size(444, 283)
 | |
|         '
 | |
|         '
 | |
|         '
 | |
|         Me.TabFormPanel1.Style.Class = "TabFormPanel"
 | |
|         Me.TabFormPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
 | |
|         '
 | |
|         '
 | |
|         '
 | |
|         Me.TabFormPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
 | |
|         '
 | |
|         '
 | |
|         '
 | |
|         Me.TabFormPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
 | |
|         Me.TabFormPanel1.TabIndex = 1
 | |
|         '
 | |
|         'TabFormPanel2
 | |
|         '
 | |
|         Me.TabFormPanel2.Controls.Add(Me.Label2)
 | |
|         Me.TabFormPanel2.Dock = System.Windows.Forms.DockStyle.Fill
 | |
|         Me.TabFormPanel2.Location = New System.Drawing.Point(0, 28)
 | |
|         Me.TabFormPanel2.Name = "TabFormPanel2"
 | |
|         Me.TabFormPanel2.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
 | |
|         Me.TabFormPanel2.Size = New System.Drawing.Size(444, 283)
 | |
|         '
 | |
|         '
 | |
|         '
 | |
|         Me.TabFormPanel2.Style.Class = "TabFormPanel"
 | |
|         Me.TabFormPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square
 | |
|         '
 | |
|         '
 | |
|         '
 | |
|         Me.TabFormPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square
 | |
|         '
 | |
|         '
 | |
|         '
 | |
|         Me.TabFormPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square
 | |
|         Me.TabFormPanel2.TabIndex = 2
 | |
|         Me.TabFormPanel2.Visible = false
 | |
|         '
 | |
|         'TabFormItem1
 | |
|         '
 | |
|         Me.TabFormItem1.Checked = true
 | |
|         Me.TabFormItem1.Name = "TabFormItem1"
 | |
|         Me.TabFormItem1.Panel = Me.TabFormPanel1
 | |
|         Me.TabFormItem1.Text = "Document 1"
 | |
|         '
 | |
|         'TabFormItem2
 | |
|         '
 | |
|         Me.TabFormItem2.Name = "TabFormItem2"
 | |
|         Me.TabFormItem2.Panel = Me.TabFormPanel2
 | |
|         Me.TabFormItem2.Text = "Document 2"
 | |
|         '
 | |
|         'Label1
 | |
|         '
 | |
|         Me.Label1.AutoSize = true
 | |
|         Me.Label1.BackColor = System.Drawing.Color.Transparent
 | |
|         Me.Label1.Location = New System.Drawing.Point(155, 127)
 | |
|         Me.Label1.Name = "Label1"
 | |
|         Me.Label1.Size = New System.Drawing.Size(101, 13)
 | |
|         Me.Label1.TabIndex = 0
 | |
|         Me.Label1.Text = "Your content here..."
 | |
|         '
 | |
|         'Label2
 | |
|         '
 | |
|         Me.Label2.AutoSize = true
 | |
|         Me.Label2.BackColor = System.Drawing.Color.Transparent
 | |
|         Me.Label2.Location = New System.Drawing.Point(172, 135)
 | |
|         Me.Label2.Name = "Label2"
 | |
|         Me.Label2.Size = New System.Drawing.Size(101, 13)
 | |
|         Me.Label2.TabIndex = 1
 | |
|         Me.Label2.Text = "Your content here..."
 | |
|         '
 | |
|         '$safeitemrootname$
 | |
|         '
 | |
|         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
 | |
|         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
 | |
|         Me.ClientSize = New System.Drawing.Size(446, 313)
 | |
|         Me.Controls.Add(Me.TabFormControl1)
 | |
|         Me.Name = "$safeitemrootname$"
 | |
|         Me.Text = "DotNetBar Tabbed Form"
 | |
|         Me.TabFormControl1.ResumeLayout(false)
 | |
|         Me.TabFormControl1.PerformLayout
 | |
|         Me.TabFormPanel1.ResumeLayout(false)
 | |
|         Me.TabFormPanel1.PerformLayout
 | |
|         Me.TabFormPanel2.ResumeLayout(false)
 | |
|         Me.TabFormPanel2.PerformLayout
 | |
|         Me.ResumeLayout(false)
 | |
| 
 | |
|     End Sub
 | |
|     Friend WithEvents TabFormControl1 As DevComponents.DotNetBar.Controls.TabFormControl
 | |
|     Friend WithEvents TabFormPanel1 As DevComponents.DotNetBar.Controls.TabFormPanel
 | |
|     Friend WithEvents TabFormPanel2 As DevComponents.DotNetBar.Controls.TabFormPanel
 | |
|     Friend WithEvents TabFormItem1 As DevComponents.DotNetBar.Controls.TabFormItem
 | |
|     Friend WithEvents TabFormItem2 As DevComponents.DotNetBar.Controls.TabFormItem
 | |
|     Friend WithEvents Label1 As System.Windows.Forms.Label
 | |
|     Friend WithEvents Label2 As System.Windows.Forms.Label
 | |
| 
 | |
| End Class
 |