namespace SampleApp
{
	partial class MainForm
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form 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()
		{
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.simpleExample1 = new SampleApp.SimpleExample();
			this.tabPage3 = new System.Windows.Forms.TabPage();
			this.advancedExample1 = new SampleApp.AdvancedExample();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.folderBrowser1 = new SampleApp.FolderBrowser();
			this.tabPage4 = new System.Windows.Forms.TabPage();
			this.performanceTest1 = new SampleApp.PerformanceTest();
			this.tabPage5 = new System.Windows.Forms.TabPage();
			this.hiddenColumn1 = new SampleApp.ColumnHandling();
			this.tabPage6 = new System.Windows.Forms.TabPage();
			this.backgroundExpand1 = new SampleApp.BackgroundExpand();
			this.tabPage7 = new System.Windows.Forms.TabPage();
			this.dataTableTreeExample1 = new SampleApp.DataTableTreeExample();
			this.tabControl1.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.tabPage3.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.tabPage4.SuspendLayout();
			this.tabPage5.SuspendLayout();
			this.tabPage6.SuspendLayout();
			this.tabPage7.SuspendLayout();
			this.SuspendLayout();
			// 
			// tabControl1
			// 
			this.tabControl1.Controls.Add(this.tabPage2);
			this.tabControl1.Controls.Add(this.tabPage3);
			this.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Controls.Add(this.tabPage4);
			this.tabControl1.Controls.Add(this.tabPage5);
			this.tabControl1.Controls.Add(this.tabPage6);
			this.tabControl1.Controls.Add(this.tabPage7);
			this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControl1.Location = new System.Drawing.Point(0, 0);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(834, 589);
			this.tabControl1.TabIndex = 0;
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.simpleExample1);
			this.tabPage2.Location = new System.Drawing.Point(4, 22);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage2.Size = new System.Drawing.Size(826, 563);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "Simple Example";
			this.tabPage2.UseVisualStyleBackColor = true;
			// 
			// simpleExample1
			// 
			this.simpleExample1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.simpleExample1.Location = new System.Drawing.Point(3, 3);
			this.simpleExample1.Name = "simpleExample1";
			this.simpleExample1.Size = new System.Drawing.Size(820, 557);
			this.simpleExample1.TabIndex = 0;
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.Add(this.advancedExample1);
			this.tabPage3.Location = new System.Drawing.Point(4, 22);
			this.tabPage3.Name = "tabPage3";
			this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage3.Size = new System.Drawing.Size(826, 563);
			this.tabPage3.TabIndex = 2;
			this.tabPage3.Text = "Advanced Example";
			this.tabPage3.UseVisualStyleBackColor = true;
			// 
			// advancedExample1
			// 
			this.advancedExample1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.advancedExample1.Location = new System.Drawing.Point(3, 3);
			this.advancedExample1.Name = "advancedExample1";
			this.advancedExample1.Size = new System.Drawing.Size(820, 557);
			this.advancedExample1.TabIndex = 0;
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.folderBrowser1);
			this.tabPage1.Location = new System.Drawing.Point(4, 22);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage1.Size = new System.Drawing.Size(826, 563);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "Folder Browser";
			this.tabPage1.UseVisualStyleBackColor = true;
			// 
			// folderBrowser1
			// 
			this.folderBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.folderBrowser1.Location = new System.Drawing.Point(3, 3);
			this.folderBrowser1.Name = "folderBrowser1";
			this.folderBrowser1.Size = new System.Drawing.Size(820, 557);
			this.folderBrowser1.TabIndex = 0;
			// 
			// tabPage4
			// 
			this.tabPage4.Controls.Add(this.performanceTest1);
			this.tabPage4.Location = new System.Drawing.Point(4, 22);
			this.tabPage4.Name = "tabPage4";
			this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage4.Size = new System.Drawing.Size(826, 563);
			this.tabPage4.TabIndex = 3;
			this.tabPage4.Text = "Performance Test";
			this.tabPage4.UseVisualStyleBackColor = true;
			// 
			// performanceTest1
			// 
			this.performanceTest1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.performanceTest1.Location = new System.Drawing.Point(3, 3);
			this.performanceTest1.Name = "performanceTest1";
			this.performanceTest1.Size = new System.Drawing.Size(820, 557);
			this.performanceTest1.TabIndex = 0;
			// 
			// tabPage5
			// 
			this.tabPage5.Controls.Add(this.hiddenColumn1);
			this.tabPage5.Location = new System.Drawing.Point(4, 22);
			this.tabPage5.Name = "tabPage5";
			this.tabPage5.Size = new System.Drawing.Size(826, 563);
			this.tabPage5.TabIndex = 4;
			this.tabPage5.Text = "Column Handling";
			this.tabPage5.UseVisualStyleBackColor = true;
			// 
			// hiddenColumn1
			// 
			this.hiddenColumn1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.hiddenColumn1.Location = new System.Drawing.Point(0, 0);
			this.hiddenColumn1.Name = "hiddenColumn1";
			this.hiddenColumn1.Size = new System.Drawing.Size(826, 563);
			this.hiddenColumn1.TabIndex = 0;
			// 
			// tabPage6
			// 
			this.tabPage6.Controls.Add(this.backgroundExpand1);
			this.tabPage6.Location = new System.Drawing.Point(4, 22);
			this.tabPage6.Name = "tabPage6";
			this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage6.Size = new System.Drawing.Size(826, 563);
			this.tabPage6.TabIndex = 5;
			this.tabPage6.Text = "Background Expanding";
			this.tabPage6.UseVisualStyleBackColor = true;
			// 
			// backgroundExpand1
			// 
			this.backgroundExpand1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.backgroundExpand1.Location = new System.Drawing.Point(3, 3);
			this.backgroundExpand1.Name = "backgroundExpand1";
			this.backgroundExpand1.Size = new System.Drawing.Size(820, 557);
			this.backgroundExpand1.TabIndex = 0;
			// 
			// tabPage7
			// 
			this.tabPage7.Controls.Add(this.dataTableTreeExample1);
			this.tabPage7.Location = new System.Drawing.Point(4, 22);
			this.tabPage7.Name = "tabPage7";
			this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage7.Size = new System.Drawing.Size(826, 563);
			this.tabPage7.TabIndex = 6;
			this.tabPage7.Text = "DataTableModel";
			this.tabPage7.UseVisualStyleBackColor = true;
			// 
			// dataTableTreeExample1
			// 
			this.dataTableTreeExample1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dataTableTreeExample1.Location = new System.Drawing.Point(3, 3);
			this.dataTableTreeExample1.Name = "dataTableTreeExample1";
			this.dataTableTreeExample1.Size = new System.Drawing.Size(820, 557);
			this.dataTableTreeExample1.TabIndex = 0;
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(834, 589);
			this.Controls.Add(this.tabControl1);
			this.Name = "MainForm";
			this.Text = "Sample Application";
			this.tabControl1.ResumeLayout(false);
			this.tabPage2.ResumeLayout(false);
			this.tabPage3.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.tabPage4.ResumeLayout(false);
			this.tabPage5.ResumeLayout(false);
			this.tabPage6.ResumeLayout(false);
			this.tabPage7.ResumeLayout(false);
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.TabControl tabControl1;
		private System.Windows.Forms.TabPage tabPage1;
		private System.Windows.Forms.TabPage tabPage2;
		private FolderBrowser folderBrowser1;
		private SimpleExample simpleExample1;
		private System.Windows.Forms.TabPage tabPage3;
		private AdvancedExample advancedExample1;
		private System.Windows.Forms.TabPage tabPage4;
		private PerformanceTest performanceTest1;
        private System.Windows.Forms.TabPage tabPage5;
        private ColumnHandling hiddenColumn1;
		private System.Windows.Forms.TabPage tabPage6;
		private BackgroundExpand backgroundExpand1;
		private System.Windows.Forms.TabPage tabPage7;
		private DataTableTreeExample dataTableTreeExample1;
	}
}