This commit is contained in:
47
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
47
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
@@ -44,6 +44,7 @@ namespace VEPROMS
|
||||
this.btnOpen = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnSave = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnSaveAs = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnRepaginate = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnPrint = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnPrepare = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnAdmin = new DevComponents.DotNetBar.ButtonItem();
|
||||
@@ -261,6 +262,7 @@ namespace VEPROMS
|
||||
this.btnOpen,
|
||||
this.btnSave,
|
||||
this.btnSaveAs,
|
||||
this.btnRepaginate,
|
||||
this.btnPrint,
|
||||
this.btnPrepare,
|
||||
this.btnAdmin,
|
||||
@@ -301,13 +303,23 @@ namespace VEPROMS
|
||||
this.btnSaveAs.Name = "btnSaveAs";
|
||||
this.btnSaveAs.Text = "Save &As";
|
||||
//
|
||||
// btnRepaginate
|
||||
//
|
||||
this.btnRepaginate.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||
this.btnRepaginate.Enabled = false;
|
||||
this.btnRepaginate.Image = ((System.Drawing.Image)(resources.GetObject("btnRepaginate.Image")));
|
||||
this.btnRepaginate.Name = "btnRepaginate";
|
||||
this.btnRepaginate.Text = "&Repaginate";
|
||||
//
|
||||
// btnPrint
|
||||
//
|
||||
this.btnPrint.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||
this.btnPrint.Enabled = false;
|
||||
this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
|
||||
this.btnPrint.Name = "btnPrint";
|
||||
this.btnPrint.SubItemsExpandWidth = 24;
|
||||
this.btnPrint.Text = "&Print...";
|
||||
this.btnPrint.Text = "Create &PDF";
|
||||
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
||||
//
|
||||
// btnPrepare
|
||||
//
|
||||
@@ -444,7 +456,7 @@ namespace VEPROMS
|
||||
this.labelItem11,
|
||||
this.btnItemInfo,
|
||||
this.lblItemID});
|
||||
this.bottomBar.Location = new System.Drawing.Point(5, 714);
|
||||
this.bottomBar.Location = new System.Drawing.Point(5, 650);
|
||||
this.bottomBar.Name = "bottomBar";
|
||||
this.bottomBar.Size = new System.Drawing.Size(1185, 29);
|
||||
this.bottomBar.Stretch = true;
|
||||
@@ -538,7 +550,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(5, 688);
|
||||
this.epAnnotations.Location = new System.Drawing.Point(5, 624);
|
||||
this.epAnnotations.Name = "epAnnotations";
|
||||
this.epAnnotations.Size = new System.Drawing.Size(1185, 26);
|
||||
this.epAnnotations.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
@@ -604,11 +616,11 @@ namespace VEPROMS
|
||||
this.epProcedures.Controls.Add(this.tv);
|
||||
this.epProcedures.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.epProcedures.Expanded = false;
|
||||
this.epProcedures.ExpandedBounds = new System.Drawing.Rectangle(4, 57, 326, 663);
|
||||
this.epProcedures.ExpandedBounds = new System.Drawing.Rectangle(5, 57, 326, 593);
|
||||
this.epProcedures.ExpandOnTitleClick = true;
|
||||
this.epProcedures.Location = new System.Drawing.Point(5, 57);
|
||||
this.epProcedures.Name = "epProcedures";
|
||||
this.epProcedures.Size = new System.Drawing.Size(30, 631);
|
||||
this.epProcedures.Size = new System.Drawing.Size(30, 567);
|
||||
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;
|
||||
@@ -637,7 +649,7 @@ namespace VEPROMS
|
||||
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, 607);
|
||||
this.tv.Size = new System.Drawing.Size(30, 567);
|
||||
this.tv.TabIndex = 1;
|
||||
this.tv.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tv_MouseUp);
|
||||
this.tv.WordSectionDeleted += new Volian.Controls.Library.WordSectionDeletedEvent(this.tv_WordSectionDeleted);
|
||||
@@ -656,7 +668,7 @@ namespace VEPROMS
|
||||
this.infoPanel.ExpandOnTitleClick = true;
|
||||
this.infoPanel.Location = new System.Drawing.Point(1127, 57);
|
||||
this.infoPanel.Name = "infoPanel";
|
||||
this.infoPanel.Size = new System.Drawing.Size(30, 631);
|
||||
this.infoPanel.Size = new System.Drawing.Size(30, 567);
|
||||
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;
|
||||
@@ -877,7 +889,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter1.Location = new System.Drawing.Point(35, 57);
|
||||
this.expandableSplitter1.Name = "expandableSplitter1";
|
||||
this.expandableSplitter1.Size = new System.Drawing.Size(3, 631);
|
||||
this.expandableSplitter1.Size = new System.Drawing.Size(3, 567);
|
||||
this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
this.expandableSplitter1.TabIndex = 5;
|
||||
this.expandableSplitter1.TabStop = false;
|
||||
@@ -909,7 +921,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(38, 685);
|
||||
this.expandableSplitter2.Location = new System.Drawing.Point(38, 621);
|
||||
this.expandableSplitter2.Name = "expandableSplitter2";
|
||||
this.expandableSplitter2.Size = new System.Drawing.Size(1089, 3);
|
||||
this.expandableSplitter2.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
@@ -945,7 +957,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter3.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter3.Location = new System.Drawing.Point(1124, 57);
|
||||
this.expandableSplitter3.Name = "expandableSplitter3";
|
||||
this.expandableSplitter3.Size = new System.Drawing.Size(3, 628);
|
||||
this.expandableSplitter3.Size = new System.Drawing.Size(3, 564);
|
||||
this.expandableSplitter3.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
this.expandableSplitter3.TabIndex = 7;
|
||||
this.expandableSplitter3.TabStop = false;
|
||||
@@ -971,7 +983,7 @@ namespace VEPROMS
|
||||
this.toolsPanel.ExpandOnTitleClick = true;
|
||||
this.toolsPanel.Location = new System.Drawing.Point(1160, 57);
|
||||
this.toolsPanel.Name = "toolsPanel";
|
||||
this.toolsPanel.Size = new System.Drawing.Size(30, 631);
|
||||
this.toolsPanel.Size = new System.Drawing.Size(30, 567);
|
||||
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;
|
||||
@@ -996,8 +1008,8 @@ namespace VEPROMS
|
||||
//
|
||||
this.toolsTabs.BackColor = System.Drawing.Color.Transparent;
|
||||
this.toolsTabs.CanReorderTabs = true;
|
||||
this.toolsTabs.Controls.Add(this.tabControlPanel2);
|
||||
this.toolsTabs.Controls.Add(this.annotationSearch);
|
||||
this.toolsTabs.Controls.Add(this.tabControlPanel2);
|
||||
this.toolsTabs.Controls.Add(this.tabControlPanelLD);
|
||||
this.toolsTabs.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.toolsTabs.Location = new System.Drawing.Point(0, 26);
|
||||
@@ -1021,7 +1033,7 @@ namespace VEPROMS
|
||||
this.annotationSearch.Location = new System.Drawing.Point(0, 0);
|
||||
this.annotationSearch.Name = "annotationSearch";
|
||||
this.annotationSearch.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.annotationSearch.Size = new System.Drawing.Size(316, 605);
|
||||
this.annotationSearch.Size = new System.Drawing.Size(3, 605);
|
||||
this.annotationSearch.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
||||
this.annotationSearch.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.annotationSearch.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
||||
@@ -1043,7 +1055,7 @@ namespace VEPROMS
|
||||
this.displaySearch1.ProgressBar = null;
|
||||
this.displaySearch1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||||
this.displaySearch1.SearchResults = null;
|
||||
this.displaySearch1.Size = new System.Drawing.Size(314, 603);
|
||||
this.displaySearch1.Size = new System.Drawing.Size(1, 603);
|
||||
this.displaySearch1.TabIndex = 0;
|
||||
//
|
||||
// toolstabResults
|
||||
@@ -1171,7 +1183,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter4.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter4.Location = new System.Drawing.Point(1157, 57);
|
||||
this.expandableSplitter4.Name = "expandableSplitter4";
|
||||
this.expandableSplitter4.Size = new System.Drawing.Size(3, 631);
|
||||
this.expandableSplitter4.Size = new System.Drawing.Size(3, 567);
|
||||
this.expandableSplitter4.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
||||
this.expandableSplitter4.TabIndex = 3;
|
||||
this.expandableSplitter4.TabStop = false;
|
||||
@@ -1197,7 +1209,7 @@ namespace VEPROMS
|
||||
this.tc.Name = "tc";
|
||||
this.tc.RibbonExpanded = true;
|
||||
this.tc.SelectedDisplayTabItem = null;
|
||||
this.tc.Size = new System.Drawing.Size(1086, 628);
|
||||
this.tc.Size = new System.Drawing.Size(1086, 564);
|
||||
this.tc.TabIndex = 8;
|
||||
this.tc.PanelTabDisplay += new Volian.Controls.Library.StepPanelTabDisplayEvent(this.tc_PanelTabDisplay);
|
||||
this.tc.WordSectionClose += new Volian.Controls.Library.StepPanelWordSectionCloseEvent(this.tc_WordSectionClose);
|
||||
@@ -1212,7 +1224,7 @@ namespace VEPROMS
|
||||
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, 745);
|
||||
this.ClientSize = new System.Drawing.Size(1195, 681);
|
||||
this.Controls.Add(this.tc);
|
||||
this.Controls.Add(this.expandableSplitter3);
|
||||
this.Controls.Add(this.expandableSplitter2);
|
||||
@@ -1361,6 +1373,7 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.ButtonItem btnShortCuts;
|
||||
private DevComponents.DotNetBar.LabelItem lblItemID;
|
||||
private System.Windows.Forms.ComboBox cmbFont;
|
||||
private DevComponents.DotNetBar.ButtonItem btnRepaginate;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user