diff --git a/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs index ff05ecb3..d7321cfa 100644 --- a/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs @@ -155,8 +155,6 @@ namespace VEPROMS this.btnRefObjs = new DevComponents.DotNetBar.ButtonX(); this.btnGeneral = new DevComponents.DotNetBar.ButtonX(); this.tcFolder = new DevComponents.DotNetBar.TabControl(); - this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel(); - this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel(); this.txbPrntLoc = new System.Windows.Forms.TextBox(); this.lblPrintTxt = new System.Windows.Forms.Label(); @@ -169,6 +167,8 @@ namespace VEPROMS 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.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel(); this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components); this.tcpRefObjs = new DevComponents.DotNetBar.TabControlPanel(); @@ -207,8 +207,8 @@ namespace VEPROMS this.panButtons.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcFolder)).BeginInit(); this.tcFolder.SuspendLayout(); - this.tcpGeneral.SuspendLayout(); this.tabControlPanel1.SuspendLayout(); + this.tcpGeneral.SuspendLayout(); this.tcpFmtSettings.SuspendLayout(); this.tcpRefObjs.SuspendLayout(); this.tcpEdSettings.SuspendLayout(); @@ -223,10 +223,10 @@ 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(719, 330); - this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnOK.Location = new System.Drawing.Point(528, 268); + this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnOK.Name = "ppBtnOK"; - this.ppBtnOK.Size = new System.Drawing.Size(75, 31); + this.ppBtnOK.Size = new System.Drawing.Size(56, 25); this.ppBtnOK.TabIndex = 90; this.ppBtnOK.Text = "OK"; this.ppBtnOK.UseVisualStyleBackColor = true; @@ -236,10 +236,10 @@ 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(813, 330); - this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnCancel.Location = new System.Drawing.Point(599, 268); + this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnCancel.Name = "ppBtnCancel"; - this.ppBtnCancel.Size = new System.Drawing.Size(75, 31); + this.ppBtnCancel.Size = new System.Drawing.Size(56, 25); this.ppBtnCancel.TabIndex = 91; this.ppBtnCancel.Text = "Cancel"; this.ppBtnCancel.UseVisualStyleBackColor = true; @@ -251,9 +251,10 @@ namespace VEPROMS // this.lblHeading.AutoSize = true; this.lblHeading.BackColor = System.Drawing.Color.Transparent; - this.lblHeading.Location = new System.Drawing.Point(13, 73); + this.lblHeading.Location = new System.Drawing.Point(10, 59); + this.lblHeading.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblHeading.Name = "lblHeading"; - this.lblHeading.Size = new System.Drawing.Size(171, 17); + this.lblHeading.Size = new System.Drawing.Size(129, 13); this.lblHeading.TabIndex = 3; this.lblHeading.Text = "Procedure Panel Heading"; this.lblHeading.Visible = false; @@ -262,9 +263,10 @@ namespace VEPROMS // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; - this.label2.Location = new System.Drawing.Point(71, 28); + this.label2.Location = new System.Drawing.Point(53, 23); + this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(45, 17); + this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 4; this.label2.Text = "Name"; // @@ -272,9 +274,10 @@ namespace VEPROMS // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; - this.label3.Location = new System.Drawing.Point(61, 150); + this.label3.Location = new System.Drawing.Point(46, 122); + this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(55, 17); + this.label3.Size = new System.Drawing.Size(43, 13); this.label3.TabIndex = 5; this.label3.Text = "User ID"; this.label3.Visible = false; @@ -283,9 +286,10 @@ namespace VEPROMS // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; - this.label4.Location = new System.Drawing.Point(43, 110); + this.label4.Location = new System.Drawing.Point(32, 89); + this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(73, 17); + this.label4.Size = new System.Drawing.Size(58, 13); this.label4.TabIndex = 6; this.label4.Text = "Date/Time"; this.label4.Visible = false; @@ -293,10 +297,10 @@ namespace VEPROMS // ppTxtBxUserID // this.ppTxtBxUserID.Enabled = false; - this.ppTxtBxUserID.Location = new System.Drawing.Point(123, 146); - this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppTxtBxUserID.Location = new System.Drawing.Point(92, 119); + this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppTxtBxUserID.Name = "ppTxtBxUserID"; - this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22); + this.ppTxtBxUserID.Size = new System.Drawing.Size(116, 20); this.ppTxtBxUserID.TabIndex = 13; this.ppTxtBxUserID.TabStop = false; this.ppTxtBxUserID.Visible = false; @@ -310,10 +314,10 @@ namespace VEPROMS this.ppDTPicker.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt"; this.ppDTPicker.Enabled = false; this.ppDTPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.ppDTPicker.Location = new System.Drawing.Point(123, 106); - this.ppDTPicker.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppDTPicker.Location = new System.Drawing.Point(92, 86); + this.ppDTPicker.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppDTPicker.Name = "ppDTPicker"; - this.ppDTPicker.Size = new System.Drawing.Size(172, 22); + this.ppDTPicker.Size = new System.Drawing.Size(130, 20); this.ppDTPicker.TabIndex = 12; this.ppDTPicker.TabStop = false; this.ppDTPicker.Visible = false; @@ -321,11 +325,11 @@ namespace VEPROMS // ppRTxtName // this.ppRTxtName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.folderConfigBindingSource, "Name", true)); - this.ppRTxtName.Location = new System.Drawing.Point(123, 25); - this.ppRTxtName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppRTxtName.Location = new System.Drawing.Point(92, 20); + this.ppRTxtName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppRTxtName.Multiline = false; this.ppRTxtName.Name = "ppRTxtName"; - this.ppRTxtName.Size = new System.Drawing.Size(436, 22); + this.ppRTxtName.Size = new System.Drawing.Size(328, 19); this.ppRTxtName.TabIndex = 0; this.ppRTxtName.Text = ""; this.ppRTxtName.Leave += new System.EventHandler(this.ppRTxtName_Leave); @@ -333,11 +337,11 @@ namespace VEPROMS // ppRTxtHeading // this.ppRTxtHeading.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.folderConfigBindingSource, "Title", true)); - this.ppRTxtHeading.Location = new System.Drawing.Point(191, 69); - this.ppRTxtHeading.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppRTxtHeading.Location = new System.Drawing.Point(143, 56); + this.ppRTxtHeading.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppRTxtHeading.Multiline = false; this.ppRTxtHeading.Name = "ppRTxtHeading"; - this.ppRTxtHeading.Size = new System.Drawing.Size(436, 22); + this.ppRTxtHeading.Size = new System.Drawing.Size(328, 19); this.ppRTxtHeading.TabIndex = 1; this.ppRTxtHeading.Text = ""; this.ppRTxtHeading.Visible = false; @@ -346,10 +350,10 @@ namespace VEPROMS // this.ppBtnDefaultGrphFileExt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ppBtnDefaultGrphFileExt.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ppBtnDefaultGrphFileExt.Location = new System.Drawing.Point(431, 38); - this.ppBtnDefaultGrphFileExt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefaultGrphFileExt.Location = new System.Drawing.Point(323, 31); + this.ppBtnDefaultGrphFileExt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDefaultGrphFileExt.Name = "ppBtnDefaultGrphFileExt"; - this.ppBtnDefaultGrphFileExt.Size = new System.Drawing.Size(53, 23); + this.ppBtnDefaultGrphFileExt.Size = new System.Drawing.Size(40, 19); this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultGrphFileExt, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultGrphFileExt.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(265, 155))); this.ppBtnDefaultGrphFileExt.TabIndex = 21; this.ppBtnDefaultGrphFileExt.Text = "Default"; @@ -364,10 +368,10 @@ namespace VEPROMS this.ppCmbxGrphFileExt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxGrphFileExt.FormattingEnabled = true; this.ppCmbxGrphFileExt.ItemHeight = 14; - this.ppCmbxGrphFileExt.Location = new System.Drawing.Point(171, 37); - this.ppCmbxGrphFileExt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxGrphFileExt.Location = new System.Drawing.Point(128, 30); + this.ppCmbxGrphFileExt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppCmbxGrphFileExt.Name = "ppCmbxGrphFileExt"; - this.ppCmbxGrphFileExt.Size = new System.Drawing.Size(255, 20); + this.ppCmbxGrphFileExt.Size = new System.Drawing.Size(192, 20); this.ppCmbxGrphFileExt.TabIndex = 20; this.ppCmbxGrphFileExt.ValueMember = "FormatDescription"; this.ppCmbxGrphFileExt.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))); @@ -384,9 +388,10 @@ namespace VEPROMS this.ppLblGrphFileExtDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblGrphFileExtDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblGrphFileExtDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblGrphFileExtDefault.Location = new System.Drawing.Point(172, 66); + this.ppLblGrphFileExtDefault.Location = new System.Drawing.Point(129, 54); + this.ppLblGrphFileExtDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblGrphFileExtDefault.Name = "ppLblGrphFileExtDefault"; - this.ppLblGrphFileExtDefault.Size = new System.Drawing.Size(61, 17); + this.ppLblGrphFileExtDefault.Size = new System.Drawing.Size(45, 13); this.ppLblGrphFileExtDefault.TabIndex = 21; this.ppLblGrphFileExtDefault.Text = "(default)"; this.ppLblGrphFileExtDefault.Visible = false; @@ -395,19 +400,20 @@ namespace VEPROMS // this.lblGrphFileExt.AutoSize = true; this.lblGrphFileExt.BackColor = System.Drawing.Color.Transparent; - this.lblGrphFileExt.Location = new System.Drawing.Point(19, 39); + this.lblGrphFileExt.Location = new System.Drawing.Point(14, 32); + this.lblGrphFileExt.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblGrphFileExt.Name = "lblGrphFileExt"; - this.lblGrphFileExt.Size = new System.Drawing.Size(149, 17); + this.lblGrphFileExt.Size = new System.Drawing.Size(112, 13); this.lblGrphFileExt.TabIndex = 19; this.lblGrphFileExt.Text = "Graphic File Extension"; // // ppBtnDeftDisAutoDuplx // this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(595, 22); - this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(446, 18); + this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx"; - this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(59, 25); + this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(44, 20); 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 = 33; this.ppBtnDeftDisAutoDuplx.Text = "Default"; @@ -418,10 +424,10 @@ namespace VEPROMS // ppBtnDefWatermark // this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefWatermark.Location = new System.Drawing.Point(273, 21); - this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefWatermark.Location = new System.Drawing.Point(205, 17); + this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDefWatermark.Name = "ppBtnDefWatermark"; - this.ppBtnDefWatermark.Size = new System.Drawing.Size(53, 25); + 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))); @@ -438,10 +444,10 @@ namespace VEPROMS this.ppCmbxWatermark.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxWatermark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxWatermark.ItemHeight = 14; - this.ppCmbxWatermark.Location = new System.Drawing.Point(105, 20); - this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxWatermark.Location = new System.Drawing.Point(79, 16); + this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppCmbxWatermark.Name = "ppCmbxWatermark"; - this.ppCmbxWatermark.Size = new System.Drawing.Size(163, 20); + this.ppCmbxWatermark.Size = new System.Drawing.Size(123, 20); this.ppCmbxWatermark.TabIndex = 30; this.ppCmbxWatermark.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.ppCmbxWatermark.WatermarkText = "select watermark option"; @@ -453,9 +459,10 @@ namespace VEPROMS this.ppLblAutoDuplexDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblAutoDuplexDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblAutoDuplexDefault.ForeColor = System.Drawing.Color.Gray; - this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(400, 46); + this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(300, 37); + this.ppLblAutoDuplexDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault"; - this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(86, 17); + 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)); this.ppLblAutoDuplexDefault.TabIndex = 51; @@ -467,9 +474,10 @@ namespace VEPROMS this.ppLblWatermarkDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblWatermarkDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblWatermarkDefault.ForeColor = System.Drawing.Color.Gray; - this.ppLblWatermarkDefault.Location = new System.Drawing.Point(109, 46); + this.ppLblWatermarkDefault.Location = new System.Drawing.Point(82, 37); + this.ppLblWatermarkDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault"; - this.ppLblWatermarkDefault.Size = new System.Drawing.Size(61, 17); + 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)); this.ppLblWatermarkDefault.TabIndex = 50; @@ -478,10 +486,10 @@ namespace VEPROMS // ppNumUpDwnOvrdPrnPenWidth // this.ppNumUpDwnOvrdPrnPenWidth.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.folderConfigBindingSource, "SysPrint_StrokeWidth", true)); - this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(240, 14); - this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(180, 11); + this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth"; - this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(47, 22); + this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(35, 20); this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Normal Pen Width", "", "This will allow you to override pen width used for normal text and line drawing.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 34; this.ppNumUpDwnOvrdPrnPenWidth.TabStop = false; @@ -489,28 +497,30 @@ namespace VEPROMS // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(12, 16); + this.label9.Location = new System.Drawing.Point(9, 13); + this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(222, 17); + this.label9.Size = new System.Drawing.Size(165, 13); this.label9.TabIndex = 0; this.label9.Text = "Override Normal Pen Width (dots)"; // // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(12, 59); + this.label10.Location = new System.Drawing.Point(9, 48); + this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(205, 17); + this.label10.Size = new System.Drawing.Size(153, 13); this.label10.TabIndex = 2; this.label10.Text = "Override Bold Pen Width (dots)"; // // ppNumUpDwnOverdPrnPenBoldWidth // this.ppNumUpDwnOverdPrnPenBoldWidth.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.folderConfigBindingSource, "SysPrint_StrokeWidthBold", true)); - this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(240, 57); - this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(180, 46); + this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth"; - this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(47, 22); + this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(35, 20); this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOverdPrnPenBoldWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Bold Pen Width", "", "This will allow you to override the width used for bold text.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 35; this.ppNumUpDwnOverdPrnPenBoldWidth.TabStop = false; @@ -518,10 +528,10 @@ namespace VEPROMS // ppNumUpDwnOvrdPrnPenULineWidth // this.ppNumUpDwnOvrdPrnPenULineWidth.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.folderConfigBindingSource, "SysPrint_UWidth", true)); - this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(565, 14); - this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(424, 11); + this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth"; - this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(47, 22); + this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(35, 20); this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenULineWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Underline Thickness", "", "This will allow you to change the thickness of the uderline.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 36; this.ppNumUpDwnOvrdPrnPenULineWidth.TabStop = false; @@ -529,24 +539,25 @@ namespace VEPROMS // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(323, 16); + this.label11.Location = new System.Drawing.Point(242, 13); + this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(237, 17); + this.label11.Size = new System.Drawing.Size(176, 13); this.label11.TabIndex = 4; this.label11.Text = "Override Underline Thickness (dots)"; // // ppNumUpDwnAdjPrnStartPos // this.ppNumUpDwnAdjPrnStartPos.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.folderConfigBindingSource, "SysPrint_VOffset", true)); - this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(565, 57); - this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(424, 46); + this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppNumUpDwnAdjPrnStartPos.Maximum = new decimal(new int[] { 500, 0, 0, 0}); this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos"; - this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(47, 22); + 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)); this.ppNumUpDwnAdjPrnStartPos.TabIndex = 37; @@ -555,9 +566,10 @@ namespace VEPROMS // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(307, 59); + this.label12.Location = new System.Drawing.Point(230, 48); + this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(252, 17); + this.label12.Size = new System.Drawing.Size(187, 13); this.label12.TabIndex = 6; this.label12.Text = "Adjust Starting Position on Page (dots)"; // @@ -566,10 +578,10 @@ namespace VEPROMS this.ppChbxDisAutoDuplex.AutoSize = true; this.ppChbxDisAutoDuplex.BackColor = System.Drawing.Color.Transparent; this.ppChbxDisAutoDuplex.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.folderConfigBindingSource, "Print_DisableDuplex", true)); - this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(380, 22); - this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(285, 18); + this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex"; - this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21); + 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))); this.ppChbxDisAutoDuplex.TabIndex = 32; @@ -581,9 +593,10 @@ namespace VEPROMS // this.label29.AutoSize = true; this.label29.BackColor = System.Drawing.Color.Transparent; - this.label29.Location = new System.Drawing.Point(24, 25); + this.label29.Location = new System.Drawing.Point(18, 20); + this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(77, 17); + this.label29.Size = new System.Drawing.Size(59, 13); this.label29.TabIndex = 43; this.label29.Text = "Watermark"; // @@ -594,20 +607,20 @@ namespace VEPROMS // // this.ppChkbxStMsgActive.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.ppChkbxStMsgActive.Location = new System.Drawing.Point(565, 239); - this.ppChkbxStMsgActive.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppChkbxStMsgActive.Location = new System.Drawing.Point(424, 194); + this.ppChkbxStMsgActive.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppChkbxStMsgActive.Name = "ppChkbxStMsgActive"; - this.ppChkbxStMsgActive.Size = new System.Drawing.Size(75, 23); + this.ppChkbxStMsgActive.Size = new System.Drawing.Size(56, 19); this.ppChkbxStMsgActive.TabIndex = 47; this.ppChkbxStMsgActive.Text = "Activate"; // // ppRTxtStMsg // this.ppRTxtStMsg.AutoWordSelection = true; - this.ppRTxtStMsg.Location = new System.Drawing.Point(17, 69); - this.ppRTxtStMsg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppRTxtStMsg.Location = new System.Drawing.Point(13, 56); + this.ppRTxtStMsg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppRTxtStMsg.Name = "ppRTxtStMsg"; - this.ppRTxtStMsg.Size = new System.Drawing.Size(505, 187); + this.ppRTxtStMsg.Size = new System.Drawing.Size(380, 153); this.ppRTxtStMsg.TabIndex = 41; this.ppRTxtStMsg.Text = ""; this.ppRTxtStMsg.WordWrap = false; @@ -615,20 +628,20 @@ namespace VEPROMS // ppBtnStMsgPreview // this.ppBtnStMsgPreview.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnStMsgPreview.Location = new System.Drawing.Point(565, 164); - this.ppBtnStMsgPreview.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnStMsgPreview.Location = new System.Drawing.Point(424, 133); + this.ppBtnStMsgPreview.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnStMsgPreview.Name = "ppBtnStMsgPreview"; - this.ppBtnStMsgPreview.Size = new System.Drawing.Size(75, 23); + this.ppBtnStMsgPreview.Size = new System.Drawing.Size(56, 19); this.ppBtnStMsgPreview.TabIndex = 45; this.ppBtnStMsgPreview.Text = "Preview"; // // ppBtnStMsgSave // this.ppBtnStMsgSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnStMsgSave.Location = new System.Drawing.Point(565, 126); - this.ppBtnStMsgSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnStMsgSave.Location = new System.Drawing.Point(424, 102); + this.ppBtnStMsgSave.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnStMsgSave.Name = "ppBtnStMsgSave"; - this.ppBtnStMsgSave.Size = new System.Drawing.Size(75, 23); + this.ppBtnStMsgSave.Size = new System.Drawing.Size(56, 19); this.ppBtnStMsgSave.TabIndex = 44; this.ppBtnStMsgSave.Text = "Save"; // @@ -636,30 +649,30 @@ namespace VEPROMS // this.ppBtnStMsgDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ppBtnStMsgDelete.Enabled = false; - this.ppBtnStMsgDelete.Location = new System.Drawing.Point(565, 204); - this.ppBtnStMsgDelete.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnStMsgDelete.Location = new System.Drawing.Point(424, 166); + this.ppBtnStMsgDelete.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnStMsgDelete.Name = "ppBtnStMsgDelete"; - this.ppBtnStMsgDelete.Size = new System.Drawing.Size(75, 23); + this.ppBtnStMsgDelete.Size = new System.Drawing.Size(56, 19); this.ppBtnStMsgDelete.TabIndex = 46; this.ppBtnStMsgDelete.Text = "Delete"; // // ppBtnStMsgEdit // this.ppBtnStMsgEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnStMsgEdit.Location = new System.Drawing.Point(565, 97); - this.ppBtnStMsgEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnStMsgEdit.Location = new System.Drawing.Point(424, 79); + this.ppBtnStMsgEdit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnStMsgEdit.Name = "ppBtnStMsgEdit"; - this.ppBtnStMsgEdit.Size = new System.Drawing.Size(75, 23); + this.ppBtnStMsgEdit.Size = new System.Drawing.Size(56, 19); this.ppBtnStMsgEdit.TabIndex = 43; this.ppBtnStMsgEdit.Text = "Edit"; // // ppBtnStMsgNew // this.ppBtnStMsgNew.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnStMsgNew.Location = new System.Drawing.Point(565, 68); - this.ppBtnStMsgNew.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnStMsgNew.Location = new System.Drawing.Point(424, 55); + this.ppBtnStMsgNew.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnStMsgNew.Name = "ppBtnStMsgNew"; - this.ppBtnStMsgNew.Size = new System.Drawing.Size(75, 23); + this.ppBtnStMsgNew.Size = new System.Drawing.Size(56, 19); this.ppBtnStMsgNew.TabIndex = 42; this.ppBtnStMsgNew.Text = "New"; // @@ -669,10 +682,10 @@ namespace VEPROMS this.ppCmbxStMsgList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxStMsgList.FormattingEnabled = true; this.ppCmbxStMsgList.ItemHeight = 14; - this.ppCmbxStMsgList.Location = new System.Drawing.Point(17, 33); - this.ppCmbxStMsgList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxStMsgList.Location = new System.Drawing.Point(13, 27); + this.ppCmbxStMsgList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppCmbxStMsgList.Name = "ppCmbxStMsgList"; - this.ppCmbxStMsgList.Size = new System.Drawing.Size(623, 20); + this.ppCmbxStMsgList.Size = new System.Drawing.Size(468, 20); this.ppCmbxStMsgList.TabIndex = 40; this.ppCmbxStMsgList.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.ppCmbxStMsgList.WatermarkText = "select a startup message or press \"new\" to create one"; @@ -681,19 +694,20 @@ namespace VEPROMS // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; - this.label5.Location = new System.Drawing.Point(13, 10); + this.label5.Location = new System.Drawing.Point(10, 8); + this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(115, 17); + this.label5.Size = new System.Drawing.Size(87, 13); this.label5.TabIndex = 9; this.label5.Text = "Startup Message"; // // ppBtnDefaultChgBar // this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(441, 76); - this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(331, 62); + this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar"; - this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(59, 25); + 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))); @@ -711,10 +725,10 @@ namespace VEPROMS this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChangeBarType.FormattingEnabled = true; this.ppCmbxChangeBarType.ItemHeight = 14; - this.ppCmbxChangeBarType.Location = new System.Drawing.Point(108, 76); - this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxChangeBarType.Location = new System.Drawing.Point(81, 62); + this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType"; - this.ppCmbxChangeBarType.Size = new System.Drawing.Size(319, 20); + this.ppCmbxChangeBarType.Size = new System.Drawing.Size(240, 20); this.ppCmbxChangeBarType.TabIndex = 52; this.ppCmbxChangeBarType.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.ppCmbxChangeBarType.WatermarkText = "select change bar setting"; @@ -723,10 +737,10 @@ namespace VEPROMS // ppBtnDefaultFmt // this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefaultFmt.Location = new System.Drawing.Point(605, 26); - this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefaultFmt.Location = new System.Drawing.Point(454, 21); + this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt"; - this.ppBtnDefaultFmt.Size = new System.Drawing.Size(59, 25); + 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))); @@ -743,10 +757,10 @@ namespace VEPROMS this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxFormat.FormattingEnabled = true; this.ppCmbxFormat.ItemHeight = 14; - this.ppCmbxFormat.Location = new System.Drawing.Point(20, 27); - this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxFormat.Location = new System.Drawing.Point(15, 22); + this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppCmbxFormat.Name = "ppCmbxFormat"; - this.ppCmbxFormat.Size = new System.Drawing.Size(577, 20); + this.ppCmbxFormat.Size = new System.Drawing.Size(434, 20); this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCmbxFormat.TabIndex = 50; this.ppCmbxFormat.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))); @@ -759,9 +773,10 @@ 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(107, 102); + this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(80, 83); + this.ppLblChangeBarTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault"; - this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(107, 17); + 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))); this.ppLblChangeBarTypeDefault.TabIndex = 43; @@ -773,9 +788,10 @@ 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(17, 53); + this.ppLblFormatDefault.Location = new System.Drawing.Point(13, 43); + this.ppLblFormatDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblFormatDefault.Name = "ppLblFormatDefault"; - this.ppLblFormatDefault.Size = new System.Drawing.Size(105, 17); + 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))); this.ppLblFormatDefault.TabIndex = 42; @@ -785,10 +801,10 @@ namespace VEPROMS // ppBtnDefCbTxtTyp // this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(305, 26); - this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(229, 21); + this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp"; - this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(44, 20); 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.Text = "Default"; @@ -799,10 +815,10 @@ namespace VEPROMS // ppBtnDefaultCbPos // this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(271, 89); - this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(203, 72); + this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos"; - this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145))); this.ppBtnDefaultCbPos.TabIndex = 62; this.ppBtnDefaultCbPos.TabStop = false; @@ -819,10 +835,10 @@ namespace VEPROMS this.ppCmbxChgBarTxtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChgBarTxtType.FormattingEnabled = true; this.ppCmbxChgBarTxtType.ItemHeight = 14; - this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(85, 26); - this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(64, 21); + this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType"; - this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(213, 20); + this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(161, 20); 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"; @@ -836,10 +852,10 @@ namespace VEPROMS this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChgBarPos.FormattingEnabled = true; this.ppCmbxChgBarPos.ItemHeight = 14; - this.ppCmbxChgBarPos.Location = new System.Drawing.Point(83, 89); - this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxChgBarPos.Location = new System.Drawing.Point(62, 72); + this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos"; - this.ppCmbxChgBarPos.Size = new System.Drawing.Size(184, 20); + this.ppCmbxChgBarPos.Size = new System.Drawing.Size(139, 20); this.ppCmbxChgBarPos.TabIndex = 61; this.ppCmbxChgBarPos.TabStop = false; this.ppCmbxChgBarPos.Visible = false; @@ -852,9 +868,10 @@ namespace VEPROMS this.ppLblChgBarTxtTypeDefault.AutoSize = true; this.ppLblChgBarTxtTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarTxtTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(81, 52); + this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(61, 42); + this.ppLblChgBarTxtTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChgBarTxtTypeDefault.Name = "ppLblChgBarTxtTypeDefault"; - this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(107, 17); + 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)); this.ppLblChgBarTxtTypeDefault.TabIndex = 13; @@ -865,9 +882,10 @@ namespace VEPROMS this.ppLblChgBarPosDefault.AutoSize = true; this.ppLblChgBarPosDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarPosDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(80, 111); + this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(60, 90); + this.ppLblChgBarPosDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChgBarPosDefault.Name = "ppLblChgBarPosDefault"; - this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(107, 17); + 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))); this.ppLblChgBarPosDefault.TabIndex = 12; @@ -877,10 +895,10 @@ namespace VEPROMS // ppBtnDefCbTxt2 // this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(157, 50); - this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(118, 41); + this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2"; - this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150))); this.ppBtnDefCbTxt2.TabIndex = 59; this.ppBtnDefCbTxt2.Text = "Default"; @@ -891,10 +909,10 @@ namespace VEPROMS // ppBtnDefCbTxt1 // this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(157, 2); - this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(118, 2); + this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1"; - this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150))); this.ppBtnDefCbTxt1.TabIndex = 57; this.ppBtnDefCbTxt1.Text = "Default"; @@ -907,9 +925,10 @@ namespace VEPROMS this.ppLblChgBarUserMsgTwoDefault.AutoSize = true; this.ppLblChgBarUserMsgTwoDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarUserMsgTwoDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(88, 74); + this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(66, 60); + this.ppLblChgBarUserMsgTwoDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault"; - this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(52, 17); + 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))); this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7; @@ -921,9 +940,10 @@ namespace VEPROMS this.ppLblChgBarUserMsgOneDefault.AutoSize = true; this.ppLblChgBarUserMsgOneDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblChgBarUserMsgOneDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(91, 30); + this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(68, 24); + this.ppLblChgBarUserMsgOneDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault"; - this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(52, 17); + 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))); this.ppLblChgBarUserMsgOneDefault.TabIndex = 6; @@ -933,18 +953,20 @@ namespace VEPROMS // label24 // this.label24.AutoSize = true; - this.label24.Location = new System.Drawing.Point(21, 53); + this.label24.Location = new System.Drawing.Point(16, 43); + this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(60, 17); + this.label24.Size = new System.Drawing.Size(47, 13); this.label24.TabIndex = 5; this.label24.Text = "Line two"; // // label25 // this.label25.AutoSize = true; - this.label25.Location = new System.Drawing.Point(21, 6); + this.label25.Location = new System.Drawing.Point(16, 5); + this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(63, 17); + this.label25.Size = new System.Drawing.Size(48, 13); this.label25.TabIndex = 4; this.label25.Text = "Line one"; // @@ -952,11 +974,11 @@ namespace VEPROMS // this.ppTxbxChgBarUserMsgTwo.AcceptsTab = true; this.ppTxbxChgBarUserMsgTwo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.folderConfigBindingSource, "Print_UserCBMess2", true)); - this.ppTxbxChgBarUserMsgTwo.Location = new System.Drawing.Point(91, 50); - this.ppTxbxChgBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppTxbxChgBarUserMsgTwo.Location = new System.Drawing.Point(68, 41); + this.ppTxbxChgBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppTxbxChgBarUserMsgTwo.Multiline = false; this.ppTxbxChgBarUserMsgTwo.Name = "ppTxbxChgBarUserMsgTwo"; - this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(57, 24); + this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppTxbxChgBarUserMsgTwo, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppTxbxChgBarUserMsgTwo.TabIndex = 58; this.ppTxbxChgBarUserMsgTwo.Text = ""; @@ -966,11 +988,11 @@ namespace VEPROMS // this.ppTxbxChangeBarUserMsgOne.AcceptsTab = true; this.ppTxbxChangeBarUserMsgOne.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.folderConfigBindingSource, "Print_UserCBMess1", true)); - this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(91, 2); - this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(68, 2); + this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppTxbxChangeBarUserMsgOne.Multiline = false; this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne"; - this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24); + this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgOne, new DevComponents.DotNetBar.SuperTooltipInfo("User DefinedMessage", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppTxbxChangeBarUserMsgOne.TabIndex = 56; this.ppTxbxChangeBarUserMsgOne.Text = ""; @@ -979,18 +1001,20 @@ namespace VEPROMS // label26 // this.label26.AutoSize = true; - this.label26.Location = new System.Drawing.Point(7, 26); + this.label26.Location = new System.Drawing.Point(5, 21); + this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(71, 17); + this.label26.Size = new System.Drawing.Size(55, 13); this.label26.TabIndex = 8; this.label26.Text = "Text Type"; // // label27 // this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(19, 92); + this.label27.Location = new System.Drawing.Point(14, 75); + this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(58, 17); + this.label27.Size = new System.Drawing.Size(44, 13); this.label27.TabIndex = 9; this.label27.Text = "Position"; this.label27.Visible = false; @@ -999,9 +1023,10 @@ namespace VEPROMS // this.label30.AutoSize = true; this.label30.BackColor = System.Drawing.Color.Transparent; - this.label30.Location = new System.Drawing.Point(21, 79); + this.label30.Location = new System.Drawing.Point(16, 64); + this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(83, 17); + this.label30.Size = new System.Drawing.Size(63, 13); this.label30.TabIndex = 35; this.label30.Text = "Change Bar"; // @@ -1009,9 +1034,10 @@ namespace VEPROMS // this.label23.AutoSize = true; this.label23.BackColor = System.Drawing.Color.Transparent; - this.label23.Location = new System.Drawing.Point(17, 5); + this.label23.Location = new System.Drawing.Point(13, 4); + this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(52, 17); + this.label23.Size = new System.Drawing.Size(39, 13); this.label23.TabIndex = 30; this.label23.Text = "Format"; // @@ -1020,10 +1046,10 @@ namespace VEPROMS this.ppBtnChgTextColors.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ppBtnChgTextColors.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnChgTextColors.Image"))); this.ppBtnChgTextColors.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; - this.ppBtnChgTextColors.Location = new System.Drawing.Point(381, 58); - this.ppBtnChgTextColors.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnChgTextColors.Location = new System.Drawing.Point(286, 47); + this.ppBtnChgTextColors.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnChgTextColors.Name = "ppBtnChgTextColors"; - this.ppBtnChgTextColors.Size = new System.Drawing.Size(163, 31); + this.ppBtnChgTextColors.Size = new System.Drawing.Size(122, 25); this.ppBtnChgTextColors.SplitButton = true; this.ppBtnChgTextColors.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.ppColorPickerViewModebckgnd, @@ -1062,9 +1088,10 @@ namespace VEPROMS // this.label36.AutoSize = true; this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label36.Location = new System.Drawing.Point(28, 71); + this.label36.Location = new System.Drawing.Point(21, 58); + this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label36.Name = "label36"; - this.label36.Size = new System.Drawing.Size(195, 18); + this.label36.Size = new System.Drawing.Size(161, 15); this.label36.TabIndex = 39; this.label36.Text = "Active Edit Window Example"; // @@ -1077,19 +1104,20 @@ namespace VEPROMS this.ppPanelEditSample.Controls.Add(this.ppLblEditTrans); this.ppPanelEditSample.Controls.Add(this.ppLblEditRO); this.ppPanelEditSample.Controls.Add(this.ppLblEditTx1); - this.ppPanelEditSample.Location = new System.Drawing.Point(21, 92); - this.ppPanelEditSample.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppPanelEditSample.Location = new System.Drawing.Point(16, 75); + this.ppPanelEditSample.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppPanelEditSample.Name = "ppPanelEditSample"; - this.ppPanelEditSample.Size = new System.Drawing.Size(319, 28); + this.ppPanelEditSample.Size = new System.Drawing.Size(240, 23); this.ppPanelEditSample.TabIndex = 38; // // ppLblEditTx3 // this.ppLblEditTx3.AutoSize = true; this.ppLblEditTx3.BackColor = System.Drawing.Color.Transparent; - this.ppLblEditTx3.Location = new System.Drawing.Point(217, 5); + this.ppLblEditTx3.Location = new System.Drawing.Point(163, 4); + this.ppLblEditTx3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblEditTx3.Name = "ppLblEditTx3"; - this.ppLblEditTx3.Size = new System.Drawing.Size(105, 17); + this.ppLblEditTx3.Size = new System.Drawing.Size(80, 13); this.ppLblEditTx3.TabIndex = 32; this.ppLblEditTx3.Text = "AND start over."; // @@ -1097,9 +1125,10 @@ namespace VEPROMS // this.ppLblEditTx2.AutoSize = true; this.ppLblEditTx2.BackColor = System.Drawing.Color.Transparent; - this.ppLblEditTx2.Location = new System.Drawing.Point(91, 5); + this.ppLblEditTx2.Location = new System.Drawing.Point(68, 4); + this.ppLblEditTx2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblEditTx2.Name = "ppLblEditTx2"; - this.ppLblEditTx2.Size = new System.Drawing.Size(85, 17); + this.ppLblEditTx2.Size = new System.Drawing.Size(65, 13); this.ppLblEditTx2.TabIndex = 30; this.ppLblEditTx2.Text = "Then Go To"; // @@ -1107,9 +1136,10 @@ namespace VEPROMS // this.ppLblEditTrans.AutoSize = true; this.ppLblEditTrans.BackColor = System.Drawing.Color.Transparent; - this.ppLblEditTrans.Location = new System.Drawing.Point(172, 5); + this.ppLblEditTrans.Location = new System.Drawing.Point(129, 4); + this.ppLblEditTrans.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblEditTrans.Name = "ppLblEditTrans"; - this.ppLblEditTrans.Size = new System.Drawing.Size(49, 17); + this.ppLblEditTrans.Size = new System.Drawing.Size(38, 13); this.ppLblEditTrans.TabIndex = 31; this.ppLblEditTrans.Text = "Step 1"; // @@ -1117,9 +1147,10 @@ namespace VEPROMS // this.ppLblEditRO.AutoSize = true; this.ppLblEditRO.BackColor = System.Drawing.Color.Transparent; - this.ppLblEditRO.Location = new System.Drawing.Point(49, 5); + this.ppLblEditRO.Location = new System.Drawing.Point(37, 4); + this.ppLblEditRO.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblEditRO.Name = "ppLblEditRO"; - this.ppLblEditRO.Size = new System.Drawing.Size(44, 17); + this.ppLblEditRO.Size = new System.Drawing.Size(33, 13); this.ppLblEditRO.TabIndex = 29; this.ppLblEditRO.Text = "100%"; // @@ -1127,9 +1158,10 @@ namespace VEPROMS // this.ppLblEditTx1.AutoSize = true; this.ppLblEditTx1.BackColor = System.Drawing.Color.Transparent; - this.ppLblEditTx1.Location = new System.Drawing.Point(3, 5); + this.ppLblEditTx1.Location = new System.Drawing.Point(2, 4); + this.ppLblEditTx1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblEditTx1.Name = "ppLblEditTx1"; - this.ppLblEditTx1.Size = new System.Drawing.Size(49, 17); + this.ppLblEditTx1.Size = new System.Drawing.Size(39, 13); this.ppLblEditTx1.TabIndex = 28; this.ppLblEditTx1.Text = "If NOT"; // @@ -1137,9 +1169,10 @@ namespace VEPROMS // this.label35.AutoSize = true; this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label35.Location = new System.Drawing.Point(25, 7); + this.label35.Location = new System.Drawing.Point(19, 6); + this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(227, 18); + this.label35.Size = new System.Drawing.Size(187, 15); this.label35.TabIndex = 37; this.label35.Text = "Non Active Edit Window Example"; // @@ -1152,19 +1185,20 @@ namespace VEPROMS this.ppPanelViewSample.Controls.Add(this.ppLblViewTrans); this.ppPanelViewSample.Controls.Add(this.ppLblViewRO); this.ppPanelViewSample.Controls.Add(this.ppLblViewTx1); - this.ppPanelViewSample.Location = new System.Drawing.Point(21, 28); - this.ppPanelViewSample.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppPanelViewSample.Location = new System.Drawing.Point(16, 23); + this.ppPanelViewSample.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppPanelViewSample.Name = "ppPanelViewSample"; - this.ppPanelViewSample.Size = new System.Drawing.Size(319, 29); + this.ppPanelViewSample.Size = new System.Drawing.Size(240, 24); this.ppPanelViewSample.TabIndex = 36; // // ppLblViewTx3 // this.ppLblViewTx3.AutoSize = true; this.ppLblViewTx3.BackColor = System.Drawing.Color.Transparent; - this.ppLblViewTx3.Location = new System.Drawing.Point(217, 5); + this.ppLblViewTx3.Location = new System.Drawing.Point(163, 4); + this.ppLblViewTx3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblViewTx3.Name = "ppLblViewTx3"; - this.ppLblViewTx3.Size = new System.Drawing.Size(105, 17); + this.ppLblViewTx3.Size = new System.Drawing.Size(80, 13); this.ppLblViewTx3.TabIndex = 32; this.ppLblViewTx3.Text = "AND start over."; // @@ -1172,9 +1206,10 @@ namespace VEPROMS // this.ppLblViewTx2.AutoSize = true; this.ppLblViewTx2.BackColor = System.Drawing.Color.Transparent; - this.ppLblViewTx2.Location = new System.Drawing.Point(91, 5); + this.ppLblViewTx2.Location = new System.Drawing.Point(68, 4); + this.ppLblViewTx2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblViewTx2.Name = "ppLblViewTx2"; - this.ppLblViewTx2.Size = new System.Drawing.Size(85, 17); + this.ppLblViewTx2.Size = new System.Drawing.Size(65, 13); this.ppLblViewTx2.TabIndex = 30; this.ppLblViewTx2.Text = "Then Go To"; // @@ -1182,9 +1217,10 @@ namespace VEPROMS // this.ppLblViewTrans.AutoSize = true; this.ppLblViewTrans.BackColor = System.Drawing.Color.Transparent; - this.ppLblViewTrans.Location = new System.Drawing.Point(172, 5); + this.ppLblViewTrans.Location = new System.Drawing.Point(129, 4); + this.ppLblViewTrans.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblViewTrans.Name = "ppLblViewTrans"; - this.ppLblViewTrans.Size = new System.Drawing.Size(49, 17); + this.ppLblViewTrans.Size = new System.Drawing.Size(38, 13); this.ppLblViewTrans.TabIndex = 31; this.ppLblViewTrans.Text = "Step 1"; // @@ -1192,9 +1228,10 @@ namespace VEPROMS // this.ppLblViewRO.AutoSize = true; this.ppLblViewRO.BackColor = System.Drawing.Color.Transparent; - this.ppLblViewRO.Location = new System.Drawing.Point(49, 5); + this.ppLblViewRO.Location = new System.Drawing.Point(37, 4); + this.ppLblViewRO.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblViewRO.Name = "ppLblViewRO"; - this.ppLblViewRO.Size = new System.Drawing.Size(44, 17); + this.ppLblViewRO.Size = new System.Drawing.Size(33, 13); this.ppLblViewRO.TabIndex = 29; this.ppLblViewRO.Text = "100%"; // @@ -1202,19 +1239,20 @@ namespace VEPROMS // this.ppLblViewTx1.AutoSize = true; this.ppLblViewTx1.BackColor = System.Drawing.Color.Transparent; - this.ppLblViewTx1.Location = new System.Drawing.Point(3, 5); + this.ppLblViewTx1.Location = new System.Drawing.Point(2, 4); + this.ppLblViewTx1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblViewTx1.Name = "ppLblViewTx1"; - this.ppLblViewTx1.Size = new System.Drawing.Size(49, 17); + this.ppLblViewTx1.Size = new System.Drawing.Size(39, 13); this.ppLblViewTx1.TabIndex = 28; this.ppLblViewTx1.Text = "If NOT"; // // ppBtnDefEdCols // this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.ppBtnDefEdCols.Location = new System.Drawing.Point(368, 25); - this.ppBtnDefEdCols.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppBtnDefEdCols.Location = new System.Drawing.Point(276, 20); + this.ppBtnDefEdCols.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppBtnDefEdCols.Name = "ppBtnDefEdCols"; - this.ppBtnDefEdCols.Size = new System.Drawing.Size(59, 25); + this.ppBtnDefEdCols.Size = new System.Drawing.Size(44, 20); this.superTooltip1.SetSuperTooltip(this.ppBtnDefEdCols, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefEdCols.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 140))); this.ppBtnDefEdCols.TabIndex = 61; this.ppBtnDefEdCols.Text = "Default"; @@ -1230,10 +1268,10 @@ namespace VEPROMS this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxStpEditorCols.FormattingEnabled = true; this.ppCmbxStpEditorCols.ItemHeight = 14; - this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(193, 26); - this.ppCmbxStpEditorCols.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(145, 21); + this.ppCmbxStpEditorCols.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols"; - this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(169, 20); + this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(128, 20); 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)); this.ppCmbxStpEditorCols.TabIndex = 60; @@ -1247,9 +1285,10 @@ namespace VEPROMS 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.Gray; - this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(199, 55); + this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(149, 45); + this.ppLblStpEditorColsDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault"; - this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(61, 17); + 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))); this.ppLblStpEditorColsDefault.TabIndex = 47; @@ -1259,9 +1298,10 @@ namespace VEPROMS // this.label31.AutoSize = true; this.label31.BackColor = System.Drawing.Color.Transparent; - this.label31.Location = new System.Drawing.Point(51, 28); + this.label31.Location = new System.Drawing.Point(38, 23); + this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(136, 17); + this.label31.Size = new System.Drawing.Size(102, 13); this.label31.TabIndex = 45; this.label31.Text = "Step Editor Columns"; // @@ -1297,7 +1337,7 @@ namespace VEPROMS this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(134, 29); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(60, 17); + this.label15.Size = new System.Drawing.Size(47, 13); this.label15.TabIndex = 5; this.label15.Text = "Line two"; // @@ -1306,7 +1346,7 @@ namespace VEPROMS this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(17, 29); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(63, 17); + this.label16.Size = new System.Drawing.Size(48, 13); this.label16.TabIndex = 4; this.label16.Text = "Line one"; // @@ -1335,7 +1375,7 @@ namespace VEPROMS this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(9, 85); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(71, 17); + this.label17.Size = new System.Drawing.Size(55, 13); this.label17.TabIndex = 8; this.label17.Text = "Text Type"; // @@ -1344,7 +1384,7 @@ namespace VEPROMS this.procPropChangeBarPositionCombo.FormattingEnabled = true; this.procPropChangeBarPositionCombo.Location = new System.Drawing.Point(86, 39); this.procPropChangeBarPositionCombo.Name = "procPropChangeBarPositionCombo"; - this.procPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 25); + this.procPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 21); this.procPropChangeBarPositionCombo.TabIndex = 10; // // label18 @@ -1352,7 +1392,7 @@ namespace VEPROMS this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(22, 42); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(58, 17); + this.label18.Size = new System.Drawing.Size(44, 13); this.label18.TabIndex = 9; this.label18.Text = "Position"; // @@ -1361,7 +1401,7 @@ namespace VEPROMS this.procPropChangeBarTextTypeCombo.FormattingEnabled = true; this.procPropChangeBarTextTypeCombo.Location = new System.Drawing.Point(86, 82); this.procPropChangeBarTextTypeCombo.Name = "procPropChangeBarTextTypeCombo"; - this.procPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 25); + this.procPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 21); this.procPropChangeBarTextTypeCombo.TabIndex = 7; // // procPropPaginationCombo @@ -1369,7 +1409,7 @@ namespace VEPROMS this.procPropPaginationCombo.FormattingEnabled = true; this.procPropPaginationCombo.Location = new System.Drawing.Point(104, 73); this.procPropPaginationCombo.Name = "procPropPaginationCombo"; - this.procPropPaginationCombo.Size = new System.Drawing.Size(165, 25); + this.procPropPaginationCombo.Size = new System.Drawing.Size(165, 21); this.procPropPaginationCombo.TabIndex = 33; // // label19 @@ -1386,7 +1426,7 @@ namespace VEPROMS this.procPropWatermarkCombo.FormattingEnabled = true; this.procPropWatermarkCombo.Location = new System.Drawing.Point(411, 73); this.procPropWatermarkCombo.Name = "procPropWatermarkCombo"; - this.procPropWatermarkCombo.Size = new System.Drawing.Size(178, 25); + this.procPropWatermarkCombo.Size = new System.Drawing.Size(178, 21); this.procPropWatermarkCombo.TabIndex = 31; // // label20 @@ -1403,7 +1443,7 @@ namespace VEPROMS this.procPropDefaultFormatCombo.FormattingEnabled = true; this.procPropDefaultFormatCombo.Location = new System.Drawing.Point(10, 26); this.procPropDefaultFormatCombo.Name = "procPropDefaultFormatCombo"; - this.procPropDefaultFormatCombo.Size = new System.Drawing.Size(526, 25); + this.procPropDefaultFormatCombo.Size = new System.Drawing.Size(526, 21); this.procPropDefaultFormatCombo.TabIndex = 29; // // label21 @@ -1425,7 +1465,7 @@ namespace VEPROMS "Override Format Defined Change Bars"}); this.procPropChangeBarTypeCombo.Location = new System.Drawing.Point(103, 118); this.procPropChangeBarTypeCombo.Name = "procPropChangeBarTypeCombo"; - this.procPropChangeBarTypeCombo.Size = new System.Drawing.Size(293, 25); + this.procPropChangeBarTypeCombo.Size = new System.Drawing.Size(293, 21); this.procPropChangeBarTypeCombo.TabIndex = 27; // // label22 @@ -1443,9 +1483,10 @@ 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, 372); + this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 319); + this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo"; - this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(238, 17); + this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(179, 13); this.ppLblDefSettingsInfo.TabIndex = 24; this.ppLblDefSettingsInfo.Text = "* Default settings are shown in italics"; this.ppLblDefSettingsInfo.Visible = false; @@ -1462,10 +1503,10 @@ namespace VEPROMS // // this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.ppCbShwDefSettings.Location = new System.Drawing.Point(4, 390); - this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 334); + this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppCbShwDefSettings.Name = "ppCbShwDefSettings"; - this.ppCbShwDefSettings.Size = new System.Drawing.Size(236, 23); + 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)); @@ -1487,10 +1528,10 @@ namespace VEPROMS this.groupPanel2.Controls.Add(this.ppNumUpDwnOverdPrnPenBoldWidth); this.groupPanel2.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth); this.groupPanel2.DisabledBackColor = System.Drawing.Color.Empty; - this.groupPanel2.Location = new System.Drawing.Point(21, 84); - this.groupPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupPanel2.Location = new System.Drawing.Point(16, 68); + this.groupPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupPanel2.Name = "groupPanel2"; - this.groupPanel2.Size = new System.Drawing.Size(636, 114); + this.groupPanel2.Size = new System.Drawing.Size(477, 93); // // // @@ -1539,10 +1580,10 @@ namespace VEPROMS this.ppGpbxUserSpecCB.Controls.Add(this.label27); this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarPosDefault); this.ppGpbxUserSpecCB.DisabledBackColor = System.Drawing.Color.Empty; - this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(7, 124); - this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(5, 101); + this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB"; - this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(635, 154); + this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(476, 125); // // // @@ -1588,10 +1629,10 @@ namespace VEPROMS this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgOneDefault); this.ppGpbxUserSpecTxt.Controls.Add(this.label24); this.ppGpbxUserSpecTxt.DisabledBackColor = System.Drawing.Color.Empty; - this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(369, 6); - this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(277, 5); + this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt"; - this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(248, 114); + this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(186, 93); // // // @@ -1634,10 +1675,10 @@ namespace VEPROMS this.groupPanel6.Controls.Add(this.ppPanelViewSample); this.groupPanel6.Controls.Add(this.ppPanelEditSample); this.groupPanel6.DisabledBackColor = System.Drawing.Color.Empty; - this.groupPanel6.Location = new System.Drawing.Point(28, 112); - this.groupPanel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.groupPanel6.Location = new System.Drawing.Point(21, 91); + this.groupPanel6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupPanel6.Name = "groupPanel6"; - this.groupPanel6.Size = new System.Drawing.Size(607, 150); + this.groupPanel6.Size = new System.Drawing.Size(455, 122); // // // @@ -1679,10 +1720,9 @@ namespace VEPROMS // this.rbWorkflowStage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.rbWorkflowStage.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; - this.rbWorkflowStage.Location = new System.Drawing.Point(4, 6); - this.rbWorkflowStage.Margin = new System.Windows.Forms.Padding(4); + this.rbWorkflowStage.Location = new System.Drawing.Point(3, 5); this.rbWorkflowStage.Name = "rbWorkflowStage"; - this.rbWorkflowStage.Size = new System.Drawing.Size(267, 28); + this.rbWorkflowStage.Size = new System.Drawing.Size(200, 23); this.rbWorkflowStage.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; 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; @@ -1699,10 +1739,9 @@ namespace VEPROMS // this.rbApprovalStage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.rbApprovalStage.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; - this.rbApprovalStage.Location = new System.Drawing.Point(4, 38); - this.rbApprovalStage.Margin = new System.Windows.Forms.Padding(4); + this.rbApprovalStage.Location = new System.Drawing.Point(3, 31); this.rbApprovalStage.Name = "rbApprovalStage"; - this.rbApprovalStage.Size = new System.Drawing.Size(296, 28); + 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" + @@ -1729,10 +1768,10 @@ namespace VEPROMS this.panButtons.Controls.Add(this.btnOutputSettings); this.panButtons.Controls.Add(this.btnRefObjs); this.panButtons.Controls.Add(this.btnGeneral); - this.panButtons.Location = new System.Drawing.Point(5, 7); - this.panButtons.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.panButtons.Location = new System.Drawing.Point(4, 6); + this.panButtons.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.panButtons.Name = "panButtons"; - this.panButtons.Size = new System.Drawing.Size(163, 289); + this.panButtons.Size = new System.Drawing.Size(122, 235); this.panButtons.TabIndex = 26; // // btnRevisionStages @@ -1740,10 +1779,10 @@ namespace VEPROMS this.btnRevisionStages.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnRevisionStages.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnRevisionStages.Dock = System.Windows.Forms.DockStyle.Top; - this.btnRevisionStages.Location = new System.Drawing.Point(0, 161); - this.btnRevisionStages.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnRevisionStages.Location = new System.Drawing.Point(0, 133); + this.btnRevisionStages.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnRevisionStages.Name = "btnRevisionStages"; - this.btnRevisionStages.Size = new System.Drawing.Size(163, 23); + this.btnRevisionStages.Size = new System.Drawing.Size(122, 19); this.btnRevisionStages.TabIndex = 10; this.btnRevisionStages.Text = "Revision Stages"; this.btnRevisionStages.Click += new System.EventHandler(this.btnApprvStages_Click); @@ -1753,10 +1792,10 @@ namespace VEPROMS this.btnAnnoTypes.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnAnnoTypes.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnAnnoTypes.Dock = System.Windows.Forms.DockStyle.Top; - this.btnAnnoTypes.Location = new System.Drawing.Point(0, 138); - this.btnAnnoTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnAnnoTypes.Location = new System.Drawing.Point(0, 114); + this.btnAnnoTypes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnAnnoTypes.Name = "btnAnnoTypes"; - this.btnAnnoTypes.Size = new System.Drawing.Size(163, 23); + this.btnAnnoTypes.Size = new System.Drawing.Size(122, 19); this.btnAnnoTypes.TabIndex = 9; this.btnAnnoTypes.Text = "Annotation Types"; this.btnAnnoTypes.Click += new System.EventHandler(this.btnAnnoTypes_Click); @@ -1766,10 +1805,10 @@ namespace VEPROMS this.btnEdSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnEdSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnEdSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.btnEdSettings.Location = new System.Drawing.Point(0, 115); - this.btnEdSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnEdSettings.Location = new System.Drawing.Point(0, 95); + this.btnEdSettings.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnEdSettings.Name = "btnEdSettings"; - this.btnEdSettings.Size = new System.Drawing.Size(163, 23); + this.btnEdSettings.Size = new System.Drawing.Size(122, 19); this.btnEdSettings.TabIndex = 8; this.btnEdSettings.Text = "Editor Settings"; this.btnEdSettings.Click += new System.EventHandler(this.btnEdSettings_Click); @@ -1779,10 +1818,10 @@ namespace VEPROMS this.btnFormatSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnFormatSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnFormatSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.btnFormatSettings.Location = new System.Drawing.Point(0, 92); - this.btnFormatSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnFormatSettings.Location = new System.Drawing.Point(0, 76); + this.btnFormatSettings.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnFormatSettings.Name = "btnFormatSettings"; - this.btnFormatSettings.Size = new System.Drawing.Size(163, 23); + this.btnFormatSettings.Size = new System.Drawing.Size(122, 19); this.btnFormatSettings.TabIndex = 7; this.btnFormatSettings.Text = "Format Settings"; this.btnFormatSettings.Click += new System.EventHandler(this.btnFormatSettings_Click); @@ -1792,10 +1831,10 @@ namespace VEPROMS this.btnStMsg.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnStMsg.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnStMsg.Dock = System.Windows.Forms.DockStyle.Top; - this.btnStMsg.Location = new System.Drawing.Point(0, 69); - this.btnStMsg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnStMsg.Location = new System.Drawing.Point(0, 57); + this.btnStMsg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnStMsg.Name = "btnStMsg"; - this.btnStMsg.Size = new System.Drawing.Size(163, 23); + this.btnStMsg.Size = new System.Drawing.Size(122, 19); this.btnStMsg.TabIndex = 6; this.btnStMsg.Text = "Startup Message"; this.btnStMsg.Click += new System.EventHandler(this.btnStMsg_Click); @@ -1805,10 +1844,10 @@ namespace VEPROMS this.btnOutputSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOutputSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOutputSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.btnOutputSettings.Location = new System.Drawing.Point(0, 46); - this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnOutputSettings.Location = new System.Drawing.Point(0, 38); + this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnOutputSettings.Name = "btnOutputSettings"; - this.btnOutputSettings.Size = new System.Drawing.Size(163, 23); + this.btnOutputSettings.Size = new System.Drawing.Size(122, 19); this.btnOutputSettings.TabIndex = 5; this.btnOutputSettings.Text = "Output Settings"; this.btnOutputSettings.Click += new System.EventHandler(this.btnOutputSettings_Click); @@ -1818,10 +1857,10 @@ namespace VEPROMS this.btnRefObjs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnRefObjs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnRefObjs.Dock = System.Windows.Forms.DockStyle.Top; - this.btnRefObjs.Location = new System.Drawing.Point(0, 23); - this.btnRefObjs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnRefObjs.Location = new System.Drawing.Point(0, 19); + this.btnRefObjs.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnRefObjs.Name = "btnRefObjs"; - this.btnRefObjs.Size = new System.Drawing.Size(163, 23); + this.btnRefObjs.Size = new System.Drawing.Size(122, 19); this.btnRefObjs.TabIndex = 4; this.btnRefObjs.Text = "Referenced Objects"; this.btnRefObjs.Click += new System.EventHandler(this.btnRefObjs_Click); @@ -1832,9 +1871,9 @@ namespace VEPROMS 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnGeneral.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnGeneral.Name = "btnGeneral"; - this.btnGeneral.Size = new System.Drawing.Size(163, 23); + this.btnGeneral.Size = new System.Drawing.Size(122, 19); this.btnGeneral.TabIndex = 3; this.btnGeneral.Text = "General"; this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click); @@ -1844,20 +1883,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.tabControlPanel1); this.tcFolder.Controls.Add(this.tcpFmtSettings); this.tcFolder.Controls.Add(this.tcpRefObjs); this.tcFolder.Controls.Add(this.tcpEdSettings); this.tcFolder.Controls.Add(this.tcpStMsg); this.tcFolder.Controls.Add(this.tcpOutputSettings); this.tcFolder.Controls.Add(this.tabControlPanel2); - this.tcFolder.Location = new System.Drawing.Point(208, 7); - this.tcFolder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcFolder.Location = new System.Drawing.Point(145, 6); + this.tcFolder.Margin = new System.Windows.Forms.Padding(2, 2, 2, 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(680, 318); + 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; @@ -1872,6 +1911,171 @@ namespace VEPROMS this.tcFolder.TabsVisible = false; this.tcFolder.Text = "tabControl2"; // + // tabControlPanel1 + // + this.tabControlPanel1.Controls.Add(this.txbPrntLoc); + this.tabControlPanel1.Controls.Add(this.lblPrintTxt); + 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.DisabledBackColor = System.Drawing.Color.Empty; + 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, 2, 2, 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; + // + // txbPrntLoc + // + this.txbPrntLoc.Location = new System.Drawing.Point(334, 76); + this.txbPrntLoc.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.txbPrntLoc.Name = "txbPrntLoc"; + this.txbPrntLoc.Size = new System.Drawing.Size(67, 20); + this.txbPrntLoc.TabIndex = 10; + this.txbPrntLoc.TextChanged += new System.EventHandler(this.tbxAnnotationPrntLoc_TextChanged); + this.txbPrntLoc.Validating += new System.ComponentModel.CancelEventHandler(this.txbAnnotationPrntLoc_Validating); + // + // lblPrintTxt + // + this.lblPrintTxt.AutoSize = true; + this.lblPrintTxt.BackColor = System.Drawing.Color.Transparent; + this.lblPrintTxt.Location = new System.Drawing.Point(196, 79); + this.lblPrintTxt.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblPrintTxt.Name = "lblPrintTxt"; + this.lblPrintTxt.Size = new System.Drawing.Size(135, 13); + this.lblPrintTxt.TabIndex = 9; + this.lblPrintTxt.Text = "Printable Text - X Location:"; + // + // 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, 2, 2, 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, 2, 2, 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, 2, 2, 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, 2, 2, 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, 2, 2, 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, 2, 2, 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, 2, 2, 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; @@ -1885,11 +2089,11 @@ namespace VEPROMS this.tcpGeneral.Controls.Add(this.label2); this.tcpGeneral.DisabledBackColor = System.Drawing.Color.Empty; this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpGeneral.Location = new System.Drawing.Point(0, 24); - this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcpGeneral.Location = new System.Drawing.Point(0, 22); + this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tcpGeneral.Name = "tcpGeneral"; this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1); - this.tcpGeneral.Size = new System.Drawing.Size(680, 294); + 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; @@ -1906,169 +2110,6 @@ namespace VEPROMS this.tiGeneral.Name = "tiGeneral"; this.tiGeneral.Text = "General"; // - // tabControlPanel1 - // - this.tabControlPanel1.Controls.Add(this.txbPrntLoc); - this.tabControlPanel1.Controls.Add(this.lblPrintTxt); - 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.DisabledBackColor = System.Drawing.Color.Empty; - this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControlPanel1.Location = new System.Drawing.Point(0, 24); - this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tabControlPanel1.Name = "tabControlPanel1"; - this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1); - this.tabControlPanel1.Size = new System.Drawing.Size(680, 294); - 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; - // - // txbPrntLoc - // - this.txbPrntLoc.Location = new System.Drawing.Point(446, 94); - this.txbPrntLoc.Name = "txbPrntLoc"; - this.txbPrntLoc.Size = new System.Drawing.Size(88, 22); - this.txbPrntLoc.TabIndex = 10; - this.txbPrntLoc.TextChanged += new System.EventHandler(this.tbxAnnotationPrntLoc_TextChanged); - this.txbPrntLoc.Validating += new System.ComponentModel.CancelEventHandler(this.txbAnnotationPrntLoc_Validating); - // - // lblPrintTxt - // - this.lblPrintTxt.AutoSize = true; - this.lblPrintTxt.BackColor = System.Drawing.Color.Transparent; - this.lblPrintTxt.Location = new System.Drawing.Point(261, 97); - this.lblPrintTxt.Name = "lblPrintTxt"; - this.lblPrintTxt.Size = new System.Drawing.Size(179, 17); - this.lblPrintTxt.TabIndex = 9; - this.lblPrintTxt.Text = "Printable Text - X Location:"; - // - // 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(424, 58); - this.btnAnnoTypeApply.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.btnAnnoTypeApply.Name = "btnAnnoTypeApply"; - this.btnAnnoTypeApply.Size = new System.Drawing.Size(75, 23); - 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(264, 158); - this.txbxRemoveMsg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.txbxRemoveMsg.Multiline = true; - this.txbxRemoveMsg.Name = "txbxRemoveMsg"; - this.txbxRemoveMsg.ReadOnly = true; - this.txbxRemoveMsg.Size = new System.Drawing.Size(368, 92); - 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(504, 58); - this.btnAnnoTypeUndo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.btnAnnoTypeUndo.Name = "btnAnnoTypeUndo"; - this.btnAnnoTypeUndo.Size = new System.Drawing.Size(75, 23); - 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(344, 58); - this.btnAnnoTypeRemove.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.btnAnnoTypeRemove.Name = "btnAnnoTypeRemove"; - this.btnAnnoTypeRemove.Size = new System.Drawing.Size(75, 23); - 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(264, 59); - this.btnAnnoTypeNew.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.btnAnnoTypeNew.Name = "btnAnnoTypeNew"; - this.btnAnnoTypeNew.Size = new System.Drawing.Size(75, 23); - 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(260, 128); - this.lblAnnoTypeCntMessage.Name = "lblAnnoTypeCntMessage"; - this.lblAnnoTypeCntMessage.Size = new System.Drawing.Size(106, 17); - this.lblAnnoTypeCntMessage.TabIndex = 2; - this.lblAnnoTypeCntMessage.Text = "Count message"; - // - // tbxAnnotationDescription - // - this.tbxAnnotationDescription.Location = new System.Drawing.Point(264, 18); - this.tbxAnnotationDescription.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tbxAnnotationDescription.Name = "tbxAnnotationDescription"; - this.tbxAnnotationDescription.Size = new System.Drawing.Size(312, 22); - 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.ItemHeight = 16; - this.lbAnnotationTypes.Location = new System.Drawing.Point(1, 1); - this.lbAnnotationTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.lbAnnotationTypes.Name = "lbAnnotationTypes"; - this.lbAnnotationTypes.Size = new System.Drawing.Size(240, 292); - 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); - // // tcpFmtSettings // this.tcpFmtSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; @@ -2083,11 +2124,11 @@ namespace VEPROMS this.tcpFmtSettings.Controls.Add(this.ppLblFormatDefault); this.tcpFmtSettings.DisabledBackColor = System.Drawing.Color.Empty; this.tcpFmtSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpFmtSettings.Location = new System.Drawing.Point(0, 24); - this.tcpFmtSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcpFmtSettings.Location = new System.Drawing.Point(0, 22); + this.tcpFmtSettings.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tcpFmtSettings.Name = "tcpFmtSettings"; this.tcpFmtSettings.Padding = new System.Windows.Forms.Padding(1); - this.tcpFmtSettings.Size = new System.Drawing.Size(680, 294); + 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; @@ -2114,11 +2155,11 @@ namespace VEPROMS this.tcpRefObjs.Controls.Add(this.lblGrphFileExt); this.tcpRefObjs.DisabledBackColor = System.Drawing.Color.Empty; this.tcpRefObjs.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpRefObjs.Location = new System.Drawing.Point(0, 24); - this.tcpRefObjs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcpRefObjs.Location = new System.Drawing.Point(0, 22); + this.tcpRefObjs.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tcpRefObjs.Name = "tcpRefObjs"; this.tcpRefObjs.Padding = new System.Windows.Forms.Padding(1); - this.tcpRefObjs.Size = new System.Drawing.Size(680, 294); + 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; @@ -2146,11 +2187,11 @@ namespace VEPROMS this.tcpEdSettings.Controls.Add(this.ppCmbxStpEditorCols); this.tcpEdSettings.DisabledBackColor = System.Drawing.Color.Empty; this.tcpEdSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpEdSettings.Location = new System.Drawing.Point(0, 24); - this.tcpEdSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcpEdSettings.Location = new System.Drawing.Point(0, 22); + this.tcpEdSettings.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tcpEdSettings.Name = "tcpEdSettings"; this.tcpEdSettings.Padding = new System.Windows.Forms.Padding(1); - this.tcpEdSettings.Size = new System.Drawing.Size(680, 294); + 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; @@ -2182,11 +2223,11 @@ namespace VEPROMS this.tcpStMsg.Controls.Add(this.ppBtnStMsgDelete); this.tcpStMsg.DisabledBackColor = System.Drawing.Color.Empty; this.tcpStMsg.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpStMsg.Location = new System.Drawing.Point(0, 24); - this.tcpStMsg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcpStMsg.Location = new System.Drawing.Point(0, 22); + this.tcpStMsg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tcpStMsg.Name = "tcpStMsg"; this.tcpStMsg.Padding = new System.Windows.Forms.Padding(1); - this.tcpStMsg.Size = new System.Drawing.Size(680, 294); + 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; @@ -2216,11 +2257,11 @@ namespace VEPROMS this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault); this.tcpOutputSettings.DisabledBackColor = System.Drawing.Color.Empty; this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpOutputSettings.Location = new System.Drawing.Point(0, 24); - this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tcpOutputSettings.Location = new System.Drawing.Point(0, 22); + this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tcpOutputSettings.Name = "tcpOutputSettings"; this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1); - this.tcpOutputSettings.Size = new System.Drawing.Size(680, 294); + 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; @@ -2249,11 +2290,11 @@ namespace VEPROMS this.tabControlPanel2.Controls.Add(this.lbRevisionStages); this.tabControlPanel2.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControlPanel2.Location = new System.Drawing.Point(0, 24); - this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tabControlPanel2.Location = new System.Drawing.Point(0, 22); + this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabControlPanel2.Name = "tabControlPanel2"; this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1); - this.tabControlPanel2.Size = new System.Drawing.Size(680, 294); + 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; @@ -2269,10 +2310,10 @@ namespace VEPROMS this.btnRevisionStageApply.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnRevisionStageApply.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnRevisionStageApply.Enabled = false; - this.btnRevisionStageApply.Location = new System.Drawing.Point(441, 172); - this.btnRevisionStageApply.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnRevisionStageApply.Location = new System.Drawing.Point(331, 140); + this.btnRevisionStageApply.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnRevisionStageApply.Name = "btnRevisionStageApply"; - this.btnRevisionStageApply.Size = new System.Drawing.Size(75, 23); + this.btnRevisionStageApply.Size = new System.Drawing.Size(56, 19); this.btnRevisionStageApply.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnRevisionStageApply.TabIndex = 9; this.btnRevisionStageApply.Text = "Apply"; @@ -2286,10 +2327,9 @@ namespace VEPROMS this.gpApprvStageTypes.Controls.Add(this.rbWorkflowStage); this.gpApprvStageTypes.Controls.Add(this.rbApprovalStage); this.gpApprvStageTypes.DisabledBackColor = System.Drawing.Color.Empty; - this.gpApprvStageTypes.Location = new System.Drawing.Point(281, 55); - this.gpApprvStageTypes.Margin = new System.Windows.Forms.Padding(4); + this.gpApprvStageTypes.Location = new System.Drawing.Point(211, 45); this.gpApprvStageTypes.Name = "gpApprvStageTypes"; - this.gpApprvStageTypes.Size = new System.Drawing.Size(303, 101); + this.gpApprvStageTypes.Size = new System.Drawing.Size(227, 82); // // // @@ -2326,10 +2366,10 @@ namespace VEPROMS this.btnRevisoinStageUndo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnRevisoinStageUndo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnRevisoinStageUndo.Enabled = false; - this.btnRevisoinStageUndo.Location = new System.Drawing.Point(520, 172); - this.btnRevisoinStageUndo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnRevisoinStageUndo.Location = new System.Drawing.Point(390, 140); + this.btnRevisoinStageUndo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnRevisoinStageUndo.Name = "btnRevisoinStageUndo"; - this.btnRevisoinStageUndo.Size = new System.Drawing.Size(75, 23); + this.btnRevisoinStageUndo.Size = new System.Drawing.Size(56, 19); this.btnRevisoinStageUndo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnRevisoinStageUndo.TabIndex = 5; this.btnRevisoinStageUndo.Text = "Undo"; @@ -2339,10 +2379,10 @@ namespace VEPROMS // this.btnRevisionStageRemove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnRevisionStageRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.btnRevisionStageRemove.Location = new System.Drawing.Point(361, 172); - this.btnRevisionStageRemove.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnRevisionStageRemove.Location = new System.Drawing.Point(271, 140); + this.btnRevisionStageRemove.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnRevisionStageRemove.Name = "btnRevisionStageRemove"; - this.btnRevisionStageRemove.Size = new System.Drawing.Size(75, 23); + this.btnRevisionStageRemove.Size = new System.Drawing.Size(56, 19); this.btnRevisionStageRemove.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnRevisionStageRemove.TabIndex = 4; this.btnRevisionStageRemove.Text = "Remove"; @@ -2354,10 +2394,10 @@ namespace VEPROMS // this.btnRevisionStageNew.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnRevisionStageNew.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.btnRevisionStageNew.Location = new System.Drawing.Point(281, 172); - this.btnRevisionStageNew.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.btnRevisionStageNew.Location = new System.Drawing.Point(211, 140); + this.btnRevisionStageNew.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnRevisionStageNew.Name = "btnRevisionStageNew"; - this.btnRevisionStageNew.Size = new System.Drawing.Size(75, 23); + this.btnRevisionStageNew.Size = new System.Drawing.Size(56, 19); this.btnRevisionStageNew.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnRevisionStageNew.TabIndex = 3; this.btnRevisionStageNew.Text = "New"; @@ -2365,10 +2405,10 @@ namespace VEPROMS // // tbRevisionStage // - this.tbRevisionStage.Location = new System.Drawing.Point(291, 20); - this.tbRevisionStage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.tbRevisionStage.Location = new System.Drawing.Point(218, 16); + this.tbRevisionStage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tbRevisionStage.Name = "tbRevisionStage"; - this.tbRevisionStage.Size = new System.Drawing.Size(283, 22); + this.tbRevisionStage.Size = new System.Drawing.Size(213, 20); this.tbRevisionStage.TabIndex = 2; this.tbRevisionStage.TextChanged += new System.EventHandler(this.tbRevisionStage_TextChanged); this.tbRevisionStage.Validating += new System.ComponentModel.CancelEventHandler(this.tbRevisionStage_Validating); @@ -2377,11 +2417,10 @@ namespace VEPROMS // this.lbRevisionStages.Dock = System.Windows.Forms.DockStyle.Left; this.lbRevisionStages.FormattingEnabled = true; - this.lbRevisionStages.ItemHeight = 16; this.lbRevisionStages.Location = new System.Drawing.Point(1, 1); - this.lbRevisionStages.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.lbRevisionStages.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.lbRevisionStages.Name = "lbRevisionStages"; - this.lbRevisionStages.Size = new System.Drawing.Size(240, 292); + this.lbRevisionStages.Size = new System.Drawing.Size(181, 234); this.lbRevisionStages.TabIndex = 0; this.lbRevisionStages.SelectedIndexChanged += new System.EventHandler(this.lbRevisionStages_SelectedIndexChanged); // @@ -2402,12 +2441,12 @@ namespace VEPROMS // // frmFolderProperties // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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(883, 350); + this.ClientSize = new System.Drawing.Size(666, 298); this.ControlBox = false; this.Controls.Add(this.tcFolder); this.Controls.Add(this.panButtons); @@ -2417,7 +2456,7 @@ namespace VEPROMS this.Controls.Add(this.ppBtnOK); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; - this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmFolderProperties"; @@ -2451,10 +2490,10 @@ namespace VEPROMS this.panButtons.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tcFolder)).EndInit(); this.tcFolder.ResumeLayout(false); - this.tcpGeneral.ResumeLayout(false); - this.tcpGeneral.PerformLayout(); this.tabControlPanel1.ResumeLayout(false); this.tabControlPanel1.PerformLayout(); + this.tcpGeneral.ResumeLayout(false); + this.tcpGeneral.PerformLayout(); this.tcpFmtSettings.ResumeLayout(false); this.tcpFmtSettings.PerformLayout(); this.tcpRefObjs.ResumeLayout(false); diff --git a/PROMS/VEPROMS User Interface/frmFolderProperties.resx b/PROMS/VEPROMS User Interface/frmFolderProperties.resx index db33b23c..24357143 100644 --- a/PROMS/VEPROMS User Interface/frmFolderProperties.resx +++ b/PROMS/VEPROMS User Interface/frmFolderProperties.resx @@ -131,9 +131,6 @@ Check "Show Default Settings" to display the "default" graphic file extension se 665, 17 - - 665, 17 - This will revert the Disable Automatic Duplexing selection back to using the parent's (default) setting.