コード例 #1
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.packageFilesTreeView = new ICSharpCode.WixBinding.WixPackageFilesTreeView();
			this.propertyGrid = new System.Windows.Forms.PropertyGrid();
			this.errorMessageTextBox = new System.Windows.Forms.RichTextBox();
			this.diffSplitContainer = new System.Windows.Forms.SplitContainer();
			this.diffControl = new ICSharpCode.WixBinding.WixPackageFilesDiffControl();
			this.splitContainer.Panel1.SuspendLayout();
			this.splitContainer.Panel2.SuspendLayout();
			this.splitContainer.SuspendLayout();
			this.diffSplitContainer.Panel2.SuspendLayout();
			this.diffSplitContainer.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.packageFilesTreeView);
			// 
			// splitContainer.Panel2
			// 
			this.splitContainer.Panel2.Controls.Add(this.propertyGrid);
			this.splitContainer.Panel2.Controls.Add(this.errorMessageTextBox);
			this.splitContainer.Panel2.Controls.Add(this.diffSplitContainer);
			this.splitContainer.Size = new System.Drawing.Size(561, 328);
			this.splitContainer.SplitterDistance = 186;
			this.splitContainer.TabIndex = 0;
			// 
			// packageFilesTreeView
			// 
			this.packageFilesTreeView.AllowDrop = true;
			this.packageFilesTreeView.CanClearSelection = true;
			this.packageFilesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.packageFilesTreeView.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
			this.packageFilesTreeView.HideSelection = false;
			this.packageFilesTreeView.ImageIndex = 0;
			this.packageFilesTreeView.IsSorted = true;
			this.packageFilesTreeView.Location = new System.Drawing.Point(0, 0);
			this.packageFilesTreeView.Name = "packageFilesTreeView";
			this.packageFilesTreeView.NodeSorter = extTreeViewComparer1;
			this.packageFilesTreeView.SelectedElement = null;
			this.packageFilesTreeView.SelectedImageIndex = 0;
			this.packageFilesTreeView.Size = new System.Drawing.Size(186, 328);
			this.packageFilesTreeView.TabIndex = 0;
			this.packageFilesTreeView.SelectedElementChanged += new System.EventHandler(this.PackageFilesTreeViewSelectedElementChanged);
			// 
			// propertyGrid
			// 
			this.propertyGrid.CommandsVisibleIfAvailable = false;
			this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this.propertyGrid.Location = new System.Drawing.Point(0, 0);
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
			this.propertyGrid.Size = new System.Drawing.Size(371, 328);
			this.propertyGrid.TabIndex = 0;
			this.propertyGrid.ToolbarVisible = false;
			this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropertyGridPropertyValueChanged);
			// 
			// errorMessageTextBox
			// 
			this.errorMessageTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.errorMessageTextBox.Location = new System.Drawing.Point(0, 0);
			this.errorMessageTextBox.Name = "errorMessageTextBox";
			this.errorMessageTextBox.ReadOnly = true;
			this.errorMessageTextBox.Size = new System.Drawing.Size(371, 328);
			this.errorMessageTextBox.TabIndex = 2;
			this.errorMessageTextBox.Text = "";
			// 
			// diffSplitContainer
			// 
			this.diffSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.diffSplitContainer.Location = new System.Drawing.Point(0, 0);
			this.diffSplitContainer.Name = "diffSplitContainer";
			this.diffSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// diffSplitContainer.Panel2
			// 
			this.diffSplitContainer.Panel2.Controls.Add(this.diffControl);
			this.diffSplitContainer.Size = new System.Drawing.Size(371, 328);
			this.diffSplitContainer.SplitterDistance = 159;
			this.diffSplitContainer.TabIndex = 3;
			this.diffSplitContainer.TabStop = false;
			// 
			// diffControl
			// 
			this.diffControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.diffControl.Location = new System.Drawing.Point(0, 0);
			this.diffControl.Name = "diffControl";
			this.diffControl.Size = new System.Drawing.Size(371, 165);
			this.diffControl.TabIndex = 0;
			// 
			// WixPackageFilesControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.splitContainer);
			this.Name = "WixPackageFilesControl";
			this.Size = new System.Drawing.Size(561, 328);
			this.splitContainer.Panel1.ResumeLayout(false);
			this.splitContainer.Panel2.ResumeLayout(false);
			this.splitContainer.ResumeLayout(false);
			this.diffSplitContainer.Panel2.ResumeLayout(false);
			this.diffSplitContainer.ResumeLayout(false);
			this.ResumeLayout(false);
		}
