Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/NavBarMainDemo/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/NavBarMainDemo/frmMain.Designer.cs

namespace DevExpress.XtraNavBar.Demos {
    partial class frmMain {
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        protected override void Dispose(bool disposing) {
            if(disposing) {
                if(components != null) {
                    components.Dispose();
                }
            }
            base.Dispose(disposing);
        }

        #region Designer generated code
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.lbcTutorials = new DevExpress.XtraEditors.ListBoxControl();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.lbcDemos = new DevExpress.XtraEditors.ListBoxControl();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.pnlCaption.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcNavigations)).BeginInit();
            this.gcNavigations.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcContainer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.horzSplitter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcDescription)).BeginInit();
            this.gcDescription.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcMain)).BeginInit();
            this.pcMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lbcTutorials)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lbcDemos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnWhatsThis
            // 
            this.btnWhatsThis.Location = new System.Drawing.Point(640, 9);
            this.btnWhatsThis.Size = new System.Drawing.Size(96, 37);
            // 
            // btnAbout
            // 
            this.btnAbout.Location = new System.Drawing.Point(260, 9);
            // 
            // pnlHint
            // 
            this.pnlHint.Size = new System.Drawing.Size(706, 33);
            // 
            // pnlCaption
            // 
            this.pnlCaption.Font = new System.Drawing.Font("Tahoma", 23F);
            this.pnlCaption.Location = new System.Drawing.Point(168, 22);
            this.pnlCaption.Size = new System.Drawing.Size(736, 59);
            // 
            // gcNavigations
            // 
            this.gcNavigations.CaptionLocation = DevExpress.Utils.Locations.Top;
            this.gcNavigations.Controls.Add(this.lbcTutorials);
            this.gcNavigations.Dock = System.Windows.Forms.DockStyle.None;
            this.gcNavigations.Location = new System.Drawing.Point(192, 120);
            this.gcNavigations.Size = new System.Drawing.Size(204, 336);
            this.gcNavigations.Text = "Tutorials:";
            this.gcNavigations.Controls.SetChildIndex(this.lbcTutorials, 0);
            // 
            // gcContainer
            // 
            this.gcContainer.Location = new System.Drawing.Point(13, 13);
            this.gcContainer.Size = new System.Drawing.Size(710, 482);
            // 
            // horzSplitter
            // 
            this.horzSplitter.Location = new System.Drawing.Point(13, 495);
            this.horzSplitter.Size = new System.Drawing.Size(710, 12);
            // 
            // gcDescription
            // 
            this.gcDescription.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.gcDescription.Appearance.Options.UseBackColor = true;
            this.gcDescription.Location = new System.Drawing.Point(13, 507);
            this.gcDescription.Size = new System.Drawing.Size(710, 37);
            // 
            // defaultLookAndFeel
            // 
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Blue";
            // 
            // pcMain
            // 
            this.pcMain.Location = new System.Drawing.Point(168, 81);
            this.pcMain.Padding = new System.Windows.Forms.Padding(13);
            this.pcMain.Size = new System.Drawing.Size(736, 557);
            // 
            // lbcTutorials
            // 
            this.lbcTutorials.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbcTutorials.ItemHeight = 16;
            this.lbcTutorials.Location = new System.Drawing.Point(2, 21);
            this.lbcTutorials.Name = "lbcTutorials";
            this.lbcTutorials.Size = new System.Drawing.Size(200, 313);
            this.lbcTutorials.TabIndex = 0;
            this.lbcTutorials.SelectedIndexChanged += new System.EventHandler(this.lbcTutorials_SelectedIndexChanged);
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.lbcDemos);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl1.Location = new System.Drawing.Point(0, 0);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(168, 334);
            this.groupControl1.TabIndex = 9;
            this.groupControl1.Text = "Demos:";
            // 
            // lbcDemos
            // 
            this.lbcDemos.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbcDemos.ItemHeight = 16;
            this.lbcDemos.Location = new System.Drawing.Point(2, 21);
            this.lbcDemos.Name = "lbcDemos";
            this.lbcDemos.Size = new System.Drawing.Size(164, 311);
            this.lbcDemos.TabIndex = 1;
            this.lbcDemos.SelectedIndexChanged += new System.EventHandler(this.lbcDemos_SelectedIndexChanged);
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 22);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.groupControl1);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(168, 616);
            this.splitContainerControl1.SplitterPosition = 277;
            this.splitContainerControl1.TabIndex = 10;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // frmMain
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.ClientSize = new System.Drawing.Size(904, 638);
            this.Controls.Add(this.splitContainerControl1);
            this.HintVisible = false;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmMain";
            this.Text = "NavBar Demos & Tutorials (C# code)";
            this.TutorialInfo.AboutFile = null;
            this.TutorialInfo.ImagePatternFill = ((System.Drawing.Image)(resources.GetObject("frmMain.TutorialInfo.ImagePatternFill")));
            this.TutorialInfo.ImageWhatsThisButton = ((System.Drawing.Image)(resources.GetObject("frmMain.TutorialInfo.ImageWhatsThisButton")));
            this.TutorialInfo.ImageWhatsThisButtonStop = ((System.Drawing.Image)(resources.GetObject("frmMain.TutorialInfo.ImageWhatsThisButtonStop")));
            this.TutorialInfo.SourceFileComment = "//";
            this.TutorialInfo.SourceFileType = DevExpress.Tutorials.SourceFileType.CS;
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.Controls.SetChildIndex(this.splitContainerControl1, 0);
            this.Controls.SetChildIndex(this.gcNavigations, 0);
            this.Controls.SetChildIndex(this.pnlCaption, 0);
            this.Controls.SetChildIndex(this.pcMain, 0);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.pnlCaption.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcNavigations)).EndInit();
            this.gcNavigations.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcContainer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.horzSplitter)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcDescription)).EndInit();
            this.gcDescription.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcMain)).EndInit();
            this.pcMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lbcTutorials)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lbcDemos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion
        private DevExpress.XtraEditors.ListBoxControl lbcTutorials;
        private DevExpress.XtraEditors.GroupControl groupControl1;
        private DevExpress.XtraEditors.ListBoxControl lbcDemos;
        private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
        private System.ComponentModel.IContainer components = null;

    }
}