This commit is contained in:
@@ -34,10 +34,6 @@ namespace VEPROMS
|
||||
this.ppBtnOK = new System.Windows.Forms.Button();
|
||||
this.ppDtTmLastApprv = new System.Windows.Forms.DateTimePicker();
|
||||
this.ppDtTmLastMod = new System.Windows.Forms.DateTimePicker();
|
||||
this.ppBtnDefEdCols = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ppLblStpEditorColsDefault = new System.Windows.Forms.Label();
|
||||
this.label43 = new System.Windows.Forms.Label();
|
||||
this.ppCmbxStpEditorCols = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.procedureConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ppTxtBxUserID = new System.Windows.Forms.TextBox();
|
||||
this.label21 = new System.Windows.Forms.Label();
|
||||
@@ -149,7 +145,14 @@ namespace VEPROMS
|
||||
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.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.tiOutputStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.ppBtnDefEdCols = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ppCmbxStpEditorCols = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.label43 = new System.Windows.Forms.Label();
|
||||
this.ppLblStpEditorColsDefault = new System.Windows.Forms.Label();
|
||||
this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiPSI = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
@@ -174,6 +177,8 @@ namespace VEPROMS
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcProcProp)).BeginInit();
|
||||
this.tcProcProp.SuspendLayout();
|
||||
this.tcpGeneral.SuspendLayout();
|
||||
this.tcpOutputSettings.SuspendLayout();
|
||||
this.ppGrpbxPrnAdj.SuspendLayout();
|
||||
this.tcpFormatSettings.SuspendLayout();
|
||||
this.tcpOutputSettings.SuspendLayout();
|
||||
this.ppGrpbxPrnAdj.SuspendLayout();
|
||||
@@ -187,7 +192,7 @@ namespace VEPROMS
|
||||
this.ppBtnCancel.Location = new System.Drawing.Point(770, 385);
|
||||
this.ppBtnCancel.Name = "ppBtnCancel";
|
||||
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
||||
this.ppBtnCancel.TabIndex = 19;
|
||||
this.ppBtnCancel.TabIndex = 97;
|
||||
this.ppBtnCancel.Text = "Cancel";
|
||||
this.ppBtnCancel.UseVisualStyleBackColor = true;
|
||||
this.ppBtnCancel.Click += new System.EventHandler(this.ppBtnCancel_Click);
|
||||
@@ -198,7 +203,7 @@ namespace VEPROMS
|
||||
this.ppBtnOK.Location = new System.Drawing.Point(673, 385);
|
||||
this.ppBtnOK.Name = "ppBtnOK";
|
||||
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
|
||||
this.ppBtnOK.TabIndex = 18;
|
||||
this.ppBtnOK.TabIndex = 96;
|
||||
this.ppBtnOK.Text = "OK";
|
||||
this.ppBtnOK.UseVisualStyleBackColor = true;
|
||||
this.ppBtnOK.Click += new System.EventHandler(this.ppBtnOK_Click);
|
||||
@@ -206,84 +211,36 @@ namespace VEPROMS
|
||||
// ppDtTmLastApprv
|
||||
//
|
||||
this.ppDtTmLastApprv.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
|
||||
this.ppDtTmLastApprv.Enabled = false;
|
||||
this.ppDtTmLastApprv.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.ppDtTmLastApprv.Location = new System.Drawing.Point(458, 141);
|
||||
this.ppDtTmLastApprv.Name = "ppDtTmLastApprv";
|
||||
this.ppDtTmLastApprv.Size = new System.Drawing.Size(172, 22);
|
||||
this.ppDtTmLastApprv.TabIndex = 56;
|
||||
this.ppDtTmLastApprv.TabStop = false;
|
||||
this.ppDtTmLastApprv.Visible = false;
|
||||
//
|
||||
// ppDtTmLastMod
|
||||
//
|
||||
this.ppDtTmLastMod.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
|
||||
this.ppDtTmLastMod.Enabled = false;
|
||||
this.ppDtTmLastMod.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.ppDtTmLastMod.Location = new System.Drawing.Point(132, 141);
|
||||
this.ppDtTmLastMod.Name = "ppDtTmLastMod";
|
||||
this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22);
|
||||
this.ppDtTmLastMod.TabIndex = 55;
|
||||
this.ppDtTmLastMod.TabStop = false;
|
||||
this.ppDtTmLastMod.Visible = false;
|
||||
//
|
||||
// ppBtnDefEdCols
|
||||
//
|
||||
this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefEdCols.CallBasePaintBackground = true;
|
||||
this.ppBtnDefEdCols.Location = new System.Drawing.Point(359, 234);
|
||||
this.ppBtnDefEdCols.Name = "ppBtnDefEdCols";
|
||||
this.ppBtnDefEdCols.Size = new System.Drawing.Size(50, 23);
|
||||
this.ppBtnDefEdCols.TabIndex = 54;
|
||||
this.ppBtnDefEdCols.Text = "Default";
|
||||
this.ppBtnDefEdCols.ThemeAware = true;
|
||||
this.ppBtnDefEdCols.Click += new System.EventHandler(this.ppBtnDefEdCols_Click);
|
||||
//
|
||||
// ppLblStpEditorColsDefault
|
||||
//
|
||||
this.ppLblStpEditorColsDefault.AutoSize = true;
|
||||
this.ppLblStpEditorColsDefault.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppLblStpEditorColsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblStpEditorColsDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(199, 260);
|
||||
this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault";
|
||||
this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(61, 17);
|
||||
this.ppLblStpEditorColsDefault.TabIndex = 40;
|
||||
this.ppLblStpEditorColsDefault.Text = "(default)";
|
||||
//
|
||||
// label43
|
||||
//
|
||||
this.label43.AutoSize = true;
|
||||
this.label43.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label43.Location = new System.Drawing.Point(52, 237);
|
||||
this.label43.Name = "label43";
|
||||
this.label43.Size = new System.Drawing.Size(147, 17);
|
||||
this.label43.TabIndex = 28;
|
||||
this.label43.Text = "Default Column Mode:";
|
||||
//
|
||||
// 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;
|
||||
this.ppCmbxStpEditorCols.FormattingEnabled = true;
|
||||
this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(202, 234);
|
||||
this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols";
|
||||
this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(143, 23);
|
||||
this.ppCmbxStpEditorCols.TabIndex = 27;
|
||||
this.ppCmbxStpEditorCols.WatermarkText = "select column mode";
|
||||
this.ppCmbxStpEditorCols.SelectedValueChanged += new System.EventHandler(this.ppCmbxStpEditorCols_SelectedValueChanged);
|
||||
//
|
||||
// procedureConfigBindingSource
|
||||
//
|
||||
this.procedureConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ProcedureConfig);
|
||||
//
|
||||
// ppTxtBxUserID
|
||||
//
|
||||
this.ppTxtBxUserID.Enabled = false;
|
||||
this.ppTxtBxUserID.Location = new System.Drawing.Point(132, 180);
|
||||
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
|
||||
this.ppTxtBxUserID.Size = new System.Drawing.Size(154, 22);
|
||||
this.ppTxtBxUserID.TabIndex = 12;
|
||||
this.ppTxtBxUserID.TabStop = false;
|
||||
this.ppTxtBxUserID.Visible = false;
|
||||
//
|
||||
// label21
|
||||
@@ -342,8 +299,7 @@ namespace VEPROMS
|
||||
// ppBtnDefaultChgBar
|
||||
//
|
||||
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefaultChgBar.CallBasePaintBackground = true;
|
||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(399, 96);
|
||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(614, 120);
|
||||
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" +
|
||||
@@ -362,9 +318,9 @@ namespace VEPROMS
|
||||
this.ppCmbxChangeBarType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.ppCmbxChangeBarType.FormattingEnabled = true;
|
||||
this.ppCmbxChangeBarType.Location = new System.Drawing.Point(98, 96);
|
||||
this.ppCmbxChangeBarType.Location = new System.Drawing.Point(433, 120);
|
||||
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
|
||||
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(293, 23);
|
||||
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(175, 23);
|
||||
this.ppCmbxChangeBarType.TabIndex = 50;
|
||||
this.ppCmbxChangeBarType.Visible = false;
|
||||
this.ppCmbxChangeBarType.WatermarkText = "select change bar setting";
|
||||
@@ -373,14 +329,13 @@ namespace VEPROMS
|
||||
// ppBtnDefaultFmt
|
||||
//
|
||||
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefaultFmt.CallBasePaintBackground = true;
|
||||
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(589, 30);
|
||||
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(589, 35);
|
||||
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
|
||||
this.ppBtnDefaultFmt.Size = new System.Drawing.Size(50, 23);
|
||||
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 = 47;
|
||||
this.ppBtnDefaultFmt.TabIndex = 21;
|
||||
this.ppBtnDefaultFmt.Text = "Default";
|
||||
this.ppBtnDefaultFmt.ThemeAware = true;
|
||||
this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
|
||||
@@ -391,11 +346,11 @@ namespace VEPROMS
|
||||
this.ppCmbxFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.ppCmbxFormat.FormattingEnabled = true;
|
||||
this.ppCmbxFormat.Location = new System.Drawing.Point(12, 30);
|
||||
this.ppCmbxFormat.Location = new System.Drawing.Point(12, 35);
|
||||
this.ppCmbxFormat.Name = "ppCmbxFormat";
|
||||
this.ppCmbxFormat.Size = new System.Drawing.Size(573, 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 = 39;
|
||||
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.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
|
||||
@@ -410,7 +365,7 @@ namespace VEPROMS
|
||||
this.ppLblChangeBarTypeDefault.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppLblChangeBarTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblChangeBarTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(95, 122);
|
||||
this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(430, 146);
|
||||
this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
|
||||
this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(61, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblChangeBarTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Change Bar setting", "", "Pressing the Default Button (to the right)\r\nwill set the Change Bar setting back " +
|
||||
@@ -425,7 +380,7 @@ namespace VEPROMS
|
||||
this.ppLblFormatDefault.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppLblFormatDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblFormatDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.ppLblFormatDefault.Location = new System.Drawing.Point(9, 63);
|
||||
this.ppLblFormatDefault.Location = new System.Drawing.Point(9, 68);
|
||||
this.ppLblFormatDefault.Name = "ppLblFormatDefault";
|
||||
this.ppLblFormatDefault.Size = new System.Drawing.Size(61, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Format setting", "", "Pressing the Default Button (to the right)\r\nwill set the format setting back to t" +
|
||||
@@ -436,27 +391,29 @@ namespace VEPROMS
|
||||
// ppBtnDefCbTxtTyp
|
||||
//
|
||||
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefCbTxtTyp.CallBasePaintBackground = true;
|
||||
this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(272, 85);
|
||||
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
|
||||
this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(50, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxtTyp, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxtTyp.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(230, 150)));
|
||||
this.ppBtnDefCbTxtTyp.TabIndex = 55;
|
||||
this.ppBtnDefCbTxtTyp.TabStop = false;
|
||||
this.ppBtnDefCbTxtTyp.Text = "Default";
|
||||
this.ppBtnDefCbTxtTyp.ThemeAware = true;
|
||||
this.ppBtnDefCbTxtTyp.Visible = false;
|
||||
this.ppBtnDefCbTxtTyp.Click += new System.EventHandler(this.ppBtnDefCbTxtTyp_Click);
|
||||
//
|
||||
// ppBtnDefaultCbPos
|
||||
//
|
||||
this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefaultCbPos.CallBasePaintBackground = true;
|
||||
this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(272, 32);
|
||||
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
|
||||
this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(50, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145)));
|
||||
this.ppBtnDefaultCbPos.TabIndex = 54;
|
||||
this.ppBtnDefaultCbPos.TabStop = false;
|
||||
this.ppBtnDefaultCbPos.Text = "Default";
|
||||
this.ppBtnDefaultCbPos.ThemeAware = true;
|
||||
this.ppBtnDefaultCbPos.Visible = false;
|
||||
this.ppBtnDefaultCbPos.Click += new System.EventHandler(this.ppBtnDefaultCbPos_Click);
|
||||
//
|
||||
// ppCmbxChgBarTxtType
|
||||
@@ -470,6 +427,8 @@ namespace VEPROMS
|
||||
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
|
||||
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(184, 23);
|
||||
this.ppCmbxChgBarTxtType.TabIndex = 51;
|
||||
this.ppCmbxChgBarTxtType.TabStop = false;
|
||||
this.ppCmbxChgBarTxtType.Visible = false;
|
||||
this.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type";
|
||||
this.ppCmbxChgBarTxtType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarTxtType_SelectedValueChanged);
|
||||
//
|
||||
@@ -484,6 +443,8 @@ namespace VEPROMS
|
||||
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
|
||||
this.ppCmbxChgBarPos.Size = new System.Drawing.Size(184, 23);
|
||||
this.ppCmbxChgBarPos.TabIndex = 51;
|
||||
this.ppCmbxChgBarPos.TabStop = false;
|
||||
this.ppCmbxChgBarPos.Visible = false;
|
||||
this.ppCmbxChgBarPos.WatermarkText = "select change bar position";
|
||||
this.ppCmbxChgBarPos.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarPos_SelectedValueChanged);
|
||||
//
|
||||
@@ -518,27 +479,29 @@ namespace VEPROMS
|
||||
// ppBtnDefCbTxt2
|
||||
//
|
||||
this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefCbTxt2.CallBasePaintBackground = true;
|
||||
this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(146, 57);
|
||||
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
|
||||
this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(50, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
|
||||
this.ppBtnDefCbTxt2.TabIndex = 54;
|
||||
this.ppBtnDefCbTxt2.TabStop = false;
|
||||
this.ppBtnDefCbTxt2.Text = "Default";
|
||||
this.ppBtnDefCbTxt2.ThemeAware = true;
|
||||
this.ppBtnDefCbTxt2.Visible = false;
|
||||
this.ppBtnDefCbTxt2.Click += new System.EventHandler(this.ppBtnDefCbTxt2_Click);
|
||||
//
|
||||
// ppBtnDefCbTxt1
|
||||
//
|
||||
this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefCbTxt1.CallBasePaintBackground = true;
|
||||
this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(146, 5);
|
||||
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
|
||||
this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(50, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
|
||||
this.ppBtnDefCbTxt1.TabIndex = 56;
|
||||
this.ppBtnDefCbTxt1.TabStop = false;
|
||||
this.ppBtnDefCbTxt1.Text = "Default";
|
||||
this.ppBtnDefCbTxt1.ThemeAware = true;
|
||||
this.ppBtnDefCbTxt1.Visible = false;
|
||||
this.ppBtnDefCbTxt1.Click += new System.EventHandler(this.ppBtnDefCbTxt1_Click);
|
||||
//
|
||||
// ppLblChgBarUserMsgOneDefault
|
||||
@@ -585,7 +548,9 @@ namespace VEPROMS
|
||||
this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
|
||||
this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
|
||||
this.ppTxbxChangeBarUserMsgOne.TabIndex = 1;
|
||||
this.ppTxbxChangeBarUserMsgOne.TabStop = false;
|
||||
this.ppTxbxChangeBarUserMsgOne.Text = "";
|
||||
this.ppTxbxChangeBarUserMsgOne.Visible = false;
|
||||
this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
|
||||
//
|
||||
// label5
|
||||
@@ -606,7 +571,9 @@ namespace VEPROMS
|
||||
this.ppTxbxChgBarUserMsgTwo.Name = "ppTxbxChgBarUserMsgTwo";
|
||||
this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
|
||||
this.ppTxbxChgBarUserMsgTwo.TabIndex = 2;
|
||||
this.ppTxbxChgBarUserMsgTwo.TabStop = false;
|
||||
this.ppTxbxChgBarUserMsgTwo.Text = "";
|
||||
this.ppTxbxChgBarUserMsgTwo.Visible = false;
|
||||
this.ppTxbxChgBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChgBarUserMsgTwo_TextChanged);
|
||||
//
|
||||
// label7
|
||||
@@ -633,7 +600,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label19.AutoSize = true;
|
||||
this.label19.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label19.Location = new System.Drawing.Point(9, 5);
|
||||
this.label19.Location = new System.Drawing.Point(9, 10);
|
||||
this.label19.Name = "label19";
|
||||
this.label19.Size = new System.Drawing.Size(52, 17);
|
||||
this.label19.TabIndex = 28;
|
||||
@@ -643,7 +610,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label20.AutoSize = true;
|
||||
this.label20.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label20.Location = new System.Drawing.Point(9, 98);
|
||||
this.label20.Location = new System.Drawing.Point(344, 122);
|
||||
this.label20.Name = "label20";
|
||||
this.label20.Size = new System.Drawing.Size(83, 17);
|
||||
this.label20.TabIndex = 26;
|
||||
@@ -656,6 +623,7 @@ namespace VEPROMS
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth";
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(47, 22);
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1;
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.TabStop = false;
|
||||
//
|
||||
// label39
|
||||
//
|
||||
@@ -681,6 +649,7 @@ namespace VEPROMS
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth";
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(47, 22);
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3;
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.TabStop = false;
|
||||
//
|
||||
// ppNumUpDwnOvrdPrnPenULineWidth
|
||||
//
|
||||
@@ -688,6 +657,7 @@ namespace VEPROMS
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth";
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(47, 22);
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5;
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.TabStop = false;
|
||||
//
|
||||
// label41
|
||||
//
|
||||
@@ -709,6 +679,7 @@ namespace VEPROMS
|
||||
this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos";
|
||||
this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(47, 22);
|
||||
this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7;
|
||||
this.ppNumUpDwnAdjPrnStartPos.TabStop = false;
|
||||
//
|
||||
// label42
|
||||
//
|
||||
@@ -722,12 +693,12 @@ namespace VEPROMS
|
||||
// ppBtnDeftDisAutoDuplx
|
||||
//
|
||||
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDeftDisAutoDuplx.CallBasePaintBackground = true;
|
||||
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(592, 30);
|
||||
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
|
||||
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(58, 24);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDeftDisAutoDuplx, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDeftDisAutoDuplx.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 150)));
|
||||
this.ppBtnDeftDisAutoDuplx.TabIndex = 63;
|
||||
this.ppBtnDeftDisAutoDuplx.TabStop = false;
|
||||
this.ppBtnDeftDisAutoDuplx.Text = "Default";
|
||||
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
|
||||
this.ppBtnDeftDisAutoDuplx.Visible = false;
|
||||
@@ -758,6 +729,7 @@ namespace VEPROMS
|
||||
this.superTooltip1.SetSuperTooltip(this.ppChbxDisAutoDuplex, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Automatic Duplex", "", "Checking this box will turn OFF the automatic duplexing used in some formats for " +
|
||||
"Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
|
||||
this.ppChbxDisAutoDuplex.TabIndex = 61;
|
||||
this.ppChbxDisAutoDuplex.TabStop = false;
|
||||
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
||||
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
||||
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
|
||||
@@ -765,7 +737,6 @@ namespace VEPROMS
|
||||
// ppBtnDefWatermark
|
||||
//
|
||||
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefWatermark.CallBasePaintBackground = true;
|
||||
this.ppBtnDefWatermark.Location = new System.Drawing.Point(269, 30);
|
||||
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
|
||||
this.ppBtnDefWatermark.Size = new System.Drawing.Size(50, 23);
|
||||
@@ -773,6 +744,7 @@ namespace VEPROMS
|
||||
"ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" +
|
||||
" the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 145)));
|
||||
this.ppBtnDefWatermark.TabIndex = 60;
|
||||
this.ppBtnDefWatermark.TabStop = false;
|
||||
this.ppBtnDefWatermark.Text = "Default";
|
||||
this.ppBtnDefWatermark.ThemeAware = true;
|
||||
this.ppBtnDefWatermark.Click += new System.EventHandler(this.ppBtnDefWatermark_Click_1);
|
||||
@@ -788,6 +760,7 @@ namespace VEPROMS
|
||||
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
|
||||
this.ppCmbxWatermark.Size = new System.Drawing.Size(163, 23);
|
||||
this.ppCmbxWatermark.TabIndex = 58;
|
||||
this.ppCmbxWatermark.TabStop = false;
|
||||
this.ppCmbxWatermark.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxWatermark.WatermarkText = "select watermark option";
|
||||
this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
|
||||
@@ -1052,6 +1025,7 @@ namespace VEPROMS
|
||||
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17);
|
||||
this.ppLblDefSettingsInfo.TabIndex = 25;
|
||||
this.ppLblDefSettingsInfo.Text = "* Default values shown in italics";
|
||||
this.ppLblDefSettingsInfo.Visible = false;
|
||||
//
|
||||
// ppCbShwDefSettings
|
||||
//
|
||||
@@ -1066,7 +1040,7 @@ namespace VEPROMS
|
||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(152, 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 = 26;
|
||||
this.ppCbShwDefSettings.TabIndex = 5;
|
||||
this.ppCbShwDefSettings.Text = "Show Default Settings";
|
||||
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
@@ -1112,7 +1086,6 @@ namespace VEPROMS
|
||||
// buttonX1
|
||||
//
|
||||
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.buttonX1.CallBasePaintBackground = true;
|
||||
this.buttonX1.Location = new System.Drawing.Point(589, 20);
|
||||
this.buttonX1.Name = "buttonX1";
|
||||
this.buttonX1.Size = new System.Drawing.Size(50, 23);
|
||||
@@ -1481,6 +1454,7 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecTxt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppGpbxUserSpecTxt.TabIndex = 56;
|
||||
this.ppGpbxUserSpecTxt.Text = "Custom Change Bar Message";
|
||||
this.ppGpbxUserSpecTxt.Visible = false;
|
||||
//
|
||||
// panProcBtns
|
||||
//
|
||||
@@ -1496,13 +1470,13 @@ namespace VEPROMS
|
||||
// btnOutputStngs
|
||||
//
|
||||
this.btnOutputStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnOutputStngs.CallBasePaintBackground = true;
|
||||
this.btnOutputStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnOutputStngs.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnOutputStngs.Location = new System.Drawing.Point(0, 46);
|
||||
this.btnOutputStngs.Name = "btnOutputStngs";
|
||||
this.btnOutputStngs.Size = new System.Drawing.Size(165, 23);
|
||||
this.btnOutputStngs.TabIndex = 2;
|
||||
this.btnOutputStngs.TabIndex = 4;
|
||||
this.btnOutputStngs.TabStop = false;
|
||||
this.btnOutputStngs.Text = "Output Settings";
|
||||
this.btnOutputStngs.Visible = false;
|
||||
this.btnOutputStngs.Click += new System.EventHandler(this.btnOutputStngs_Click);
|
||||
@@ -1510,26 +1484,24 @@ namespace VEPROMS
|
||||
// btnFmtStngs
|
||||
//
|
||||
this.btnFmtStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnFmtStngs.CallBasePaintBackground = true;
|
||||
this.btnFmtStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnFmtStngs.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnFmtStngs.Location = new System.Drawing.Point(0, 23);
|
||||
this.btnFmtStngs.Name = "btnFmtStngs";
|
||||
this.btnFmtStngs.Size = new System.Drawing.Size(165, 23);
|
||||
this.btnFmtStngs.TabIndex = 1;
|
||||
this.btnFmtStngs.TabIndex = 3;
|
||||
this.btnFmtStngs.Text = "Format Settings";
|
||||
this.btnFmtStngs.Click += new System.EventHandler(this.btnFmtStngs_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.Name = "btnGeneral";
|
||||
this.btnGeneral.Size = new System.Drawing.Size(165, 23);
|
||||
this.btnGeneral.TabIndex = 0;
|
||||
this.btnGeneral.TabIndex = 2;
|
||||
this.btnGeneral.Text = "General";
|
||||
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
||||
//
|
||||
@@ -1540,6 +1512,7 @@ namespace VEPROMS
|
||||
this.tcProcProp.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tcProcProp.CanReorderTabs = true;
|
||||
this.tcProcProp.Controls.Add(this.tcpGeneral);
|
||||
this.tcProcProp.Controls.Add(this.tcpOutputSettings);
|
||||
this.tcProcProp.Controls.Add(this.tcpFormatSettings);
|
||||
this.tcProcProp.Controls.Add(this.tabControlPanel1);
|
||||
this.tcProcProp.Controls.Add(this.tcpOutputSettings);
|
||||
@@ -1567,11 +1540,7 @@ namespace VEPROMS
|
||||
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);
|
||||
@@ -1595,12 +1564,12 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppProcNumStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
|
||||
this.ppProcNumStpRTB.BeingDisposed = false;
|
||||
this.ppProcNumStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.ppProcNumStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.ppProcNumStpRTB.CheckAbove = "|?????????";
|
||||
this.ppProcNumStpRTB.CheckBelow = "|?";
|
||||
this.ppProcNumStpRTB.CheckLeft = "-?????????";
|
||||
this.ppProcNumStpRTB.CheckRight = "-??";
|
||||
this.ppProcNumStpRTB.ContentsRectangle = new System.Drawing.Rectangle(89, 29, 153, 16);
|
||||
this.ppProcNumStpRTB.ContentsRectangle = new System.Drawing.Rectangle(89, 29, 149, 16);
|
||||
this.ppProcNumStpRTB.EpMode = VEPROMS.CSLA.Library.E_EditPrintMode.Edit;
|
||||
this.ppProcNumStpRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
|
||||
this.ppProcNumStpRTB.Location = new System.Drawing.Point(89, 29);
|
||||
@@ -1613,8 +1582,8 @@ namespace VEPROMS
|
||||
this.ppProcNumStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
|
||||
this.ppProcNumStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
||||
this.ppProcNumStpRTB.ShowDebug = false;
|
||||
this.ppProcNumStpRTB.Size = new System.Drawing.Size(153, 16);
|
||||
this.ppProcNumStpRTB.TabIndex = 58;
|
||||
this.ppProcNumStpRTB.Size = new System.Drawing.Size(153, 20);
|
||||
this.ppProcNumStpRTB.TabIndex = 0;
|
||||
this.ppProcNumStpRTB.Text = "";
|
||||
this.ppProcNumStpRTB.ThisContextMenuStrip = null;
|
||||
this.ppProcNumStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
||||
@@ -1644,7 +1613,7 @@ namespace VEPROMS
|
||||
this.ppProcTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
||||
this.ppProcTitleStpRTB.ShowDebug = false;
|
||||
this.ppProcTitleStpRTB.Size = new System.Drawing.Size(539, 59);
|
||||
this.ppProcTitleStpRTB.TabIndex = 57;
|
||||
this.ppProcTitleStpRTB.TabIndex = 1;
|
||||
this.ppProcTitleStpRTB.Text = "";
|
||||
this.ppProcTitleStpRTB.ThisContextMenuStrip = null;
|
||||
this.ppProcTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
|
||||
@@ -1656,6 +1625,90 @@ namespace VEPROMS
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
//
|
||||
// tcpOutputSettings
|
||||
//
|
||||
this.tcpOutputSettings.Controls.Add(this.ppGrpbxPrnAdj);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
|
||||
this.tcpOutputSettings.Controls.Add(this.label18);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
|
||||
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.tcpOutputSettings.Style.GradientAngle = 90;
|
||||
this.tcpOutputSettings.TabIndex = 3;
|
||||
this.tcpOutputSettings.TabItem = this.tiOutputStngs;
|
||||
this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// ppGrpbxPrnAdj
|
||||
//
|
||||
this.ppGrpbxPrnAdj.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppGrpbxPrnAdj.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.ppGrpbxPrnAdj.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenWidth);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label39);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label42);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label40);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnAdjPrnStartPos);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOverdPrnPenBoldWidth);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label41);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth);
|
||||
this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(15, 120);
|
||||
this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj";
|
||||
this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(642, 114);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGrpbxPrnAdj.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
this.ppGrpbxPrnAdj.Style.BackColorGradientAngle = 90;
|
||||
this.ppGrpbxPrnAdj.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.ppGrpbxPrnAdj.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderBottomWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.ppGrpbxPrnAdj.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderLeftWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
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 = "Output Adjustments";
|
||||
this.ppGrpbxPrnAdj.Visible = false;
|
||||
//
|
||||
// tiOutputStngs
|
||||
//
|
||||
this.tiOutputStngs.AttachedControl = this.tcpOutputSettings;
|
||||
this.tiOutputStngs.Name = "tiOutputStngs";
|
||||
this.tiOutputStngs.Text = "Output Settings";
|
||||
this.tiOutputStngs.Visible = false;
|
||||
//
|
||||
// tcpFormatSettings
|
||||
//
|
||||
this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
|
||||
@@ -1664,8 +1717,12 @@ namespace VEPROMS
|
||||
this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
|
||||
this.tcpFormatSettings.Controls.Add(this.label20);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppBtnDefEdCols);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppCmbxStpEditorCols);
|
||||
this.tcpFormatSettings.Controls.Add(this.label43);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppLblStpEditorColsDefault);
|
||||
this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
|
||||
this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24);
|
||||
@@ -1683,6 +1740,55 @@ namespace VEPROMS
|
||||
this.tcpFormatSettings.TabItem = this.tiFmtStngs;
|
||||
this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// ppBtnDefEdCols
|
||||
//
|
||||
this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefEdCols.Location = new System.Drawing.Point(317, 96);
|
||||
this.ppBtnDefEdCols.Name = "ppBtnDefEdCols";
|
||||
this.ppBtnDefEdCols.Size = new System.Drawing.Size(50, 23);
|
||||
this.ppBtnDefEdCols.TabIndex = 23;
|
||||
this.ppBtnDefEdCols.Text = "Default";
|
||||
this.ppBtnDefEdCols.ThemeAware = true;
|
||||
this.ppBtnDefEdCols.Visible = false;
|
||||
this.ppBtnDefEdCols.Click += new System.EventHandler(this.ppBtnDefEdCols_Click);
|
||||
//
|
||||
// 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;
|
||||
this.ppCmbxStpEditorCols.FormattingEnabled = true;
|
||||
this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(164, 96);
|
||||
this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols";
|
||||
this.ppCmbxStpEditorCols.PreventEnterBeep = true;
|
||||
this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(143, 23);
|
||||
this.ppCmbxStpEditorCols.TabIndex = 22;
|
||||
this.ppCmbxStpEditorCols.WatermarkText = "select column mode";
|
||||
this.ppCmbxStpEditorCols.SelectedValueChanged += new System.EventHandler(this.ppCmbxStpEditorCols_SelectedValueChanged);
|
||||
//
|
||||
// label43
|
||||
//
|
||||
this.label43.AutoSize = true;
|
||||
this.label43.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label43.Location = new System.Drawing.Point(14, 99);
|
||||
this.label43.Name = "label43";
|
||||
this.label43.Size = new System.Drawing.Size(147, 17);
|
||||
this.label43.TabIndex = 28;
|
||||
this.label43.Text = "Default Column Mode:";
|
||||
//
|
||||
// ppLblStpEditorColsDefault
|
||||
//
|
||||
this.ppLblStpEditorColsDefault.AutoSize = true;
|
||||
this.ppLblStpEditorColsDefault.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppLblStpEditorColsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblStpEditorColsDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(161, 122);
|
||||
this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault";
|
||||
this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(61, 17);
|
||||
this.ppLblStpEditorColsDefault.TabIndex = 40;
|
||||
this.ppLblStpEditorColsDefault.Text = "(default)";
|
||||
//
|
||||
// tiFmtStngs
|
||||
//
|
||||
this.tiFmtStngs.AttachedControl = this.tcpFormatSettings;
|
||||
@@ -1850,6 +1956,7 @@ namespace VEPROMS
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Procedure Properties";
|
||||
this.Load += new System.EventHandler(this.frmProcedureProperties_Load);
|
||||
this.Shown += new System.EventHandler(this.frmProcedureProperties_Shown);
|
||||
((System.ComponentModel.ISupportInitialize)(this.procedureConfigBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit();
|
||||
@@ -1873,12 +1980,12 @@ namespace VEPROMS
|
||||
this.tcProcProp.ResumeLayout(false);
|
||||
this.tcpGeneral.ResumeLayout(false);
|
||||
this.tcpGeneral.PerformLayout();
|
||||
this.tcpFormatSettings.ResumeLayout(false);
|
||||
this.tcpFormatSettings.PerformLayout();
|
||||
this.tcpOutputSettings.ResumeLayout(false);
|
||||
this.tcpOutputSettings.PerformLayout();
|
||||
this.ppGrpbxPrnAdj.ResumeLayout(false);
|
||||
this.ppGrpbxPrnAdj.PerformLayout();
|
||||
this.tcpFormatSettings.ResumeLayout(false);
|
||||
this.tcpFormatSettings.PerformLayout();
|
||||
this.tabControlPanel4.ResumeLayout(false);
|
||||
this.tabControlPanel4.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
@@ -1929,7 +2036,6 @@ namespace VEPROMS
|
||||
private System.Windows.Forms.Label ppLblChgBarUserMsgTwoDefault;
|
||||
private System.Windows.Forms.Label ppLblChgBarUserMsgOneDefault;
|
||||
private System.Windows.Forms.BindingSource procedureConfigBindingSource;
|
||||
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxStpEditorCols;
|
||||
private System.Windows.Forms.BindingSource formatInfoListBindingSource;
|
||||
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxFormat;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefaultFmt;
|
||||
@@ -1985,9 +2091,6 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefaultCbPos;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefCbTxt2;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefCbTxt1;
|
||||
private System.Windows.Forms.Label label43;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefEdCols;
|
||||
private System.Windows.Forms.Label ppLblStpEditorColsDefault;
|
||||
private System.Windows.Forms.CheckedListBox ppCkLstApplicabilityDesinations;
|
||||
private System.Windows.Forms.Label label22;
|
||||
private System.Windows.Forms.CheckBox ppCbDeviationView;
|
||||
@@ -2014,7 +2117,9 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.ButtonX btnGeneral;
|
||||
private Volian.Controls.Library.StepRTB ppProcTitleStpRTB;
|
||||
private Volian.Controls.Library.StepRTB ppProcNumStpRTB;
|
||||
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
|
||||
private DevComponents.DotNetBar.TabItem tiPSI;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnDefEdCols;
|
||||
private System.Windows.Forms.Label ppLblStpEditorColsDefault;
|
||||
private System.Windows.Forms.Label label43;
|
||||
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxStpEditorCols;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user