Index: test/Common/DelftTools.TestUtils/WindowsFormsTestHelper.Designer.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- test/Common/DelftTools.TestUtils/WindowsFormsTestHelper.Designer.cs (.../WindowsFormsTestHelper.Designer.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/Common/DelftTools.TestUtils/WindowsFormsTestHelper.Designer.cs (.../WindowsFormsTestHelper.Designer.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -33,7 +33,7 @@ this.components = new System.ComponentModel.Container(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); - this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); + this.PropertyGrid = new System.Windows.Forms.PropertyGrid(); this.treeView1 = new System.Windows.Forms.TreeView(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.SuspendLayout(); @@ -68,18 +68,18 @@ // // splitContainer2.Panel2 // - this.splitContainer2.Panel2.Controls.Add(this.propertyGrid1); + this.splitContainer2.Panel2.Controls.Add(this.PropertyGrid); this.splitContainer2.Size = new System.Drawing.Size(242, 490); this.splitContainer2.SplitterDistance = 251; this.splitContainer2.TabIndex = 0; // // propertyGrid1 // - this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; - this.propertyGrid1.Location = new System.Drawing.Point(0, 0); - this.propertyGrid1.Name = "propertyGrid1"; - this.propertyGrid1.Size = new System.Drawing.Size(242, 235); - this.propertyGrid1.TabIndex = 2; + this.PropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; + this.PropertyGrid.Location = new System.Drawing.Point(0, 0); + this.PropertyGrid.Name = "PropertyGrid"; + this.PropertyGrid.Size = new System.Drawing.Size(242, 235); + this.PropertyGrid.TabIndex = 2; // // treeView1 // @@ -113,7 +113,6 @@ private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; - private System.Windows.Forms.PropertyGrid propertyGrid1; private TreeView treeView1; } } \ No newline at end of file