/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			ICSharpCode.SharpDevelop.Gui.ExtTreeViewComparer extTreeViewComparer1 = new ICSharpCode.SharpDevelop.Gui.ExtTreeViewComparer();
			this.splitContainer = new System.Windows.Forms.SplitContainer();
			this.xmlElementTreeView = new ICSharpCode.XmlEditor.XmlTreeViewControl();
			this.attributesGrid = new System.Windows.Forms.PropertyGrid();
			this.errorMessageTextBox = new System.Windows.Forms.RichTextBox();
			this.textBox = new System.Windows.Forms.RichTextBox();
			this.splitContainer.Panel1.SuspendLayout();
			this.splitContainer.Panel2.SuspendLayout();
			this.splitContainer.SuspendLayout();
			this.SuspendLayout();
			// 
			// splitContainer
			// 
			this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer.Location = new System.Drawing.Point(0, 0);
			this.splitContainer.Name = "splitContainer";
			// 
			// splitContainer.Panel1
			// 
			this.splitContainer.Panel1.Controls.Add(this.xmlElementTreeView);
			// 
			// splitContainer.Panel2
			// 
			this.splitContainer.Panel2.Controls.Add(this.attributesGrid);
			this.splitContainer.Panel2.Controls.Add(this.errorMessageTextBox);
			this.splitContainer.Panel2.Controls.Add(this.textBox);
			this.splitContainer.Size = new System.Drawing.Size(562, 326);
			this.splitContainer.SplitterDistance = 185;
			this.splitContainer.SplitterWidth = 2;
			this.splitContainer.TabIndex = 0;
			this.splitContainer.TabStop = false;
			// 
			// xmlElementTreeView
			// 
			this.xmlElementTreeView.AllowDrop = true;
			this.xmlElementTreeView.CanClearSelection = true;
			this.xmlElementTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xmlElementTreeView.Document = null;
			this.xmlElementTreeView.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
			this.xmlElementTreeView.HideSelection = false;
			this.xmlElementTreeView.ImageIndex = 0;
			this.xmlElementTreeView.IsSorted = false;
			this.xmlElementTreeView.Location = new System.Drawing.Point(0, 0);
			this.xmlElementTreeView.Name = "xmlElementTreeView";
			this.xmlElementTreeView.NodeSorter = extTreeViewComparer1;
			this.xmlElementTreeView.SelectedImageIndex = 0;
			this.xmlElementTreeView.Size = new System.Drawing.Size(185, 326);
			this.xmlElementTreeView.TabIndex = 0;
			this.xmlElementTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlElementTreeViewAfterSelect);
			this.xmlElementTreeView.DeleteKeyPressed += new System.EventHandler(this.XmlElementTreeViewDeleteKeyPressed);
			// 
			// attributesGrid
			// 
			this.attributesGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this.attributesGrid.HelpVisible = false;
			this.attributesGrid.Location = new System.Drawing.Point(0, 0);
			this.attributesGrid.Name = "attributesGrid";
			this.attributesGrid.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
			this.attributesGrid.Size = new System.Drawing.Size(375, 326);
			this.attributesGrid.TabIndex = 1;
			this.attributesGrid.ToolbarVisible = false;
			this.attributesGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.AttributesGridPropertyValueChanged);
			// 
			// errorMessageTextBox
			// 
			this.errorMessageTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.errorMessageTextBox.Location = new System.Drawing.Point(0, 0);
			this.errorMessageTextBox.Name = "errorMessageTextBox";
			this.errorMessageTextBox.Size = new System.Drawing.Size(375, 326);
			this.errorMessageTextBox.TabIndex = 0;
			this.errorMessageTextBox.TabStop = false;
			this.errorMessageTextBox.Text = "";
			// 
			// textBox
			// 
			this.textBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.textBox.Location = new System.Drawing.Point(0, 0);
			this.textBox.Name = "textBox";
			this.textBox.Size = new System.Drawing.Size(375, 326);
			this.textBox.TabIndex = 2;
			this.textBox.TabStop = false;
			this.textBox.Text = "";
			this.textBox.TextChanged += new System.EventHandler(this.TextBoxTextChanged);
			// 
			// XmlTreeViewContainerControl
			// 
			this.Controls.Add(this.splitContainer);
			this.Name = "XmlTreeViewContainerControl";
			this.Size = new System.Drawing.Size(562, 326);
			this.splitContainer.Panel1.ResumeLayout(false);
			this.splitContainer.Panel2.ResumeLayout(false);
			this.splitContainer.ResumeLayout(false);
			this.ResumeLayout(false);
		}
