This commit is contained in:
2008-03-19 12:45:45 +00:00
parent 0f4ce7874a
commit 0fa130eb77
2 changed files with 27 additions and 9 deletions

View File

@@ -2852,7 +2852,6 @@ namespace VEPROMS
//
// displayRO
//
this.displayRO.CurItem = null;
this.displayRO.CurROLink = null;
this.displayRO.Dock = System.Windows.Forms.DockStyle.Fill;
this.displayRO.Location = new System.Drawing.Point(1, 1);
@@ -2902,6 +2901,7 @@ namespace VEPROMS
this.displayTransition.RangeColor = System.Drawing.Color.Aquamarine;
this.displayTransition.Size = new System.Drawing.Size(202, 546);
this.displayTransition.TabIndex = 0;
this.displayTransition.RangeColor = VEPROMS.Properties.Settings.Default.TransitionRangeColor;
//
// infotabTransition
//