debugged and fixed many issues in the property pages
This commit is contained in:
@@ -42,9 +42,7 @@ namespace VEPROMS
|
||||
this.label21 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.ppRTxtTitle = new System.Windows.Forms.RichTextBox();
|
||||
this.procedureConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ppRTxtNumber = new System.Windows.Forms.RichTextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.ppBtnDefaultChgBar = new DevComponents.DotNetBar.ButtonX();
|
||||
@@ -147,22 +145,21 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecCB = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.ppGpbxUserSpecTxt = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.panProcBtns = new System.Windows.Forms.Panel();
|
||||
this.btnVwStngs = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnOutputStngs = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnFmtStngs = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
|
||||
this.tcProcProp = new DevComponents.DotNetBar.TabControl();
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.ppProcNumStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
||||
this.ppProcTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
|
||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiViewStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.tiOutputStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiViewStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.procedureConfigBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).BeginInit();
|
||||
@@ -178,16 +175,17 @@ namespace VEPROMS
|
||||
this.panProcBtns.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcProcProp)).BeginInit();
|
||||
this.tcProcProp.SuspendLayout();
|
||||
this.tabControlPanel1.SuspendLayout();
|
||||
this.tabControlPanel2.SuspendLayout();
|
||||
this.tabControlPanel4.SuspendLayout();
|
||||
this.tabControlPanel3.SuspendLayout();
|
||||
this.tcpFormatSettings.SuspendLayout();
|
||||
this.tcpGeneral.SuspendLayout();
|
||||
this.tcpOutputSettings.SuspendLayout();
|
||||
this.ppGrpbxPrnAdj.SuspendLayout();
|
||||
this.tabControlPanel4.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// ppBtnCancel
|
||||
//
|
||||
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(770, 385);
|
||||
this.ppBtnCancel.Name = "ppBtnCancel";
|
||||
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
||||
@@ -238,6 +236,7 @@ namespace VEPROMS
|
||||
this.ppBtnDefEdCols.TabIndex = 54;
|
||||
this.ppBtnDefEdCols.Text = "Default";
|
||||
this.ppBtnDefEdCols.ThemeAware = true;
|
||||
this.ppBtnDefEdCols.Click += new System.EventHandler(this.ppBtnDefEdCols_Click);
|
||||
//
|
||||
// ppLblStpEditorColsDefault
|
||||
//
|
||||
@@ -263,6 +262,7 @@ namespace VEPROMS
|
||||
//
|
||||
// ppCmbxStpEditorCols
|
||||
//
|
||||
this.ppCmbxStpEditorCols.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.procedureConfigBindingSource, "Format_Columns", true));
|
||||
this.ppCmbxStpEditorCols.DisplayMember = "Text";
|
||||
this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
@@ -316,31 +316,10 @@ namespace VEPROMS
|
||||
this.label3.Text = "Last Modified";
|
||||
this.label3.Visible = false;
|
||||
//
|
||||
// ppRTxtTitle
|
||||
//
|
||||
this.ppRTxtTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.procedureConfigBindingSource, "Title", true));
|
||||
this.ppRTxtTitle.Location = new System.Drawing.Point(99, 268);
|
||||
this.ppRTxtTitle.Name = "ppRTxtTitle";
|
||||
this.ppRTxtTitle.Size = new System.Drawing.Size(541, 60);
|
||||
this.ppRTxtTitle.TabIndex = 3;
|
||||
this.ppRTxtTitle.Text = "";
|
||||
this.ppRTxtTitle.Visible = false;
|
||||
//
|
||||
// procedureConfigBindingSource
|
||||
//
|
||||
this.procedureConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ProcedureConfig);
|
||||
//
|
||||
// ppRTxtNumber
|
||||
//
|
||||
this.ppRTxtNumber.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.procedureConfigBindingSource, "Number", true));
|
||||
this.ppRTxtNumber.Location = new System.Drawing.Point(426, 27);
|
||||
this.ppRTxtNumber.Multiline = false;
|
||||
this.ppRTxtNumber.Name = "ppRTxtNumber";
|
||||
this.ppRTxtNumber.Size = new System.Drawing.Size(159, 22);
|
||||
this.ppRTxtNumber.TabIndex = 2;
|
||||
this.ppRTxtNumber.Text = "";
|
||||
this.ppRTxtNumber.Visible = false;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
@@ -364,7 +343,7 @@ namespace VEPROMS
|
||||
// ppBtnDefaultChgBar
|
||||
//
|
||||
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(397, 98);
|
||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(399, 96);
|
||||
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
|
||||
this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(50, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultChgBar, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the Change Bar selection back to using the parent\'s (default) se" +
|
||||
@@ -373,6 +352,7 @@ namespace VEPROMS
|
||||
this.ppBtnDefaultChgBar.TabIndex = 53;
|
||||
this.ppBtnDefaultChgBar.Text = "Default";
|
||||
this.ppBtnDefaultChgBar.ThemeAware = true;
|
||||
this.ppBtnDefaultChgBar.Visible = false;
|
||||
this.ppBtnDefaultChgBar.Click += new System.EventHandler(this.ppBtnDefaultChgBar_Click);
|
||||
//
|
||||
// ppCmbxChangeBarType
|
||||
@@ -386,6 +366,7 @@ namespace VEPROMS
|
||||
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
|
||||
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(293, 23);
|
||||
this.ppCmbxChangeBarType.TabIndex = 50;
|
||||
this.ppCmbxChangeBarType.Visible = false;
|
||||
this.ppCmbxChangeBarType.WatermarkText = "select change bar setting";
|
||||
this.ppCmbxChangeBarType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChangeBarType_SelectedValueChanged);
|
||||
//
|
||||
@@ -435,6 +416,7 @@ namespace VEPROMS
|
||||
"to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(270, 70)));
|
||||
this.ppLblChangeBarTypeDefault.TabIndex = 38;
|
||||
this.ppLblChangeBarTypeDefault.Text = "(default)";
|
||||
this.ppLblChangeBarTypeDefault.Visible = false;
|
||||
//
|
||||
// ppLblFormatDefault
|
||||
//
|
||||
@@ -540,6 +522,7 @@ namespace VEPROMS
|
||||
this.ppBtnDefCbTxt2.TabIndex = 54;
|
||||
this.ppBtnDefCbTxt2.Text = "Default";
|
||||
this.ppBtnDefCbTxt2.ThemeAware = true;
|
||||
this.ppBtnDefCbTxt2.Click += new System.EventHandler(this.ppBtnDefCbTxt2_Click);
|
||||
//
|
||||
// ppBtnDefCbTxt1
|
||||
//
|
||||
@@ -551,6 +534,7 @@ namespace VEPROMS
|
||||
this.ppBtnDefCbTxt1.TabIndex = 56;
|
||||
this.ppBtnDefCbTxt1.Text = "Default";
|
||||
this.ppBtnDefCbTxt1.ThemeAware = true;
|
||||
this.ppBtnDefCbTxt1.Click += new System.EventHandler(this.ppBtnDefCbTxt1_Click);
|
||||
//
|
||||
// ppLblChgBarUserMsgOneDefault
|
||||
//
|
||||
@@ -597,6 +581,7 @@ namespace VEPROMS
|
||||
this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
|
||||
this.ppTxbxChangeBarUserMsgOne.TabIndex = 1;
|
||||
this.ppTxbxChangeBarUserMsgOne.Text = "";
|
||||
this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
|
||||
//
|
||||
// label5
|
||||
//
|
||||
@@ -617,6 +602,7 @@ namespace VEPROMS
|
||||
this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
|
||||
this.ppTxbxChgBarUserMsgTwo.TabIndex = 2;
|
||||
this.ppTxbxChgBarUserMsgTwo.Text = "";
|
||||
this.ppTxbxChgBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChgBarUserMsgTwo_TextChanged);
|
||||
//
|
||||
// label7
|
||||
//
|
||||
@@ -657,6 +643,7 @@ namespace VEPROMS
|
||||
this.label20.Size = new System.Drawing.Size(83, 17);
|
||||
this.label20.TabIndex = 26;
|
||||
this.label20.Text = "Change Bar";
|
||||
this.label20.Visible = false;
|
||||
//
|
||||
// ppNumUpDwnOvrdPrnPenWidth
|
||||
//
|
||||
@@ -730,7 +717,6 @@ namespace VEPROMS
|
||||
// ppBtnDeftDisAutoDuplx
|
||||
//
|
||||
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDeftDisAutoDuplx.Enabled = false;
|
||||
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(226, 276);
|
||||
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
|
||||
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(58, 24);
|
||||
@@ -739,6 +725,7 @@ namespace VEPROMS
|
||||
this.ppBtnDeftDisAutoDuplx.Text = "Default";
|
||||
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
|
||||
this.ppBtnDeftDisAutoDuplx.Visible = false;
|
||||
this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
|
||||
//
|
||||
// ppLblAutoDuplexDefault
|
||||
//
|
||||
@@ -758,7 +745,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppChbxDisAutoDuplex.AutoSize = true;
|
||||
this.ppChbxDisAutoDuplex.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppChbxDisAutoDuplex.Enabled = false;
|
||||
this.ppChbxDisAutoDuplex.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.procedureConfigBindingSource, "Print_DisableDuplex", true));
|
||||
this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(11, 276);
|
||||
this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
|
||||
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21);
|
||||
@@ -767,6 +754,7 @@ namespace VEPROMS
|
||||
this.ppChbxDisAutoDuplex.TabIndex = 61;
|
||||
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
||||
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
||||
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
|
||||
//
|
||||
// ppBtnDefWatermark
|
||||
//
|
||||
@@ -780,6 +768,7 @@ namespace VEPROMS
|
||||
this.ppBtnDefWatermark.TabIndex = 60;
|
||||
this.ppBtnDefWatermark.Text = "Default";
|
||||
this.ppBtnDefWatermark.ThemeAware = true;
|
||||
this.ppBtnDefWatermark.Click += new System.EventHandler(this.ppBtnDefWatermark_Click_1);
|
||||
//
|
||||
// ppBtnDefPagination
|
||||
//
|
||||
@@ -1114,6 +1103,11 @@ namespace VEPROMS
|
||||
// ppCbShwDefSettings
|
||||
//
|
||||
this.ppCbShwDefSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppCbShwDefSettings.BackgroundStyle.Class = "";
|
||||
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppCbShwDefSettings.Location = new System.Drawing.Point(6, 395);
|
||||
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
|
||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(152, 23);
|
||||
@@ -1463,14 +1457,26 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecCB.Style.BorderRightWidth = 1;
|
||||
this.ppGpbxUserSpecCB.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGpbxUserSpecCB.Style.BorderTopWidth = 1;
|
||||
this.ppGpbxUserSpecCB.Style.Class = "";
|
||||
this.ppGpbxUserSpecCB.Style.CornerDiameter = 4;
|
||||
this.ppGpbxUserSpecCB.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.ppGpbxUserSpecCB.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.ppGpbxUserSpecCB.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.ppGpbxUserSpecCB.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGpbxUserSpecCB.StyleMouseDown.Class = "";
|
||||
this.ppGpbxUserSpecCB.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGpbxUserSpecCB.StyleMouseOver.Class = "";
|
||||
this.ppGpbxUserSpecCB.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.superTooltip1.SetSuperTooltip(this.ppGpbxUserSpecCB, new DevComponents.DotNetBar.SuperTooltipInfo("Custom Change Bar Settings", "", resources.GetString("ppGpbxUserSpecCB.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(230, 155)));
|
||||
this.ppGpbxUserSpecCB.TabIndex = 54;
|
||||
this.ppGpbxUserSpecCB.Text = "Custom Change Bar Settings";
|
||||
this.ppGpbxUserSpecCB.Visible = false;
|
||||
//
|
||||
// ppGpbxUserSpecTxt
|
||||
//
|
||||
@@ -1503,18 +1509,28 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecTxt.Style.BorderRightWidth = 1;
|
||||
this.ppGpbxUserSpecTxt.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGpbxUserSpecTxt.Style.BorderTopWidth = 1;
|
||||
this.ppGpbxUserSpecTxt.Style.Class = "";
|
||||
this.ppGpbxUserSpecTxt.Style.CornerDiameter = 4;
|
||||
this.ppGpbxUserSpecTxt.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.ppGpbxUserSpecTxt.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.ppGpbxUserSpecTxt.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.ppGpbxUserSpecTxt.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGpbxUserSpecTxt.StyleMouseDown.Class = "";
|
||||
this.ppGpbxUserSpecTxt.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGpbxUserSpecTxt.StyleMouseOver.Class = "";
|
||||
this.ppGpbxUserSpecTxt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppGpbxUserSpecTxt.TabIndex = 56;
|
||||
this.ppGpbxUserSpecTxt.Text = "Custom Change Bar Message";
|
||||
//
|
||||
// panProcBtns
|
||||
//
|
||||
this.panProcBtns.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panProcBtns.Controls.Add(this.btnVwStngs);
|
||||
this.panProcBtns.Controls.Add(this.btnOutputStngs);
|
||||
this.panProcBtns.Controls.Add(this.btnFmtStngs);
|
||||
this.panProcBtns.Controls.Add(this.btnGeneral);
|
||||
@@ -1523,19 +1539,6 @@ namespace VEPROMS
|
||||
this.panProcBtns.Size = new System.Drawing.Size(165, 356);
|
||||
this.panProcBtns.TabIndex = 27;
|
||||
//
|
||||
// btnVwStngs
|
||||
//
|
||||
this.btnVwStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnVwStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnVwStngs.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnVwStngs.Location = new System.Drawing.Point(0, 69);
|
||||
this.btnVwStngs.Name = "btnVwStngs";
|
||||
this.btnVwStngs.Size = new System.Drawing.Size(165, 23);
|
||||
this.btnVwStngs.TabIndex = 3;
|
||||
this.btnVwStngs.Text = "View Settings";
|
||||
this.btnVwStngs.Visible = false;
|
||||
this.btnVwStngs.Click += new System.EventHandler(this.btnVwStngs_Click);
|
||||
//
|
||||
// btnOutputStngs
|
||||
//
|
||||
this.btnOutputStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
@@ -1578,10 +1581,10 @@ namespace VEPROMS
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tcProcProp.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tcProcProp.CanReorderTabs = true;
|
||||
this.tcProcProp.Controls.Add(this.tabControlPanel2);
|
||||
this.tcProcProp.Controls.Add(this.tabControlPanel1);
|
||||
this.tcProcProp.Controls.Add(this.tcpGeneral);
|
||||
this.tcProcProp.Controls.Add(this.tcpFormatSettings);
|
||||
this.tcProcProp.Controls.Add(this.tcpOutputSettings);
|
||||
this.tcProcProp.Controls.Add(this.tabControlPanel4);
|
||||
this.tcProcProp.Controls.Add(this.tabControlPanel3);
|
||||
this.tcProcProp.Location = new System.Drawing.Point(180, 7);
|
||||
this.tcProcProp.Name = "tcProcProp";
|
||||
this.tcProcProp.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
|
||||
@@ -1596,43 +1599,75 @@ namespace VEPROMS
|
||||
this.tcProcProp.TabsVisible = false;
|
||||
this.tcProcProp.Text = "tabControl2";
|
||||
//
|
||||
// tabControlPanel1
|
||||
// tcpFormatSettings
|
||||
//
|
||||
this.tabControlPanel1.Controls.Add(this.ppProcNumStpRTB);
|
||||
this.tabControlPanel1.Controls.Add(this.ppProcTitleStpRTB);
|
||||
this.tabControlPanel1.Controls.Add(this.ppDtTmLastApprv);
|
||||
this.tabControlPanel1.Controls.Add(this.label1);
|
||||
this.tabControlPanel1.Controls.Add(this.ppDtTmLastMod);
|
||||
this.tabControlPanel1.Controls.Add(this.label2);
|
||||
this.tabControlPanel1.Controls.Add(this.ppBtnDefEdCols);
|
||||
this.tabControlPanel1.Controls.Add(this.ppRTxtNumber);
|
||||
this.tabControlPanel1.Controls.Add(this.ppLblStpEditorColsDefault);
|
||||
this.tabControlPanel1.Controls.Add(this.ppRTxtTitle);
|
||||
this.tabControlPanel1.Controls.Add(this.label43);
|
||||
this.tabControlPanel1.Controls.Add(this.label3);
|
||||
this.tabControlPanel1.Controls.Add(this.ppCmbxStpEditorCols);
|
||||
this.tabControlPanel1.Controls.Add(this.label4);
|
||||
this.tabControlPanel1.Controls.Add(this.ppTxtBxUserID);
|
||||
this.tabControlPanel1.Controls.Add(this.label21);
|
||||
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 24);
|
||||
this.tabControlPanel1.Name = "tabControlPanel1";
|
||||
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(672, 332);
|
||||
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar);
|
||||
this.tcpFormatSettings.Controls.Add(this.label19);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
|
||||
this.tcpFormatSettings.Controls.Add(this.label20);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
|
||||
this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpFormatSettings.Name = "tcpFormatSettings";
|
||||
this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpFormatSettings.Size = new System.Drawing.Size(672, 332);
|
||||
this.tcpFormatSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpFormatSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpFormatSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel1.Style.GradientAngle = 90;
|
||||
this.tabControlPanel1.TabIndex = 1;
|
||||
this.tabControlPanel1.TabItem = this.tiGeneral;
|
||||
this.tabControlPanel1.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
this.tcpFormatSettings.Style.GradientAngle = 90;
|
||||
this.tcpFormatSettings.TabIndex = 2;
|
||||
this.tcpFormatSettings.TabItem = this.tiFmtStngs;
|
||||
this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// tiFmtStngs
|
||||
//
|
||||
this.tiFmtStngs.AttachedControl = this.tcpFormatSettings;
|
||||
this.tiFmtStngs.Name = "tiFmtStngs";
|
||||
this.tiFmtStngs.Text = "Format Settings";
|
||||
//
|
||||
// tcpGeneral
|
||||
//
|
||||
this.tcpGeneral.Controls.Add(this.ppProcNumStpRTB);
|
||||
this.tcpGeneral.Controls.Add(this.ppProcTitleStpRTB);
|
||||
this.tcpGeneral.Controls.Add(this.ppDtTmLastApprv);
|
||||
this.tcpGeneral.Controls.Add(this.label1);
|
||||
this.tcpGeneral.Controls.Add(this.ppDtTmLastMod);
|
||||
this.tcpGeneral.Controls.Add(this.label2);
|
||||
this.tcpGeneral.Controls.Add(this.ppBtnDefEdCols);
|
||||
this.tcpGeneral.Controls.Add(this.ppLblStpEditorColsDefault);
|
||||
this.tcpGeneral.Controls.Add(this.label43);
|
||||
this.tcpGeneral.Controls.Add(this.label3);
|
||||
this.tcpGeneral.Controls.Add(this.ppCmbxStpEditorCols);
|
||||
this.tcpGeneral.Controls.Add(this.label4);
|
||||
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
||||
this.tcpGeneral.Controls.Add(this.label21);
|
||||
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpGeneral.Name = "tcpGeneral";
|
||||
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpGeneral.Size = new System.Drawing.Size(672, 332);
|
||||
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;
|
||||
this.tcpGeneral.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// ppProcNumStpRTB
|
||||
//
|
||||
this.ppProcNumStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
|
||||
this.ppProcNumStpRTB.BeingDisposed = false;
|
||||
this.ppProcNumStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.ppProcNumStpRTB.CheckAbove = "|?????????";
|
||||
this.ppProcNumStpRTB.CheckBelow = "|?";
|
||||
@@ -1654,12 +1689,14 @@ namespace VEPROMS
|
||||
this.ppProcNumStpRTB.Size = new System.Drawing.Size(153, 16);
|
||||
this.ppProcNumStpRTB.TabIndex = 58;
|
||||
this.ppProcNumStpRTB.Text = "";
|
||||
this.ppProcNumStpRTB.ThisContextMenuStrip = null;
|
||||
this.ppProcNumStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
||||
this.ppProcNumStpRTB.Enter += new System.EventHandler(this.ppProcNumStpRTB_Enter);
|
||||
//
|
||||
// ppProcTitleStpRTB
|
||||
//
|
||||
this.ppProcTitleStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
|
||||
this.ppProcTitleStpRTB.BeingDisposed = false;
|
||||
this.ppProcTitleStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.ppProcTitleStpRTB.CheckAbove = "|?????????";
|
||||
this.ppProcTitleStpRTB.CheckBelow = "|?";
|
||||
@@ -1682,105 +1719,45 @@ namespace VEPROMS
|
||||
this.ppProcTitleStpRTB.Size = new System.Drawing.Size(539, 59);
|
||||
this.ppProcTitleStpRTB.TabIndex = 57;
|
||||
this.ppProcTitleStpRTB.Text = "";
|
||||
this.ppProcTitleStpRTB.ThisContextMenuStrip = null;
|
||||
this.ppProcTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
||||
this.ppProcTitleStpRTB.Enter += new System.EventHandler(this.ppProcTitleStpRTB_Enter);
|
||||
//
|
||||
// tiGeneral
|
||||
//
|
||||
this.tiGeneral.AttachedControl = this.tabControlPanel1;
|
||||
this.tiGeneral.AttachedControl = this.tcpGeneral;
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
//
|
||||
// tabControlPanel2
|
||||
// tcpOutputSettings
|
||||
//
|
||||
this.tabControlPanel2.Controls.Add(this.ppGpbxUserSpecCB);
|
||||
this.tabControlPanel2.Controls.Add(this.ppBtnDefaultChgBar);
|
||||
this.tabControlPanel2.Controls.Add(this.label19);
|
||||
this.tabControlPanel2.Controls.Add(this.ppCmbxChangeBarType);
|
||||
this.tabControlPanel2.Controls.Add(this.label20);
|
||||
this.tabControlPanel2.Controls.Add(this.ppBtnDefaultFmt);
|
||||
this.tabControlPanel2.Controls.Add(this.ppCmbxFormat);
|
||||
this.tabControlPanel2.Controls.Add(this.ppLblFormatDefault);
|
||||
this.tabControlPanel2.Controls.Add(this.ppLblChangeBarTypeDefault);
|
||||
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel2.Location = new System.Drawing.Point(0, 24);
|
||||
this.tabControlPanel2.Name = "tabControlPanel2";
|
||||
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel2.Size = new System.Drawing.Size(672, 332);
|
||||
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
this.tcpOutputSettings.Controls.Add(this.ppGrpbxPrnAdj);
|
||||
this.tcpOutputSettings.Controls.Add(this.label9);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
|
||||
this.tcpOutputSettings.Controls.Add(this.label18);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblPaginationDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppCmbxPagination);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDefPagination);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
|
||||
this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpOutputSettings.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpOutputSettings.Name = "tcpOutputSettings";
|
||||
this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpOutputSettings.Size = new System.Drawing.Size(672, 332);
|
||||
this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpOutputSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel2.Style.GradientAngle = 90;
|
||||
this.tabControlPanel2.TabIndex = 2;
|
||||
this.tabControlPanel2.TabItem = this.tiFmtStngs;
|
||||
this.tabControlPanel2.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// tiFmtStngs
|
||||
//
|
||||
this.tiFmtStngs.AttachedControl = this.tabControlPanel2;
|
||||
this.tiFmtStngs.Name = "tiFmtStngs";
|
||||
this.tiFmtStngs.Text = "Format Settings";
|
||||
//
|
||||
// tabControlPanel4
|
||||
//
|
||||
this.tabControlPanel4.Controls.Add(this.ppCkLstApplicabilityDesinations);
|
||||
this.tabControlPanel4.Controls.Add(this.label22);
|
||||
this.tabControlPanel4.Controls.Add(this.ppCbProcView);
|
||||
this.tabControlPanel4.Controls.Add(this.ppCbDeviationView);
|
||||
this.tabControlPanel4.Controls.Add(this.ppCbBackView);
|
||||
this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel4.Location = new System.Drawing.Point(0, 24);
|
||||
this.tabControlPanel4.Name = "tabControlPanel4";
|
||||
this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel4.Size = new System.Drawing.Size(672, 332);
|
||||
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;
|
||||
this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel4.Style.GradientAngle = 90;
|
||||
this.tabControlPanel4.TabIndex = 4;
|
||||
this.tabControlPanel4.TabItem = this.tiViewStngs;
|
||||
//
|
||||
// tiViewStngs
|
||||
//
|
||||
this.tiViewStngs.AttachedControl = this.tabControlPanel4;
|
||||
this.tiViewStngs.Name = "tiViewStngs";
|
||||
this.tiViewStngs.Text = "View Settings";
|
||||
//
|
||||
// tabControlPanel3
|
||||
//
|
||||
this.tabControlPanel3.Controls.Add(this.ppGrpbxPrnAdj);
|
||||
this.tabControlPanel3.Controls.Add(this.label9);
|
||||
this.tabControlPanel3.Controls.Add(this.ppBtnDeftDisAutoDuplx);
|
||||
this.tabControlPanel3.Controls.Add(this.label18);
|
||||
this.tabControlPanel3.Controls.Add(this.ppLblAutoDuplexDefault);
|
||||
this.tabControlPanel3.Controls.Add(this.ppLblPaginationDefault);
|
||||
this.tabControlPanel3.Controls.Add(this.ppChbxDisAutoDuplex);
|
||||
this.tabControlPanel3.Controls.Add(this.ppLblWatermarkDefault);
|
||||
this.tabControlPanel3.Controls.Add(this.ppBtnDefWatermark);
|
||||
this.tabControlPanel3.Controls.Add(this.ppCmbxPagination);
|
||||
this.tabControlPanel3.Controls.Add(this.ppBtnDefPagination);
|
||||
this.tabControlPanel3.Controls.Add(this.ppCmbxWatermark);
|
||||
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel3.Location = new System.Drawing.Point(0, 24);
|
||||
this.tabControlPanel3.Name = "tabControlPanel3";
|
||||
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel3.Size = new System.Drawing.Size(672, 332);
|
||||
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel3.Style.GradientAngle = 90;
|
||||
this.tabControlPanel3.TabIndex = 3;
|
||||
this.tabControlPanel3.TabItem = this.tiOutputStngs;
|
||||
this.tabControlPanel3.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
this.tcpOutputSettings.Style.GradientAngle = 90;
|
||||
this.tcpOutputSettings.TabIndex = 3;
|
||||
this.tcpOutputSettings.TabItem = this.tiOutputStngs;
|
||||
this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// ppGrpbxPrnAdj
|
||||
//
|
||||
@@ -1813,25 +1790,67 @@ namespace VEPROMS
|
||||
this.ppGrpbxPrnAdj.Style.BorderRightWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderTopWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.Class = "";
|
||||
this.ppGrpbxPrnAdj.Style.CornerDiameter = 4;
|
||||
this.ppGrpbxPrnAdj.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.ppGrpbxPrnAdj.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.ppGrpbxPrnAdj.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.ppGrpbxPrnAdj.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGrpbxPrnAdj.StyleMouseDown.Class = "";
|
||||
this.ppGrpbxPrnAdj.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGrpbxPrnAdj.StyleMouseOver.Class = "";
|
||||
this.ppGrpbxPrnAdj.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppGrpbxPrnAdj.TabIndex = 65;
|
||||
this.ppGrpbxPrnAdj.Text = "Printer Adjustments";
|
||||
//
|
||||
// tiOutputStngs
|
||||
//
|
||||
this.tiOutputStngs.AttachedControl = this.tabControlPanel3;
|
||||
this.tiOutputStngs.AttachedControl = this.tcpOutputSettings;
|
||||
this.tiOutputStngs.Name = "tiOutputStngs";
|
||||
this.tiOutputStngs.Text = "Output Settings";
|
||||
//
|
||||
// tabControlPanel4
|
||||
//
|
||||
this.tabControlPanel4.Controls.Add(this.ppCkLstApplicabilityDesinations);
|
||||
this.tabControlPanel4.Controls.Add(this.label22);
|
||||
this.tabControlPanel4.Controls.Add(this.ppCbProcView);
|
||||
this.tabControlPanel4.Controls.Add(this.ppCbDeviationView);
|
||||
this.tabControlPanel4.Controls.Add(this.ppCbBackView);
|
||||
this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel4.Location = new System.Drawing.Point(0, 24);
|
||||
this.tabControlPanel4.Name = "tabControlPanel4";
|
||||
this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel4.Size = new System.Drawing.Size(672, 332);
|
||||
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;
|
||||
this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel4.Style.GradientAngle = 90;
|
||||
this.tabControlPanel4.TabIndex = 4;
|
||||
this.tabControlPanel4.TabItem = this.tiViewStngs;
|
||||
//
|
||||
// tiViewStngs
|
||||
//
|
||||
this.tiViewStngs.AttachedControl = this.tabControlPanel4;
|
||||
this.tiViewStngs.Name = "tiViewStngs";
|
||||
this.tiViewStngs.Text = "View Settings";
|
||||
//
|
||||
// frmProcedureProperties
|
||||
//
|
||||
this.AcceptButton = this.ppBtnOK;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScroll = true;
|
||||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.CancelButton = this.ppBtnCancel;
|
||||
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(864, 419);
|
||||
this.Controls.Add(this.tcProcProp);
|
||||
@@ -1868,16 +1887,16 @@ namespace VEPROMS
|
||||
this.panProcBtns.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcProcProp)).EndInit();
|
||||
this.tcProcProp.ResumeLayout(false);
|
||||
this.tabControlPanel1.ResumeLayout(false);
|
||||
this.tabControlPanel1.PerformLayout();
|
||||
this.tabControlPanel2.ResumeLayout(false);
|
||||
this.tabControlPanel2.PerformLayout();
|
||||
this.tabControlPanel4.ResumeLayout(false);
|
||||
this.tabControlPanel4.PerformLayout();
|
||||
this.tabControlPanel3.ResumeLayout(false);
|
||||
this.tabControlPanel3.PerformLayout();
|
||||
this.tcpFormatSettings.ResumeLayout(false);
|
||||
this.tcpFormatSettings.PerformLayout();
|
||||
this.tcpGeneral.ResumeLayout(false);
|
||||
this.tcpGeneral.PerformLayout();
|
||||
this.tcpOutputSettings.ResumeLayout(false);
|
||||
this.tcpOutputSettings.PerformLayout();
|
||||
this.ppGrpbxPrnAdj.ResumeLayout(false);
|
||||
this.ppGrpbxPrnAdj.PerformLayout();
|
||||
this.tabControlPanel4.ResumeLayout(false);
|
||||
this.tabControlPanel4.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -1887,8 +1906,6 @@ namespace VEPROMS
|
||||
|
||||
private System.Windows.Forms.Button ppBtnCancel;
|
||||
private System.Windows.Forms.Button ppBtnOK;
|
||||
private System.Windows.Forms.RichTextBox ppRTxtTitle;
|
||||
private System.Windows.Forms.RichTextBox ppRTxtNumber;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label4;
|
||||
@@ -2003,11 +2020,11 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.TabControl tcProcProp;
|
||||
private DevComponents.DotNetBar.TabControlPanel tabControlPanel4;
|
||||
private DevComponents.DotNetBar.TabItem tiViewStngs;
|
||||
private DevComponents.DotNetBar.TabControlPanel tabControlPanel3;
|
||||
private DevComponents.DotNetBar.TabControlPanel tcpOutputSettings;
|
||||
private DevComponents.DotNetBar.TabItem tiOutputStngs;
|
||||
private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
|
||||
private DevComponents.DotNetBar.TabControlPanel tcpFormatSettings;
|
||||
private DevComponents.DotNetBar.TabItem tiFmtStngs;
|
||||
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
|
||||
private DevComponents.DotNetBar.TabControlPanel tcpGeneral;
|
||||
private DevComponents.DotNetBar.TabItem tiGeneral;
|
||||
private DevComponents.DotNetBar.Controls.GroupPanel ppGpbxUserSpecCB;
|
||||
private DevComponents.DotNetBar.Controls.GroupPanel ppGpbxUserSpecTxt;
|
||||
@@ -2015,7 +2032,6 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.ButtonX btnOutputStngs;
|
||||
private DevComponents.DotNetBar.ButtonX btnFmtStngs;
|
||||
private DevComponents.DotNetBar.ButtonX btnGeneral;
|
||||
private DevComponents.DotNetBar.ButtonX btnVwStngs;
|
||||
private Volian.Controls.Library.StepRTB ppProcTitleStpRTB;
|
||||
private Volian.Controls.Library.StepRTB ppProcNumStpRTB;
|
||||
}
|
||||
|
Reference in New Issue
Block a user