Changed the trimming in the treeView to StringTrimming.EllipsisCharacter.
authormoel.mich
Sat, 18 Sep 2010 19:56:39 +0000
changeset 190d3a54e407737
parent 189 69b90bbffb97
child 191 6545fa3ae298
Changed the trimming in the treeView to StringTrimming.EllipsisCharacter.
GUI/MainForm.Designer.cs
     1.1 --- a/GUI/MainForm.Designer.cs	Sat Sep 18 16:56:52 2010 +0000
     1.2 +++ b/GUI/MainForm.Designer.cs	Sat Sep 18 19:56:39 2010 +0000
     1.3 @@ -83,12 +83,12 @@
     1.4        this.MenuItem3 = new System.Windows.Forms.MenuItem();
     1.5        this.hiddenMenuItem = new System.Windows.Forms.MenuItem();
     1.6        this.plotMenuItem = new System.Windows.Forms.MenuItem();
     1.7 +      this.gadgetMenuItem = new System.Windows.Forms.MenuItem();
     1.8        this.MenuItem1 = new System.Windows.Forms.MenuItem();
     1.9        this.columnsMenuItem = new System.Windows.Forms.MenuItem();
    1.10        this.valueMenuItem = new System.Windows.Forms.MenuItem();
    1.11        this.minMenuItem = new System.Windows.Forms.MenuItem();
    1.12        this.maxMenuItem = new System.Windows.Forms.MenuItem();
    1.13 -      this.gadgetMenuItem = new System.Windows.Forms.MenuItem();
    1.14        this.optionsMenuItem = new System.Windows.Forms.MenuItem();
    1.15        this.startMinMenuItem = new System.Windows.Forms.MenuItem();
    1.16        this.minTrayMenuItem = new System.Windows.Forms.MenuItem();
    1.17 @@ -161,6 +161,7 @@
    1.18        this.nodeTextBoxText.IncrementalSearchEnabled = true;
    1.19        this.nodeTextBoxText.LeftMargin = 3;
    1.20        this.nodeTextBoxText.ParentColumn = this.sensor;
    1.21 +      this.nodeTextBoxText.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
    1.22        // 
    1.23        // nodeTextBoxValue
    1.24        // 
    1.25 @@ -168,6 +169,7 @@
    1.26        this.nodeTextBoxValue.IncrementalSearchEnabled = true;
    1.27        this.nodeTextBoxValue.LeftMargin = 3;
    1.28        this.nodeTextBoxValue.ParentColumn = this.value;
    1.29 +      this.nodeTextBoxValue.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
    1.30        // 
    1.31        // nodeTextBoxMin
    1.32        // 
    1.33 @@ -175,6 +177,7 @@
    1.34        this.nodeTextBoxMin.IncrementalSearchEnabled = true;
    1.35        this.nodeTextBoxMin.LeftMargin = 3;
    1.36        this.nodeTextBoxMin.ParentColumn = this.min;
    1.37 +      this.nodeTextBoxMin.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
    1.38        // 
    1.39        // nodeTextBoxMax
    1.40        // 
    1.41 @@ -182,6 +185,7 @@
    1.42        this.nodeTextBoxMax.IncrementalSearchEnabled = true;
    1.43        this.nodeTextBoxMax.LeftMargin = 3;
    1.44        this.nodeTextBoxMax.ParentColumn = this.max;
    1.45 +      this.nodeTextBoxMax.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
    1.46        // 
    1.47        // mainMenu
    1.48        // 
    1.49 @@ -258,6 +262,11 @@
    1.50        this.plotMenuItem.Index = 3;
    1.51        this.plotMenuItem.Text = "Show Plot";
    1.52        // 
    1.53 +      // gadgetMenuItem
    1.54 +      // 
    1.55 +      this.gadgetMenuItem.Index = 4;
    1.56 +      this.gadgetMenuItem.Text = "Show Gadget";
    1.57 +      // 
    1.58        // MenuItem1
    1.59        // 
    1.60        this.MenuItem1.Index = 5;
    1.61 @@ -287,11 +296,6 @@
    1.62        this.maxMenuItem.Index = 2;
    1.63        this.maxMenuItem.Text = "Max";
    1.64        // 
    1.65 -      // gadgetMenuItem
    1.66 -      // 
    1.67 -      this.gadgetMenuItem.Index = 4;
    1.68 -      this.gadgetMenuItem.Text = "Show Gadget";
    1.69 -      // 
    1.70        // optionsMenuItem
    1.71        // 
    1.72        this.optionsMenuItem.Index = 2;