|
|
|
@@ -35,8 +35,8 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.cmbCheckoff = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
|
|
|
this.cmbShwRplWds = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
|
|
|
this.groupPanelCheckoff = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
|
|
|
this.groupPanelcmbShwRplWds = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
|
|
|
this.cbInitialLine = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
|
|
|
this.groupPanelcmbShwRplWds = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
|
|
|
this.groupPanelChgBar = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
|
|
|
this.tbChgID = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.lblChgId = new System.Windows.Forms.Label();
|
|
|
|
@@ -62,6 +62,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.tbFSWd = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.lblFSHt = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblFSWidth = new System.Windows.Forms.Label();
|
|
|
|
|
this.btnSaveChangeID = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupPanelPaginate.SuspendLayout();
|
|
|
|
|
this.groupPanelCheckoff.SuspendLayout();
|
|
|
|
|
this.groupPanelcmbShwRplWds.SuspendLayout();
|
|
|
|
@@ -82,7 +83,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.groupPanelPaginate.Controls.Add(this.cbPageBreak);
|
|
|
|
|
this.groupPanelPaginate.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.groupPanelPaginate.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.groupPanelPaginate.Location = new System.Drawing.Point(0, 339);
|
|
|
|
|
this.groupPanelPaginate.Location = new System.Drawing.Point(0, 425);
|
|
|
|
|
this.groupPanelPaginate.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupPanelPaginate.Name = "groupPanelPaginate";
|
|
|
|
|
this.groupPanelPaginate.Size = new System.Drawing.Size(202, 58);
|
|
|
|
@@ -196,6 +197,10 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.cmbShwRplWds.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cmbShwRplWds.FormattingEnabled = true;
|
|
|
|
|
this.cmbShwRplWds.ItemHeight = 17;
|
|
|
|
|
this.cmbShwRplWds.Items.AddRange(new object[] {
|
|
|
|
|
"Inherit from Section",
|
|
|
|
|
"Show replace words",
|
|
|
|
|
"Do not show replace words"});
|
|
|
|
|
this.cmbShwRplWds.Location = new System.Drawing.Point(3, 17);
|
|
|
|
|
this.cmbShwRplWds.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.cmbShwRplWds.Name = "cmbShwRplWds";
|
|
|
|
@@ -204,20 +209,15 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.cmbShwRplWds.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.cmbShwRplWds.WatermarkText = "Show Replace Words";
|
|
|
|
|
this.cmbShwRplWds.SelectedIndexChanged += new System.EventHandler(this.cmbShwRplWds_SelectedIndexChanged);
|
|
|
|
|
this.cmbShwRplWds.Items.Add("");
|
|
|
|
|
this.cmbShwRplWds.Items.Add("Inherit from Section");
|
|
|
|
|
this.cmbShwRplWds.Items.Add("Show replace words");
|
|
|
|
|
this.cmbShwRplWds.Items.Add("Do not show replace words");
|
|
|
|
|
//
|
|
|
|
|
// groupPanelCheckoff
|
|
|
|
|
//
|
|
|
|
|
this.groupPanelCheckoff.CanvasColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.groupPanelCheckoff.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
|
|
|
this.groupPanelCheckoff.Controls.Add(this.cbInitialLine);
|
|
|
|
|
this.groupPanelCheckoff.Controls.Add(this.cmbCheckoff);
|
|
|
|
|
this.groupPanelCheckoff.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.groupPanelCheckoff.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.groupPanelCheckoff.Location = new System.Drawing.Point(0, 145);
|
|
|
|
|
this.groupPanelCheckoff.Location = new System.Drawing.Point(0, 231);
|
|
|
|
|
this.groupPanelCheckoff.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupPanelCheckoff.Name = "groupPanelCheckoff";
|
|
|
|
|
this.groupPanelCheckoff.Size = new System.Drawing.Size(202, 86);
|
|
|
|
@@ -253,12 +253,30 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.groupPanelCheckoff.Text = "Signoff / Checkoff";
|
|
|
|
|
this.groupPanelCheckoff.VisibleChanged += new System.EventHandler(this.groupPanelCheckoff_VisibleChanged);
|
|
|
|
|
//
|
|
|
|
|
// cbInitialLine
|
|
|
|
|
//
|
|
|
|
|
this.cbInitialLine.AutoSize = true;
|
|
|
|
|
this.cbInitialLine.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
this.cbInitialLine.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
|
this.cbInitialLine.Location = new System.Drawing.Point(3, 44);
|
|
|
|
|
this.cbInitialLine.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.cbInitialLine.Name = "cbInitialLine";
|
|
|
|
|
this.cbInitialLine.Size = new System.Drawing.Size(112, 15);
|
|
|
|
|
this.superTooltipTags.SetSuperTooltip(this.cbInitialLine, new DevComponents.DotNetBar.SuperTooltipInfo("Manual Page Break", "", "When set, starts this step at the top of a page.\r\n\r\nkeyboard command: <Ctrl><Ente" +
|
|
|
|
|
"r>", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
|
|
|
this.cbInitialLine.TabIndex = 1;
|
|
|
|
|
this.cbInitialLine.Text = "Disable Initial Line";
|
|
|
|
|
this.cbInitialLine.Visible = false;
|
|
|
|
|
this.cbInitialLine.CheckedChanged += new System.EventHandler(this.cbInitialLine_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// groupPanelcmbShwRplWds
|
|
|
|
|
//
|
|
|
|
|
this.groupPanelcmbShwRplWds.CanvasColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.groupPanelcmbShwRplWds.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
|
|
|
this.groupPanelcmbShwRplWds.Controls.Add(this.cbInitialLine);
|
|
|
|
|
//this.groupPanelcmbShwRplWds.Controls.Add(this.cmbCheckoff);
|
|
|
|
|
this.groupPanelcmbShwRplWds.Controls.Add(this.cmbShwRplWds);
|
|
|
|
|
this.groupPanelcmbShwRplWds.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.groupPanelcmbShwRplWds.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
@@ -298,37 +316,19 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.groupPanelcmbShwRplWds.Text = "Show Replace Words";
|
|
|
|
|
this.groupPanelcmbShwRplWds.VisibleChanged += new System.EventHandler(this.groupPanelcmbShwRplWds_VisibleChanged);
|
|
|
|
|
//
|
|
|
|
|
// cbInitialLine
|
|
|
|
|
//
|
|
|
|
|
this.cbInitialLine.AutoSize = true;
|
|
|
|
|
this.cbInitialLine.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
this.cbInitialLine.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
|
|
this.cbInitialLine.Location = new System.Drawing.Point(3, 44);
|
|
|
|
|
this.cbInitialLine.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.cbInitialLine.Name = "cbInitialLine";
|
|
|
|
|
this.cbInitialLine.Size = new System.Drawing.Size(112, 15);
|
|
|
|
|
this.superTooltipTags.SetSuperTooltip(this.cbInitialLine, new DevComponents.DotNetBar.SuperTooltipInfo("Manual Page Break", "", "When set, starts this step at the top of a page.\r\n\r\nkeyboard command: <Ctrl><Ente" +
|
|
|
|
|
"r>", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
|
|
|
this.cbInitialLine.TabIndex = 1;
|
|
|
|
|
this.cbInitialLine.Text = "Disable Initial Line";
|
|
|
|
|
this.cbInitialLine.Visible = false;
|
|
|
|
|
this.cbInitialLine.CheckedChanged += new System.EventHandler(this.cbInitialLine_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// groupPanelChgBar
|
|
|
|
|
//
|
|
|
|
|
this.groupPanelChgBar.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.groupPanelChgBar.CanvasColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.groupPanelChgBar.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
|
|
|
this.groupPanelChgBar.Controls.Add(this.btnSaveChangeID);
|
|
|
|
|
this.groupPanelChgBar.Controls.Add(this.tbChgID);
|
|
|
|
|
this.groupPanelChgBar.Controls.Add(this.lblChgId);
|
|
|
|
|
this.groupPanelChgBar.Controls.Add(this.rbChgBarOff);
|
|
|
|
|
this.groupPanelChgBar.Controls.Add(this.rbChgBarOn);
|
|
|
|
|
this.groupPanelChgBar.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.groupPanelChgBar.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.groupPanelChgBar.Location = new System.Drawing.Point(0, 231);
|
|
|
|
|
this.groupPanelChgBar.Location = new System.Drawing.Point(0, 317);
|
|
|
|
|
this.groupPanelChgBar.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupPanelChgBar.Name = "groupPanelChgBar";
|
|
|
|
|
this.groupPanelChgBar.Size = new System.Drawing.Size(202, 108);
|
|
|
|
@@ -371,7 +371,6 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.tbChgID.Name = "tbChgID";
|
|
|
|
|
this.tbChgID.Size = new System.Drawing.Size(81, 20);
|
|
|
|
|
this.tbChgID.TabIndex = 4;
|
|
|
|
|
this.tbChgID.TextChanged += new System.EventHandler(this.tbChgID_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// lblChgId
|
|
|
|
|
//
|
|
|
|
@@ -588,7 +587,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.groupPanelIncludeOn.Controls.Add(this.cbCAS);
|
|
|
|
|
this.groupPanelIncludeOn.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.groupPanelIncludeOn.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.groupPanelIncludeOn.Location = new System.Drawing.Point(0, 397);
|
|
|
|
|
this.groupPanelIncludeOn.Location = new System.Drawing.Point(0, 483);
|
|
|
|
|
this.groupPanelIncludeOn.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupPanelIncludeOn.Name = "groupPanelIncludeOn";
|
|
|
|
|
this.groupPanelIncludeOn.Size = new System.Drawing.Size(202, 121);
|
|
|
|
@@ -631,7 +630,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.groupPanelWcnTrnResp.Controls.Add(this.tbRespons);
|
|
|
|
|
this.groupPanelWcnTrnResp.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.groupPanelWcnTrnResp.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.groupPanelWcnTrnResp.Location = new System.Drawing.Point(0, 518);
|
|
|
|
|
this.groupPanelWcnTrnResp.Location = new System.Drawing.Point(0, 604);
|
|
|
|
|
this.groupPanelWcnTrnResp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.groupPanelWcnTrnResp.Name = "groupPanelWcnTrnResp";
|
|
|
|
|
this.groupPanelWcnTrnResp.Size = new System.Drawing.Size(202, 138);
|
|
|
|
@@ -690,7 +689,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.groupPanelFigSize.Controls.Add(this.lblFSWidth);
|
|
|
|
|
this.groupPanelFigSize.DisabledBackColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.groupPanelFigSize.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.groupPanelFigSize.Location = new System.Drawing.Point(0, 656);
|
|
|
|
|
this.groupPanelFigSize.Location = new System.Drawing.Point(0, 742);
|
|
|
|
|
this.groupPanelFigSize.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupPanelFigSize.Name = "groupPanelFigSize";
|
|
|
|
|
this.groupPanelFigSize.Size = new System.Drawing.Size(202, 135);
|
|
|
|
@@ -797,6 +796,16 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.lblFSWidth.TabIndex = 0;
|
|
|
|
|
this.lblFSWidth.Text = "Width";
|
|
|
|
|
//
|
|
|
|
|
// btnSaveChangeID
|
|
|
|
|
//
|
|
|
|
|
this.btnSaveChangeID.Location = new System.Drawing.Point(86, 65);
|
|
|
|
|
this.btnSaveChangeID.Name = "btnSaveChangeID";
|
|
|
|
|
this.btnSaveChangeID.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnSaveChangeID.TabIndex = 5;
|
|
|
|
|
this.btnSaveChangeID.Text = "Save";
|
|
|
|
|
this.btnSaveChangeID.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSaveChangeID.Click += new System.EventHandler(this.btnSaveChangeID_Click);
|
|
|
|
|
//
|
|
|
|
|
// DisplayTags
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
@@ -816,7 +825,6 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.groupPanelPaginate.PerformLayout();
|
|
|
|
|
this.groupPanelCheckoff.ResumeLayout(false);
|
|
|
|
|
this.groupPanelcmbShwRplWds.ResumeLayout(false);
|
|
|
|
|
this.groupPanelCheckoff.PerformLayout();
|
|
|
|
|
this.groupPanelcmbShwRplWds.PerformLayout();
|
|
|
|
|
this.groupPanelChgBar.ResumeLayout(false);
|
|
|
|
|
this.groupPanelChgBar.PerformLayout();
|
|
|
|
@@ -869,5 +877,6 @@ namespace Volian.Controls.Library
|
|
|
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbIncludeInTOC;
|
|
|
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbTCAS;
|
|
|
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbInitialLine;
|
|
|
|
|
private System.Windows.Forms.Button btnSaveChangeID;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|