made groups and dropdown text consistent on the change bar tab
Made the text used for change bars consistent
This commit is contained in:
parent
6fceccc6c1
commit
5cbbd3e581
@ -155,6 +155,18 @@ namespace VEPROMS
|
||||
this.btnRefObjs = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
|
||||
this.tcFolder = new DevComponents.DotNetBar.TabControl();
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.btnAnnoTypeApply = new DevComponents.DotNetBar.ButtonX();
|
||||
this.txbxRemoveMsg = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.btnAnnoTypeUndo = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnAnnoTypeRemove = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnAnnoTypeNew = new DevComponents.DotNetBar.ButtonX();
|
||||
this.lblAnnoTypeCntMessage = new System.Windows.Forms.Label();
|
||||
this.tbxAnnotationDescription = new System.Windows.Forms.TextBox();
|
||||
this.lbAnnotationTypes = new System.Windows.Forms.ListBox();
|
||||
this.tiAnnoTypes = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.btnRevisionStageApply = new DevComponents.DotNetBar.ButtonX();
|
||||
this.gpApprvStageTypes = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
@ -164,21 +176,10 @@ namespace VEPROMS
|
||||
this.tbRevisionStage = new System.Windows.Forms.TextBox();
|
||||
this.lbRevisionStages = new System.Windows.Forms.ListBox();
|
||||
this.tiRevisionStages = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpRefObjs = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiRefObj = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.txbxRemoveMsg = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.btnAnnoTypeUndo = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnAnnoTypeRemove = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnAnnoTypeNew = new DevComponents.DotNetBar.ButtonX();
|
||||
this.lblAnnoTypeCntMessage = new System.Windows.Forms.Label();
|
||||
this.tbxAnnotationDescription = new System.Windows.Forms.TextBox();
|
||||
this.lbAnnotationTypes = new System.Windows.Forms.ListBox();
|
||||
this.tiAnnoTypes = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpEdSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiEditSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
@ -187,7 +188,6 @@ namespace VEPROMS
|
||||
this.tiStMsg = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.annotationTypesBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.btnAnnoTypeApply = new DevComponents.DotNetBar.ButtonX();
|
||||
((System.ComponentModel.ISupportInitialize)(this.folderConfigBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).BeginInit();
|
||||
@ -205,12 +205,12 @@ namespace VEPROMS
|
||||
this.panButtons.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).BeginInit();
|
||||
this.tcFolder.SuspendLayout();
|
||||
this.tabControlPanel1.SuspendLayout();
|
||||
this.tcpGeneral.SuspendLayout();
|
||||
this.tabControlPanel2.SuspendLayout();
|
||||
this.gpApprvStageTypes.SuspendLayout();
|
||||
this.tcpGeneral.SuspendLayout();
|
||||
this.tcpOutputSettings.SuspendLayout();
|
||||
this.tcpRefObjs.SuspendLayout();
|
||||
this.tabControlPanel1.SuspendLayout();
|
||||
this.tcpEdSettings.SuspendLayout();
|
||||
this.tcpFmtSettings.SuspendLayout();
|
||||
this.tcpStMsg.SuspendLayout();
|
||||
@ -221,7 +221,7 @@ namespace VEPROMS
|
||||
// ppBtnOK
|
||||
//
|
||||
this.ppBtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ppBtnOK.Location = new System.Drawing.Point(489, 249);
|
||||
this.ppBtnOK.Location = new System.Drawing.Point(539, 280);
|
||||
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ppBtnOK.Name = "ppBtnOK";
|
||||
this.ppBtnOK.Size = new System.Drawing.Size(56, 21);
|
||||
@ -234,16 +234,16 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppBtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ppBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.ppBtnCancel.Location = new System.Drawing.Point(560, 249);
|
||||
this.ppBtnCancel.Location = new System.Drawing.Point(610, 280);
|
||||
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ppBtnCancel.Name = "ppBtnCancel";
|
||||
this.ppBtnCancel.Size = new System.Drawing.Size(56, 21);
|
||||
this.ppBtnCancel.TabIndex = 91;
|
||||
this.ppBtnCancel.Text = "Cancel";
|
||||
this.ppBtnCancel.UseVisualStyleBackColor = true;
|
||||
this.ppBtnCancel.MouseLeave += new System.EventHandler(this.ppBtnCancel_MouseLeave);
|
||||
this.ppBtnCancel.Click += new System.EventHandler(this.ppBtnCancel_Click);
|
||||
this.ppBtnCancel.MouseEnter += new System.EventHandler(this.ppBtnCancel_MouseEnter);
|
||||
this.ppBtnCancel.MouseLeave += new System.EventHandler(this.ppBtnCancel_MouseLeave);
|
||||
//
|
||||
// lblHeading
|
||||
//
|
||||
@ -426,8 +426,8 @@ namespace VEPROMS
|
||||
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
|
||||
this.ppBtnDefWatermark.Size = new System.Drawing.Size(40, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppBtnDefWatermark, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the watermark selection back to using the parent\'s (default) set" +
|
||||
"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)));
|
||||
"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 = 31;
|
||||
this.ppBtnDefWatermark.Text = "Default";
|
||||
this.ppBtnDefWatermark.ThemeAware = true;
|
||||
@ -460,7 +460,7 @@ namespace VEPROMS
|
||||
this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault";
|
||||
this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(64, 13);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblAutoDuplexDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the Automatic Duplex default setting", "", "Pressing the Default Button (to the right)\r\nwill reset the Automatic Duplex setti" +
|
||||
"ng back\r\nto this default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"ng back\r\nto this default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.ppLblAutoDuplexDefault.TabIndex = 51;
|
||||
this.ppLblAutoDuplexDefault.Text = "(default ON)";
|
||||
//
|
||||
@ -475,7 +475,7 @@ namespace VEPROMS
|
||||
this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault";
|
||||
this.ppLblWatermarkDefault.Size = new System.Drawing.Size(45, 13);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblWatermarkDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Watermark setting", "", "Pressing the Default Button (to the right)\r\nwill reset the watermark setting back" +
|
||||
" to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
" to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.ppLblWatermarkDefault.TabIndex = 50;
|
||||
this.ppLblWatermarkDefault.Text = "(default)";
|
||||
//
|
||||
@ -555,7 +555,7 @@ namespace VEPROMS
|
||||
this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos";
|
||||
this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(35, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnAdjPrnStartPos, new DevComponents.DotNetBar.SuperTooltipInfo("Starting Print Position", "", "Allows you to move the starting point on the page of where text and boarder begin" +
|
||||
" printing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
" printing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppNumUpDwnAdjPrnStartPos.TabIndex = 37;
|
||||
this.ppNumUpDwnAdjPrnStartPos.TabStop = false;
|
||||
//
|
||||
@ -579,7 +579,7 @@ namespace VEPROMS
|
||||
this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
|
||||
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(161, 17);
|
||||
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.System, true, false, new System.Drawing.Size(0, 0)));
|
||||
"Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, false, new System.Drawing.Size(0, 0)));
|
||||
this.ppChbxDisAutoDuplex.TabIndex = 32;
|
||||
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
|
||||
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
|
||||
@ -704,8 +704,8 @@ namespace VEPROMS
|
||||
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
|
||||
this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(44, 20);
|
||||
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" +
|
||||
"tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" +
|
||||
"ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
|
||||
"tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" +
|
||||
"ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
|
||||
this.ppBtnDefaultChgBar.TabIndex = 53;
|
||||
this.ppBtnDefaultChgBar.Text = "Default";
|
||||
this.ppBtnDefaultChgBar.ThemeAware = true;
|
||||
@ -736,8 +736,8 @@ namespace VEPROMS
|
||||
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
|
||||
this.ppBtnDefaultFmt.Size = new System.Drawing.Size(44, 20);
|
||||
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, true, true, new System.Drawing.Size(200, 150)));
|
||||
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
|
||||
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(200, 150)));
|
||||
this.ppBtnDefaultFmt.TabIndex = 51;
|
||||
this.ppBtnDefaultFmt.Text = "Default";
|
||||
this.ppBtnDefaultFmt.ThemeAware = true;
|
||||
@ -771,7 +771,7 @@ namespace VEPROMS
|
||||
this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
|
||||
this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(79, 13);
|
||||
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 " +
|
||||
"to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(270, 70)));
|
||||
"to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(270, 70)));
|
||||
this.ppLblChangeBarTypeDefault.TabIndex = 43;
|
||||
this.ppLblChangeBarTypeDefault.Text = "(default setting)";
|
||||
//
|
||||
@ -786,7 +786,7 @@ namespace VEPROMS
|
||||
this.ppLblFormatDefault.Name = "ppLblFormatDefault";
|
||||
this.ppLblFormatDefault.Size = new System.Drawing.Size(77, 13);
|
||||
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" +
|
||||
"his.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 70)));
|
||||
"his.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 70)));
|
||||
this.ppLblFormatDefault.TabIndex = 42;
|
||||
this.ppLblFormatDefault.Text = "(default format)";
|
||||
this.ppLblFormatDefault.Visible = false;
|
||||
@ -794,7 +794,7 @@ namespace VEPROMS
|
||||
// ppBtnDefCbTxtTyp
|
||||
//
|
||||
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(210, 21);
|
||||
this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(229, 21);
|
||||
this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
|
||||
this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(44, 20);
|
||||
@ -830,7 +830,7 @@ namespace VEPROMS
|
||||
this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(64, 21);
|
||||
this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
|
||||
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(143, 21);
|
||||
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(161, 21);
|
||||
this.ppCmbxChgBarTxtType.TabIndex = 54;
|
||||
this.ppCmbxChgBarTxtType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type";
|
||||
@ -864,7 +864,7 @@ namespace VEPROMS
|
||||
this.ppLblChgBarTxtTypeDefault.Name = "ppLblChgBarTxtTypeDefault";
|
||||
this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(79, 13);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarTxtTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Text Type", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Text T" +
|
||||
"ype setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"ype setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.ppLblChgBarTxtTypeDefault.TabIndex = 13;
|
||||
this.ppLblChgBarTxtTypeDefault.Text = "(default setting)";
|
||||
//
|
||||
@ -878,7 +878,7 @@ namespace VEPROMS
|
||||
this.ppLblChgBarPosDefault.Name = "ppLblChgBarPosDefault";
|
||||
this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(79, 13);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarPosDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Position", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
|
||||
"on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80)));
|
||||
"on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80)));
|
||||
this.ppLblChgBarPosDefault.TabIndex = 12;
|
||||
this.ppLblChgBarPosDefault.Text = "(default setting)";
|
||||
this.ppLblChgBarPosDefault.Visible = false;
|
||||
@ -921,7 +921,7 @@ namespace VEPROMS
|
||||
this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault";
|
||||
this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(39, 13);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgTwoDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line Two", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
|
||||
"e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
|
||||
"e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
|
||||
this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7;
|
||||
this.ppLblChgBarUserMsgTwoDefault.Text = "(blank)";
|
||||
this.ppLblChgBarUserMsgTwoDefault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@ -936,7 +936,7 @@ namespace VEPROMS
|
||||
this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault";
|
||||
this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(39, 13);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgOneDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line One", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
|
||||
"e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
|
||||
"e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
|
||||
this.ppLblChgBarUserMsgOneDefault.TabIndex = 6;
|
||||
this.ppLblChgBarUserMsgOneDefault.Text = "(blank)";
|
||||
this.ppLblChgBarUserMsgOneDefault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@ -1263,7 +1263,7 @@ namespace VEPROMS
|
||||
this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols";
|
||||
this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(128, 21);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppCmbxStpEditorCols, new DevComponents.DotNetBar.SuperTooltipInfo("Step Editor Columns", "", "This will be the default number of columns pre-selected when a new step editor se" +
|
||||
"ction is created.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
"ction is created.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppCmbxStpEditorCols.TabIndex = 60;
|
||||
this.ppCmbxStpEditorCols.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxStpEditorCols.WatermarkText = "Select Default Columns";
|
||||
@ -1280,7 +1280,7 @@ namespace VEPROMS
|
||||
this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault";
|
||||
this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(45, 13);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblStpEditorColsDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Step Editor Columns setting", "", "Pressing the Default Button (to the right) will set the Step Editor Columns setti" +
|
||||
"ng back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(300, 65)));
|
||||
"ng back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(300, 65)));
|
||||
this.ppLblStpEditorColsDefault.TabIndex = 47;
|
||||
this.ppLblStpEditorColsDefault.Text = "(default)";
|
||||
//
|
||||
@ -1473,7 +1473,7 @@ namespace VEPROMS
|
||||
this.ppLblDefSettingsInfo.AutoSize = true;
|
||||
this.ppLblDefSettingsInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblDefSettingsInfo.ForeColor = System.Drawing.Color.MidnightBlue;
|
||||
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 271);
|
||||
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 304);
|
||||
this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
|
||||
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(179, 13);
|
||||
@ -1492,13 +1492,13 @@ namespace VEPROMS
|
||||
//
|
||||
//
|
||||
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 286);
|
||||
this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 319);
|
||||
this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
|
||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(177, 19);
|
||||
this.ppCbShwDefSettings.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
|
||||
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));
|
||||
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.ppCbShwDefSettings.TabIndex = 92;
|
||||
this.ppCbShwDefSettings.Text = "Show Default Settings";
|
||||
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
|
||||
@ -1601,7 +1601,7 @@ namespace VEPROMS
|
||||
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(240, 155)));
|
||||
this.ppGpbxUserSpecCB.TabIndex = 48;
|
||||
this.ppGpbxUserSpecCB.Text = "Custom Change Bar Text";
|
||||
this.ppGpbxUserSpecCB.Text = "Override Change Bar Text Type";
|
||||
//
|
||||
// ppGpbxUserSpecTxt
|
||||
//
|
||||
@ -1712,9 +1712,9 @@ namespace VEPROMS
|
||||
this.superTooltip1.SetSuperTooltip(this.rbWorkflowStage, new DevComponents.DotNetBar.SuperTooltipInfo("Workflow Stage", "", resources.GetString("rbWorkflowStage.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(320, 115)));
|
||||
this.rbWorkflowStage.TabIndex = 6;
|
||||
this.rbWorkflowStage.Text = "Workflow Stage (Keep Change Bars)";
|
||||
this.rbWorkflowStage.MouseLeave += new System.EventHandler(this.rbReviseStage_MouseLeave);
|
||||
this.rbWorkflowStage.CheckedChanged += new System.EventHandler(this.rbWorkflowStage_CheckedChanged);
|
||||
this.rbWorkflowStage.MouseEnter += new System.EventHandler(this.rbReviseStage_MouseEnter);
|
||||
this.rbWorkflowStage.MouseLeave += new System.EventHandler(this.rbReviseStage_MouseLeave);
|
||||
//
|
||||
// rbApprovalStage
|
||||
//
|
||||
@ -1729,13 +1729,13 @@ namespace VEPROMS
|
||||
this.rbApprovalStage.Size = new System.Drawing.Size(222, 23);
|
||||
this.rbApprovalStage.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.superTooltip1.SetSuperTooltip(this.rbApprovalStage, new DevComponents.DotNetBar.SuperTooltipInfo("Approval Stage", "", "When the approval function is run:\r\n - Change Bars are REMOVED in the Working Dra" +
|
||||
"ft\r\n - The resulting PDF will NOT have a watermark on each page.\r\n - Procedure H" +
|
||||
"istory is RESET.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(330, 80)));
|
||||
"ft\r\n - The resulting PDF will NOT have a watermark on each page.\r\n - Procedure H" +
|
||||
"istory is RESET.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(330, 80)));
|
||||
this.rbApprovalStage.TabIndex = 7;
|
||||
this.rbApprovalStage.Text = "Approval Stage (Remove Change Bars)";
|
||||
this.rbApprovalStage.MouseLeave += new System.EventHandler(this.rbApproveStage_MouseLeave);
|
||||
this.rbApprovalStage.CheckedChanged += new System.EventHandler(this.rbApproveStage_CheckedChanged);
|
||||
this.rbApprovalStage.MouseEnter += new System.EventHandler(this.rbApproveStage_MouseEnter);
|
||||
this.rbApprovalStage.MouseLeave += new System.EventHandler(this.rbApproveStage_MouseLeave);
|
||||
//
|
||||
// dlgROFolder
|
||||
//
|
||||
@ -1868,20 +1868,20 @@ namespace VEPROMS
|
||||
this.tcFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tcFolder.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tcFolder.CanReorderTabs = true;
|
||||
this.tcFolder.Controls.Add(this.tabControlPanel1);
|
||||
this.tcFolder.Controls.Add(this.tcpGeneral);
|
||||
this.tcFolder.Controls.Add(this.tabControlPanel2);
|
||||
this.tcFolder.Controls.Add(this.tcpOutputSettings);
|
||||
this.tcFolder.Controls.Add(this.tcpRefObjs);
|
||||
this.tcFolder.Controls.Add(this.tcpEdSettings);
|
||||
this.tcFolder.Controls.Add(this.tcpFmtSettings);
|
||||
this.tcFolder.Controls.Add(this.tabControlPanel1);
|
||||
this.tcFolder.Controls.Add(this.tcpRefObjs);
|
||||
this.tcFolder.Controls.Add(this.tcpGeneral);
|
||||
this.tcFolder.Controls.Add(this.tcpEdSettings);
|
||||
this.tcFolder.Controls.Add(this.tcpStMsg);
|
||||
this.tcFolder.Location = new System.Drawing.Point(135, 6);
|
||||
this.tcFolder.Controls.Add(this.tcpOutputSettings);
|
||||
this.tcFolder.Controls.Add(this.tabControlPanel2);
|
||||
this.tcFolder.Location = new System.Drawing.Point(156, 6);
|
||||
this.tcFolder.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tcFolder.Name = "tcFolder";
|
||||
this.tcFolder.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
|
||||
this.tcFolder.SelectedTabIndex = 0;
|
||||
this.tcFolder.Size = new System.Drawing.Size(484, 234);
|
||||
this.tcFolder.Size = new System.Drawing.Size(510, 258);
|
||||
this.tcFolder.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
|
||||
this.tcFolder.TabIndex = 27;
|
||||
this.tcFolder.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
||||
@ -1896,6 +1896,180 @@ namespace VEPROMS
|
||||
this.tcFolder.TabsVisible = false;
|
||||
this.tcFolder.Text = "tabControl2";
|
||||
//
|
||||
// tabControlPanel1
|
||||
//
|
||||
this.tabControlPanel1.Controls.Add(this.btnAnnoTypeApply);
|
||||
this.tabControlPanel1.Controls.Add(this.txbxRemoveMsg);
|
||||
this.tabControlPanel1.Controls.Add(this.btnAnnoTypeUndo);
|
||||
this.tabControlPanel1.Controls.Add(this.btnAnnoTypeRemove);
|
||||
this.tabControlPanel1.Controls.Add(this.btnAnnoTypeNew);
|
||||
this.tabControlPanel1.Controls.Add(this.lblAnnoTypeCntMessage);
|
||||
this.tabControlPanel1.Controls.Add(this.tbxAnnotationDescription);
|
||||
this.tabControlPanel1.Controls.Add(this.lbAnnotationTypes);
|
||||
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 22);
|
||||
this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tabControlPanel1.Name = "tabControlPanel1";
|
||||
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(510, 236);
|
||||
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)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel1.Style.GradientAngle = 90;
|
||||
this.tabControlPanel1.TabIndex = 7;
|
||||
this.tabControlPanel1.TabItem = this.tiAnnoTypes;
|
||||
//
|
||||
// btnAnnoTypeApply
|
||||
//
|
||||
this.btnAnnoTypeApply.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnAnnoTypeApply.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnAnnoTypeApply.Enabled = false;
|
||||
this.btnAnnoTypeApply.Location = new System.Drawing.Point(318, 47);
|
||||
this.btnAnnoTypeApply.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnAnnoTypeApply.Name = "btnAnnoTypeApply";
|
||||
this.btnAnnoTypeApply.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnAnnoTypeApply.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnAnnoTypeApply.TabIndex = 8;
|
||||
this.btnAnnoTypeApply.Text = "Apply";
|
||||
this.btnAnnoTypeApply.Click += new System.EventHandler(this.btnAnnoTypeApply_Click);
|
||||
//
|
||||
// txbxRemoveMsg
|
||||
//
|
||||
this.txbxRemoveMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
//
|
||||
//
|
||||
//
|
||||
this.txbxRemoveMsg.Border.Class = "TextBoxBorder";
|
||||
this.txbxRemoveMsg.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.txbxRemoveMsg.Location = new System.Drawing.Point(198, 128);
|
||||
this.txbxRemoveMsg.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.txbxRemoveMsg.Multiline = true;
|
||||
this.txbxRemoveMsg.Name = "txbxRemoveMsg";
|
||||
this.txbxRemoveMsg.ReadOnly = true;
|
||||
this.txbxRemoveMsg.Size = new System.Drawing.Size(276, 75);
|
||||
this.txbxRemoveMsg.TabIndex = 7;
|
||||
this.txbxRemoveMsg.TabStop = false;
|
||||
this.txbxRemoveMsg.Text = resources.GetString("txbxRemoveMsg.Text");
|
||||
this.txbxRemoveMsg.WatermarkEnabled = false;
|
||||
//
|
||||
// btnAnnoTypeUndo
|
||||
//
|
||||
this.btnAnnoTypeUndo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnAnnoTypeUndo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnAnnoTypeUndo.Enabled = false;
|
||||
this.btnAnnoTypeUndo.Location = new System.Drawing.Point(378, 47);
|
||||
this.btnAnnoTypeUndo.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnAnnoTypeUndo.Name = "btnAnnoTypeUndo";
|
||||
this.btnAnnoTypeUndo.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnAnnoTypeUndo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnAnnoTypeUndo.TabIndex = 5;
|
||||
this.btnAnnoTypeUndo.Text = "Undo";
|
||||
this.btnAnnoTypeUndo.Click += new System.EventHandler(this.btnAnnoTypeUndo_Click);
|
||||
//
|
||||
// btnAnnoTypeRemove
|
||||
//
|
||||
this.btnAnnoTypeRemove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnAnnoTypeRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnAnnoTypeRemove.Enabled = false;
|
||||
this.btnAnnoTypeRemove.Location = new System.Drawing.Point(258, 47);
|
||||
this.btnAnnoTypeRemove.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnAnnoTypeRemove.Name = "btnAnnoTypeRemove";
|
||||
this.btnAnnoTypeRemove.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnAnnoTypeRemove.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnAnnoTypeRemove.TabIndex = 4;
|
||||
this.btnAnnoTypeRemove.Text = "Remove";
|
||||
this.btnAnnoTypeRemove.Click += new System.EventHandler(this.btnAnnoTypeRemove_Click);
|
||||
this.btnAnnoTypeRemove.MouseEnter += new System.EventHandler(this.btnAnnoTypeRemove_MouseEnter);
|
||||
this.btnAnnoTypeRemove.MouseLeave += new System.EventHandler(this.btnAnnoTypeRemove_MouseLeave);
|
||||
//
|
||||
// btnAnnoTypeNew
|
||||
//
|
||||
this.btnAnnoTypeNew.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnAnnoTypeNew.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnAnnoTypeNew.Location = new System.Drawing.Point(198, 48);
|
||||
this.btnAnnoTypeNew.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnAnnoTypeNew.Name = "btnAnnoTypeNew";
|
||||
this.btnAnnoTypeNew.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnAnnoTypeNew.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnAnnoTypeNew.TabIndex = 3;
|
||||
this.btnAnnoTypeNew.Text = "New";
|
||||
this.btnAnnoTypeNew.Click += new System.EventHandler(this.btnAnnoTypeNew_Click);
|
||||
//
|
||||
// lblAnnoTypeCntMessage
|
||||
//
|
||||
this.lblAnnoTypeCntMessage.AutoSize = true;
|
||||
this.lblAnnoTypeCntMessage.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblAnnoTypeCntMessage.Location = new System.Drawing.Point(195, 104);
|
||||
this.lblAnnoTypeCntMessage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.lblAnnoTypeCntMessage.Name = "lblAnnoTypeCntMessage";
|
||||
this.lblAnnoTypeCntMessage.Size = new System.Drawing.Size(80, 13);
|
||||
this.lblAnnoTypeCntMessage.TabIndex = 2;
|
||||
this.lblAnnoTypeCntMessage.Text = "Count message";
|
||||
//
|
||||
// tbxAnnotationDescription
|
||||
//
|
||||
this.tbxAnnotationDescription.Location = new System.Drawing.Point(198, 15);
|
||||
this.tbxAnnotationDescription.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tbxAnnotationDescription.Name = "tbxAnnotationDescription";
|
||||
this.tbxAnnotationDescription.Size = new System.Drawing.Size(235, 20);
|
||||
this.tbxAnnotationDescription.TabIndex = 1;
|
||||
this.tbxAnnotationDescription.TextChanged += new System.EventHandler(this.tbxAnnotationDescription_TextChanged);
|
||||
this.tbxAnnotationDescription.Validating += new System.ComponentModel.CancelEventHandler(this.tbxAnnotationDescription_Validating);
|
||||
//
|
||||
// lbAnnotationTypes
|
||||
//
|
||||
this.lbAnnotationTypes.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.lbAnnotationTypes.FormattingEnabled = true;
|
||||
this.lbAnnotationTypes.Location = new System.Drawing.Point(1, 1);
|
||||
this.lbAnnotationTypes.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.lbAnnotationTypes.Name = "lbAnnotationTypes";
|
||||
this.lbAnnotationTypes.Size = new System.Drawing.Size(181, 234);
|
||||
this.lbAnnotationTypes.TabIndex = 0;
|
||||
this.lbAnnotationTypes.SelectedIndexChanged += new System.EventHandler(this.lbAnnotationTypes_SelectedIndexChanged);
|
||||
//
|
||||
// tiAnnoTypes
|
||||
//
|
||||
this.tiAnnoTypes.AttachedControl = this.tabControlPanel1;
|
||||
this.tiAnnoTypes.Name = "tiAnnoTypes";
|
||||
this.tiAnnoTypes.Text = "AnnotationTypes";
|
||||
this.tiAnnoTypes.Click += new System.EventHandler(this.tiAnnoTypes_Click);
|
||||
//
|
||||
// tcpGeneral
|
||||
//
|
||||
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
||||
this.tcpGeneral.Controls.Add(this.ppDTPicker);
|
||||
this.tcpGeneral.Controls.Add(this.label3);
|
||||
this.tcpGeneral.Controls.Add(this.ppRTxtHeading);
|
||||
this.tcpGeneral.Controls.Add(this.ppRTxtName);
|
||||
this.tcpGeneral.Controls.Add(this.label4);
|
||||
this.tcpGeneral.Controls.Add(this.lblHeading);
|
||||
this.tcpGeneral.Controls.Add(this.label2);
|
||||
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpGeneral.Location = new System.Drawing.Point(0, 22);
|
||||
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tcpGeneral.Name = "tcpGeneral";
|
||||
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpGeneral.Size = new System.Drawing.Size(510, 236);
|
||||
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;
|
||||
//
|
||||
// tiGeneral
|
||||
//
|
||||
this.tiGeneral.AttachedControl = this.tcpGeneral;
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
//
|
||||
// tabControlPanel2
|
||||
//
|
||||
this.tabControlPanel2.Controls.Add(this.btnRevisionStageApply);
|
||||
@ -1910,13 +2084,13 @@ namespace VEPROMS
|
||||
this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tabControlPanel2.Name = "tabControlPanel2";
|
||||
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel2.Size = new System.Drawing.Size(484, 212);
|
||||
this.tabControlPanel2.Size = new System.Drawing.Size(510, 236);
|
||||
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)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel2.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 = 8;
|
||||
this.tabControlPanel2.TabItem = this.tiRevisionStages;
|
||||
@ -2001,9 +2175,9 @@ namespace VEPROMS
|
||||
this.btnRevisionStageRemove.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnRevisionStageRemove.TabIndex = 4;
|
||||
this.btnRevisionStageRemove.Text = "Remove";
|
||||
this.btnRevisionStageRemove.MouseLeave += new System.EventHandler(this.btnRevisionStageRemove_MouseLeave);
|
||||
this.btnRevisionStageRemove.Click += new System.EventHandler(this.btnRevisionStageRemove_Click);
|
||||
this.btnRevisionStageRemove.MouseEnter += new System.EventHandler(this.btnRevisionStageRemove_MouseEnter);
|
||||
this.btnRevisionStageRemove.MouseLeave += new System.EventHandler(this.btnRevisionStageRemove_MouseLeave);
|
||||
//
|
||||
// btnRevisionStageNew
|
||||
//
|
||||
@ -2035,7 +2209,7 @@ namespace VEPROMS
|
||||
this.lbRevisionStages.Location = new System.Drawing.Point(1, 1);
|
||||
this.lbRevisionStages.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.lbRevisionStages.Name = "lbRevisionStages";
|
||||
this.lbRevisionStages.Size = new System.Drawing.Size(181, 199);
|
||||
this.lbRevisionStages.Size = new System.Drawing.Size(181, 234);
|
||||
this.lbRevisionStages.TabIndex = 0;
|
||||
this.lbRevisionStages.SelectedIndexChanged += new System.EventHandler(this.lbRevisionStages_SelectedIndexChanged);
|
||||
//
|
||||
@ -2046,39 +2220,6 @@ namespace VEPROMS
|
||||
this.tiRevisionStages.Text = "Revision Stages";
|
||||
this.tiRevisionStages.Click += new System.EventHandler(this.tiRevisionStages_Click);
|
||||
//
|
||||
// tcpGeneral
|
||||
//
|
||||
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
||||
this.tcpGeneral.Controls.Add(this.ppDTPicker);
|
||||
this.tcpGeneral.Controls.Add(this.label3);
|
||||
this.tcpGeneral.Controls.Add(this.ppRTxtHeading);
|
||||
this.tcpGeneral.Controls.Add(this.ppRTxtName);
|
||||
this.tcpGeneral.Controls.Add(this.label4);
|
||||
this.tcpGeneral.Controls.Add(this.lblHeading);
|
||||
this.tcpGeneral.Controls.Add(this.label2);
|
||||
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpGeneral.Location = new System.Drawing.Point(0, 22);
|
||||
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tcpGeneral.Name = "tcpGeneral";
|
||||
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpGeneral.Size = new System.Drawing.Size(484, 212);
|
||||
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;
|
||||
//
|
||||
// tiGeneral
|
||||
//
|
||||
this.tiGeneral.AttachedControl = this.tcpGeneral;
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
//
|
||||
// tcpOutputSettings
|
||||
//
|
||||
this.tcpOutputSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
@ -2095,13 +2236,13 @@ namespace VEPROMS
|
||||
this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tcpOutputSettings.Name = "tcpOutputSettings";
|
||||
this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpOutputSettings.Size = new System.Drawing.Size(484, 212);
|
||||
this.tcpOutputSettings.Size = new System.Drawing.Size(510, 236);
|
||||
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.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.tiOutputSettings;
|
||||
@ -2125,13 +2266,13 @@ namespace VEPROMS
|
||||
this.tcpRefObjs.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tcpRefObjs.Name = "tcpRefObjs";
|
||||
this.tcpRefObjs.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpRefObjs.Size = new System.Drawing.Size(484, 212);
|
||||
this.tcpRefObjs.Size = new System.Drawing.Size(510, 236);
|
||||
this.tcpRefObjs.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpRefObjs.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpRefObjs.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpRefObjs.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpRefObjs.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpRefObjs.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpRefObjs.Style.GradientAngle = 90;
|
||||
this.tcpRefObjs.TabIndex = 2;
|
||||
this.tcpRefObjs.TabItem = this.tiRefObj;
|
||||
@ -2143,133 +2284,6 @@ namespace VEPROMS
|
||||
this.tiRefObj.Name = "tiRefObj";
|
||||
this.tiRefObj.Text = "Referenced Objects";
|
||||
//
|
||||
// tabControlPanel1
|
||||
//
|
||||
this.tabControlPanel1.Controls.Add(this.btnAnnoTypeApply);
|
||||
this.tabControlPanel1.Controls.Add(this.txbxRemoveMsg);
|
||||
this.tabControlPanel1.Controls.Add(this.btnAnnoTypeUndo);
|
||||
this.tabControlPanel1.Controls.Add(this.btnAnnoTypeRemove);
|
||||
this.tabControlPanel1.Controls.Add(this.btnAnnoTypeNew);
|
||||
this.tabControlPanel1.Controls.Add(this.lblAnnoTypeCntMessage);
|
||||
this.tabControlPanel1.Controls.Add(this.tbxAnnotationDescription);
|
||||
this.tabControlPanel1.Controls.Add(this.lbAnnotationTypes);
|
||||
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 22);
|
||||
this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tabControlPanel1.Name = "tabControlPanel1";
|
||||
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(484, 212);
|
||||
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)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel1.Style.GradientAngle = 90;
|
||||
this.tabControlPanel1.TabIndex = 7;
|
||||
this.tabControlPanel1.TabItem = this.tiAnnoTypes;
|
||||
//
|
||||
// txbxRemoveMsg
|
||||
//
|
||||
this.txbxRemoveMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
//
|
||||
//
|
||||
//
|
||||
this.txbxRemoveMsg.Border.Class = "TextBoxBorder";
|
||||
this.txbxRemoveMsg.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.txbxRemoveMsg.Location = new System.Drawing.Point(198, 128);
|
||||
this.txbxRemoveMsg.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.txbxRemoveMsg.Multiline = true;
|
||||
this.txbxRemoveMsg.Name = "txbxRemoveMsg";
|
||||
this.txbxRemoveMsg.ReadOnly = true;
|
||||
this.txbxRemoveMsg.Size = new System.Drawing.Size(276, 75);
|
||||
this.txbxRemoveMsg.TabIndex = 7;
|
||||
this.txbxRemoveMsg.TabStop = false;
|
||||
this.txbxRemoveMsg.Text = resources.GetString("txbxRemoveMsg.Text");
|
||||
this.txbxRemoveMsg.WatermarkEnabled = false;
|
||||
//
|
||||
// btnAnnoTypeUndo
|
||||
//
|
||||
this.btnAnnoTypeUndo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnAnnoTypeUndo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnAnnoTypeUndo.Enabled = false;
|
||||
this.btnAnnoTypeUndo.Location = new System.Drawing.Point(378, 47);
|
||||
this.btnAnnoTypeUndo.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnAnnoTypeUndo.Name = "btnAnnoTypeUndo";
|
||||
this.btnAnnoTypeUndo.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnAnnoTypeUndo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnAnnoTypeUndo.TabIndex = 5;
|
||||
this.btnAnnoTypeUndo.Text = "Undo";
|
||||
this.btnAnnoTypeUndo.Click += new System.EventHandler(this.btnAnnoTypeUndo_Click);
|
||||
//
|
||||
// btnAnnoTypeRemove
|
||||
//
|
||||
this.btnAnnoTypeRemove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnAnnoTypeRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnAnnoTypeRemove.Enabled = false;
|
||||
this.btnAnnoTypeRemove.Location = new System.Drawing.Point(258, 47);
|
||||
this.btnAnnoTypeRemove.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnAnnoTypeRemove.Name = "btnAnnoTypeRemove";
|
||||
this.btnAnnoTypeRemove.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnAnnoTypeRemove.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnAnnoTypeRemove.TabIndex = 4;
|
||||
this.btnAnnoTypeRemove.Text = "Remove";
|
||||
this.btnAnnoTypeRemove.MouseLeave += new System.EventHandler(this.btnAnnoTypeRemove_MouseLeave);
|
||||
this.btnAnnoTypeRemove.Click += new System.EventHandler(this.btnAnnoTypeRemove_Click);
|
||||
this.btnAnnoTypeRemove.MouseEnter += new System.EventHandler(this.btnAnnoTypeRemove_MouseEnter);
|
||||
//
|
||||
// btnAnnoTypeNew
|
||||
//
|
||||
this.btnAnnoTypeNew.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnAnnoTypeNew.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnAnnoTypeNew.Location = new System.Drawing.Point(198, 48);
|
||||
this.btnAnnoTypeNew.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnAnnoTypeNew.Name = "btnAnnoTypeNew";
|
||||
this.btnAnnoTypeNew.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnAnnoTypeNew.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnAnnoTypeNew.TabIndex = 3;
|
||||
this.btnAnnoTypeNew.Text = "New";
|
||||
this.btnAnnoTypeNew.Click += new System.EventHandler(this.btnAnnoTypeNew_Click);
|
||||
//
|
||||
// lblAnnoTypeCntMessage
|
||||
//
|
||||
this.lblAnnoTypeCntMessage.AutoSize = true;
|
||||
this.lblAnnoTypeCntMessage.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblAnnoTypeCntMessage.Location = new System.Drawing.Point(195, 104);
|
||||
this.lblAnnoTypeCntMessage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.lblAnnoTypeCntMessage.Name = "lblAnnoTypeCntMessage";
|
||||
this.lblAnnoTypeCntMessage.Size = new System.Drawing.Size(80, 13);
|
||||
this.lblAnnoTypeCntMessage.TabIndex = 2;
|
||||
this.lblAnnoTypeCntMessage.Text = "Count message";
|
||||
//
|
||||
// tbxAnnotationDescription
|
||||
//
|
||||
this.tbxAnnotationDescription.Location = new System.Drawing.Point(198, 15);
|
||||
this.tbxAnnotationDescription.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tbxAnnotationDescription.Name = "tbxAnnotationDescription";
|
||||
this.tbxAnnotationDescription.Size = new System.Drawing.Size(235, 20);
|
||||
this.tbxAnnotationDescription.TabIndex = 1;
|
||||
this.tbxAnnotationDescription.TextChanged += new System.EventHandler(this.tbxAnnotationDescription_TextChanged);
|
||||
this.tbxAnnotationDescription.Validating += new System.ComponentModel.CancelEventHandler(this.tbxAnnotationDescription_Validating);
|
||||
//
|
||||
// lbAnnotationTypes
|
||||
//
|
||||
this.lbAnnotationTypes.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.lbAnnotationTypes.FormattingEnabled = true;
|
||||
this.lbAnnotationTypes.Location = new System.Drawing.Point(1, 1);
|
||||
this.lbAnnotationTypes.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.lbAnnotationTypes.Name = "lbAnnotationTypes";
|
||||
this.lbAnnotationTypes.Size = new System.Drawing.Size(181, 199);
|
||||
this.lbAnnotationTypes.TabIndex = 0;
|
||||
this.lbAnnotationTypes.SelectedIndexChanged += new System.EventHandler(this.lbAnnotationTypes_SelectedIndexChanged);
|
||||
//
|
||||
// tiAnnoTypes
|
||||
//
|
||||
this.tiAnnoTypes.AttachedControl = this.tabControlPanel1;
|
||||
this.tiAnnoTypes.Name = "tiAnnoTypes";
|
||||
this.tiAnnoTypes.Text = "AnnotationTypes";
|
||||
this.tiAnnoTypes.Click += new System.EventHandler(this.tiAnnoTypes_Click);
|
||||
//
|
||||
// tcpEdSettings
|
||||
//
|
||||
this.tcpEdSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
@ -2283,13 +2297,13 @@ namespace VEPROMS
|
||||
this.tcpEdSettings.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tcpEdSettings.Name = "tcpEdSettings";
|
||||
this.tcpEdSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpEdSettings.Size = new System.Drawing.Size(484, 212);
|
||||
this.tcpEdSettings.Size = new System.Drawing.Size(510, 236);
|
||||
this.tcpEdSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpEdSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpEdSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpEdSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpEdSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpEdSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpEdSettings.Style.GradientAngle = 90;
|
||||
this.tcpEdSettings.TabIndex = 6;
|
||||
this.tcpEdSettings.TabItem = this.tiEditSettings;
|
||||
@ -2318,13 +2332,13 @@ namespace VEPROMS
|
||||
this.tcpFmtSettings.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tcpFmtSettings.Name = "tcpFmtSettings";
|
||||
this.tcpFmtSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpFmtSettings.Size = new System.Drawing.Size(484, 212);
|
||||
this.tcpFmtSettings.Size = new System.Drawing.Size(510, 236);
|
||||
this.tcpFmtSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpFmtSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpFmtSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpFmtSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpFmtSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpFmtSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpFmtSettings.Style.GradientAngle = 90;
|
||||
this.tcpFmtSettings.TabIndex = 5;
|
||||
this.tcpFmtSettings.TabItem = this.tiFmtSettings;
|
||||
@ -2353,13 +2367,13 @@ namespace VEPROMS
|
||||
this.tcpStMsg.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tcpStMsg.Name = "tcpStMsg";
|
||||
this.tcpStMsg.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpStMsg.Size = new System.Drawing.Size(484, 212);
|
||||
this.tcpStMsg.Size = new System.Drawing.Size(510, 236);
|
||||
this.tcpStMsg.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpStMsg.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpStMsg.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpStMsg.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpStMsg.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpStMsg.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpStMsg.Style.GradientAngle = 90;
|
||||
this.tcpStMsg.TabIndex = 4;
|
||||
this.tcpStMsg.TabItem = this.tiStMsg;
|
||||
@ -2378,20 +2392,6 @@ namespace VEPROMS
|
||||
//
|
||||
this.annotationTypesBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ItemAnnotations);
|
||||
//
|
||||
// btnAnnoTypeApply
|
||||
//
|
||||
this.btnAnnoTypeApply.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnAnnoTypeApply.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnAnnoTypeApply.Enabled = false;
|
||||
this.btnAnnoTypeApply.Location = new System.Drawing.Point(318, 47);
|
||||
this.btnAnnoTypeApply.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnAnnoTypeApply.Name = "btnAnnoTypeApply";
|
||||
this.btnAnnoTypeApply.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnAnnoTypeApply.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnAnnoTypeApply.TabIndex = 8;
|
||||
this.btnAnnoTypeApply.Text = "Apply";
|
||||
this.btnAnnoTypeApply.Click += new System.EventHandler(this.btnAnnoTypeApply_Click);
|
||||
//
|
||||
// frmFolderProperties
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@ -2399,7 +2399,7 @@ namespace VEPROMS
|
||||
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(620, 273);
|
||||
this.ClientSize = new System.Drawing.Size(677, 302);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.tcFolder);
|
||||
this.Controls.Add(this.panButtons);
|
||||
@ -2407,6 +2407,7 @@ namespace VEPROMS
|
||||
this.Controls.Add(this.ppLblDefSettingsInfo);
|
||||
this.Controls.Add(this.ppBtnCancel);
|
||||
this.Controls.Add(this.ppBtnOK);
|
||||
this.DoubleBuffered = true;
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.MaximizeBox = false;
|
||||
@ -2442,17 +2443,17 @@ namespace VEPROMS
|
||||
this.panButtons.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).EndInit();
|
||||
this.tcFolder.ResumeLayout(false);
|
||||
this.tabControlPanel1.ResumeLayout(false);
|
||||
this.tabControlPanel1.PerformLayout();
|
||||
this.tcpGeneral.ResumeLayout(false);
|
||||
this.tcpGeneral.PerformLayout();
|
||||
this.tabControlPanel2.ResumeLayout(false);
|
||||
this.tabControlPanel2.PerformLayout();
|
||||
this.gpApprvStageTypes.ResumeLayout(false);
|
||||
this.tcpGeneral.ResumeLayout(false);
|
||||
this.tcpGeneral.PerformLayout();
|
||||
this.tcpOutputSettings.ResumeLayout(false);
|
||||
this.tcpOutputSettings.PerformLayout();
|
||||
this.tcpRefObjs.ResumeLayout(false);
|
||||
this.tcpRefObjs.PerformLayout();
|
||||
this.tabControlPanel1.ResumeLayout(false);
|
||||
this.tabControlPanel1.PerformLayout();
|
||||
this.tcpEdSettings.ResumeLayout(false);
|
||||
this.tcpEdSettings.PerformLayout();
|
||||
this.tcpFmtSettings.ResumeLayout(false);
|
||||
|
@ -173,20 +173,20 @@ Check "Show Default Settings" to display the "default" Change Bar Custom Message
|
||||
<data name="ppBtnChgTextColors.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
|
||||
CvsBy58dkAAAAr5JREFUOE+lk21IE3Ecx0/fBPUi6pVZyzELCalXhWEg0XMvipYLVOzJhyxTWlkippGl
|
||||
lLjS0qEpmpBmNsnhdPRAL1SwpuFwHtO5pbGle3Duwfvf3R7a/bodTGcaBB18j+PPfT/3/X//94sAAOy/
|
||||
riAgJNrZWUDpShCpLfSR+K0Aqb3jR+oLbnKupjb8vfDnMPPbakKd5qUsDT88biWERJmf/0R4ng9psq0W
|
||||
vPz2nyAOwH65COHX/ZSt2UG7u9EKgOO1l7K1Ohc0YtPCkMhDmqUpqxKQk8UeytYyFzRCdz5AzTkAeT6X
|
||||
gra3M7S9gyHNDW6d/BT5/dN5GZopPxiCcAlIXAy0q2ueA9SIQCfAIAXDwOPqgXplL2Q9UYBEpgT7eJFF
|
||||
1bjPrlcKq1cBqIU2LgGRuguKWbM+BgPKWgtZEjlgiaywy4CmC5BpMH36XVmcc3E8K4k7weCNGBF5SdNT
|
||||
9VJxthYmaKYsdRCbqgBsI6t4WRDgd05kOnrLeZ7R5ri6JQAyFF4z9B6gkbGqjzY3Wqg5KUNZpAxpkgAy
|
||||
VbBGMSDDVUD6XHDi6ehDFZ9W1QtkywBjJZ8t5tDAC15A1ZYA8wPHwIVn+4mpK4xEnwRnPmKQI8OA0GXC
|
||||
/IiQBWz3fJXyOjgAmnkQiQwl60KlEHhuXk/ZpoBl+CxDTGXATV0sxD/DALsUBGTA7OBJp/z+Zma0aWvB
|
||||
cgeT4sgQwKwQMKr6bWbrsBAWJy5CjmI9YDcw2PkYA8dYsu/byz2OrtIo5vOjDZyHK3FRkxkRAlj7+KCX
|
||||
7x11aVLZbaSzEFbatIBdLfRPvEtAnXejAqq66JXHGP5nGZWJx/slArdt4DCYB0+AXXUajP1HyC+v9vtl
|
||||
JdHesaYtD9ecBdfQ0aUU2vbdoq57O2bfV8YE3pTG/OquiPVpmvmtM5285DVn4W+T9i/rvwGIKLDcllTq
|
||||
EwAAAABJRU5ErkJggg==
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+gAA
|
||||
CvoBGdj/dAAAArVJREFUOE+lkV1IU2EYx0/eBHURdWXWcsxCQuqqMAwk+u6iaLlAxb78yDKllSViGllK
|
||||
iSstHZpiCWm2Jjmcjj7oQgVrGg7nYTq3NLZ0H859eN5zzj7aeTpntLXhVXTxg/d53+f/43nfFwOA/yKm
|
||||
oF2yUkpfiUhdmZ/EbwZJ3e0A0pz3kIuNTdF90UQWtOttA6HJ9lHW1h9ejwrCUJZnPxFe7EfaApsVr7kV
|
||||
Heb4E5aVI/xagLJ3OGlPH4oROF/7KHuna1krNi+PirykRZq5SkDOVHgp+4tFLgB9JQCNZwEUJSEB7ehm
|
||||
aEcPQ1paPXrFSfL7p3NyNF9zIFaAi4F29y6FBI0i0AswyGSPvO5+aFENQP5jJUjkKnBMlVvVbXsdBpWw
|
||||
YZWAWu4KTUBk7YQKdtuQiAFla4J8iQKwNBbsEqC5UmQeyZl7V53sWpnKT48IiHGRjzQ/0XACDvY6DBem
|
||||
rM2QlKUEbANLipwTBFzTec6BGp53oiO5OSJAxrKrxoH9NDLVD9KWNiu1KGUoq5QhzRJA5lo2KAZkvALI
|
||||
UAQuPAd9qOfT6haB/K/AVMdnH+bg8HNeUN2VCkvDR8GNFwSI2cuMxJAOpz9iUCjHgNDnwdK4kBVs836V
|
||||
8npCAjR/Pw4ZK9dyBQeBFxX3V28MWsfOMMRsLtzQJ0HKUwywi5wgFxZGTrgU9zYxE+1bSiMTEDPiuLDA
|
||||
ohQw6patFtuYEFamL0Chch1g1zHY8QgD52SG/9vL3c7eqnjm88P1oUwotKLNWxMW2Ab5YFDsmXBrs9hr
|
||||
5LASFl120KERBqbfpSLZnfigujkh9hujManSjg1JBB778CGwjBwHh/oUmIYOk19e7QvIKxN8k+2bH0T3
|
||||
Rxbu0SORKXTdu0S9d7cvvK9LDL6pSvzVV5vk13bwO+dlvIxwT5iY4t8B7Dezkt2u9ZJf+wAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="ppBtnDefEdCols.SuperTooltip" xml:space="preserve">
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -160,19 +160,19 @@ Check "Show Default Settings" to display the "default" Change Bar Custom Message
|
||||
<data name="ppBtnPDFLoc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
|
||||
CvsBy58dkAAAAn9JREFUOE+lk2tI01EYxhf0oU8WqVEIRpaIBWJgSPUhROmippS3QkkTylsXDMW8ts3b
|
||||
1G06daVibuqaOq0sxbBCKBSJ0PJCialZUFSKqaGSt1//TbIsww8deOBwznl+5zkv71kHiP5rGAFrKb1Q
|
||||
5ypR6bmaVU6m2kCiXJv007Om2XgwJEaNT4QiyDi/GF9mKRVgsWkav+CYQkR1utwAQfypphqZ4l/JIhOL
|
||||
jvtGKfCOyDMB6O/WMjNea9L3MT1zIxoM5QrqdWnS1SA+kUq8w1V4hhUgqq1QMj1WtcK88KmIud5oqsqy
|
||||
qCzOQFMopSQvhRvyBApkcQLzV91E1docpr9ol29eFMz0J0Bv2Kr6C3CrVMa3jyWm2EZzc12OSQ8M2TTo
|
||||
ZdytzMCgSUVfIqFcfY2bqiSKlQmoc+JNaUSVJRlMvsvHGHuoVUx9lZKFIQkMp63UW2FtMBH6YuBVFF01
|
||||
/lwO9aoQadSpTAxkwXs596oVtD+ULx36/Qkvg6HDl/k2D2YeufCmwoELZ45MCIA9olKVmK+vJQy3JVOv
|
||||
l7M4KIae8CVAV6hgPMV8uxczLYeZbDrIaN1eJBG2nHazyDN1cZEymdHueG7rcuh8KiTpixYA56AziMVn
|
||||
J5h9coyp5kOM1TvxudqejvRNBHrY4GRnZmcCqLMT6GlJ4Y4uGwZS4IUQ97kfs62eTD12YbzBmRGDAx+0
|
||||
u+iVmyMO24njbqvG5VbOz4yjtjyL3vuRdOSKltUuX0+LbAON0o3UJFmiibPi+pXtBLrvWHR2tHZfBuSm
|
||||
xZIrPk9mfAiJlwKMleWsvxsnj+7H9YAD+xxssbexwnqbBVs2m7HV3GxlI631E9fa/wGRpaRpa3TTbQAA
|
||||
AABJRU5ErkJggg==
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK9gAA
|
||||
CvYBwq9wAwAAAnlJREFUOE+lkllIlFEYhv+LLrqySI1CMLJELBADI6qLEKVFTSm3QkkTyq0FQzHXZlxH
|
||||
nRnXKRVzRp1GHa0sxbBCKBSJ0HKhxNQsKCrF1FDJ7el3xMntJrp44JzvnPfh4ztHAP6LDYtrSS3QOklz
|
||||
ddzMKCNdpSdOrolfPlt3eSMCI1V4hir8F9dXY0rNk0RZVIraOyCyAKFWm+0rwloaq2WKtaJlwuIKT3uF
|
||||
K/AIzTEI6OvSMD1WY+D3qI7ZYTX6MgV12pSkjQSeYUo8QnJxC85HqClXMjVauSo8/62Q2Z4IKkszqChK
|
||||
Q12QRHFOInfkseTLokXHX5lQpcli6ofGGF4Qw/TFQk/whqwT3CuR8etrsTHcVJtl4Ik+k3qdjIcVaejV
|
||||
yeiKpZSpbnE3N54iZSyqrBiDTKgoTmPiU56h7cEWCXWVSuYHpTCUspqPYm0gDnoj4V04ndU+XA9yLxfU
|
||||
qmTG+zPgs5xHVQransqXLq1s/W0AtHsx1+rK9DNHPpTbceXCiXFRsF8oyZXw872UodYE6nRyFgYk0B2y
|
||||
FOwMEoPnmGtzZ7r5OBONRxmpPYA01JrzzmY5hhkUKhMY6YrhvjaLjpdiJ70RouASdPiz8OoMMy9OMdl0
|
||||
jNE6B75X2dKeuhU/VyscbExsDAJVZizdzYk80GZCfyK8Edt97c1MixuTzx0Zqz/EsN6OL5q99MhNkQTv
|
||||
wX6fRYPxFfLSo6kpy6DncRjt2YKRNvkmmmWbaUjaQnW8OepoC27f2IWfy+6FQ/aWLkZBdkoU2ZLLpMcE
|
||||
EnfNd3GyXPRx5uzJwzgdseOgnTW2VhZY7jRj+zYTdpiaiLkV/2Dl5t9B+AO9D9E7AVpHGAAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="ppBtnDeftDisAutoDuplx.SuperTooltip" xml:space="preserve">
|
||||
@ -190,31 +190,31 @@ Check "Show Default Settings" to display the "default" duplexing setting (below
|
||||
<metadata name="dlgROFolder.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>237, 56</value>
|
||||
</metadata>
|
||||
<data name="btnRoDbProperties.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK9gAA
|
||||
CvYBwq9wAwAAAf5JREFUOE+lkN9LU1EAx89/UA9FEEZQDyJID8YesoQkQspBgS9FmYzsrSynZeyhhyZh
|
||||
WLQIx+7lFst17zLMH3dzrvDHVopbNYIGQkUON5W2wMGKQeL27ZwzM667DMOHLwfO4fP5fjkEwJaie8nS
|
||||
/+zBIRr0Pb0HWeqC026FaLsFe7eFxSL5BSjBgdJwdt66nl9fO5D5dAkf1SYuYbAYfVQaNp87qoHT4dP4
|
||||
MXkYSV8FrPIN3Aw0grh9H8CijLyDMjSOv/A1Uz0/284e0cALajlmXWVo6WnGZW8DiDLyHvl8HqnUggaO
|
||||
Ryy4ajJyuLXxOGJqFULCHni6duNKw16c6TyF5n4jiOwJcwGDF6N3ODzuH6TnScwFTVzCJh8s34nqyu0w
|
||||
VOxC5b4dD4+118DkrgfpHZ7Bai6PZDKOzusXkEjEkKWfEQ694ZLZvgOoM+yH4BqE4cRF+lL4KyowG2/X
|
||||
gjiHpjmwMemVHKangjCfr0VkLoNAdFkjYKGSbeTJwNti+HcOi5kVfP6epfBPDquhVJGAhUgvAhySlFE4
|
||||
XD4O2yQP7gsquh3D65EnlvQFwvOJf810Nmv+wpsLs1mzQmHRm9AXOJSxwgLZD0evj8O2x3SBqF1gexnT
|
||||
F9jl17R5FUusOVlonlxrZrNFb5zDd93f9AU9rlf8YbMpEmy8+L+A/AE5KOsc7ftckgAAAABJRU5ErkJg
|
||||
gg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="documentInfoListBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>357, 56</value>
|
||||
</metadata>
|
||||
<metadata name="bsMiniApple.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>118, 17</value>
|
||||
</metadata>
|
||||
<metadata name="bsApples.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="documentInfoListBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>357, 56</value>
|
||||
</metadata>
|
||||
<data name="btnRoDbProperties.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
|
||||
CvsBy58dkAAAAg9JREFUOE+lk91LU2EAxo9/QV4kgSiBXYggXhS7sBIUiUgHCd4UZTG0u9Ka9sEuumgS
|
||||
homLcOwcTqGuc5bh59lcM1K3VNoqERoIFjnaVNwEB0sGDbfH933nhLlTBA0eDpzD7/c8nLM3DwD3Xz8q
|
||||
UMvwq95KEgwNPIUkdqHfbIRgeghzt4HGILp4yJ7Rv8Pxn0ZksvP9PmJfb2BJuc4kFBb8z3MFmWYK6q9U
|
||||
M0EGjvoasDV7BmFnGYzSPTxwN4GzOb+ARp78BHl8GnQ2hW7r6tm1/fJZ1pyB15RSLFuL0NrXgpuORnDy
|
||||
5GekUilEImtZcHDRgDadlsF3ms4hoJyEly+GvasQtxqP41LnRbQMa8FJdh8T0OZ1/2PWPO0aI9c6rHp0
|
||||
TEInnyotwOnyfGjKjqG85Oiz2o4q6Gz14AYnPmI3mUI4HETn3WsIhQKIk8/i835gkuWhCpzXnABvHYPm
|
||||
QjN5kn5vRKDXPqoB1z++wIDDiSaSWJj3QH+1BourMbj921mCfckR7uXoXC78O4n1WAIrm3EC/2Kw4o3k
|
||||
CNifUHzjZgJRfguL1YkogU2iHT28gm7LxEGkmQ11Af965mABnU2bv7Hm9GzaLBNYcITUBRb5fXqB5IJl
|
||||
0Mlg0wuyQMheYBoJqAvM0jtEE7vYoM3hdPPsfjOdLTiCoPAT2w91QZ91ij341xw+eKon8U8nVO3+Hg2+
|
||||
vkpiAWfjAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="ROPrefixBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>238, 17</value>
|
||||
</metadata>
|
||||
@ -224,4 +224,7 @@ Check "Show Default Settings" to display the "default" duplexing setting (below
|
||||
<metadata name="formatInfoListBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>969, 17</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>87</value>
|
||||
</metadata>
|
||||
</root>
|
@ -29,7 +29,7 @@ namespace VEPROMS.CSLA.Library
|
||||
Without,
|
||||
[Description("With Default Change Bars")]
|
||||
WithDefault,
|
||||
[Description("With Custom Change Bar Text")]
|
||||
[Description("Override Change Bar Text Type")]
|
||||
WithUserSpecified
|
||||
}
|
||||
// User Specified Change Bar Location from16-bit code:
|
||||
|
Loading…
x
Reference in New Issue
Block a user