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:
parent
d376368c20
commit
0096b94fe8
@ -1019,14 +1019,16 @@ namespace Volian.Controls.Library
|
||||
this.panSearchButtons.TabIndex = 6;
|
||||
this.panSearchButtons.Text = "panelEx1";
|
||||
this.panSearchButtons.ThemeAware = true;
|
||||
this.panSearchButtons.Resize += new System.EventHandler(this.panSearchButtons_Resize);
|
||||
//
|
||||
// btnClearSearchResults
|
||||
//
|
||||
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.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.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.Name = "btnClearSearchResults";
|
||||
this.btnClearSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
@ -1057,6 +1059,7 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
// 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.Name = "labelX1";
|
||||
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" +
|
||||
"ep Path, Annotation Text and Document Text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.labelX1.TabIndex = 9;
|
||||
@ -1113,6 +1116,7 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
// 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.Name = "cbSorted";
|
||||
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.cbSorted.TabIndex = 7;
|
||||
this.cbSorted.Text = "Sort Results";
|
||||
@ -1265,6 +1269,7 @@ namespace Volian.Controls.Library
|
||||
((System.ComponentModel.ISupportInitialize)(this.advTreeStepTypes)).EndInit();
|
||||
this.grpPanSearchResults.ResumeLayout(false);
|
||||
this.panSearchButtons.ResumeLayout(false);
|
||||
this.panSearchButtons.PerformLayout();
|
||||
this.xpSetToSearch.ResumeLayout(false);
|
||||
this.xpStepTypes.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
@ -95,6 +95,7 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
// cbCAS
|
||||
//
|
||||
this.cbCAS.AutoSize = true;
|
||||
//
|
||||
//
|
||||
//
|
||||
@ -109,6 +110,7 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
// cbPageBreak
|
||||
//
|
||||
this.cbPageBreak.AutoSize = true;
|
||||
//
|
||||
//
|
||||
//
|
||||
@ -408,6 +410,7 @@ namespace Volian.Controls.Library
|
||||
this.Name = "DisplayTags";
|
||||
this.Size = new System.Drawing.Size(230, 630);
|
||||
this.groupPanelMisc.ResumeLayout(false);
|
||||
this.groupPanelMisc.PerformLayout();
|
||||
this.groupPanelCheckoff.ResumeLayout(false);
|
||||
this.groupPanelApplic.ResumeLayout(false);
|
||||
this.groupPanelChgBar.ResumeLayout(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user