Mini Kabibi Habibi
Imports Microsoft.VisualBasic
Imports System
Namespace DevExpress.XtraNavBar.Demos
Public Partial Class frmMain
''' <summary>
''' Clean up any resources being used.
''' </summary>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
#Region "Designer generated code"
''' <summary>
''' Required method for Designer support - do not modify
''' the contents of this method with the code editor.
''' </summary>
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
Me.lbcTutorials = New DevExpress.XtraEditors.ListBoxControl()
Me.groupControl1 = New DevExpress.XtraEditors.GroupControl()
Me.lbcDemos = New DevExpress.XtraEditors.ListBoxControl()
Me.splitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl()
CType(Me.barManager1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnlCaption.SuspendLayout()
CType(Me.gcNavigations, System.ComponentModel.ISupportInitialize).BeginInit()
Me.gcNavigations.SuspendLayout()
CType(Me.gcContainer, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.horzSplitter, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.gcDescription, System.ComponentModel.ISupportInitialize).BeginInit()
Me.gcDescription.SuspendLayout()
CType(Me.pcMain, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pcMain.SuspendLayout()
CType(Me.lbcTutorials, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.groupControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.groupControl1.SuspendLayout()
CType(Me.lbcDemos, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.splitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.splitContainerControl1.SuspendLayout()
Me.SuspendLayout()
'
'btnWhatsThis
'
Me.btnWhatsThis.Location = New System.Drawing.Point(640, 9)
Me.btnWhatsThis.Size = New System.Drawing.Size(96, 37)
'
'btnAbout
'
Me.btnAbout.Location = New System.Drawing.Point(260, 9)
'
'pnlHint
'
Me.pnlHint.Size = New System.Drawing.Size(706, 33)
'
'pnlCaption
'
Me.pnlCaption.Font = New System.Drawing.Font("Tahoma", 23.0!)
Me.pnlCaption.Location = New System.Drawing.Point(168, 22)
Me.pnlCaption.Size = New System.Drawing.Size(736, 59)
'
'gcNavigations
'
Me.gcNavigations.CaptionLocation = DevExpress.Utils.Locations.Top
Me.gcNavigations.Controls.Add(Me.lbcTutorials)
Me.gcNavigations.Dock = System.Windows.Forms.DockStyle.None
Me.gcNavigations.Location = New System.Drawing.Point(192, 120)
Me.gcNavigations.Size = New System.Drawing.Size(204, 336)
Me.gcNavigations.Text = "Tutorials:"
Me.gcNavigations.Controls.SetChildIndex(Me.lbcTutorials, 0)
'
'gcContainer
'
Me.gcContainer.Location = New System.Drawing.Point(13, 13)
Me.gcContainer.Size = New System.Drawing.Size(710, 482)
'
'horzSplitter
'
Me.horzSplitter.Location = New System.Drawing.Point(13, 495)
Me.horzSplitter.Size = New System.Drawing.Size(710, 12)
'
'gcDescription
'
Me.gcDescription.Appearance.BackColor = System.Drawing.Color.Transparent
Me.gcDescription.Appearance.Options.UseBackColor = True
Me.gcDescription.Location = New System.Drawing.Point(13, 507)
Me.gcDescription.Size = New System.Drawing.Size(710, 37)
'
'pcMain
'
Me.pcMain.Location = New System.Drawing.Point(168, 81)
Me.pcMain.Padding = New System.Windows.Forms.Padding(13)
Me.pcMain.Size = New System.Drawing.Size(736, 557)
'
'lbcTutorials
'
Me.lbcTutorials.Dock = System.Windows.Forms.DockStyle.Fill
Me.lbcTutorials.ItemHeight = 16
Me.lbcTutorials.Location = New System.Drawing.Point(2, 21)
Me.lbcTutorials.Name = "lbcTutorials"
Me.lbcTutorials.Size = New System.Drawing.Size(200, 313)
Me.lbcTutorials.TabIndex = 0
'
'groupControl1
'
Me.groupControl1.Controls.Add(Me.lbcDemos)
Me.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.groupControl1.Location = New System.Drawing.Point(0, 0)
Me.groupControl1.Name = "groupControl1"
Me.groupControl1.Size = New System.Drawing.Size(168, 334)
Me.groupControl1.TabIndex = 9
Me.groupControl1.Text = "Demos:"
'
'lbcDemos
'
Me.lbcDemos.Dock = System.Windows.Forms.DockStyle.Fill
Me.lbcDemos.ItemHeight = 16
Me.lbcDemos.Location = New System.Drawing.Point(2, 21)
Me.lbcDemos.Name = "lbcDemos"
Me.lbcDemos.Size = New System.Drawing.Size(164, 311)
Me.lbcDemos.TabIndex = 1
'
'splitContainerControl1
'
Me.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Left
Me.splitContainerControl1.Horizontal = False
Me.splitContainerControl1.Location = New System.Drawing.Point(0, 22)
Me.splitContainerControl1.Name = "splitContainerControl1"
Me.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1"
Me.splitContainerControl1.Panel2.Controls.Add(Me.groupControl1)
Me.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2"
Me.splitContainerControl1.Size = New System.Drawing.Size(168, 616)
Me.splitContainerControl1.SplitterPosition = 277
Me.splitContainerControl1.TabIndex = 10
Me.splitContainerControl1.Text = "splitContainerControl1"
'
'frmMain
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 14)
Me.ClientSize = New System.Drawing.Size(904, 638)
Me.Controls.Add(Me.splitContainerControl1)
Me.HintVisible = False
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmMain"
Me.Text = "NavBar Demos & Tutorials (VB code)"
Me.TutorialInfo.AboutFile = Nothing
Me.TutorialInfo.ImagePatternFill = CType(resources.GetObject("frmMain.TutorialInfo.ImagePatternFill"), System.Drawing.Image)
Me.TutorialInfo.ImageWhatsThisButton = CType(resources.GetObject("frmMain.TutorialInfo.ImageWhatsThisButton"), System.Drawing.Image)
Me.TutorialInfo.ImageWhatsThisButtonStop = CType(resources.GetObject("frmMain.TutorialInfo.ImageWhatsThisButtonStop"), System.Drawing.Image)
Me.TutorialInfo.SourceFileComment = "'"
Me.TutorialInfo.SourceFileType = DevExpress.Tutorials.SourceFileType.VB
Me.Controls.SetChildIndex(Me.splitContainerControl1, 0)
Me.Controls.SetChildIndex(Me.gcNavigations, 0)
Me.Controls.SetChildIndex(Me.pnlCaption, 0)
Me.Controls.SetChildIndex(Me.pcMain, 0)
CType(Me.barManager1, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnlCaption.ResumeLayout(False)
CType(Me.gcNavigations, System.ComponentModel.ISupportInitialize).EndInit()
Me.gcNavigations.ResumeLayout(False)
CType(Me.gcContainer, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.horzSplitter, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.gcDescription, System.ComponentModel.ISupportInitialize).EndInit()
Me.gcDescription.ResumeLayout(False)
CType(Me.pcMain, System.ComponentModel.ISupportInitialize).EndInit()
Me.pcMain.ResumeLayout(False)
CType(Me.lbcTutorials, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.groupControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.groupControl1.ResumeLayout(False)
CType(Me.lbcDemos, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.splitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.splitContainerControl1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
#End Region
Private WithEvents lbcTutorials As DevExpress.XtraEditors.ListBoxControl
Private groupControl1 As DevExpress.XtraEditors.GroupControl
Private WithEvents lbcDemos As DevExpress.XtraEditors.ListBoxControl
Private splitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl
Private components As System.ComponentModel.IContainer = Nothing
End Class
End Namespace