This commit is contained in:
parent
1bea968285
commit
9bdfbdf1da
122
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
122
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
@ -101,14 +101,6 @@ namespace VEPROMS
|
||||
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.epProcedures.SuspendLayout();
|
||||
@ -428,7 +420,8 @@ namespace VEPROMS
|
||||
this.labelItem9,
|
||||
this.lblEditView,
|
||||
this.labelItem11,
|
||||
this.btnItemInfo});
|
||||
this.btnItemInfo,
|
||||
this.lblItemID});
|
||||
this.bottomBar.Location = new System.Drawing.Point(4, 746);
|
||||
this.bottomBar.Name = "bottomBar";
|
||||
this.bottomBar.Size = new System.Drawing.Size(1187, 29);
|
||||
@ -591,9 +584,9 @@ namespace VEPROMS
|
||||
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.MouseUp +=new System.Windows.Forms.MouseEventHandler(tv_MouseUp);
|
||||
this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose);
|
||||
this.tv.WordSectionDeleted += new Volian.Controls.Library.WordSectionDeletedEvent(this.tv_WordSectionDeleted);
|
||||
//
|
||||
// infoPanel
|
||||
//
|
||||
@ -1078,112 +1071,6 @@ 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.MinimumSize = new System.Drawing.Size(100, 630);
|
||||
this.displayTags.MyRTB = null;
|
||||
this.displayTags.Name = "displayTags";
|
||||
this.displayTags.Size = new System.Drawing.Size(100, 630);
|
||||
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(1, 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(1, 635);
|
||||
this.displayRO.TabControl = null;
|
||||
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(1, 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(1, 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(1, 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);
|
||||
@ -1335,7 +1222,8 @@ namespace VEPROMS
|
||||
private Volian.Controls.Library.DisplayBookMarks displayBookMarks;
|
||||
private DevComponents.DotNetBar.LabelItem lblLocked;
|
||||
private DevComponents.DotNetBar.ButtonItem btnShortCuts;
|
||||
|
||||
private DevComponents.DotNetBar.LabelItem labelItem1;
|
||||
private DevComponents.DotNetBar.LabelItem lblItemID;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user