コード例 #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.packageFilesTreeView = new ICSharpCode.WixBinding.WixPackageFilesTreeView();
     this.propertyGrid         = new System.Windows.Forms.PropertyGrid();
     this.errorMessageTextBox  = new System.Windows.Forms.RichTextBox();
     this.diffSplitContainer   = new System.Windows.Forms.SplitContainer();
     this.diffControl          = new ICSharpCode.WixBinding.WixPackageFilesDiffControl();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.diffSplitContainer.Panel2.SuspendLayout();
     this.diffSplitContainer.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.packageFilesTreeView);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.propertyGrid);
     this.splitContainer.Panel2.Controls.Add(this.errorMessageTextBox);
     this.splitContainer.Panel2.Controls.Add(this.diffSplitContainer);
     this.splitContainer.Size             = new System.Drawing.Size(561, 328);
     this.splitContainer.SplitterDistance = 186;
     this.splitContainer.TabIndex         = 0;
     //
     // packageFilesTreeView
     //
     this.packageFilesTreeView.AllowDrop         = true;
     this.packageFilesTreeView.CanClearSelection = true;
     this.packageFilesTreeView.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.packageFilesTreeView.DrawMode                = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
     this.packageFilesTreeView.HideSelection           = false;
     this.packageFilesTreeView.ImageIndex              = 0;
     this.packageFilesTreeView.IsSorted                = true;
     this.packageFilesTreeView.Location                = new System.Drawing.Point(0, 0);
     this.packageFilesTreeView.Name                    = "packageFilesTreeView";
     this.packageFilesTreeView.NodeSorter              = extTreeViewComparer1;
     this.packageFilesTreeView.SelectedElement         = null;
     this.packageFilesTreeView.SelectedImageIndex      = 0;
     this.packageFilesTreeView.Size                    = new System.Drawing.Size(186, 328);
     this.packageFilesTreeView.TabIndex                = 0;
     this.packageFilesTreeView.SelectedElementChanged += new System.EventHandler(this.PackageFilesTreeViewSelectedElementChanged);
     //
     // propertyGrid
     //
     this.propertyGrid.CommandsVisibleIfAvailable = false;
     this.propertyGrid.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid.Location              = new System.Drawing.Point(0, 0);
     this.propertyGrid.Name                  = "propertyGrid";
     this.propertyGrid.PropertySort          = System.Windows.Forms.PropertySort.Alphabetical;
     this.propertyGrid.Size                  = new System.Drawing.Size(371, 328);
     this.propertyGrid.TabIndex              = 0;
     this.propertyGrid.ToolbarVisible        = false;
     this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropertyGridPropertyValueChanged);
     //
     // errorMessageTextBox
     //
     this.errorMessageTextBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.errorMessageTextBox.Location = new System.Drawing.Point(0, 0);
     this.errorMessageTextBox.Name     = "errorMessageTextBox";
     this.errorMessageTextBox.ReadOnly = true;
     this.errorMessageTextBox.Size     = new System.Drawing.Size(371, 328);
     this.errorMessageTextBox.TabIndex = 2;
     this.errorMessageTextBox.Text     = "";
     //
     // diffSplitContainer
     //
     this.diffSplitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.diffSplitContainer.Location    = new System.Drawing.Point(0, 0);
     this.diffSplitContainer.Name        = "diffSplitContainer";
     this.diffSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // diffSplitContainer.Panel2
     //
     this.diffSplitContainer.Panel2.Controls.Add(this.diffControl);
     this.diffSplitContainer.Size             = new System.Drawing.Size(371, 328);
     this.diffSplitContainer.SplitterDistance = 159;
     this.diffSplitContainer.TabIndex         = 3;
     this.diffSplitContainer.TabStop          = false;
     //
     // diffControl
     //
     this.diffControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.diffControl.Location = new System.Drawing.Point(0, 0);
     this.diffControl.Name     = "diffControl";
     this.diffControl.Size     = new System.Drawing.Size(371, 165);
     this.diffControl.TabIndex = 0;
     //
     // WixPackageFilesControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer);
     this.Name = "WixPackageFilesControl";
     this.Size = new System.Drawing.Size(561, 328);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.ResumeLayout(false);
     this.diffSplitContainer.Panel2.ResumeLayout(false);
     this.diffSplitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }