Adjusted layout to work for 96 DPI - B2010-009

Result Style Label - AutoSize
	Result Style ComboBox - Width
	Clear Button Location - X-Location
	Sort Results CheckBox - AutoSize
Adjusted layout to work for 96 DPI - B2010-009
	Manual Page Break CheckBox - AutoSize
	Continuous Action Summary CheckBox - AutoSize
This commit is contained in:
Rich 2011-01-04 21:14:40 +00:00
parent d376368c20
commit 0096b94fe8
2 changed files with 1087 additions and 1079 deletions

View File

@ -1019,14 +1019,16 @@ namespace Volian.Controls.Library
this.panSearchButtons.TabIndex = 6; this.panSearchButtons.TabIndex = 6;
this.panSearchButtons.Text = "panelEx1"; this.panSearchButtons.Text = "panelEx1";
this.panSearchButtons.ThemeAware = true; this.panSearchButtons.ThemeAware = true;
this.panSearchButtons.Resize += new System.EventHandler(this.panSearchButtons_Resize);
// //
// btnClearSearchResults // btnClearSearchResults
// //
this.btnClearSearchResults.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnClearSearchResults.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnClearSearchResults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
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(244, 4); this.btnClearSearchResults.Location = new System.Drawing.Point(316, 4);
this.btnClearSearchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnClearSearchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 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;
@ -1057,6 +1059,7 @@ namespace Volian.Controls.Library
// //
// labelX1 // labelX1
// //
this.labelX1.AutoSize = true;
// //
// //
// //
@ -1067,7 +1070,7 @@ namespace Volian.Controls.Library
this.labelX1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.labelX1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 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(83, 23); this.labelX1.Size = new System.Drawing.Size(82, 17);
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;
@ -1113,6 +1116,7 @@ namespace Volian.Controls.Library
// //
// cbSorted // cbSorted
// //
this.cbSorted.AutoSize = true;
// //
// //
// //
@ -1123,7 +1127,7 @@ namespace Volian.Controls.Library
this.cbSorted.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbSorted.Margin = new System.Windows.Forms.Padding(3, 2, 3, 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(92, 23); this.cbSorted.Size = new System.Drawing.Size(93, 17);
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 Results"; this.cbSorted.Text = "Sort Results";
@ -1265,6 +1269,7 @@ namespace Volian.Controls.Library
((System.ComponentModel.ISupportInitialize)(this.advTreeStepTypes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.advTreeStepTypes)).EndInit();
this.grpPanSearchResults.ResumeLayout(false); this.grpPanSearchResults.ResumeLayout(false);
this.panSearchButtons.ResumeLayout(false); this.panSearchButtons.ResumeLayout(false);
this.panSearchButtons.PerformLayout();
this.xpSetToSearch.ResumeLayout(false); this.xpSetToSearch.ResumeLayout(false);
this.xpStepTypes.ResumeLayout(false); this.xpStepTypes.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);

View File

@ -95,6 +95,7 @@ namespace Volian.Controls.Library
// //
// cbCAS // cbCAS
// //
this.cbCAS.AutoSize = true;
// //
// //
// //
@ -109,6 +110,7 @@ namespace Volian.Controls.Library
// //
// cbPageBreak // cbPageBreak
// //
this.cbPageBreak.AutoSize = true;
// //
// //
// //
@ -408,6 +410,7 @@ namespace Volian.Controls.Library
this.Name = "DisplayTags"; this.Name = "DisplayTags";
this.Size = new System.Drawing.Size(230, 630); this.Size = new System.Drawing.Size(230, 630);
this.groupPanelMisc.ResumeLayout(false); this.groupPanelMisc.ResumeLayout(false);
this.groupPanelMisc.PerformLayout();
this.groupPanelCheckoff.ResumeLayout(false); this.groupPanelCheckoff.ResumeLayout(false);
this.groupPanelApplic.ResumeLayout(false); this.groupPanelApplic.ResumeLayout(false);
this.groupPanelChgBar.ResumeLayout(false); this.groupPanelChgBar.ResumeLayout(false);