C2018-030 Adjusted the label size (length) on the check box so that we can now see the entire label’s text: “Search RO and Transition Text”

This commit is contained in:
John Jenko 2018-09-25 19:07:23 +00:00
parent d36876bedf
commit 0fc87fdbaa

View File

@ -171,13 +171,13 @@ namespace Volian.Controls.Library
this.tabSearchTypes.Controls.Add(this.contextMenuBar1); this.tabSearchTypes.Controls.Add(this.contextMenuBar1);
this.tabSearchTypes.Dock = System.Windows.Forms.DockStyle.Top; this.tabSearchTypes.Dock = System.Windows.Forms.DockStyle.Top;
this.tabSearchTypes.Location = new System.Drawing.Point(0, 0); this.tabSearchTypes.Location = new System.Drawing.Point(0, 0);
this.tabSearchTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabSearchTypes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabSearchTypes.Name = "tabSearchTypes"; this.tabSearchTypes.Name = "tabSearchTypes";
this.tabSearchTypes.RightToLeft = System.Windows.Forms.RightToLeft.No; this.tabSearchTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.tabSearchTypes.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.tabSearchTypes.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
this.tabSearchTypes.SelectedTabIndex = 0; this.tabSearchTypes.SelectedTabIndex = 0;
this.tabSearchTypes.ShowFocusRectangle = false; this.tabSearchTypes.ShowFocusRectangle = false;
this.tabSearchTypes.Size = new System.Drawing.Size(369, 138); this.tabSearchTypes.Size = new System.Drawing.Size(277, 112);
this.tabSearchTypes.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document; this.tabSearchTypes.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
this.tabSearchTypes.TabIndex = 0; this.tabSearchTypes.TabIndex = 0;
this.tabSearchTypes.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tabSearchTypes.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
@ -196,11 +196,11 @@ namespace Volian.Controls.Library
this.tabControlPanel4.Controls.Add(this.cbxSrchTypeUsage); this.tabControlPanel4.Controls.Add(this.cbxSrchTypeUsage);
this.tabControlPanel4.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel4.DisabledBackColor = System.Drawing.Color.Empty;
this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel4.Location = new System.Drawing.Point(0, 24); this.tabControlPanel4.Location = new System.Drawing.Point(0, 22);
this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabControlPanel4.Name = "tabControlPanel4"; this.tabControlPanel4.Name = "tabControlPanel4";
this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel4.Size = new System.Drawing.Size(369, 114); this.tabControlPanel4.Size = new System.Drawing.Size(277, 90);
this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@ -221,10 +221,10 @@ namespace Volian.Controls.Library
this.gpSrchText.Controls.Add(this.panel3); this.gpSrchText.Controls.Add(this.panel3);
this.gpSrchText.DisabledBackColor = System.Drawing.Color.Empty; this.gpSrchText.DisabledBackColor = System.Drawing.Color.Empty;
this.gpSrchText.Dock = System.Windows.Forms.DockStyle.Fill; this.gpSrchText.Dock = System.Windows.Forms.DockStyle.Fill;
this.gpSrchText.Location = new System.Drawing.Point(30, 1); this.gpSrchText.Location = new System.Drawing.Point(23, 1);
this.gpSrchText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.gpSrchText.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpSrchText.Name = "gpSrchText"; this.gpSrchText.Name = "gpSrchText";
this.gpSrchText.Size = new System.Drawing.Size(338, 90); this.gpSrchText.Size = new System.Drawing.Size(253, 70);
// //
// //
// //
@ -262,10 +262,10 @@ namespace Volian.Controls.Library
this.panel1.Controls.Add(this.cbxTextSearchText); this.panel1.Controls.Add(this.cbxTextSearchText);
this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 2); this.panel1.Location = new System.Drawing.Point(0, -3);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel1.Name = "panel1"; this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(332, 28); this.panel1.Size = new System.Drawing.Size(247, 23);
this.panel1.TabIndex = 5; this.panel1.TabIndex = 5;
// //
// cbxTextSearchText // cbxTextSearchText
@ -277,10 +277,10 @@ namespace Volian.Controls.Library
this.cbxTextSearchText.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxTextSearchText.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxTextSearchText.FormattingEnabled = true; this.cbxTextSearchText.FormattingEnabled = true;
this.cbxTextSearchText.ItemHeight = 16; this.cbxTextSearchText.ItemHeight = 16;
this.cbxTextSearchText.Location = new System.Drawing.Point(39, 0); this.cbxTextSearchText.Location = new System.Drawing.Point(30, 0);
this.cbxTextSearchText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxTextSearchText.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cbxTextSearchText.Name = "cbxTextSearchText"; this.cbxTextSearchText.Name = "cbxTextSearchText";
this.cbxTextSearchText.Size = new System.Drawing.Size(293, 22); this.cbxTextSearchText.Size = new System.Drawing.Size(217, 22);
this.superTooltip1.SetSuperTooltip(this.cbxTextSearchText, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Text", "", resources.GetString("cbxTextSearchText.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.superTooltip1.SetSuperTooltip(this.cbxTextSearchText, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Text", "", resources.GetString("cbxTextSearchText.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.cbxTextSearchText.TabIndex = 2; this.cbxTextSearchText.TabIndex = 2;
this.cbxTextSearchText.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxTextSearchText.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@ -295,9 +295,10 @@ namespace Volian.Controls.Library
this.label1.Dock = System.Windows.Forms.DockStyle.Left; this.label1.Dock = System.Windows.Forms.DockStyle.Left;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Padding = new System.Windows.Forms.Padding(0, 6, 0, 0); this.label1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
this.label1.Size = new System.Drawing.Size(39, 23); this.label1.Size = new System.Drawing.Size(30, 18);
this.superTooltip1.SetSuperTooltip(this.label1, new DevComponents.DotNetBar.SuperTooltipInfo("Search For Text", "", resources.GetString("label1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.superTooltip1.SetSuperTooltip(this.label1, new DevComponents.DotNetBar.SuperTooltipInfo("Search For Text", "", resources.GetString("label1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.label1.TabIndex = 4; this.label1.TabIndex = 4;
this.label1.Text = "Find:"; this.label1.Text = "Find:";
@ -309,10 +310,9 @@ namespace Volian.Controls.Library
this.panel3.Controls.Add(this.cbxIncROTextSrch); this.panel3.Controls.Add(this.cbxIncROTextSrch);
this.panel3.Controls.Add(this.cbxCaseSensitive); this.panel3.Controls.Add(this.cbxCaseSensitive);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 30); this.panel3.Location = new System.Drawing.Point(0, 20);
this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel3.Name = "panel3"; this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(332, 54); this.panel3.Size = new System.Drawing.Size(247, 44);
this.panel3.TabIndex = 6; this.panel3.TabIndex = 6;
// //
// cbxBooleanTxtSrch // cbxBooleanTxtSrch
@ -321,10 +321,9 @@ namespace Volian.Controls.Library
// //
// //
this.cbxBooleanTxtSrch.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbxBooleanTxtSrch.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cbxBooleanTxtSrch.Location = new System.Drawing.Point(169, 25); this.cbxBooleanTxtSrch.Location = new System.Drawing.Point(126, 9);
this.cbxBooleanTxtSrch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbxBooleanTxtSrch.Name = "cbxBooleanTxtSrch"; this.cbxBooleanTxtSrch.Name = "cbxBooleanTxtSrch";
this.cbxBooleanTxtSrch.Size = new System.Drawing.Size(148, 18); this.cbxBooleanTxtSrch.Size = new System.Drawing.Size(111, 15);
this.superTooltip1.SetSuperTooltip(this.cbxBooleanTxtSrch, new DevComponents.DotNetBar.SuperTooltipInfo("Boolean Search", "", resources.GetString("cbxBooleanTxtSrch.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.superTooltip1.SetSuperTooltip(this.cbxBooleanTxtSrch, new DevComponents.DotNetBar.SuperTooltipInfo("Boolean Search", "", resources.GetString("cbxBooleanTxtSrch.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.cbxBooleanTxtSrch.TabIndex = 6; this.cbxBooleanTxtSrch.TabIndex = 6;
this.cbxBooleanTxtSrch.Text = "Boolean Search"; this.cbxBooleanTxtSrch.Text = "Boolean Search";
@ -338,10 +337,9 @@ namespace Volian.Controls.Library
// //
this.cbxIncROTextSrch.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbxIncROTextSrch.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cbxIncROTextSrch.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxIncROTextSrch.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxIncROTextSrch.Location = new System.Drawing.Point(12, 32); this.cbxIncROTextSrch.Location = new System.Drawing.Point(9, 26);
this.cbxIncROTextSrch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbxIncROTextSrch.Name = "cbxIncROTextSrch"; this.cbxIncROTextSrch.Name = "cbxIncROTextSrch";
this.cbxIncROTextSrch.Size = new System.Drawing.Size(172, 15); this.cbxIncROTextSrch.Size = new System.Drawing.Size(169, 12);
this.superTooltip1.SetSuperTooltip(this.cbxIncROTextSrch, new DevComponents.DotNetBar.SuperTooltipInfo("Search RO and Transition Text", "", "When this box is checked, Search will include matches found in RO and Transition " + this.superTooltip1.SetSuperTooltip(this.cbxIncROTextSrch, new DevComponents.DotNetBar.SuperTooltipInfo("Search RO and Transition Text", "", "When this box is checked, Search will include matches found in RO and Transition " +
"text as well as regular text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); "text as well as regular text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.cbxIncROTextSrch.TabIndex = 5; this.cbxIncROTextSrch.TabIndex = 5;
@ -355,10 +353,10 @@ namespace Volian.Controls.Library
// //
this.cbxCaseSensitive.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbxCaseSensitive.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cbxCaseSensitive.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxCaseSensitive.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxCaseSensitive.Location = new System.Drawing.Point(12, 7); this.cbxCaseSensitive.Location = new System.Drawing.Point(9, 6);
this.cbxCaseSensitive.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxCaseSensitive.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cbxCaseSensitive.Name = "cbxCaseSensitive"; this.cbxCaseSensitive.Name = "cbxCaseSensitive";
this.cbxCaseSensitive.Size = new System.Drawing.Size(139, 18); this.cbxCaseSensitive.Size = new System.Drawing.Size(104, 15);
this.superTooltip1.SetSuperTooltip(this.cbxCaseSensitive, new DevComponents.DotNetBar.SuperTooltipInfo("Case Sensitive", "", "When this box is checked, Search will find only exact matches of the search text " + this.superTooltip1.SetSuperTooltip(this.cbxCaseSensitive, new DevComponents.DotNetBar.SuperTooltipInfo("Case Sensitive", "", "When this box is checked, Search will find only exact matches of the search text " +
"you had entered.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100))); "you had entered.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
this.cbxCaseSensitive.TabIndex = 3; this.cbxCaseSensitive.TabIndex = 3;
@ -378,9 +376,9 @@ namespace Volian.Controls.Library
this.rbtnSrchTxt.Dock = System.Windows.Forms.DockStyle.Left; this.rbtnSrchTxt.Dock = System.Windows.Forms.DockStyle.Left;
this.rbtnSrchTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rbtnSrchTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rbtnSrchTxt.Location = new System.Drawing.Point(1, 1); this.rbtnSrchTxt.Location = new System.Drawing.Point(1, 1);
this.rbtnSrchTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.rbtnSrchTxt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rbtnSrchTxt.Name = "rbtnSrchTxt"; this.rbtnSrchTxt.Name = "rbtnSrchTxt";
this.rbtnSrchTxt.Size = new System.Drawing.Size(29, 90); this.rbtnSrchTxt.Size = new System.Drawing.Size(22, 70);
this.rbtnSrchTxt.TabIndex = 6; this.rbtnSrchTxt.TabIndex = 6;
this.rbtnSrchTxt.CheckedChanged += new System.EventHandler(this.rbtnSrchTxt_CheckedChanged); this.rbtnSrchTxt.CheckedChanged += new System.EventHandler(this.rbtnSrchTxt_CheckedChanged);
// //
@ -394,10 +392,10 @@ namespace Volian.Controls.Library
this.cbxSrchTypeUsage.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.cbxSrchTypeUsage.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.cbxSrchTypeUsage.Dock = System.Windows.Forms.DockStyle.Bottom; this.cbxSrchTypeUsage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.cbxSrchTypeUsage.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxSrchTypeUsage.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxSrchTypeUsage.Location = new System.Drawing.Point(1, 91); this.cbxSrchTypeUsage.Location = new System.Drawing.Point(1, 71);
this.cbxSrchTypeUsage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxSrchTypeUsage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cbxSrchTypeUsage.Name = "cbxSrchTypeUsage"; this.cbxSrchTypeUsage.Name = "cbxSrchTypeUsage";
this.cbxSrchTypeUsage.Size = new System.Drawing.Size(367, 22); this.cbxSrchTypeUsage.Size = new System.Drawing.Size(275, 18);
this.superTooltip1.SetSuperTooltip(this.cbxSrchTypeUsage, new DevComponents.DotNetBar.SuperTooltipInfo("Find Selected Step Elements", "", "This option will have Search show you where the selected Step Elements are used.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.superTooltip1.SetSuperTooltip(this.cbxSrchTypeUsage, new DevComponents.DotNetBar.SuperTooltipInfo("Find Selected Step Elements", "", "This option will have Search show you where the selected Step Elements are used.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.cbxSrchTypeUsage.TabIndex = 4; this.cbxSrchTypeUsage.TabIndex = 4;
this.cbxSrchTypeUsage.Text = " Find Selected Step Elements"; this.cbxSrchTypeUsage.Text = " Find Selected Step Elements";
@ -440,20 +438,20 @@ namespace Volian.Controls.Library
this.pnlTranCategory.Controls.Add(this.cbxTranCategory); this.pnlTranCategory.Controls.Add(this.cbxTranCategory);
this.pnlTranCategory.Controls.Add(this.lblTranCategory); this.pnlTranCategory.Controls.Add(this.lblTranCategory);
this.pnlTranCategory.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTranCategory.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTranCategory.Location = new System.Drawing.Point(1, 51); this.pnlTranCategory.Location = new System.Drawing.Point(1, 43);
this.pnlTranCategory.Margin = new System.Windows.Forms.Padding(2); this.pnlTranCategory.Margin = new System.Windows.Forms.Padding(2);
this.pnlTranCategory.Name = "pnlTranCategory"; this.pnlTranCategory.Name = "pnlTranCategory";
this.pnlTranCategory.Padding = new System.Windows.Forms.Padding(1); this.pnlTranCategory.Padding = new System.Windows.Forms.Padding(1);
this.pnlTranCategory.Size = new System.Drawing.Size(275, 25); this.pnlTranCategory.Size = new System.Drawing.Size(275, 21);
this.pnlTranCategory.TabIndex = 2; this.pnlTranCategory.TabIndex = 2;
// //
// cbxTranCategory // cbxTranCategory
// //
this.cbxTranCategory.Dock = System.Windows.Forms.DockStyle.Fill; this.cbxTranCategory.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbxTranCategory.Location = new System.Drawing.Point(83, 1); this.cbxTranCategory.Location = new System.Drawing.Point(63, 1);
this.cbxTranCategory.Margin = new System.Windows.Forms.Padding(2); this.cbxTranCategory.Margin = new System.Windows.Forms.Padding(2);
this.cbxTranCategory.Name = "cbxTranCategory"; this.cbxTranCategory.Name = "cbxTranCategory";
this.cbxTranCategory.Size = new System.Drawing.Size(189, 21); this.cbxTranCategory.Size = new System.Drawing.Size(209, 21);
this.cbxTranCategory.TabIndex = 1; this.cbxTranCategory.TabIndex = 1;
this.cbxTranCategory.WatermarkText = "Select Cateogry of Transitions"; this.cbxTranCategory.WatermarkText = "Select Cateogry of Transitions";
// //
@ -463,7 +461,7 @@ namespace Volian.Controls.Library
this.lblTranCategory.Location = new System.Drawing.Point(1, 1); this.lblTranCategory.Location = new System.Drawing.Point(1, 1);
this.lblTranCategory.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTranCategory.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblTranCategory.Name = "lblTranCategory"; this.lblTranCategory.Name = "lblTranCategory";
this.lblTranCategory.Size = new System.Drawing.Size(82, 21); this.lblTranCategory.Size = new System.Drawing.Size(62, 17);
this.lblTranCategory.TabIndex = 0; this.lblTranCategory.TabIndex = 0;
this.lblTranCategory.Text = "Select Category"; this.lblTranCategory.Text = "Select Category";
this.lblTranCategory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblTranCategory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -474,20 +472,20 @@ namespace Volian.Controls.Library
this.pnlTranFormat.Controls.Add(this.cbxTranFormat); this.pnlTranFormat.Controls.Add(this.cbxTranFormat);
this.pnlTranFormat.Controls.Add(this.lblTranFormat); this.pnlTranFormat.Controls.Add(this.lblTranFormat);
this.pnlTranFormat.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTranFormat.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTranFormat.Location = new System.Drawing.Point(1, 26); this.pnlTranFormat.Location = new System.Drawing.Point(1, 22);
this.pnlTranFormat.Margin = new System.Windows.Forms.Padding(2); this.pnlTranFormat.Margin = new System.Windows.Forms.Padding(2);
this.pnlTranFormat.Name = "pnlTranFormat"; this.pnlTranFormat.Name = "pnlTranFormat";
this.pnlTranFormat.Padding = new System.Windows.Forms.Padding(1); this.pnlTranFormat.Padding = new System.Windows.Forms.Padding(1);
this.pnlTranFormat.Size = new System.Drawing.Size(275, 25); this.pnlTranFormat.Size = new System.Drawing.Size(275, 21);
this.pnlTranFormat.TabIndex = 1; this.pnlTranFormat.TabIndex = 1;
// //
// cbxTranFormat // cbxTranFormat
// //
this.cbxTranFormat.Dock = System.Windows.Forms.DockStyle.Fill; this.cbxTranFormat.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbxTranFormat.Location = new System.Drawing.Point(76, 1); this.cbxTranFormat.Location = new System.Drawing.Point(57, 1);
this.cbxTranFormat.Margin = new System.Windows.Forms.Padding(2); this.cbxTranFormat.Margin = new System.Windows.Forms.Padding(2);
this.cbxTranFormat.Name = "cbxTranFormat"; this.cbxTranFormat.Name = "cbxTranFormat";
this.cbxTranFormat.Size = new System.Drawing.Size(196, 21); this.cbxTranFormat.Size = new System.Drawing.Size(215, 21);
this.cbxTranFormat.TabIndex = 1; this.cbxTranFormat.TabIndex = 1;
this.cbxTranFormat.WatermarkText = "Select Style of Transitions"; this.cbxTranFormat.WatermarkText = "Select Style of Transitions";
// //
@ -497,7 +495,7 @@ namespace Volian.Controls.Library
this.lblTranFormat.Location = new System.Drawing.Point(1, 1); this.lblTranFormat.Location = new System.Drawing.Point(1, 1);
this.lblTranFormat.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTranFormat.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblTranFormat.Name = "lblTranFormat"; this.lblTranFormat.Name = "lblTranFormat";
this.lblTranFormat.Size = new System.Drawing.Size(75, 21); this.lblTranFormat.Size = new System.Drawing.Size(56, 17);
this.lblTranFormat.TabIndex = 0; this.lblTranFormat.TabIndex = 0;
this.lblTranFormat.Text = "Select Type"; this.lblTranFormat.Text = "Select Type";
this.lblTranFormat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblTranFormat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -512,16 +510,16 @@ namespace Volian.Controls.Library
this.pnlTranVersion.Margin = new System.Windows.Forms.Padding(2); this.pnlTranVersion.Margin = new System.Windows.Forms.Padding(2);
this.pnlTranVersion.Name = "pnlTranVersion"; this.pnlTranVersion.Name = "pnlTranVersion";
this.pnlTranVersion.Padding = new System.Windows.Forms.Padding(1); this.pnlTranVersion.Padding = new System.Windows.Forms.Padding(1);
this.pnlTranVersion.Size = new System.Drawing.Size(275, 25); this.pnlTranVersion.Size = new System.Drawing.Size(275, 21);
this.pnlTranVersion.TabIndex = 0; this.pnlTranVersion.TabIndex = 0;
// //
// cbxTranVersion // cbxTranVersion
// //
this.cbxTranVersion.Dock = System.Windows.Forms.DockStyle.Fill; this.cbxTranVersion.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbxTranVersion.Location = new System.Drawing.Point(76, 1); this.cbxTranVersion.Location = new System.Drawing.Point(57, 1);
this.cbxTranVersion.Margin = new System.Windows.Forms.Padding(2); this.cbxTranVersion.Margin = new System.Windows.Forms.Padding(2);
this.cbxTranVersion.Name = "cbxTranVersion"; this.cbxTranVersion.Name = "cbxTranVersion";
this.cbxTranVersion.Size = new System.Drawing.Size(196, 21); this.cbxTranVersion.Size = new System.Drawing.Size(215, 21);
this.cbxTranVersion.TabIndex = 1; this.cbxTranVersion.TabIndex = 1;
this.cbxTranVersion.WatermarkText = "Select Format for Transitions"; this.cbxTranVersion.WatermarkText = "Select Format for Transitions";
// //
@ -531,7 +529,7 @@ namespace Volian.Controls.Library
this.lblTranVersion.Location = new System.Drawing.Point(1, 1); this.lblTranVersion.Location = new System.Drawing.Point(1, 1);
this.lblTranVersion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTranVersion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblTranVersion.Name = "lblTranVersion"; this.lblTranVersion.Name = "lblTranVersion";
this.lblTranVersion.Size = new System.Drawing.Size(75, 21); this.lblTranVersion.Size = new System.Drawing.Size(56, 17);
this.lblTranVersion.TabIndex = 0; this.lblTranVersion.TabIndex = 0;
this.lblTranVersion.Text = "Formats"; this.lblTranVersion.Text = "Formats";
this.lblTranVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblTranVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -548,11 +546,11 @@ namespace Volian.Controls.Library
this.tabControlPanel2.Controls.Add(this.cmboTreeROs); this.tabControlPanel2.Controls.Add(this.cmboTreeROs);
this.tabControlPanel2.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel2.DisabledBackColor = System.Drawing.Color.Empty;
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel2.Location = new System.Drawing.Point(0, 24); this.tabControlPanel2.Location = new System.Drawing.Point(0, 22);
this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabControlPanel2.Name = "tabControlPanel2"; this.tabControlPanel2.Name = "tabControlPanel2";
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel2.Size = new System.Drawing.Size(369, 114); this.tabControlPanel2.Size = new System.Drawing.Size(277, 90);
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); 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.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@ -570,10 +568,10 @@ namespace Volian.Controls.Library
this.gpFindROs.Controls.Add(this.cbxFndUnLnkROVals); this.gpFindROs.Controls.Add(this.cbxFndUnLnkROVals);
this.gpFindROs.DisabledBackColor = System.Drawing.Color.Empty; this.gpFindROs.DisabledBackColor = System.Drawing.Color.Empty;
this.gpFindROs.Dock = System.Windows.Forms.DockStyle.Fill; this.gpFindROs.Dock = System.Windows.Forms.DockStyle.Fill;
this.gpFindROs.Location = new System.Drawing.Point(1, 26); this.gpFindROs.Location = new System.Drawing.Point(1, 21);
this.gpFindROs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.gpFindROs.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpFindROs.Name = "gpFindROs"; this.gpFindROs.Name = "gpFindROs";
this.gpFindROs.Size = new System.Drawing.Size(367, 87); this.gpFindROs.Size = new System.Drawing.Size(275, 68);
// //
// //
// //
@ -614,10 +612,10 @@ namespace Volian.Controls.Library
this.cbxFndUnLnkROVals.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbxFndUnLnkROVals.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cbxFndUnLnkROVals.Enabled = false; this.cbxFndUnLnkROVals.Enabled = false;
this.cbxFndUnLnkROVals.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxFndUnLnkROVals.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxFndUnLnkROVals.Location = new System.Drawing.Point(0, 4); this.cbxFndUnLnkROVals.Location = new System.Drawing.Point(0, 3);
this.cbxFndUnLnkROVals.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxFndUnLnkROVals.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cbxFndUnLnkROVals.Name = "cbxFndUnLnkROVals"; this.cbxFndUnLnkROVals.Name = "cbxFndUnLnkROVals";
this.cbxFndUnLnkROVals.Size = new System.Drawing.Size(235, 23); this.cbxFndUnLnkROVals.Size = new System.Drawing.Size(176, 19);
this.superTooltip1.SetSuperTooltip(this.cbxFndUnLnkROVals, new DevComponents.DotNetBar.SuperTooltipInfo("Find Linked Values", "", "Finding unlinked values does the search for a specific RO.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.superTooltip1.SetSuperTooltip(this.cbxFndUnLnkROVals, new DevComponents.DotNetBar.SuperTooltipInfo("Find Linked Values", "", "Finding unlinked values does the search for a specific RO.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.cbxFndUnLnkROVals.TabIndex = 2; this.cbxFndUnLnkROVals.TabIndex = 2;
this.cbxFndUnLnkROVals.Text = "Find Unlinked Values of Selected RO"; this.cbxFndUnLnkROVals.Text = "Find Unlinked Values of Selected RO";
@ -635,10 +633,10 @@ namespace Volian.Controls.Library
this.cmboTreeROs.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmboTreeROs.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cmboTreeROs.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.cmboTreeROs.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.cmboTreeROs.Location = new System.Drawing.Point(1, 1); this.cmboTreeROs.Location = new System.Drawing.Point(1, 1);
this.cmboTreeROs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cmboTreeROs.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmboTreeROs.Name = "cmboTreeROs"; this.cmboTreeROs.Name = "cmboTreeROs";
this.cmboTreeROs.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmboTreeROs.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmboTreeROs.Size = new System.Drawing.Size(367, 25); this.cmboTreeROs.Size = new System.Drawing.Size(275, 20);
this.superTooltip1.SetSuperTooltip(this.cmboTreeROs, new DevComponents.DotNetBar.SuperTooltipInfo("Select the RO to Search", "", "Select the Referenced Object to search for.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.superTooltip1.SetSuperTooltip(this.cmboTreeROs, new DevComponents.DotNetBar.SuperTooltipInfo("Select the RO to Search", "", "Select the Referenced Object to search for.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.cmboTreeROs.TabIndex = 1; this.cmboTreeROs.TabIndex = 1;
this.cmboTreeROs.ThemeAware = true; this.cmboTreeROs.ThemeAware = true;
@ -657,11 +655,11 @@ namespace Volian.Controls.Library
this.tabControlPanel3.Controls.Add(this.cbxAnnoTypes); this.tabControlPanel3.Controls.Add(this.cbxAnnoTypes);
this.tabControlPanel3.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel3.DisabledBackColor = System.Drawing.Color.Empty;
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel3.Location = new System.Drawing.Point(0, 24); this.tabControlPanel3.Location = new System.Drawing.Point(0, 22);
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabControlPanel3.Name = "tabControlPanel3"; this.tabControlPanel3.Name = "tabControlPanel3";
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel3.Size = new System.Drawing.Size(369, 114); this.tabControlPanel3.Size = new System.Drawing.Size(277, 90);
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@ -682,9 +680,9 @@ namespace Volian.Controls.Library
this.gpSrchAnnoText.Dock = System.Windows.Forms.DockStyle.Fill; this.gpSrchAnnoText.Dock = System.Windows.Forms.DockStyle.Fill;
this.gpSrchAnnoText.Enabled = false; this.gpSrchAnnoText.Enabled = false;
this.gpSrchAnnoText.Location = new System.Drawing.Point(1, 23); this.gpSrchAnnoText.Location = new System.Drawing.Point(1, 23);
this.gpSrchAnnoText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.gpSrchAnnoText.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpSrchAnnoText.Name = "gpSrchAnnoText"; this.gpSrchAnnoText.Name = "gpSrchAnnoText";
this.gpSrchAnnoText.Size = new System.Drawing.Size(367, 90); this.gpSrchAnnoText.Size = new System.Drawing.Size(275, 66);
// //
// //
// //
@ -725,9 +723,9 @@ namespace Volian.Controls.Library
this.panel4.Controls.Add(this.label2); this.panel4.Controls.Add(this.label2);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel4.Name = "panel4"; this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(361, 76); this.panel4.Size = new System.Drawing.Size(269, 62);
this.panel4.TabIndex = 9; this.panel4.TabIndex = 9;
// //
// cbxBooleanAnoTxtSrch // cbxBooleanAnoTxtSrch
@ -736,10 +734,9 @@ namespace Volian.Controls.Library
// //
// //
this.cbxBooleanAnoTxtSrch.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbxBooleanAnoTxtSrch.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cbxBooleanAnoTxtSrch.Location = new System.Drawing.Point(16, 50); this.cbxBooleanAnoTxtSrch.Location = new System.Drawing.Point(12, 41);
this.cbxBooleanAnoTxtSrch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbxBooleanAnoTxtSrch.Name = "cbxBooleanAnoTxtSrch"; this.cbxBooleanAnoTxtSrch.Name = "cbxBooleanAnoTxtSrch";
this.cbxBooleanAnoTxtSrch.Size = new System.Drawing.Size(148, 21); this.cbxBooleanAnoTxtSrch.Size = new System.Drawing.Size(111, 17);
this.cbxBooleanAnoTxtSrch.TabIndex = 8; this.cbxBooleanAnoTxtSrch.TabIndex = 8;
this.cbxBooleanAnoTxtSrch.Text = "Boolean Search"; this.cbxBooleanAnoTxtSrch.Text = "Boolean Search";
this.cbxBooleanAnoTxtSrch.Visible = false; this.cbxBooleanAnoTxtSrch.Visible = false;
@ -754,11 +751,11 @@ namespace Volian.Controls.Library
// //
this.cbxCaseSensitiveAnnoText.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbxCaseSensitiveAnnoText.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cbxCaseSensitiveAnnoText.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxCaseSensitiveAnnoText.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxCaseSensitiveAnnoText.Location = new System.Drawing.Point(16, 31); this.cbxCaseSensitiveAnnoText.Location = new System.Drawing.Point(12, 25);
this.cbxCaseSensitiveAnnoText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxCaseSensitiveAnnoText.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cbxCaseSensitiveAnnoText.Name = "cbxCaseSensitiveAnnoText"; this.cbxCaseSensitiveAnnoText.Name = "cbxCaseSensitiveAnnoText";
this.cbxCaseSensitiveAnnoText.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cbxCaseSensitiveAnnoText.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cbxCaseSensitiveAnnoText.Size = new System.Drawing.Size(109, 17); this.cbxCaseSensitiveAnnoText.Size = new System.Drawing.Size(92, 15);
this.superTooltip1.SetSuperTooltip(this.cbxCaseSensitiveAnnoText, new DevComponents.DotNetBar.SuperTooltipInfo("Case Sensitive", "", "When this box is checked, Search will find only exact mactches of the search text" + this.superTooltip1.SetSuperTooltip(this.cbxCaseSensitiveAnnoText, new DevComponents.DotNetBar.SuperTooltipInfo("Case Sensitive", "", "When this box is checked, Search will find only exact mactches of the search text" +
" you had entered.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100))); " you had entered.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
this.cbxCaseSensitiveAnnoText.TabIndex = 5; this.cbxCaseSensitiveAnnoText.TabIndex = 5;
@ -773,11 +770,11 @@ namespace Volian.Controls.Library
this.cbxTextSearchAnnotation.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxTextSearchAnnotation.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxTextSearchAnnotation.FormattingEnabled = true; this.cbxTextSearchAnnotation.FormattingEnabled = true;
this.cbxTextSearchAnnotation.ItemHeight = 16; this.cbxTextSearchAnnotation.ItemHeight = 16;
this.cbxTextSearchAnnotation.Location = new System.Drawing.Point(39, 0); this.cbxTextSearchAnnotation.Location = new System.Drawing.Point(30, 0);
this.cbxTextSearchAnnotation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxTextSearchAnnotation.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cbxTextSearchAnnotation.Name = "cbxTextSearchAnnotation"; this.cbxTextSearchAnnotation.Name = "cbxTextSearchAnnotation";
this.cbxTextSearchAnnotation.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cbxTextSearchAnnotation.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cbxTextSearchAnnotation.Size = new System.Drawing.Size(322, 22); this.cbxTextSearchAnnotation.Size = new System.Drawing.Size(239, 22);
this.superTooltip1.SetSuperTooltip(this.cbxTextSearchAnnotation, new DevComponents.DotNetBar.SuperTooltipInfo("Search For Annotaion Text", "", "Enter Annotation text to search for or select from the dropdown list.\r\n\r\nLeave Bl" + this.superTooltip1.SetSuperTooltip(this.cbxTextSearchAnnotation, new DevComponents.DotNetBar.SuperTooltipInfo("Search For Annotaion Text", "", "Enter Annotation text to search for or select from the dropdown list.\r\n\r\nLeave Bl" +
"ank to search for occurences of the selected annotation.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 140))); "ank to search for occurences of the selected annotation.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 140)));
this.cbxTextSearchAnnotation.TabIndex = 6; this.cbxTextSearchAnnotation.TabIndex = 6;
@ -793,9 +790,10 @@ namespace Volian.Controls.Library
this.label2.Dock = System.Windows.Forms.DockStyle.Left; this.label2.Dock = System.Windows.Forms.DockStyle.Left;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Location = new System.Drawing.Point(0, 0);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Padding = new System.Windows.Forms.Padding(0, 6, 0, 0); this.label2.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
this.label2.Size = new System.Drawing.Size(39, 23); this.label2.Size = new System.Drawing.Size(30, 18);
this.label2.TabIndex = 7; this.label2.TabIndex = 7;
this.label2.Text = "Find:"; this.label2.Text = "Find:";
// //
@ -809,10 +807,10 @@ namespace Volian.Controls.Library
this.cbxAnnoTypes.FormattingEnabled = true; this.cbxAnnoTypes.FormattingEnabled = true;
this.cbxAnnoTypes.ItemHeight = 16; this.cbxAnnoTypes.ItemHeight = 16;
this.cbxAnnoTypes.Location = new System.Drawing.Point(1, 1); this.cbxAnnoTypes.Location = new System.Drawing.Point(1, 1);
this.cbxAnnoTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxAnnoTypes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cbxAnnoTypes.Name = "cbxAnnoTypes"; this.cbxAnnoTypes.Name = "cbxAnnoTypes";
this.cbxAnnoTypes.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cbxAnnoTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cbxAnnoTypes.Size = new System.Drawing.Size(367, 22); this.cbxAnnoTypes.Size = new System.Drawing.Size(275, 22);
this.superTooltip1.SetSuperTooltip(this.cbxAnnoTypes, new DevComponents.DotNetBar.SuperTooltipInfo("Select Annotation Type", "", "Select the type of annotation to search for.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(192, 61))); this.superTooltip1.SetSuperTooltip(this.cbxAnnoTypes, new DevComponents.DotNetBar.SuperTooltipInfo("Select Annotation Type", "", "Select the type of annotation to search for.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(192, 61)));
this.cbxAnnoTypes.TabIndex = 0; this.cbxAnnoTypes.TabIndex = 0;
this.cbxAnnoTypes.WatermarkText = "Select AnnotationType to Search"; this.cbxAnnoTypes.WatermarkText = "Select AnnotationType to Search";
@ -831,10 +829,10 @@ namespace Volian.Controls.Library
this.contextMenuBar1.IsMaximized = false; this.contextMenuBar1.IsMaximized = false;
this.contextMenuBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.contextMenuBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnCMIFindText}); this.btnCMIFindText});
this.contextMenuBar1.Location = new System.Drawing.Point(300, -4); this.contextMenuBar1.Location = new System.Drawing.Point(225, -3);
this.contextMenuBar1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.contextMenuBar1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.contextMenuBar1.Name = "contextMenuBar1"; this.contextMenuBar1.Name = "contextMenuBar1";
this.contextMenuBar1.Size = new System.Drawing.Size(75, 29); this.contextMenuBar1.Size = new System.Drawing.Size(56, 25);
this.contextMenuBar1.Stretch = true; this.contextMenuBar1.Stretch = true;
this.contextMenuBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003; this.contextMenuBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
this.contextMenuBar1.TabIndex = 6; this.contextMenuBar1.TabIndex = 6;
@ -995,8 +993,8 @@ namespace Volian.Controls.Library
this.advTreeProcSets.Dock = System.Windows.Forms.DockStyle.Fill; this.advTreeProcSets.Dock = System.Windows.Forms.DockStyle.Fill;
this.advTreeProcSets.DragDropEnabled = false; this.advTreeProcSets.DragDropEnabled = false;
this.advTreeProcSets.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.advTreeProcSets.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.advTreeProcSets.Location = new System.Drawing.Point(0, 26); this.advTreeProcSets.Location = new System.Drawing.Point(0, 21);
this.advTreeProcSets.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.advTreeProcSets.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.advTreeProcSets.MultiSelect = true; this.advTreeProcSets.MultiSelect = true;
this.advTreeProcSets.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode; this.advTreeProcSets.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode;
this.advTreeProcSets.Name = "advTreeProcSets"; this.advTreeProcSets.Name = "advTreeProcSets";
@ -1007,7 +1005,7 @@ namespace Volian.Controls.Library
this.advTreeProcSets.NodeStyleSelected = this.elementStyle1; this.advTreeProcSets.NodeStyleSelected = this.elementStyle1;
this.advTreeProcSets.PathSeparator = ";"; this.advTreeProcSets.PathSeparator = ";";
this.advTreeProcSets.RightToLeft = System.Windows.Forms.RightToLeft.No; this.advTreeProcSets.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.advTreeProcSets.Size = new System.Drawing.Size(369, 168); this.advTreeProcSets.Size = new System.Drawing.Size(277, 107);
this.advTreeProcSets.Styles.Add(this.elementStyle1); this.advTreeProcSets.Styles.Add(this.elementStyle1);
this.advTreeProcSets.TabIndex = 0; this.advTreeProcSets.TabIndex = 0;
this.advTreeProcSets.Text = "advTree1"; this.advTreeProcSets.Text = "advTree1";
@ -1042,8 +1040,8 @@ namespace Volian.Controls.Library
this.advTreeStepTypes.Dock = System.Windows.Forms.DockStyle.Fill; this.advTreeStepTypes.Dock = System.Windows.Forms.DockStyle.Fill;
this.advTreeStepTypes.DragDropEnabled = false; this.advTreeStepTypes.DragDropEnabled = false;
this.advTreeStepTypes.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.advTreeStepTypes.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.advTreeStepTypes.Location = new System.Drawing.Point(0, 26); this.advTreeStepTypes.Location = new System.Drawing.Point(0, 21);
this.advTreeStepTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.advTreeStepTypes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.advTreeStepTypes.MultiSelect = true; this.advTreeStepTypes.MultiSelect = true;
this.advTreeStepTypes.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode; this.advTreeStepTypes.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode;
this.advTreeStepTypes.Name = "advTreeStepTypes"; this.advTreeStepTypes.Name = "advTreeStepTypes";
@ -1055,7 +1053,7 @@ namespace Volian.Controls.Library
this.advTreeStepTypes.PathSeparator = ";"; this.advTreeStepTypes.PathSeparator = ";";
this.advTreeStepTypes.RightToLeft = System.Windows.Forms.RightToLeft.No; this.advTreeStepTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.advTreeStepTypes.SelectionPerCell = true; this.advTreeStepTypes.SelectionPerCell = true;
this.advTreeStepTypes.Size = new System.Drawing.Size(369, 154); this.advTreeStepTypes.Size = new System.Drawing.Size(277, 125);
this.advTreeStepTypes.Styles.Add(this.elementStyle2); this.advTreeStepTypes.Styles.Add(this.elementStyle2);
this.advTreeStepTypes.TabIndex = 0; this.advTreeStepTypes.TabIndex = 0;
this.advTreeStepTypes.Text = "advTree1"; this.advTreeStepTypes.Text = "advTree1";
@ -1084,10 +1082,10 @@ namespace Volian.Controls.Library
this.grpPanSearchResults.Controls.Add(this.lbSrchResults); this.grpPanSearchResults.Controls.Add(this.lbSrchResults);
this.grpPanSearchResults.DisabledBackColor = System.Drawing.Color.Empty; this.grpPanSearchResults.DisabledBackColor = System.Drawing.Color.Empty;
this.grpPanSearchResults.Dock = System.Windows.Forms.DockStyle.Fill; this.grpPanSearchResults.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpPanSearchResults.Location = new System.Drawing.Point(0, 585); this.grpPanSearchResults.Location = new System.Drawing.Point(0, 445);
this.grpPanSearchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.grpPanSearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.grpPanSearchResults.Name = "grpPanSearchResults"; this.grpPanSearchResults.Name = "grpPanSearchResults";
this.grpPanSearchResults.Size = new System.Drawing.Size(369, 247); this.grpPanSearchResults.Size = new System.Drawing.Size(277, 231);
// //
// //
// //
@ -1124,12 +1122,11 @@ namespace Volian.Controls.Library
this.lbSrchResults.Dock = System.Windows.Forms.DockStyle.Fill; this.lbSrchResults.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbSrchResults.FormattingEnabled = true; this.lbSrchResults.FormattingEnabled = true;
this.lbSrchResults.HorizontalScrollbar = true; this.lbSrchResults.HorizontalScrollbar = true;
this.lbSrchResults.ItemHeight = 16;
this.lbSrchResults.Location = new System.Drawing.Point(0, 0); this.lbSrchResults.Location = new System.Drawing.Point(0, 0);
this.lbSrchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lbSrchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.lbSrchResults.Name = "lbSrchResults"; this.lbSrchResults.Name = "lbSrchResults";
this.lbSrchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lbSrchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lbSrchResults.Size = new System.Drawing.Size(271, 180); this.lbSrchResults.Size = new System.Drawing.Size(271, 210);
this.lbSrchResults.TabIndex = 0; this.lbSrchResults.TabIndex = 0;
this.lbSrchResults.SelectedIndexChanged += new System.EventHandler(this.lbSrchResults_SelectedValueChanged); this.lbSrchResults.SelectedIndexChanged += new System.EventHandler(this.lbSrchResults_SelectedValueChanged);
this.lbSrchResults.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbSrchResults_MouseMove); this.lbSrchResults.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbSrchResults_MouseMove);
@ -1148,10 +1145,10 @@ namespace Volian.Controls.Library
this.panSearchButtons.Controls.Add(this.btnPrnSrchRslts); this.panSearchButtons.Controls.Add(this.btnPrnSrchRslts);
this.panSearchButtons.DisabledBackColor = System.Drawing.Color.Empty; this.panSearchButtons.DisabledBackColor = System.Drawing.Color.Empty;
this.panSearchButtons.Dock = System.Windows.Forms.DockStyle.Top; this.panSearchButtons.Dock = System.Windows.Forms.DockStyle.Top;
this.panSearchButtons.Location = new System.Drawing.Point(0, 512); this.panSearchButtons.Location = new System.Drawing.Point(0, 386);
this.panSearchButtons.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panSearchButtons.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panSearchButtons.Name = "panSearchButtons"; this.panSearchButtons.Name = "panSearchButtons";
this.panSearchButtons.Size = new System.Drawing.Size(369, 73); this.panSearchButtons.Size = new System.Drawing.Size(277, 59);
this.panSearchButtons.Style.Alignment = System.Drawing.StringAlignment.Center; this.panSearchButtons.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panSearchButtons.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panSearchButtons.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panSearchButtons.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panSearchButtons.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
@ -1170,11 +1167,11 @@ namespace Volian.Controls.Library
this.btnClearSearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground; this.btnClearSearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
this.btnClearSearchResults.Enabled = false; this.btnClearSearchResults.Enabled = false;
this.btnClearSearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClearSearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClearSearchResults.Location = new System.Drawing.Point(316, 4); this.btnClearSearchResults.Location = new System.Drawing.Point(237, 3);
this.btnClearSearchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnClearSearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnClearSearchResults.Name = "btnClearSearchResults"; this.btnClearSearchResults.Name = "btnClearSearchResults";
this.btnClearSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnClearSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnClearSearchResults.Size = new System.Drawing.Size(49, 28); this.btnClearSearchResults.Size = new System.Drawing.Size(37, 23);
this.superTooltip1.SetSuperTooltip(this.btnClearSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Clear Search Results", "", "Clear Search Results just clears out the Search Results list.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.superTooltip1.SetSuperTooltip(this.btnClearSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Clear Search Results", "", "Clear Search Results just clears out the Search Results list.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnClearSearchResults.TabIndex = 11; this.btnClearSearchResults.TabIndex = 11;
this.btnClearSearchResults.Text = "Clear"; this.btnClearSearchResults.Text = "Clear";
@ -1187,11 +1184,11 @@ namespace Volian.Controls.Library
this.btnCopySearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground; this.btnCopySearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
this.btnCopySearchResults.Enabled = false; this.btnCopySearchResults.Enabled = false;
this.btnCopySearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCopySearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCopySearchResults.Location = new System.Drawing.Point(140, 36); this.btnCopySearchResults.Location = new System.Drawing.Point(105, 29);
this.btnCopySearchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCopySearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnCopySearchResults.Name = "btnCopySearchResults"; this.btnCopySearchResults.Name = "btnCopySearchResults";
this.btnCopySearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnCopySearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnCopySearchResults.Size = new System.Drawing.Size(57, 28); this.btnCopySearchResults.Size = new System.Drawing.Size(43, 23);
this.superTooltip1.SetSuperTooltip(this.btnCopySearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Copy Search Results", "", "This button copies the Search Results listed below into the copy/paste buffer. Th" + this.superTooltip1.SetSuperTooltip(this.btnCopySearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Copy Search Results", "", "This button copies the Search Results listed below into the copy/paste buffer. Th" +
"e copied data can then be pasted into another tool, such as a spreadsheet.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); "e copied data can then be pasted into another tool, such as a spreadsheet.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnCopySearchResults.TabIndex = 10; this.btnCopySearchResults.TabIndex = 10;
@ -1205,11 +1202,11 @@ namespace Volian.Controls.Library
this.btnSaveSearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground; this.btnSaveSearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
this.btnSaveSearchResults.Enabled = false; this.btnSaveSearchResults.Enabled = false;
this.btnSaveSearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSaveSearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSaveSearchResults.Location = new System.Drawing.Point(291, 36); this.btnSaveSearchResults.Location = new System.Drawing.Point(218, 29);
this.btnSaveSearchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSaveSearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnSaveSearchResults.Name = "btnSaveSearchResults"; this.btnSaveSearchResults.Name = "btnSaveSearchResults";
this.btnSaveSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnSaveSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnSaveSearchResults.Size = new System.Drawing.Size(57, 28); this.btnSaveSearchResults.Size = new System.Drawing.Size(43, 23);
this.superTooltip1.SetSuperTooltip(this.btnSaveSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Save Search Results", "", "This button saves the Search Results listed below into a named file in xml, csv, " + this.superTooltip1.SetSuperTooltip(this.btnSaveSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Save Search Results", "", "This button saves the Search Results listed below into a named file in xml, csv, " +
"tab or basic format.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); "tab or basic format.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnSaveSearchResults.TabIndex = 10; this.btnSaveSearchResults.TabIndex = 10;
@ -1222,11 +1219,11 @@ namespace Volian.Controls.Library
this.btnLoadSearchResults.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnLoadSearchResults.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnLoadSearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground; this.btnLoadSearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
this.btnLoadSearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLoadSearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLoadSearchResults.Location = new System.Drawing.Point(355, 36); this.btnLoadSearchResults.Location = new System.Drawing.Point(266, 29);
this.btnLoadSearchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnLoadSearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnLoadSearchResults.Name = "btnLoadSearchResults"; this.btnLoadSearchResults.Name = "btnLoadSearchResults";
this.btnLoadSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnLoadSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnLoadSearchResults.Size = new System.Drawing.Size(57, 28); this.btnLoadSearchResults.Size = new System.Drawing.Size(43, 23);
this.superTooltip1.SetSuperTooltip(this.btnLoadSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Save Search Results", "", "This button loads saved Search Results from a named file in xml, csv, tab or basi" + this.superTooltip1.SetSuperTooltip(this.btnLoadSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Save Search Results", "", "This button loads saved Search Results from a named file in xml, csv, tab or basi" +
"c format.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); "c format.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnLoadSearchResults.TabIndex = 10; this.btnLoadSearchResults.TabIndex = 10;
@ -1242,11 +1239,11 @@ namespace Volian.Controls.Library
// //
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelX1.Location = new System.Drawing.Point(4, 6); this.labelX1.Location = new System.Drawing.Point(3, 5);
this.labelX1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.labelX1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.labelX1.Name = "labelX1"; this.labelX1.Name = "labelX1";
this.labelX1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.labelX1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.labelX1.Size = new System.Drawing.Size(82, 17); this.labelX1.Size = new System.Drawing.Size(66, 14);
this.superTooltip1.SetSuperTooltip(this.labelX1, new DevComponents.DotNetBar.SuperTooltipInfo("Results Style", "", "The Search Results list can be formatted in one of four styles: Document Path, St" + this.superTooltip1.SetSuperTooltip(this.labelX1, new DevComponents.DotNetBar.SuperTooltipInfo("Results Style", "", "The Search Results list can be formatted in one of four styles: Document Path, St" +
"ep Path, Annotation Text and Document Text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); "ep Path, Annotation Text and Document Text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.labelX1.TabIndex = 9; this.labelX1.TabIndex = 9;
@ -1264,11 +1261,11 @@ namespace Volian.Controls.Library
this.comboItem2, this.comboItem2,
this.comboItem3, this.comboItem3,
this.comboItem4}); this.comboItem4});
this.cmbResultsStyle.Location = new System.Drawing.Point(93, 6); this.cmbResultsStyle.Location = new System.Drawing.Point(70, 5);
this.cmbResultsStyle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cmbResultsStyle.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbResultsStyle.Name = "cmbResultsStyle"; this.cmbResultsStyle.Name = "cmbResultsStyle";
this.cmbResultsStyle.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmbResultsStyle.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmbResultsStyle.Size = new System.Drawing.Size(145, 22); this.cmbResultsStyle.Size = new System.Drawing.Size(110, 22);
this.superTooltip1.SetSuperTooltip(this.cmbResultsStyle, new DevComponents.DotNetBar.SuperTooltipInfo("Results Style", "", "The Search Results list can be formatted in one of four styles: Document Path, St" + this.superTooltip1.SetSuperTooltip(this.cmbResultsStyle, new DevComponents.DotNetBar.SuperTooltipInfo("Results Style", "", "The Search Results list can be formatted in one of four styles: Document Path, St" +
"ep Path, Annotation Text and Document Text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); "ep Path, Annotation Text and Document Text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.cmbResultsStyle.TabIndex = 8; this.cmbResultsStyle.TabIndex = 8;
@ -1298,11 +1295,11 @@ namespace Volian.Controls.Library
// //
this.cbSorted.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbSorted.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cbSorted.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbSorted.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbSorted.Location = new System.Drawing.Point(203, 41); this.cbSorted.Location = new System.Drawing.Point(152, 33);
this.cbSorted.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbSorted.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cbSorted.Name = "cbSorted"; this.cbSorted.Name = "cbSorted";
this.cbSorted.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cbSorted.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cbSorted.Size = new System.Drawing.Size(46, 17); this.cbSorted.Size = new System.Drawing.Size(42, 15);
this.superTooltip1.SetSuperTooltip(this.cbSorted, new DevComponents.DotNetBar.SuperTooltipInfo("Sort Results", "", "Sorts results that are output into the Search Results list shown below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.superTooltip1.SetSuperTooltip(this.cbSorted, new DevComponents.DotNetBar.SuperTooltipInfo("Sort Results", "", "Sorts results that are output into the Search Results list shown below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.cbSorted.TabIndex = 7; this.cbSorted.TabIndex = 7;
this.cbSorted.Text = "Sort"; this.cbSorted.Text = "Sort";
@ -1314,11 +1311,11 @@ namespace Volian.Controls.Library
this.btnSearch.BackColor = System.Drawing.SystemColors.Control; this.btnSearch.BackColor = System.Drawing.SystemColors.Control;
this.btnSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb; this.btnSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
this.btnSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSearch.Location = new System.Drawing.Point(5, 36); this.btnSearch.Location = new System.Drawing.Point(4, 29);
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSearch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnSearch.Name = "btnSearch"; this.btnSearch.Name = "btnSearch";
this.btnSearch.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnSearch.Size = new System.Drawing.Size(67, 28); this.btnSearch.Size = new System.Drawing.Size(50, 23);
this.superTooltip1.SetSuperTooltip(this.btnSearch, new DevComponents.DotNetBar.SuperTooltipInfo("Search Button", "", "This will perform the search and place the results below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.superTooltip1.SetSuperTooltip(this.btnSearch, new DevComponents.DotNetBar.SuperTooltipInfo("Search Button", "", "This will perform the search and place the results below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnSearch.TabIndex = 4; this.btnSearch.TabIndex = 4;
this.btnSearch.Text = "Search"; this.btnSearch.Text = "Search";
@ -1331,11 +1328,11 @@ namespace Volian.Controls.Library
this.btnPrnSrchRslts.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground; this.btnPrnSrchRslts.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
this.btnPrnSrchRslts.Enabled = false; this.btnPrnSrchRslts.Enabled = false;
this.btnPrnSrchRslts.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPrnSrchRslts.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnPrnSrchRslts.Location = new System.Drawing.Point(77, 36); this.btnPrnSrchRslts.Location = new System.Drawing.Point(58, 29);
this.btnPrnSrchRslts.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnPrnSrchRslts.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnPrnSrchRslts.Name = "btnPrnSrchRslts"; this.btnPrnSrchRslts.Name = "btnPrnSrchRslts";
this.btnPrnSrchRslts.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnPrnSrchRslts.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnPrnSrchRslts.Size = new System.Drawing.Size(57, 28); this.btnPrnSrchRslts.Size = new System.Drawing.Size(43, 23);
this.superTooltip1.SetSuperTooltip(this.btnPrnSrchRslts, new DevComponents.DotNetBar.SuperTooltipInfo("Print Search Results", "", "This button generates a PDF of a standard formatted report regardless of what Res" + this.superTooltip1.SetSuperTooltip(this.btnPrnSrchRslts, new DevComponents.DotNetBar.SuperTooltipInfo("Print Search Results", "", "This button generates a PDF of a standard formatted report regardless of what Res" +
"ults Style is selected.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); "ults Style is selected.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnPrnSrchRslts.TabIndex = 5; this.btnPrnSrchRslts.TabIndex = 5;
@ -1363,11 +1360,11 @@ namespace Volian.Controls.Library
this.xpSetToSearch.DisabledBackColor = System.Drawing.Color.Empty; this.xpSetToSearch.DisabledBackColor = System.Drawing.Color.Empty;
this.xpSetToSearch.Dock = System.Windows.Forms.DockStyle.Top; this.xpSetToSearch.Dock = System.Windows.Forms.DockStyle.Top;
this.xpSetToSearch.ExpandOnTitleClick = true; this.xpSetToSearch.ExpandOnTitleClick = true;
this.xpSetToSearch.Location = new System.Drawing.Point(0, 138); this.xpSetToSearch.Location = new System.Drawing.Point(0, 112);
this.xpSetToSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.xpSetToSearch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.xpSetToSearch.Name = "xpSetToSearch"; this.xpSetToSearch.Name = "xpSetToSearch";
this.xpSetToSearch.RightToLeft = System.Windows.Forms.RightToLeft.No; this.xpSetToSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.xpSetToSearch.Size = new System.Drawing.Size(277, 158); this.xpSetToSearch.Size = new System.Drawing.Size(277, 128);
this.xpSetToSearch.Style.Alignment = System.Drawing.StringAlignment.Center; this.xpSetToSearch.Style.Alignment = System.Drawing.StringAlignment.Center;
this.xpSetToSearch.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.xpSetToSearch.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.xpSetToSearch.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.xpSetToSearch.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
@ -1379,6 +1376,7 @@ namespace Volian.Controls.Library
"rocedure sets are selected in this list, then PROMS will search All of the proce" + "rocedure sets are selected in this list, then PROMS will search All of the proce" +
"dure sets.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(196, 104))); "dure sets.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(196, 104)));
this.xpSetToSearch.TabIndex = 7; this.xpSetToSearch.TabIndex = 7;
this.xpSetToSearch.TitleHeight = 21;
this.xpSetToSearch.TitleStyle.Alignment = System.Drawing.StringAlignment.Center; this.xpSetToSearch.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
this.xpSetToSearch.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.xpSetToSearch.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.xpSetToSearch.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.xpSetToSearch.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
@ -1397,11 +1395,11 @@ namespace Volian.Controls.Library
this.xpStepTypes.DisabledBackColor = System.Drawing.Color.Empty; this.xpStepTypes.DisabledBackColor = System.Drawing.Color.Empty;
this.xpStepTypes.Dock = System.Windows.Forms.DockStyle.Top; this.xpStepTypes.Dock = System.Windows.Forms.DockStyle.Top;
this.xpStepTypes.ExpandOnTitleClick = true; this.xpStepTypes.ExpandOnTitleClick = true;
this.xpStepTypes.Location = new System.Drawing.Point(0, 332); this.xpStepTypes.Location = new System.Drawing.Point(0, 240);
this.xpStepTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.xpStepTypes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.xpStepTypes.Name = "xpStepTypes"; this.xpStepTypes.Name = "xpStepTypes";
this.xpStepTypes.RightToLeft = System.Windows.Forms.RightToLeft.No; this.xpStepTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.xpStepTypes.Size = new System.Drawing.Size(369, 180); this.xpStepTypes.Size = new System.Drawing.Size(277, 146);
this.xpStepTypes.Style.Alignment = System.Drawing.StringAlignment.Center; this.xpStepTypes.Style.Alignment = System.Drawing.StringAlignment.Center;
this.xpStepTypes.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.xpStepTypes.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.xpStepTypes.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.xpStepTypes.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
@ -1414,6 +1412,7 @@ namespace Volian.Controls.Library
"Step Elements are use.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(240, 115))); "Step Elements are use.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(240, 115)));
this.xpStepTypes.TabIndex = 8; this.xpStepTypes.TabIndex = 8;
this.xpStepTypes.ThemeAware = true; this.xpStepTypes.ThemeAware = true;
this.xpStepTypes.TitleHeight = 21;
this.xpStepTypes.TitleStyle.Alignment = System.Drawing.StringAlignment.Center; this.xpStepTypes.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
this.xpStepTypes.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.xpStepTypes.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.xpStepTypes.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.xpStepTypes.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
@ -1431,17 +1430,17 @@ namespace Volian.Controls.Library
// //
// DisplaySearch // DisplaySearch
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.grpPanSearchResults); this.Controls.Add(this.grpPanSearchResults);
this.Controls.Add(this.panSearchButtons); this.Controls.Add(this.panSearchButtons);
this.Controls.Add(this.xpStepTypes); this.Controls.Add(this.xpStepTypes);
this.Controls.Add(this.xpSetToSearch); this.Controls.Add(this.xpSetToSearch);
this.Controls.Add(this.tabSearchTypes); this.Controls.Add(this.tabSearchTypes);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "DisplaySearch"; this.Name = "DisplaySearch";
this.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.Size = new System.Drawing.Size(369, 832); this.Size = new System.Drawing.Size(277, 676);
((System.ComponentModel.ISupportInitialize)(this.tabSearchTypes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabSearchTypes)).EndInit();
this.tabSearchTypes.ResumeLayout(false); this.tabSearchTypes.ResumeLayout(false);
this.tabControlPanel4.ResumeLayout(false); this.tabControlPanel4.ResumeLayout(false);