Exemple #2
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ICSharpCode.SharpDevelop.Gui.ExtTreeViewComparer extTreeViewComparer1 = new ICSharpCode.SharpDevelop.Gui.ExtTreeViewComparer();
     this.splitContainer      = new System.Windows.Forms.SplitContainer();
     this.xmlElementTreeView  = new ICSharpCode.XmlEditor.XmlTreeViewControl();
     this.attributesGrid      = new System.Windows.Forms.PropertyGrid();
     this.errorMessageTextBox = new System.Windows.Forms.RichTextBox();
     this.textBox             = new System.Windows.Forms.RichTextBox();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer
     //
     this.splitContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer.Location = new System.Drawing.Point(0, 0);
     this.splitContainer.Name     = "splitContainer";
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.xmlElementTreeView);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.attributesGrid);
     this.splitContainer.Panel2.Controls.Add(this.errorMessageTextBox);
     this.splitContainer.Panel2.Controls.Add(this.textBox);
     this.splitContainer.Size             = new System.Drawing.Size(562, 326);
     this.splitContainer.SplitterDistance = 185;
     this.splitContainer.SplitterWidth    = 2;
     this.splitContainer.TabIndex         = 0;
     this.splitContainer.TabStop          = false;
     //
     // xmlElementTreeView
     //
     this.xmlElementTreeView.AllowDrop         = true;
     this.xmlElementTreeView.CanClearSelection = true;
     this.xmlElementTreeView.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.xmlElementTreeView.Document           = null;
     this.xmlElementTreeView.DrawMode           = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
     this.xmlElementTreeView.HideSelection      = false;
     this.xmlElementTreeView.ImageIndex         = 0;
     this.xmlElementTreeView.IsSorted           = false;
     this.xmlElementTreeView.Location           = new System.Drawing.Point(0, 0);
     this.xmlElementTreeView.Name               = "xmlElementTreeView";
     this.xmlElementTreeView.NodeSorter         = extTreeViewComparer1;
     this.xmlElementTreeView.SelectedImageIndex = 0;
     this.xmlElementTreeView.Size               = new System.Drawing.Size(185, 326);
     this.xmlElementTreeView.TabIndex           = 0;
     this.xmlElementTreeView.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.XmlElementTreeViewAfterSelect);
     this.xmlElementTreeView.DeleteKeyPressed  += new System.EventHandler(this.XmlElementTreeViewDeleteKeyPressed);
     //
     // attributesGrid
     //
     this.attributesGrid.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.attributesGrid.HelpVisible           = false;
     this.attributesGrid.Location              = new System.Drawing.Point(0, 0);
     this.attributesGrid.Name                  = "attributesGrid";
     this.attributesGrid.PropertySort          = System.Windows.Forms.PropertySort.Alphabetical;
     this.attributesGrid.Size                  = new System.Drawing.Size(375, 326);
     this.attributesGrid.TabIndex              = 1;
     this.attributesGrid.ToolbarVisible        = false;
     this.attributesGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.AttributesGridPropertyValueChanged);
     //
     // errorMessageTextBox
     //
     this.errorMessageTextBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.errorMessageTextBox.Location = new System.Drawing.Point(0, 0);
     this.errorMessageTextBox.Name     = "errorMessageTextBox";
     this.errorMessageTextBox.Size     = new System.Drawing.Size(375, 326);
     this.errorMessageTextBox.TabIndex = 0;
     this.errorMessageTextBox.TabStop  = false;
     this.errorMessageTextBox.Text     = "";
     //
     // textBox
     //
     this.textBox.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.textBox.Location     = new System.Drawing.Point(0, 0);
     this.textBox.Name         = "textBox";
     this.textBox.Size         = new System.Drawing.Size(375, 326);
     this.textBox.TabIndex     = 2;
     this.textBox.TabStop      = false;
     this.textBox.Text         = "";
     this.textBox.TextChanged += new System.EventHandler(this.TextBoxTextChanged);
     //
     // XmlTreeViewContainerControl
     //
     this.Controls.Add(this.splitContainer);
     this.Name = "XmlTreeViewContainerControl";
     this.Size = new System.Drawing.Size(562, 326);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }