fixed design view
This commit is contained in:
parent
1fea9d4ef9
commit
afe0585ee5
258
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
258
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
@ -69,6 +69,7 @@ namespace VEPROMS
|
||||
this.lblEditView = new DevComponents.DotNetBar.LabelItem();
|
||||
this.labelItem11 = new DevComponents.DotNetBar.LabelItem();
|
||||
this.btnItemInfo = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.lblItemID = new DevComponents.DotNetBar.LabelItem();
|
||||
this.epAnnotations = new DevComponents.DotNetBar.ExpandablePanel();
|
||||
this.ctrlAnnotationDetails = new Volian.Controls.Library.AnnotationDetails();
|
||||
this.btnAnnoDetailsPushPin = new DevComponents.DotNetBar.ButtonX();
|
||||
@ -109,15 +110,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.lblItemID = new DevComponents.DotNetBar.LabelItem();
|
||||
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();
|
||||
@ -140,6 +132,10 @@ namespace VEPROMS
|
||||
//
|
||||
// ribbonControl1
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonControl1.BackgroundStyle.Class = "";
|
||||
this.ribbonControl1.CaptionVisible = true;
|
||||
this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
@ -438,8 +434,8 @@ namespace VEPROMS
|
||||
this.lblEditView,
|
||||
this.labelItem11,
|
||||
this.btnItemInfo,
|
||||
this.lblItemID});
|
||||
this.bottomBar.Location = new System.Drawing.Point(4, 746);
|
||||
this.lblItemID});
|
||||
this.bottomBar.Location = new System.Drawing.Point(4, 745);
|
||||
this.bottomBar.Name = "bottomBar";
|
||||
this.bottomBar.Size = new System.Drawing.Size(1187, 29);
|
||||
this.bottomBar.Stretch = true;
|
||||
@ -456,6 +452,10 @@ namespace VEPROMS
|
||||
//
|
||||
// bottomProgBar
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.bottomProgBar.BackStyle.Class = "";
|
||||
this.bottomProgBar.ChunkGradientAngle = 0F;
|
||||
this.bottomProgBar.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
|
||||
this.bottomProgBar.Name = "bottomProgBar";
|
||||
@ -502,6 +502,11 @@ namespace VEPROMS
|
||||
this.btnItemInfo.Text = "ItemInfo";
|
||||
this.btnItemInfo.Click += new System.EventHandler(this.btnItemInfo_Click);
|
||||
//
|
||||
// lblItemID
|
||||
//
|
||||
this.lblItemID.Name = "lblItemID";
|
||||
this.lblItemID.Text = "ItemID=\"\"";
|
||||
//
|
||||
// epAnnotations
|
||||
//
|
||||
this.epAnnotations.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
@ -513,7 +518,7 @@ namespace VEPROMS
|
||||
this.epAnnotations.Expanded = false;
|
||||
this.epAnnotations.ExpandedBounds = new System.Drawing.Rectangle(4, 544, 1187, 202);
|
||||
this.epAnnotations.ExpandOnTitleClick = true;
|
||||
this.epAnnotations.Location = new System.Drawing.Point(4, 720);
|
||||
this.epAnnotations.Location = new System.Drawing.Point(4, 719);
|
||||
this.epAnnotations.Name = "epAnnotations";
|
||||
this.epAnnotations.Size = new System.Drawing.Size(1187, 26);
|
||||
this.epAnnotations.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
@ -537,6 +542,20 @@ namespace VEPROMS
|
||||
this.epAnnotations.Resize += new System.EventHandler(this.epAnnotations_Resize);
|
||||
this.epAnnotations.ExpandedChanging += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expandPanelExpandedChanging);
|
||||
//
|
||||
// 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;
|
||||
@ -569,7 +588,7 @@ namespace VEPROMS
|
||||
this.epProcedures.ExpandOnTitleClick = true;
|
||||
this.epProcedures.Location = new System.Drawing.Point(4, 57);
|
||||
this.epProcedures.Name = "epProcedures";
|
||||
this.epProcedures.Size = new System.Drawing.Size(30, 663);
|
||||
this.epProcedures.Size = new System.Drawing.Size(30, 662);
|
||||
this.epProcedures.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.epProcedures.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.epProcedures.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
@ -601,9 +620,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.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);
|
||||
this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose);
|
||||
this.tv.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tv_MouseUp);
|
||||
//
|
||||
// infoPanel
|
||||
//
|
||||
@ -617,7 +636,7 @@ namespace VEPROMS
|
||||
this.infoPanel.ExpandOnTitleClick = true;
|
||||
this.infoPanel.Location = new System.Drawing.Point(1128, 57);
|
||||
this.infoPanel.Name = "infoPanel";
|
||||
this.infoPanel.Size = new System.Drawing.Size(30, 663);
|
||||
this.infoPanel.Size = new System.Drawing.Size(30, 662);
|
||||
this.infoPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.infoPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.infoPanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
@ -695,6 +714,18 @@ 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.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;
|
||||
//
|
||||
// infotabTags
|
||||
//
|
||||
this.infotabTags.AttachedControl = this.infotabControlPanelTags;
|
||||
@ -721,6 +752,20 @@ 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(1, 635);
|
||||
this.displayTransition.TabIndex = 0;
|
||||
//
|
||||
// infotabTransition
|
||||
//
|
||||
this.infotabTransition.AttachedControl = this.infotabControlPanelTransitions;
|
||||
@ -746,6 +791,21 @@ 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(1, 635);
|
||||
this.displayRO.TabControl = null;
|
||||
this.displayRO.TabIndex = 0;
|
||||
//
|
||||
// infotabRO
|
||||
//
|
||||
this.infotabRO.AttachedControl = this.infotabControlPanelRO;
|
||||
@ -797,7 +857,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter1.Location = new System.Drawing.Point(34, 57);
|
||||
this.expandableSplitter1.Name = "expandableSplitter1";
|
||||
this.expandableSplitter1.Size = new System.Drawing.Size(3, 663);
|
||||
this.expandableSplitter1.Size = new System.Drawing.Size(3, 662);
|
||||
this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
this.expandableSplitter1.TabIndex = 5;
|
||||
this.expandableSplitter1.TabStop = false;
|
||||
@ -829,7 +889,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter2.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.expandableSplitter2.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(208)))), ((int)(((byte)(213)))));
|
||||
this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter2.Location = new System.Drawing.Point(37, 717);
|
||||
this.expandableSplitter2.Location = new System.Drawing.Point(37, 716);
|
||||
this.expandableSplitter2.Name = "expandableSplitter2";
|
||||
this.expandableSplitter2.Size = new System.Drawing.Size(1091, 3);
|
||||
this.expandableSplitter2.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
@ -865,7 +925,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter3.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter3.Location = new System.Drawing.Point(1125, 57);
|
||||
this.expandableSplitter3.Name = "expandableSplitter3";
|
||||
this.expandableSplitter3.Size = new System.Drawing.Size(3, 660);
|
||||
this.expandableSplitter3.Size = new System.Drawing.Size(3, 659);
|
||||
this.expandableSplitter3.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
this.expandableSplitter3.TabIndex = 7;
|
||||
this.expandableSplitter3.TabStop = false;
|
||||
@ -891,7 +951,7 @@ namespace VEPROMS
|
||||
this.toolsPanel.ExpandOnTitleClick = true;
|
||||
this.toolsPanel.Location = new System.Drawing.Point(1161, 57);
|
||||
this.toolsPanel.Name = "toolsPanel";
|
||||
this.toolsPanel.Size = new System.Drawing.Size(30, 663);
|
||||
this.toolsPanel.Size = new System.Drawing.Size(30, 662);
|
||||
this.toolsPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.toolsPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.toolsPanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
@ -951,6 +1011,21 @@ 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(1, 635);
|
||||
this.displaySearch1.TabIndex = 0;
|
||||
//
|
||||
// toolstabResults
|
||||
//
|
||||
this.toolstabResults.AttachedControl = this.annotationSearch;
|
||||
@ -993,6 +1068,16 @@ 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(1, 635);
|
||||
this.displayBookMarks.TabIndex = 0;
|
||||
//
|
||||
// toolsTabBookMarks
|
||||
//
|
||||
this.toolsTabBookMarks.AttachedControl = this.tabControlPanel2;
|
||||
@ -1016,6 +1101,18 @@ 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(1, 635);
|
||||
this.displayLibDocs.TabIndex = 0;
|
||||
//
|
||||
// tabItemLibDocs
|
||||
//
|
||||
this.tabItemLibDocs.AttachedControl = this.tabControlPanelLD;
|
||||
@ -1053,7 +1150,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter4.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter4.Location = new System.Drawing.Point(1158, 57);
|
||||
this.expandableSplitter4.Name = "expandableSplitter4";
|
||||
this.expandableSplitter4.Size = new System.Drawing.Size(3, 663);
|
||||
this.expandableSplitter4.Size = new System.Drawing.Size(3, 662);
|
||||
this.expandableSplitter4.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
this.expandableSplitter4.TabIndex = 3;
|
||||
this.expandableSplitter4.TabStop = false;
|
||||
@ -1078,133 +1175,22 @@ namespace VEPROMS
|
||||
this.tc.Name = "tc";
|
||||
this.tc.RibbonExpanded = true;
|
||||
this.tc.SelectedDisplayTabItem = null;
|
||||
this.tc.Size = new System.Drawing.Size(1088, 660);
|
||||
this.tc.Size = new System.Drawing.Size(1088, 659);
|
||||
this.tc.TabIndex = 8;
|
||||
this.tc.PanelTabDisplay += new Volian.Controls.Library.StepPanelTabDisplayEvent(this.tc_PanelTabDisplay);
|
||||
this.tc.WordSectionClose += new Volian.Controls.Library.StepPanelWordSectionCloseEvent(tc_WordSectionClose);
|
||||
this.tc.WordSectionDeleted += new Volian.Controls.Library.StepPanelWordSectionDeletedEvent(tc_WordSectionDeleted);
|
||||
this.tc.WordSectionClose += new Volian.Controls.Library.StepPanelWordSectionCloseEvent(this.tc_WordSectionClose);
|
||||
this.tc.ItemSelectedChanged += new Volian.Controls.Library.ItemSelectedChangedEvent(this.tc_ItemSelectedChanged);
|
||||
this.tc.ModeChange += new Volian.Controls.Library.StepPanelModeChangeEvent(this.tc_StepPanelModeChange);
|
||||
this.tc.LinkModifyTran += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyTran);
|
||||
this.tc.WordSectionDeleted += new Volian.Controls.Library.StepPanelWordSectionDeletedEvent(this.tc_WordSectionDeleted);
|
||||
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;
|
||||
//
|
||||
// lblItemID
|
||||
//
|
||||
this.lblItemID.Name = "lblItemID";
|
||||
this.lblItemID.Text = "ItemID=\"\"";
|
||||
//
|
||||
// frmVEPROMS
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScroll = true;
|
||||
this.ClientSize = new System.Drawing.Size(1195, 777);
|
||||
this.ClientSize = new System.Drawing.Size(1195, 776);
|
||||
this.Controls.Add(this.tc);
|
||||
this.Controls.Add(this.expandableSplitter3);
|
||||
this.Controls.Add(this.expandableSplitter2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user