Some Chnage Manager changes
Change Manager
This commit is contained in:
45
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
45
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
@@ -108,13 +108,17 @@ namespace VEPROMS
|
||||
this.tabItemLibDocs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.expandableSplitter4 = new DevComponents.DotNetBar.ExpandableSplitter();
|
||||
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.infotabHistory = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.itemAnnotationsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.tc = new Volian.Controls.Library.DisplayTabControl();
|
||||
this.displayHistory = new Volian.Controls.Library.DisplayHistory();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).BeginInit();
|
||||
this.bottomBar.SuspendLayout();
|
||||
this.epAnnotations.SuspendLayout();
|
||||
this.epProcedures.SuspendLayout();
|
||||
this.infoPanel.SuspendLayout();
|
||||
this.tabControlPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).BeginInit();
|
||||
this.infoTabs.SuspendLayout();
|
||||
this.infotabControlPanelTags.SuspendLayout();
|
||||
@@ -691,6 +695,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.infoTabs.BackColor = System.Drawing.Color.Transparent;
|
||||
this.infoTabs.CanReorderTabs = true;
|
||||
this.infoTabs.Controls.Add(this.tabControlPanel1);
|
||||
this.infoTabs.Controls.Add(this.infotabControlPanelTags);
|
||||
this.infoTabs.Controls.Add(this.infotabControlPanelTransitions);
|
||||
this.infoTabs.Controls.Add(this.infotabControlPanelRO);
|
||||
@@ -706,6 +711,7 @@ namespace VEPROMS
|
||||
this.infoTabs.Tabs.Add(this.infotabTags);
|
||||
this.infoTabs.Tabs.Add(this.infotabRO);
|
||||
this.infoTabs.Tabs.Add(this.infotabTransition);
|
||||
this.infoTabs.Tabs.Add(this.infotabHistory);
|
||||
this.infoTabs.Text = "tabControl1";
|
||||
this.infoTabs.ThemeAware = true;
|
||||
this.infoTabs.Visible = false;
|
||||
@@ -1199,6 +1205,29 @@ namespace VEPROMS
|
||||
this.buttonItem1.Text = "buttonItem19";
|
||||
this.buttonItem1.Tooltip = "Degree";
|
||||
//
|
||||
// infotabHistory
|
||||
//
|
||||
this.infotabHistory.AttachedControl = this.tabControlPanel1;
|
||||
this.infotabHistory.Name = "infotabHistory";
|
||||
this.infotabHistory.Text = "History";
|
||||
//
|
||||
// tabControlPanel1
|
||||
//
|
||||
this.tabControlPanel1.Controls.Add(this.displayHistory);
|
||||
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControlPanel1.Name = "tabControlPanel1";
|
||||
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(203, 515);
|
||||
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
||||
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel1.Style.GradientAngle = 180;
|
||||
this.tabControlPanel1.TabIndex = 6;
|
||||
this.tabControlPanel1.TabItem = this.infotabHistory;
|
||||
this.tabControlPanel1.ThemeAware = true;
|
||||
//
|
||||
// itemAnnotationsBindingSource
|
||||
//
|
||||
this.itemAnnotationsBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ItemAnnotation);
|
||||
@@ -1223,6 +1252,18 @@ namespace VEPROMS
|
||||
this.tc.WordSectionDeleted += new Volian.Controls.Library.StepPanelWordSectionDeletedEvent(this.tc_WordSectionDeleted);
|
||||
this.tc.LinkModifyRO += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyRO);
|
||||
//
|
||||
// displayHistory
|
||||
//
|
||||
//this.displayHistory.AnnotationOnly = false;
|
||||
this.displayHistory.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayHistory.Location = new System.Drawing.Point(1, 1);
|
||||
this.displayHistory.MyItemInfo = null;
|
||||
this.displayHistory.MyProcedureInfo = null;
|
||||
this.displayHistory.Name = "displayHistory";
|
||||
//this.displayHistory.Results = ((System.Collections.Generic.ICollection<VEPROMS.CSLA.Library.ItemInfo>)(resources.GetObject("displayHistory.Results")));
|
||||
this.displayHistory.Size = new System.Drawing.Size(201, 513);
|
||||
this.displayHistory.TabIndex = 0;
|
||||
//
|
||||
// frmVEPROMS
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
@@ -1266,6 +1307,7 @@ namespace VEPROMS
|
||||
this.tabControlPanel2.ResumeLayout(false);
|
||||
this.panelEx3.ResumeLayout(false);
|
||||
this.tabControlPanelLD.ResumeLayout(false);
|
||||
this.tabControlPanel1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
@@ -1378,6 +1420,9 @@ namespace VEPROMS
|
||||
private System.Windows.Forms.ComboBox cmbFont;
|
||||
private DevComponents.DotNetBar.LabelItem lblResolution;
|
||||
private DevComponents.DotNetBar.ButtonItem btnEditItem;
|
||||
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
|
||||
private DevComponents.DotNetBar.TabItem infotabHistory;
|
||||
private Volian.Controls.Library.DisplayHistory displayHistory;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user