Fixes for new names of Volian.Object.Library Objects.
Replaced GetType().Name comparison with constants with GetType() compared with typeof(...)
This commit is contained in:
@@ -3012,12 +3012,12 @@ namespace VEPROMS
|
||||
this.tc.Location = new System.Drawing.Point(37, 147);
|
||||
this.tc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tc.Name = "tc";
|
||||
this.tc.SelectedTab = null;
|
||||
this.tc.SelectedDisplayTabItem = null;
|
||||
this.tc.Size = new System.Drawing.Size(962, 571);
|
||||
this.tc.TabIndex = 8;
|
||||
this.tc.LinkModifyTran += new Volian.Controls.Library.DisplayPanelLinkEvent(this.tc_LinkModifyTran);
|
||||
this.tc.ItemSelectedChanged += new Volian.Controls.Library.DisplayPanelEvent(this.tc_ItemSelectedChanged);
|
||||
this.tc.LinkModifyRO += new Volian.Controls.Library.DisplayPanelLinkEvent(this.tc_LinkModifyRO);
|
||||
this.tc.LinkModifyTran += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyTran);
|
||||
this.tc.ItemSelectedChanged += new Volian.Controls.Library.StepPanelEvent(this.tc_ItemSelectedChanged);
|
||||
this.tc.LinkModifyRO += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyRO);
|
||||
//
|
||||
// itemAnnotationsBindingSource
|
||||
//
|
||||
|
Reference in New Issue
Block a user