This commit is contained in:
2008-03-03 15:12:10 +00:00
parent b776ddf05f
commit ca755949d6
5 changed files with 152 additions and 66 deletions

View File

@@ -2365,7 +2365,7 @@ namespace VEPROMS
this.displayRO.CurItem = null;
this.displayRO.Dock = System.Windows.Forms.DockStyle.Fill;
this.displayRO.Location = new System.Drawing.Point(1, 1);
this.displayRO.Modify = false;
this.displayRO.CurROLink = null;
this.displayRO.MyROFST = null;
this.displayRO.MyRTB = null;
this.displayRO.Name = "displayRO";
@@ -2660,7 +2660,6 @@ namespace VEPROMS
this.displayTransition.AutoSize = true;
this.displayTransition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.displayTransition.CurTrans = null;
this.displayTransition.CurProcSet = true;
this.displayTransition.Dock = System.Windows.Forms.DockStyle.Fill;
this.displayTransition.Location = new System.Drawing.Point(1, 1);
this.displayTransition.MyRTB = null;
@@ -2983,6 +2982,7 @@ namespace VEPROMS
this.tc.Size = new System.Drawing.Size(762, 571);
this.tc.TabIndex = 8;
this.tc.LinkModifyTran += new Volian.Controls.Library.DisplayPanelLinkEvent(this.tc_LinkModifyTran);
this.tc.LinkModifyRO += new Volian.Controls.Library.DisplayPanelLinkEvent(this.tc_LinkModifyRO);
this.tc.ItemSelectedChanged += new Volian.Controls.Library.DisplayPanelEvent(this.tc_ItemSelectedChanged);
//
// frmVEPROMS