This commit is contained in:
@@ -190,7 +190,6 @@ namespace VEPROMS
|
||||
//
|
||||
// ppCmbxSectPagination
|
||||
//
|
||||
this.ppCmbxSectPagination.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.sectionConfigBindingSource, "Section_Pagination", true));
|
||||
this.ppCmbxSectPagination.DisplayMember = "Text";
|
||||
this.ppCmbxSectPagination.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxSectPagination.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
@@ -281,6 +280,7 @@ namespace VEPROMS
|
||||
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";
|
||||
this.ppCmbxCheckoffHeading.SelectedIndexChanged += new System.EventHandler(this.ppCmbxCheckoffHeading_SelectedIndexChanged);
|
||||
//
|
||||
// ppCmbxCheckoffType
|
||||
//
|
||||
@@ -465,7 +465,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppBtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ppBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.ppBtnCancel.Location = new System.Drawing.Point(861, 415);
|
||||
this.ppBtnCancel.Location = new System.Drawing.Point(846, 433);
|
||||
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);
|
||||
@@ -476,7 +476,8 @@ namespace VEPROMS
|
||||
//
|
||||
// ppBtnOK
|
||||
//
|
||||
this.ppBtnOK.Location = new System.Drawing.Point(780, 415);
|
||||
this.ppBtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ppBtnOK.Location = new System.Drawing.Point(765, 434);
|
||||
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);
|
||||
@@ -490,7 +491,7 @@ namespace VEPROMS
|
||||
this.ppLblDefSettingsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.ppLblDefSettingsInfo.AutoSize = true;
|
||||
this.ppLblDefSettingsInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(10, 420);
|
||||
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(10, 450);
|
||||
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
|
||||
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17);
|
||||
this.ppLblDefSettingsInfo.TabIndex = 25;
|
||||
@@ -504,7 +505,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppCbShwDefSettings.BackgroundStyle.Class = "";
|
||||
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppCbShwDefSettings.Location = new System.Drawing.Point(11, 453);
|
||||
this.ppCbShwDefSettings.Location = new System.Drawing.Point(11, 494);
|
||||
this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
|
||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(193, 23);
|
||||
@@ -743,19 +744,21 @@ namespace VEPROMS
|
||||
//
|
||||
// tcSectionProp
|
||||
//
|
||||
this.tcSectionProp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tcSectionProp.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tcSectionProp.CanReorderTabs = true;
|
||||
this.tcSectionProp.Controls.Add(this.tcpFormat);
|
||||
this.tcSectionProp.Controls.Add(this.tcpGeneral);
|
||||
this.tcSectionProp.Controls.Add(this.tcpAutomation);
|
||||
this.tcSectionProp.Controls.Add(this.tcpLibDoc);
|
||||
this.tcSectionProp.Controls.Add(this.tcpFormat);
|
||||
this.tcSectionProp.Controls.Add(this.tabControlPanel4);
|
||||
this.tcSectionProp.Location = new System.Drawing.Point(274, 10);
|
||||
this.tcSectionProp.Location = new System.Drawing.Point(214, 10);
|
||||
this.tcSectionProp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcSectionProp.Name = "tcSectionProp";
|
||||
this.tcSectionProp.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
|
||||
this.tcSectionProp.SelectedTabIndex = 0;
|
||||
this.tcSectionProp.Size = new System.Drawing.Size(648, 385);
|
||||
this.tcSectionProp.Size = new System.Drawing.Size(709, 412);
|
||||
this.tcSectionProp.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
|
||||
this.tcSectionProp.TabIndex = 29;
|
||||
this.tcSectionProp.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
||||
@@ -784,7 +787,7 @@ namespace VEPROMS
|
||||
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, 361);
|
||||
this.tcpGeneral.Size = new System.Drawing.Size(709, 388);
|
||||
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;
|
||||
@@ -845,6 +848,7 @@ namespace VEPROMS
|
||||
this.ppSectNumberStpRTB.EditMode = true;
|
||||
this.ppSectNumberStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
|
||||
this.ppSectNumberStpRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
|
||||
this.ppSectNumberStpRTB.LastRtf = "";
|
||||
this.ppSectNumberStpRTB.Location = new System.Drawing.Point(85, 12);
|
||||
this.ppSectNumberStpRTB.MinimumSize = new System.Drawing.Size(159, 18);
|
||||
this.ppSectNumberStpRTB.MyClassName = "RichEdit20W";
|
||||
@@ -878,6 +882,7 @@ namespace VEPROMS
|
||||
this.ppSectTitleStpRTB.EditMode = true;
|
||||
this.ppSectTitleStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
|
||||
this.ppSectTitleStpRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
|
||||
this.ppSectTitleStpRTB.LastRtf = "";
|
||||
this.ppSectTitleStpRTB.Location = new System.Drawing.Point(85, 60);
|
||||
this.ppSectTitleStpRTB.MinimumSize = new System.Drawing.Size(541, 61);
|
||||
this.ppSectTitleStpRTB.MyClassName = "RichEdit20W";
|
||||
@@ -912,7 +917,7 @@ namespace VEPROMS
|
||||
this.tcpAutomation.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpAutomation.Name = "tcpAutomation";
|
||||
this.tcpAutomation.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpAutomation.Size = new System.Drawing.Size(648, 361);
|
||||
this.tcpAutomation.Size = new System.Drawing.Size(709, 388);
|
||||
this.tcpAutomation.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpAutomation.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpAutomation.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
@@ -979,7 +984,7 @@ namespace VEPROMS
|
||||
this.tcpLibDoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpLibDoc.Name = "tcpLibDoc";
|
||||
this.tcpLibDoc.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpLibDoc.Size = new System.Drawing.Size(648, 361);
|
||||
this.tcpLibDoc.Size = new System.Drawing.Size(709, 388);
|
||||
this.tcpLibDoc.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpLibDoc.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpLibDoc.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
@@ -1020,7 +1025,7 @@ namespace VEPROMS
|
||||
this.tcpFormat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpFormat.Name = "tcpFormat";
|
||||
this.tcpFormat.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpFormat.Size = new System.Drawing.Size(648, 361);
|
||||
this.tcpFormat.Size = new System.Drawing.Size(709, 388);
|
||||
this.tcpFormat.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpFormat.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpFormat.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
@@ -1138,7 +1143,7 @@ namespace VEPROMS
|
||||
this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tabControlPanel4.Name = "tabControlPanel4";
|
||||
this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel4.Size = new System.Drawing.Size(648, 361);
|
||||
this.tabControlPanel4.Size = new System.Drawing.Size(709, 388);
|
||||
this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
@@ -1159,9 +1164,8 @@ namespace VEPROMS
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoSize = true;
|
||||
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(936, 442);
|
||||
this.ClientSize = new System.Drawing.Size(954, 467);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.tcSectionProp);
|
||||
this.Controls.Add(this.panSectBtns);
|
||||
@@ -1169,7 +1173,6 @@ 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;
|
||||
|
Reference in New Issue
Block a user