This commit is contained in:
2010-11-10 16:07:36 +00:00
parent 46cc8df7c2
commit 1f308b883a
6 changed files with 451 additions and 345 deletions

View File

@@ -83,15 +83,15 @@ namespace VEPROMS
this.btnFormat = new DevComponents.DotNetBar.ButtonX();
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
this.tcSectionProp = new DevComponents.DotNetBar.TabControl();
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
this.ppSectNumberStpRTB = new Volian.Controls.Library.StepRTB(this.components);
this.ppSectTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpFormat = new DevComponents.DotNetBar.TabControlPanel();
this.rbWordSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.rbStepSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.ppGpbxSignoffCheckoff = new DevComponents.DotNetBar.Controls.GroupPanel();
this.tiFormat = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
this.ppSectNumberStpRTB = new Volian.Controls.Library.StepRTB(this.components);
this.ppSectTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpAutomation = new DevComponents.DotNetBar.TabControlPanel();
this.ppCbLinkWithEnhancedDoc = new System.Windows.Forms.CheckBox();
this.ppCbPlaceKeeper = new System.Windows.Forms.CheckBox();
@@ -106,9 +106,9 @@ namespace VEPROMS
this.panSectBtns.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).BeginInit();
this.tcSectionProp.SuspendLayout();
this.tcpGeneral.SuspendLayout();
this.tcpFormat.SuspendLayout();
this.ppGpbxSignoffCheckoff.SuspendLayout();
this.tcpGeneral.SuspendLayout();
this.tcpAutomation.SuspendLayout();
this.tcpLibDoc.SuspendLayout();
this.tabControlPanel4.SuspendLayout();
@@ -124,6 +124,7 @@ namespace VEPROMS
this.ppDtTmLastMod.Name = "ppDtTmLastMod";
this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22);
this.ppDtTmLastMod.TabIndex = 24;
this.ppDtTmLastMod.TabStop = false;
this.ppDtTmLastMod.Visible = false;
//
// ppTxtBxUserID
@@ -135,6 +136,7 @@ namespace VEPROMS
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22);
this.ppTxtBxUserID.TabIndex = 12;
this.ppTxtBxUserID.TabStop = false;
this.ppTxtBxUserID.Visible = false;
//
// lblUserID
@@ -196,7 +198,7 @@ namespace VEPROMS
this.ppCmbxSectPagination.Name = "ppCmbxSectPagination";
this.ppCmbxSectPagination.Size = new System.Drawing.Size(173, 23);
this.superTooltip1.SetSuperTooltip(this.ppCmbxSectPagination, new DevComponents.DotNetBar.SuperTooltipInfo("Section Pagination", "", resources.GetString("ppCmbxSectPagination.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(300, 190)));
this.ppCmbxSectPagination.TabIndex = 50;
this.ppCmbxSectPagination.TabIndex = 25;
this.ppCmbxSectPagination.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxSectPagination.WatermarkText = "select section pagination";
this.ppCmbxSectPagination.SelectedValueChanged += new System.EventHandler(this.ppCmbxSectPagination_SelectedValueChanged);
@@ -213,7 +215,7 @@ namespace VEPROMS
this.ppCmbxStyleSectionType.Size = new System.Drawing.Size(511, 23);
this.superTooltip1.SetSuperTooltip(this.ppCmbxStyleSectionType, new DevComponents.DotNetBar.SuperTooltipInfo("Section Type", "", "This is a list of the possible section types as they are defined in the selected " +
"format.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxStyleSectionType.TabIndex = 49;
this.ppCmbxStyleSectionType.TabIndex = 24;
this.ppCmbxStyleSectionType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxStyleSectionType.WatermarkText = "select section type";
this.ppCmbxStyleSectionType.SelectedValueChanged += new System.EventHandler(this.ppCmbxStyleSectionType_SelectedValueChanged);
@@ -221,7 +223,6 @@ namespace VEPROMS
// ppBtnDefaultFmt
//
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultFmt.CallBasePaintBackground = true;
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(587, 22);
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
@@ -229,7 +230,7 @@ namespace VEPROMS
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppBtnDefaultFmt.TabIndex = 48;
this.ppBtnDefaultFmt.TabIndex = 21;
this.ppBtnDefaultFmt.Text = "Default";
this.ppBtnDefaultFmt.ThemeAware = true;
this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
@@ -245,7 +246,7 @@ namespace VEPROMS
this.ppCmbxFormat.Name = "ppCmbxFormat";
this.ppCmbxFormat.Size = new System.Drawing.Size(568, 23);
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxFormat.TabIndex = 44;
this.ppCmbxFormat.TabIndex = 20;
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxFormat.WatermarkText = "select a format";
this.ppCmbxFormat.SelectedIndexChanged += new System.EventHandler(this.ppCmbxFormat_SelectedIndexChanged);
@@ -275,7 +276,7 @@ namespace VEPROMS
this.ppCmbxCheckoffHeading.Name = "ppCmbxCheckoffHeading";
this.ppCmbxCheckoffHeading.Size = new System.Drawing.Size(253, 23);
this.superTooltip1.SetSuperTooltip(this.ppCmbxCheckoffHeading, new DevComponents.DotNetBar.SuperTooltipInfo("Signoff / Checkoff Heading", "", "Places a column heading for the signoff/checkoff.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxCheckoffHeading.TabIndex = 7;
this.ppCmbxCheckoffHeading.TabIndex = 30;
this.ppCmbxCheckoffHeading.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxCheckoffHeading.WatermarkText = "select checkoff / signoff heading";
//
@@ -292,7 +293,7 @@ namespace VEPROMS
this.superTooltip1.SetSuperTooltip(this.ppCmbxCheckoffType, new DevComponents.DotNetBar.SuperTooltipInfo("Signoffs / Checkoffs Type", "", "This will automatically assign a signoff/checkoff as defined by the selected form" +
"at.\r\n\r\nThis is considered a default and it can be overridden in the step editor." +
"", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxCheckoffType.TabIndex = 6;
this.ppCmbxCheckoffType.TabIndex = 29;
this.ppCmbxCheckoffType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxCheckoffType.WatermarkText = "select checkoff / signoff";
//
@@ -359,14 +360,13 @@ namespace VEPROMS
// ppBtnCvrtToLibDoc
//
this.ppBtnCvrtToLibDoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnCvrtToLibDoc.CallBasePaintBackground = true;
this.ppBtnCvrtToLibDoc.Location = new System.Drawing.Point(21, 237);
this.ppBtnCvrtToLibDoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnCvrtToLibDoc.Name = "ppBtnCvrtToLibDoc";
this.ppBtnCvrtToLibDoc.Size = new System.Drawing.Size(279, 44);
this.superTooltip1.SetSuperTooltip(this.ppBtnCvrtToLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Convert To Library Document button", "", "This button will convert the current section to a library document, allowing it t" +
"o be shared with other procedures.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 76)));
this.ppBtnCvrtToLibDoc.TabIndex = 32;
this.ppBtnCvrtToLibDoc.TabIndex = 41;
this.ppBtnCvrtToLibDoc.Text = "Convert This Section To a Library Document";
this.ppBtnCvrtToLibDoc.Click += new System.EventHandler(this.ppBtnCvrtToLibDoc_Click);
//
@@ -381,7 +381,7 @@ namespace VEPROMS
this.ppCmbxLibDoc.Name = "ppCmbxLibDoc";
this.ppCmbxLibDoc.Size = new System.Drawing.Size(569, 23);
this.superTooltip1.SetSuperTooltip(this.ppCmbxLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Select Library Document", "", "This allows you to select a library document to reference for this section.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 76)));
this.ppCmbxLibDoc.TabIndex = 30;
this.ppCmbxLibDoc.TabIndex = 40;
this.ppCmbxLibDoc.WatermarkText = "no library document selected";
this.ppCmbxLibDoc.SelectedIndexChanged += new System.EventHandler(this.ppCmbxLibDoc_SelectedIndexChanged);
//
@@ -467,7 +467,7 @@ namespace VEPROMS
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnCancel.Name = "ppBtnCancel";
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
this.ppBtnCancel.TabIndex = 24;
this.ppBtnCancel.TabIndex = 91;
this.ppBtnCancel.Text = "Cancel";
this.ppBtnCancel.UseVisualStyleBackColor = true;
this.ppBtnCancel.Click += new System.EventHandler(this.btnSectPropCancel_Click);
@@ -479,7 +479,7 @@ namespace VEPROMS
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnOK.Name = "ppBtnOK";
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
this.ppBtnOK.TabIndex = 23;
this.ppBtnOK.TabIndex = 90;
this.ppBtnOK.Text = "OK";
this.ppBtnOK.UseVisualStyleBackColor = true;
this.ppBtnOK.Click += new System.EventHandler(this.btnSectPropOK_Click);
@@ -509,7 +509,7 @@ namespace VEPROMS
this.ppCbShwDefSettings.Size = new System.Drawing.Size(193, 23);
this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCbShwDefSettings.TabIndex = 27;
this.ppCbShwDefSettings.TabIndex = 92;
this.ppCbShwDefSettings.Text = "Show Default Settings";
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
//
@@ -613,14 +613,13 @@ namespace VEPROMS
this.ppCmbxNumColumns.Size = new System.Drawing.Size(121, 23);
this.superTooltip1.SetSuperTooltip(this.ppCmbxNumColumns, new DevComponents.DotNetBar.SuperTooltipInfo("Columns", "", "This is used only for procedure step editor sections.\r\n\r\nSelect the number of co" +
"lumns for this section", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(175, 130)));
this.ppCmbxNumColumns.TabIndex = 6;
this.ppCmbxNumColumns.TabIndex = 27;
this.ppCmbxNumColumns.WatermarkText = "select columns";
this.ppCmbxNumColumns.SelectedValueChanged += new System.EventHandler(this.ppCmbxNumColumns_SelectedValueChanged);
//
// ppBtnDefaultPaginationStyle
//
this.ppBtnDefaultPaginationStyle.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultPaginationStyle.CallBasePaintBackground = true;
this.ppBtnDefaultPaginationStyle.Location = new System.Drawing.Point(281, 166);
this.ppBtnDefaultPaginationStyle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefaultPaginationStyle.Name = "ppBtnDefaultPaginationStyle";
@@ -628,7 +627,7 @@ namespace VEPROMS
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultPaginationStyle, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppBtnDefaultPaginationStyle.TabIndex = 54;
this.ppBtnDefaultPaginationStyle.TabIndex = 26;
this.ppBtnDefaultPaginationStyle.Text = "Default";
this.ppBtnDefaultPaginationStyle.ThemeAware = true;
this.ppBtnDefaultPaginationStyle.Click += new System.EventHandler(this.ppBtnDefaultPaginationStyle_Click);
@@ -636,7 +635,6 @@ namespace VEPROMS
// ppBtnDefaultNumColumns
//
this.ppBtnDefaultNumColumns.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultNumColumns.CallBasePaintBackground = true;
this.ppBtnDefaultNumColumns.Location = new System.Drawing.Point(230, 227);
this.ppBtnDefaultNumColumns.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefaultNumColumns.Name = "ppBtnDefaultNumColumns";
@@ -644,7 +642,7 @@ namespace VEPROMS
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultNumColumns, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppBtnDefaultNumColumns.TabIndex = 55;
this.ppBtnDefaultNumColumns.TabIndex = 28;
this.ppBtnDefaultNumColumns.Text = "Default";
this.ppBtnDefaultNumColumns.ThemeAware = true;
this.ppBtnDefaultNumColumns.Click += new System.EventHandler(this.ppBtnDefaultNumColumns_Click);
@@ -693,56 +691,52 @@ namespace VEPROMS
// btnAutomation
//
this.btnAutomation.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAutomation.CallBasePaintBackground = true;
this.btnAutomation.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnAutomation.Dock = System.Windows.Forms.DockStyle.Top;
this.btnAutomation.Location = new System.Drawing.Point(0, 69);
this.btnAutomation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnAutomation.Name = "btnAutomation";
this.btnAutomation.Size = new System.Drawing.Size(192, 23);
this.btnAutomation.TabIndex = 3;
this.btnAutomation.TabIndex = 96;
this.btnAutomation.Text = "Automation";
this.btnAutomation.Click += new System.EventHandler(this.btnAutomation_Click);
//
// btnLibDocs
//
this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnLibDocs.CallBasePaintBackground = true;
this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top;
this.btnLibDocs.Location = new System.Drawing.Point(0, 46);
this.btnLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnLibDocs.Name = "btnLibDocs";
this.btnLibDocs.Size = new System.Drawing.Size(192, 23);
this.btnLibDocs.TabIndex = 2;
this.btnLibDocs.TabIndex = 95;
this.btnLibDocs.Text = "Library Documents";
this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
//
// btnFormat
//
this.btnFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnFormat.CallBasePaintBackground = true;
this.btnFormat.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnFormat.Dock = System.Windows.Forms.DockStyle.Top;
this.btnFormat.Location = new System.Drawing.Point(0, 23);
this.btnFormat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnFormat.Name = "btnFormat";
this.btnFormat.Size = new System.Drawing.Size(192, 23);
this.btnFormat.TabIndex = 1;
this.btnFormat.TabIndex = 94;
this.btnFormat.Text = "Format";
this.btnFormat.Click += new System.EventHandler(this.btnFormat_Click);
//
// btnGeneral
//
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnGeneral.CallBasePaintBackground = true;
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnGeneral.Name = "btnGeneral";
this.btnGeneral.Size = new System.Drawing.Size(192, 23);
this.btnGeneral.TabIndex = 0;
this.btnGeneral.TabIndex = 93;
this.btnGeneral.Text = "General";
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
//
@@ -754,8 +748,8 @@ namespace VEPROMS
this.tcSectionProp.CanReorderTabs = true;
this.tcSectionProp.Controls.Add(this.tcpGeneral);
this.tcSectionProp.Controls.Add(this.tcpFormat);
this.tcSectionProp.Controls.Add(this.tcpAutomation);
this.tcSectionProp.Controls.Add(this.tcpLibDoc);
this.tcSectionProp.Controls.Add(this.tcpAutomation);
this.tcSectionProp.Controls.Add(this.tabControlPanel4);
this.tcSectionProp.Location = new System.Drawing.Point(216, 10);
this.tcSectionProp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
@@ -773,6 +767,98 @@ namespace VEPROMS
this.tcSectionProp.TabsVisible = false;
this.tcSectionProp.Text = "tabControl2";
//
// tcpGeneral
//
this.tcpGeneral.Controls.Add(this.ppSectNumberStpRTB);
this.tcpGeneral.Controls.Add(this.ppSectTitleStpRTB);
this.tcpGeneral.Controls.Add(this.ppDtTmLastMod);
this.tcpGeneral.Controls.Add(this.lblSectNumber);
this.tcpGeneral.Controls.Add(this.lblSectTitle);
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
this.tcpGeneral.Controls.Add(this.lblUserID);
this.tcpGeneral.Controls.Add(this.lblLastModDate);
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tcpGeneral.Name = "tcpGeneral";
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
this.tcpGeneral.Size = new System.Drawing.Size(648, 301);
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpGeneral.Style.GradientAngle = 90;
this.tcpGeneral.TabIndex = 1;
this.tcpGeneral.TabItem = this.tiGeneral;
//
// ppSectNumberStpRTB
//
this.ppSectNumberStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
this.ppSectNumberStpRTB.BeingDisposed = false;
this.ppSectNumberStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ppSectNumberStpRTB.CheckAbove = "|?????????";
this.ppSectNumberStpRTB.CheckBelow = "|?";
this.ppSectNumberStpRTB.CheckLeft = "-?????????";
this.ppSectNumberStpRTB.CheckRight = "-??";
this.ppSectNumberStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 12, 159, 16);
this.ppSectNumberStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
this.ppSectNumberStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
this.ppSectNumberStpRTB.Location = new System.Drawing.Point(85, 12);
this.ppSectNumberStpRTB.MinimumSize = new System.Drawing.Size(159, 18);
this.ppSectNumberStpRTB.MyClassName = "RichEdit20W";
this.ppSectNumberStpRTB.MyItemInfo = null;
this.ppSectNumberStpRTB.MyLinkText = null;
this.ppSectNumberStpRTB.MyStepItem = null;
this.ppSectNumberStpRTB.Name = "ppSectNumberStpRTB";
this.ppSectNumberStpRTB.ProcessKeystrokes = true;
this.ppSectNumberStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
this.ppSectNumberStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.ppSectNumberStpRTB.ShowDebug = false;
this.ppSectNumberStpRTB.Size = new System.Drawing.Size(159, 18);
this.ppSectNumberStpRTB.TabIndex = 10;
this.ppSectNumberStpRTB.Text = "";
this.ppSectNumberStpRTB.ThisContextMenuStrip = null;
this.ppSectNumberStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
this.ppSectNumberStpRTB.Enter += new System.EventHandler(this.ppSectNumberStpRTB_Enter);
//
// ppSectTitleStpRTB
//
this.ppSectTitleStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
this.ppSectTitleStpRTB.BeingDisposed = false;
this.ppSectTitleStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ppSectTitleStpRTB.CheckAbove = "|?????????";
this.ppSectTitleStpRTB.CheckBelow = "|?";
this.ppSectTitleStpRTB.CheckLeft = "-?????????";
this.ppSectTitleStpRTB.CheckRight = "-??";
this.ppSectTitleStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 60, 541, 16);
this.ppSectTitleStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
this.ppSectTitleStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
this.ppSectTitleStpRTB.Location = new System.Drawing.Point(85, 60);
this.ppSectTitleStpRTB.MinimumSize = new System.Drawing.Size(541, 61);
this.ppSectTitleStpRTB.MyClassName = "RichEdit20W";
this.ppSectTitleStpRTB.MyItemInfo = null;
this.ppSectTitleStpRTB.MyLinkText = null;
this.ppSectTitleStpRTB.MyStepItem = null;
this.ppSectTitleStpRTB.Name = "ppSectTitleStpRTB";
this.ppSectTitleStpRTB.ProcessKeystrokes = true;
this.ppSectTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
this.ppSectTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.ppSectTitleStpRTB.ShowDebug = false;
this.ppSectTitleStpRTB.Size = new System.Drawing.Size(541, 61);
this.ppSectTitleStpRTB.TabIndex = 11;
this.ppSectTitleStpRTB.Text = "";
this.ppSectTitleStpRTB.ThisContextMenuStrip = null;
this.ppSectTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
this.ppSectTitleStpRTB.Enter += new System.EventHandler(this.ppSectTitleStpRTB_Enter);
//
// tiGeneral
//
this.tiGeneral.AttachedControl = this.tcpGeneral;
this.tiGeneral.Name = "tiGeneral";
this.tiGeneral.Text = "General";
//
// tcpFormat
//
this.tcpFormat.Controls.Add(this.ppLblDefaultNumColumns);
@@ -823,7 +909,8 @@ namespace VEPROMS
this.rbWordSect.Name = "rbWordSect";
this.rbWordSect.Size = new System.Drawing.Size(118, 23);
this.rbWordSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.rbWordSect.TabIndex = 53;
this.rbWordSect.TabIndex = 23;
this.rbWordSect.TabStop = false;
this.rbWordSect.Text = "Word Section";
//
// rbStepSect
@@ -844,7 +931,8 @@ namespace VEPROMS
this.rbStepSect.Name = "rbStepSect";
this.rbStepSect.Size = new System.Drawing.Size(114, 23);
this.rbStepSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.rbStepSect.TabIndex = 52;
this.rbStepSect.TabIndex = 22;
this.rbStepSect.TabStop = false;
this.rbStepSect.Text = "Step Section";
this.rbStepSect.CheckedChanged += new System.EventHandler(this.rbStepSect_CheckedChanged);
//
@@ -901,98 +989,6 @@ namespace VEPROMS
this.tiFormat.Name = "tiFormat";
this.tiFormat.Text = "Format";
//
// tcpGeneral
//
this.tcpGeneral.Controls.Add(this.ppSectNumberStpRTB);
this.tcpGeneral.Controls.Add(this.ppSectTitleStpRTB);
this.tcpGeneral.Controls.Add(this.ppDtTmLastMod);
this.tcpGeneral.Controls.Add(this.lblSectNumber);
this.tcpGeneral.Controls.Add(this.lblSectTitle);
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
this.tcpGeneral.Controls.Add(this.lblUserID);
this.tcpGeneral.Controls.Add(this.lblLastModDate);
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tcpGeneral.Name = "tcpGeneral";
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
this.tcpGeneral.Size = new System.Drawing.Size(648, 301);
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpGeneral.Style.GradientAngle = 90;
this.tcpGeneral.TabIndex = 1;
this.tcpGeneral.TabItem = this.tiGeneral;
//
// ppSectNumberStpRTB
//
this.ppSectNumberStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
this.ppSectNumberStpRTB.BeingDisposed = false;
this.ppSectNumberStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ppSectNumberStpRTB.CheckAbove = "|?????????";
this.ppSectNumberStpRTB.CheckBelow = "|?";
this.ppSectNumberStpRTB.CheckLeft = "-?????????";
this.ppSectNumberStpRTB.CheckRight = "-??";
this.ppSectNumberStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 12, 159, 16);
this.ppSectNumberStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
this.ppSectNumberStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
this.ppSectNumberStpRTB.Location = new System.Drawing.Point(85, 12);
this.ppSectNumberStpRTB.MinimumSize = new System.Drawing.Size(159, 18);
this.ppSectNumberStpRTB.MyClassName = "RichEdit20W";
this.ppSectNumberStpRTB.MyItemInfo = null;
this.ppSectNumberStpRTB.MyLinkText = null;
this.ppSectNumberStpRTB.MyStepItem = null;
this.ppSectNumberStpRTB.Name = "ppSectNumberStpRTB";
this.ppSectNumberStpRTB.ProcessKeystrokes = true;
this.ppSectNumberStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
this.ppSectNumberStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.ppSectNumberStpRTB.ShowDebug = false;
this.ppSectNumberStpRTB.Size = new System.Drawing.Size(159, 18);
this.ppSectNumberStpRTB.TabIndex = 26;
this.ppSectNumberStpRTB.Text = "";
this.ppSectNumberStpRTB.ThisContextMenuStrip = null;
this.ppSectNumberStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
this.ppSectNumberStpRTB.Enter += new System.EventHandler(this.ppSectNumberStpRTB_Enter);
//
// ppSectTitleStpRTB
//
this.ppSectTitleStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
this.ppSectTitleStpRTB.BeingDisposed = false;
this.ppSectTitleStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ppSectTitleStpRTB.CheckAbove = "|?????????";
this.ppSectTitleStpRTB.CheckBelow = "|?";
this.ppSectTitleStpRTB.CheckLeft = "-?????????";
this.ppSectTitleStpRTB.CheckRight = "-??";
this.ppSectTitleStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 60, 541, 16);
this.ppSectTitleStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
this.ppSectTitleStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
this.ppSectTitleStpRTB.Location = new System.Drawing.Point(85, 60);
this.ppSectTitleStpRTB.MinimumSize = new System.Drawing.Size(541, 61);
this.ppSectTitleStpRTB.MyClassName = "RichEdit20W";
this.ppSectTitleStpRTB.MyItemInfo = null;
this.ppSectTitleStpRTB.MyLinkText = null;
this.ppSectTitleStpRTB.MyStepItem = null;
this.ppSectTitleStpRTB.Name = "ppSectTitleStpRTB";
this.ppSectTitleStpRTB.ProcessKeystrokes = true;
this.ppSectTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
this.ppSectTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.ppSectTitleStpRTB.ShowDebug = false;
this.ppSectTitleStpRTB.Size = new System.Drawing.Size(541, 61);
this.ppSectTitleStpRTB.TabIndex = 25;
this.ppSectTitleStpRTB.Text = "";
this.ppSectTitleStpRTB.ThisContextMenuStrip = null;
this.ppSectTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
this.ppSectTitleStpRTB.Enter += new System.EventHandler(this.ppSectTitleStpRTB_Enter);
//
// tiGeneral
//
this.tiGeneral.AttachedControl = this.tcpGeneral;
this.tiGeneral.Name = "tiGeneral";
this.tiGeneral.Text = "General";
//
// tcpAutomation
//
this.tcpAutomation.Controls.Add(this.ppCbLinkWithEnhancedDoc);
@@ -1023,7 +1019,7 @@ namespace VEPROMS
this.ppCbLinkWithEnhancedDoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCbLinkWithEnhancedDoc.Name = "ppCbLinkWithEnhancedDoc";
this.ppCbLinkWithEnhancedDoc.Size = new System.Drawing.Size(224, 21);
this.ppCbLinkWithEnhancedDoc.TabIndex = 27;
this.ppCbLinkWithEnhancedDoc.TabIndex = 50;
this.ppCbLinkWithEnhancedDoc.Text = "Link With Enhanced Document";
this.ppCbLinkWithEnhancedDoc.UseVisualStyleBackColor = false;
//
@@ -1036,7 +1032,7 @@ namespace VEPROMS
this.ppCbPlaceKeeper.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCbPlaceKeeper.Name = "ppCbPlaceKeeper";
this.ppCbPlaceKeeper.Size = new System.Drawing.Size(206, 21);
this.ppCbPlaceKeeper.TabIndex = 26;
this.ppCbPlaceKeeper.TabIndex = 52;
this.ppCbPlaceKeeper.Text = "Auto Generate Placekeeper";
this.ppCbPlaceKeeper.UseVisualStyleBackColor = false;
//
@@ -1049,7 +1045,7 @@ namespace VEPROMS
this.ppCbPrnSecNumTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCbPrnSecNumTitle.Name = "ppCbPrnSecNumTitle";
this.ppCbPrnSecNumTitle.Size = new System.Drawing.Size(223, 21);
this.ppCbPrnSecNumTitle.TabIndex = 25;
this.ppCbPrnSecNumTitle.TabIndex = 53;
this.ppCbPrnSecNumTitle.Text = "Print Section Number and Title";
this.ppCbPrnSecNumTitle.UseVisualStyleBackColor = false;
//
@@ -1062,7 +1058,7 @@ namespace VEPROMS
this.ppCbIncTOC.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCbIncTOC.Name = "ppCbIncTOC";
this.ppCbIncTOC.Size = new System.Drawing.Size(214, 21);
this.ppCbIncTOC.TabIndex = 24;
this.ppCbIncTOC.TabIndex = 51;
this.ppCbIncTOC.Text = "Include on Table Of Contents";
this.ppCbIncTOC.UseVisualStyleBackColor = false;
//
@@ -1133,7 +1129,7 @@ namespace VEPROMS
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ClientSize = new System.Drawing.Size(873, 391);
this.ClientSize = new System.Drawing.Size(869, 387);
this.ControlBox = false;
this.Controls.Add(this.tcSectionProp);
this.Controls.Add(this.panSectBtns);
@@ -1141,6 +1137,7 @@ namespace VEPROMS
this.Controls.Add(this.ppLblDefSettingsInfo);
this.Controls.Add(this.ppBtnCancel);
this.Controls.Add(this.ppBtnOK);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MaximizeBox = false;
@@ -1151,16 +1148,17 @@ namespace VEPROMS
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Section Properties";
this.Load += new System.EventHandler(this.frmSectionProperties_Load);
this.Shown += new System.EventHandler(this.frmSectionProperties_Shown);
((System.ComponentModel.ISupportInitialize)(this.sectionConfigBindingSource)).EndInit();
this.panSectBtns.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).EndInit();
this.tcSectionProp.ResumeLayout(false);
this.tcpGeneral.ResumeLayout(false);
this.tcpGeneral.PerformLayout();
this.tcpFormat.ResumeLayout(false);
this.tcpFormat.PerformLayout();
this.ppGpbxSignoffCheckoff.ResumeLayout(false);
this.ppGpbxSignoffCheckoff.PerformLayout();
this.tcpGeneral.ResumeLayout(false);
this.tcpGeneral.PerformLayout();
this.tcpAutomation.ResumeLayout(false);
this.tcpAutomation.PerformLayout();
this.tcpLibDoc.ResumeLayout(false);