# HG changeset patch # User moel.mich # Date 1284839799 0 # Node ID d3a54e4077372e78ec9af7d06999958ac650ebab # Parent 69b90bbffb97a39b2d7da9a6e95aff2cc9c90efb Changed the trimming in the treeView to StringTrimming.EllipsisCharacter. diff -r 69b90bbffb97 -r d3a54e407737 GUI/MainForm.Designer.cs --- a/GUI/MainForm.Designer.cs Sat Sep 18 16:56:52 2010 +0000 +++ b/GUI/MainForm.Designer.cs Sat Sep 18 19:56:39 2010 +0000 @@ -83,12 +83,12 @@ this.MenuItem3 = new System.Windows.Forms.MenuItem(); this.hiddenMenuItem = new System.Windows.Forms.MenuItem(); this.plotMenuItem = new System.Windows.Forms.MenuItem(); + this.gadgetMenuItem = new System.Windows.Forms.MenuItem(); this.MenuItem1 = new System.Windows.Forms.MenuItem(); this.columnsMenuItem = new System.Windows.Forms.MenuItem(); this.valueMenuItem = new System.Windows.Forms.MenuItem(); this.minMenuItem = new System.Windows.Forms.MenuItem(); this.maxMenuItem = new System.Windows.Forms.MenuItem(); - this.gadgetMenuItem = new System.Windows.Forms.MenuItem(); this.optionsMenuItem = new System.Windows.Forms.MenuItem(); this.startMinMenuItem = new System.Windows.Forms.MenuItem(); this.minTrayMenuItem = new System.Windows.Forms.MenuItem(); @@ -161,6 +161,7 @@ this.nodeTextBoxText.IncrementalSearchEnabled = true; this.nodeTextBoxText.LeftMargin = 3; this.nodeTextBoxText.ParentColumn = this.sensor; + this.nodeTextBoxText.Trimming = System.Drawing.StringTrimming.EllipsisCharacter; // // nodeTextBoxValue // @@ -168,6 +169,7 @@ this.nodeTextBoxValue.IncrementalSearchEnabled = true; this.nodeTextBoxValue.LeftMargin = 3; this.nodeTextBoxValue.ParentColumn = this.value; + this.nodeTextBoxValue.Trimming = System.Drawing.StringTrimming.EllipsisCharacter; // // nodeTextBoxMin // @@ -175,6 +177,7 @@ this.nodeTextBoxMin.IncrementalSearchEnabled = true; this.nodeTextBoxMin.LeftMargin = 3; this.nodeTextBoxMin.ParentColumn = this.min; + this.nodeTextBoxMin.Trimming = System.Drawing.StringTrimming.EllipsisCharacter; // // nodeTextBoxMax // @@ -182,6 +185,7 @@ this.nodeTextBoxMax.IncrementalSearchEnabled = true; this.nodeTextBoxMax.LeftMargin = 3; this.nodeTextBoxMax.ParentColumn = this.max; + this.nodeTextBoxMax.Trimming = System.Drawing.StringTrimming.EllipsisCharacter; // // mainMenu // @@ -258,6 +262,11 @@ this.plotMenuItem.Index = 3; this.plotMenuItem.Text = "Show Plot"; // + // gadgetMenuItem + // + this.gadgetMenuItem.Index = 4; + this.gadgetMenuItem.Text = "Show Gadget"; + // // MenuItem1 // this.MenuItem1.Index = 5; @@ -287,11 +296,6 @@ this.maxMenuItem.Index = 2; this.maxMenuItem.Text = "Max"; // - // gadgetMenuItem - // - this.gadgetMenuItem.Index = 4; - this.gadgetMenuItem.Text = "Show Gadget"; - // // optionsMenuItem // this.optionsMenuItem.Index = 2;