This commit is contained in:
225
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
225
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
@@ -84,21 +84,16 @@ namespace VEPROMS
|
||||
this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
|
||||
this.btnItemInfo = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.epAnnotations = new DevComponents.DotNetBar.ExpandablePanel();
|
||||
this.ctrlAnnotationDetails = new Volian.Controls.Library.AnnotationDetails();
|
||||
this.btnAnnoDetailsPushPin = new DevComponents.DotNetBar.ButtonX();
|
||||
this.expandablePanel2 = new DevComponents.DotNetBar.ExpandablePanel();
|
||||
this.tv = new Volian.Controls.Library.vlnTreeView();
|
||||
this.infoPanel = new DevComponents.DotNetBar.ExpandablePanel();
|
||||
this.infoTabs = new DevComponents.DotNetBar.TabControl();
|
||||
this.infotabControlPanelTags = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
||||
this.displayTags = new Volian.Controls.Library.DisplayTags();
|
||||
this.infotabTags = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.infotabControlPanelTransitions = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.displayTransition = new Volian.Controls.Library.DisplayTransition();
|
||||
this.infotabTransition = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.infotabControlPanelRO = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.displayRO = new Volian.Controls.Library.DisplayRO();
|
||||
this.infotabRO = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
|
||||
this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
|
||||
@@ -110,19 +105,24 @@ namespace VEPROMS
|
||||
this.toolsPanel = new DevComponents.DotNetBar.ExpandablePanel();
|
||||
this.toolsTabs = new DevComponents.DotNetBar.TabControl();
|
||||
this.annotationSearch = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.displaySearch1 = new Volian.Controls.Library.DisplaySearch();
|
||||
this.toolstabResults = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
|
||||
this.displayBookMarks = new Volian.Controls.Library.DisplayBookMarks();
|
||||
this.toolsTabBookMarks = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanelLD = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.displayLibDocs = new Volian.Controls.Library.DisplayLibDocs();
|
||||
this.tabItemLibDocs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.expandableSplitter4 = new DevComponents.DotNetBar.ExpandableSplitter();
|
||||
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.itemAnnotationsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.tc = new Volian.Controls.Library.DisplayTabControl();
|
||||
this.displayTags = new Volian.Controls.Library.DisplayTags();
|
||||
this.displayTransition = new Volian.Controls.Library.DisplayTransition();
|
||||
this.displayRO = new Volian.Controls.Library.DisplayRO();
|
||||
this.displaySearch1 = new Volian.Controls.Library.DisplaySearch();
|
||||
this.displayBookMarks = new Volian.Controls.Library.DisplayBookMarks();
|
||||
this.displayLibDocs = new Volian.Controls.Library.DisplayLibDocs();
|
||||
this.tv = new Volian.Controls.Library.vlnTreeView();
|
||||
this.ctrlAnnotationDetails = new Volian.Controls.Library.AnnotationDetails();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).BeginInit();
|
||||
this.epAnnotations.SuspendLayout();
|
||||
this.expandablePanel2.SuspendLayout();
|
||||
@@ -615,6 +615,7 @@ namespace VEPROMS
|
||||
this.superTooltip1.SetSuperTooltip(this.btnGetRoVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update Referenced Object Values", "", "This will update the RO Values in this procedure set.\r\n\r\nThis button will become " +
|
||||
"active when new Referenced Object Values are available.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.btnGetRoVals.Text = "Update RO Values";
|
||||
this.btnGetRoVals.Click += new System.EventHandler(this.btnGetRoVals_Click);
|
||||
//
|
||||
// labelItem1
|
||||
//
|
||||
@@ -661,20 +662,6 @@ namespace VEPROMS
|
||||
this.epAnnotations.TitleStyle.GradientAngle = 90;
|
||||
this.epAnnotations.TitleText = "Annotation Details";
|
||||
//
|
||||
// ctrlAnnotationDetails
|
||||
//
|
||||
this.ctrlAnnotationDetails.AnnotationRTFText = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft S" +
|
||||
"ans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs20\\par\r\n}\r\n";
|
||||
this.ctrlAnnotationDetails.Annotations = null;
|
||||
this.ctrlAnnotationDetails.AnnotationText = "";
|
||||
this.ctrlAnnotationDetails.CurrentAnnotation = null;
|
||||
this.ctrlAnnotationDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlAnnotationDetails.Location = new System.Drawing.Point(0, 26);
|
||||
this.ctrlAnnotationDetails.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ctrlAnnotationDetails.Name = "ctrlAnnotationDetails";
|
||||
this.ctrlAnnotationDetails.Size = new System.Drawing.Size(1187, 0);
|
||||
this.ctrlAnnotationDetails.TabIndex = 15;
|
||||
//
|
||||
// btnAnnoDetailsPushPin
|
||||
//
|
||||
this.btnAnnoDetailsPushPin.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
|
||||
@@ -725,20 +712,6 @@ namespace VEPROMS
|
||||
this.expandablePanel2.TitleStyle.GradientAngle = 90;
|
||||
this.expandablePanel2.TitleText = "Procedures";
|
||||
//
|
||||
// tv
|
||||
//
|
||||
this.tv.AllowDrop = true;
|
||||
this.tv.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tv.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tv.HideSelection = false;
|
||||
this.tv.Location = new System.Drawing.Point(0, 26);
|
||||
this.tv.Name = "tv";
|
||||
this.tv.Size = new System.Drawing.Size(30, 637);
|
||||
this.tv.TabIndex = 1;
|
||||
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
|
||||
this.tv.Click += new System.EventHandler(this.tv_Click);
|
||||
this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose);
|
||||
//
|
||||
// infoPanel
|
||||
//
|
||||
this.infoPanel.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
@@ -824,17 +797,6 @@ namespace VEPROMS
|
||||
this.panelEx1.Style.ForeColor.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx1.TabIndex = 1;
|
||||
//
|
||||
// displayTags
|
||||
//
|
||||
this.displayTags.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.displayTags.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.displayTags.Location = new System.Drawing.Point(0, 0);
|
||||
this.displayTags.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.displayTags.MyRTB = null;
|
||||
this.displayTags.Name = "displayTags";
|
||||
this.displayTags.Size = new System.Drawing.Size(201, 500);
|
||||
this.displayTags.TabIndex = 0;
|
||||
//
|
||||
// infotabTags
|
||||
//
|
||||
this.infotabTags.AttachedControl = this.infotabControlPanelTags;
|
||||
@@ -861,20 +823,6 @@ namespace VEPROMS
|
||||
this.infotabControlPanelTransitions.ThemeAware = true;
|
||||
this.infotabControlPanelTransitions.Click += new System.EventHandler(this.infotabTransition_Click);
|
||||
//
|
||||
// displayTransition
|
||||
//
|
||||
this.displayTransition.AutoSize = true;
|
||||
this.displayTransition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.displayTransition.CurTrans = null;
|
||||
this.displayTransition.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayTransition.Location = new System.Drawing.Point(1, 1);
|
||||
this.displayTransition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.displayTransition.MyRTB = null;
|
||||
this.displayTransition.Name = "displayTransition";
|
||||
this.displayTransition.RangeColor = global::VEPROMS.Properties.Settings.Default.TransitionRangeColor;
|
||||
this.displayTransition.Size = new System.Drawing.Size(201, 635);
|
||||
this.displayTransition.TabIndex = 0;
|
||||
//
|
||||
// infotabTransition
|
||||
//
|
||||
this.infotabTransition.AttachedControl = this.infotabControlPanelTransitions;
|
||||
@@ -900,20 +848,6 @@ namespace VEPROMS
|
||||
this.infotabControlPanelRO.TabItem = this.infotabRO;
|
||||
this.infotabControlPanelRO.ThemeAware = true;
|
||||
//
|
||||
// displayRO
|
||||
//
|
||||
this.displayRO.CurROLink = null;
|
||||
this.displayRO.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayRO.Location = new System.Drawing.Point(1, 1);
|
||||
this.displayRO.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.displayRO.Mydvi = null;
|
||||
this.displayRO.MyROFST = null;
|
||||
this.displayRO.MyRTB = null;
|
||||
this.displayRO.Name = "displayRO";
|
||||
this.displayRO.ProgressBar = null;
|
||||
this.displayRO.Size = new System.Drawing.Size(201, 635);
|
||||
this.displayRO.TabIndex = 0;
|
||||
//
|
||||
// infotabRO
|
||||
//
|
||||
this.infotabRO.AttachedControl = this.infotabControlPanelRO;
|
||||
@@ -1112,21 +1046,6 @@ namespace VEPROMS
|
||||
this.annotationSearch.TabItem = this.toolstabResults;
|
||||
this.annotationSearch.ThemeAware = true;
|
||||
//
|
||||
// displaySearch1
|
||||
//
|
||||
this.displaySearch1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displaySearch1.LoadingList = false;
|
||||
this.displaySearch1.Location = new System.Drawing.Point(1, 1);
|
||||
this.displaySearch1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.displaySearch1.Mydocversion = null;
|
||||
this.displaySearch1.MyROFSTLookup = null;
|
||||
this.displaySearch1.Name = "displaySearch1";
|
||||
this.displaySearch1.ProgressBar = null;
|
||||
this.displaySearch1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||||
this.displaySearch1.SearchResults = null;
|
||||
this.displaySearch1.Size = new System.Drawing.Size(314, 635);
|
||||
this.displaySearch1.TabIndex = 0;
|
||||
//
|
||||
// toolstabResults
|
||||
//
|
||||
this.toolstabResults.AttachedControl = this.annotationSearch;
|
||||
@@ -1169,16 +1088,6 @@ namespace VEPROMS
|
||||
this.panelEx3.Style.ForeColor.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx3.TabIndex = 3;
|
||||
//
|
||||
// displayBookMarks
|
||||
//
|
||||
this.displayBookMarks.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayBookMarks.Location = new System.Drawing.Point(0, 0);
|
||||
this.displayBookMarks.MyDisplayTabControl = null;
|
||||
this.displayBookMarks.MyRTB = null;
|
||||
this.displayBookMarks.Name = "displayBookMarks";
|
||||
this.displayBookMarks.Size = new System.Drawing.Size(314, 635);
|
||||
this.displayBookMarks.TabIndex = 0;
|
||||
//
|
||||
// toolsTabBookMarks
|
||||
//
|
||||
this.toolsTabBookMarks.AttachedControl = this.tabControlPanel2;
|
||||
@@ -1202,18 +1111,6 @@ namespace VEPROMS
|
||||
this.tabControlPanelLD.TabItem = this.tabItemLibDocs;
|
||||
this.tabControlPanelLD.ThemeAware = true;
|
||||
//
|
||||
// displayLibDocs
|
||||
//
|
||||
this.displayLibDocs.AutoScroll = true;
|
||||
this.displayLibDocs.CurLibDoc = null;
|
||||
this.displayLibDocs.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayLibDocs.LibDocList = null;
|
||||
this.displayLibDocs.Location = new System.Drawing.Point(1, 1);
|
||||
this.displayLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.displayLibDocs.Name = "displayLibDocs";
|
||||
this.displayLibDocs.Size = new System.Drawing.Size(314, 635);
|
||||
this.displayLibDocs.TabIndex = 0;
|
||||
//
|
||||
// tabItemLibDocs
|
||||
//
|
||||
this.tabItemLibDocs.AttachedControl = this.tabControlPanelLD;
|
||||
@@ -1282,6 +1179,110 @@ namespace VEPROMS
|
||||
this.tc.LinkModifyTran += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyTran);
|
||||
this.tc.LinkModifyRO += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyRO);
|
||||
//
|
||||
// displayTags
|
||||
//
|
||||
this.displayTags.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.displayTags.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.displayTags.Location = new System.Drawing.Point(0, 0);
|
||||
this.displayTags.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.displayTags.MyRTB = null;
|
||||
this.displayTags.Name = "displayTags";
|
||||
this.displayTags.Size = new System.Drawing.Size(201, 500);
|
||||
this.displayTags.TabIndex = 0;
|
||||
//
|
||||
// displayTransition
|
||||
//
|
||||
this.displayTransition.AutoSize = true;
|
||||
this.displayTransition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.displayTransition.CurTrans = null;
|
||||
this.displayTransition.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayTransition.Location = new System.Drawing.Point(1, 1);
|
||||
this.displayTransition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.displayTransition.MyRTB = null;
|
||||
this.displayTransition.Name = "displayTransition";
|
||||
this.displayTransition.RangeColor = global::VEPROMS.Properties.Settings.Default.TransitionRangeColor;
|
||||
this.displayTransition.Size = new System.Drawing.Size(201, 635);
|
||||
this.displayTransition.TabIndex = 0;
|
||||
//
|
||||
// displayRO
|
||||
//
|
||||
this.displayRO.CurROLink = null;
|
||||
this.displayRO.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayRO.Location = new System.Drawing.Point(1, 1);
|
||||
this.displayRO.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.displayRO.Mydvi = null;
|
||||
this.displayRO.MyROFST = null;
|
||||
this.displayRO.MyRTB = null;
|
||||
this.displayRO.Name = "displayRO";
|
||||
this.displayRO.ProgressBar = null;
|
||||
this.displayRO.Size = new System.Drawing.Size(201, 635);
|
||||
this.displayRO.TabIndex = 0;
|
||||
//
|
||||
// displaySearch1
|
||||
//
|
||||
this.displaySearch1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displaySearch1.LoadingList = false;
|
||||
this.displaySearch1.Location = new System.Drawing.Point(1, 1);
|
||||
this.displaySearch1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.displaySearch1.Mydocversion = null;
|
||||
this.displaySearch1.MyROFSTLookup = null;
|
||||
this.displaySearch1.Name = "displaySearch1";
|
||||
this.displaySearch1.ProgressBar = null;
|
||||
this.displaySearch1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||||
this.displaySearch1.SearchResults = null;
|
||||
this.displaySearch1.Size = new System.Drawing.Size(314, 635);
|
||||
this.displaySearch1.TabIndex = 0;
|
||||
//
|
||||
// displayBookMarks
|
||||
//
|
||||
this.displayBookMarks.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayBookMarks.Location = new System.Drawing.Point(0, 0);
|
||||
this.displayBookMarks.MyDisplayTabControl = null;
|
||||
this.displayBookMarks.MyRTB = null;
|
||||
this.displayBookMarks.Name = "displayBookMarks";
|
||||
this.displayBookMarks.Size = new System.Drawing.Size(314, 635);
|
||||
this.displayBookMarks.TabIndex = 0;
|
||||
//
|
||||
// displayLibDocs
|
||||
//
|
||||
this.displayLibDocs.AutoScroll = true;
|
||||
this.displayLibDocs.CurLibDoc = null;
|
||||
this.displayLibDocs.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.displayLibDocs.LibDocList = null;
|
||||
this.displayLibDocs.Location = new System.Drawing.Point(1, 1);
|
||||
this.displayLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.displayLibDocs.Name = "displayLibDocs";
|
||||
this.displayLibDocs.Size = new System.Drawing.Size(314, 635);
|
||||
this.displayLibDocs.TabIndex = 0;
|
||||
//
|
||||
// tv
|
||||
//
|
||||
this.tv.AllowDrop = true;
|
||||
this.tv.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tv.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tv.HideSelection = false;
|
||||
this.tv.Location = new System.Drawing.Point(0, 26);
|
||||
this.tv.Name = "tv";
|
||||
this.tv.Size = new System.Drawing.Size(30, 637);
|
||||
this.tv.TabIndex = 1;
|
||||
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
|
||||
this.tv.Click += new System.EventHandler(this.tv_Click);
|
||||
this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose);
|
||||
//
|
||||
// ctrlAnnotationDetails
|
||||
//
|
||||
this.ctrlAnnotationDetails.AnnotationRTFText = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft S" +
|
||||
"ans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs20\\par\r\n}\r\n";
|
||||
this.ctrlAnnotationDetails.Annotations = null;
|
||||
this.ctrlAnnotationDetails.AnnotationText = "";
|
||||
this.ctrlAnnotationDetails.CurrentAnnotation = null;
|
||||
this.ctrlAnnotationDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlAnnotationDetails.Location = new System.Drawing.Point(0, 26);
|
||||
this.ctrlAnnotationDetails.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ctrlAnnotationDetails.Name = "ctrlAnnotationDetails";
|
||||
this.ctrlAnnotationDetails.Size = new System.Drawing.Size(1187, 0);
|
||||
this.ctrlAnnotationDetails.TabIndex = 15;
|
||||
//
|
||||
// frmVEPROMS
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
|
Reference in New Issue
Block a user