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
2149
PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs
generated
2149
PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
//
|
||||
//
|
||||
//
|
||||
@ -124,7 +126,7 @@ namespace Volian.Controls.Library
|
||||
// cmbCheckoff
|
||||
//
|
||||
this.cmbCheckoff.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.cmbCheckoff.DisplayMember = "Text";
|
||||
this.cmbCheckoff.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.cmbCheckoff.FormattingEnabled = true;
|
||||
@ -181,7 +183,7 @@ namespace Volian.Controls.Library
|
||||
// checkedListBoxApplic
|
||||
//
|
||||
this.checkedListBoxApplic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.checkedListBoxApplic.CheckOnClick = true;
|
||||
this.checkedListBoxApplic.FormattingEnabled = true;
|
||||
this.checkedListBoxApplic.Items.AddRange(new object[] {
|
||||
@ -286,7 +288,7 @@ namespace Volian.Controls.Library
|
||||
this.rbChgBarOff.Name = "rbChgBarOff";
|
||||
this.rbChgBarOff.Size = new System.Drawing.Size(56, 21);
|
||||
this.superTooltipTags.SetSuperTooltip(this.rbChgBarOff, new DevComponents.DotNetBar.SuperTooltipInfo("Change Bar OFF", "", "Turn change bar off. Note that \'OVERRIDE\' will turn off a change bar even though" +
|
||||
" text is changed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
" text is changed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.rbChgBarOff.TabIndex = 2;
|
||||
this.rbChgBarOff.TabStop = true;
|
||||
this.rbChgBarOff.Text = "OFF";
|
||||
@ -353,7 +355,7 @@ namespace Volian.Controls.Library
|
||||
// lblNoTypeChgReason
|
||||
//
|
||||
this.lblNoTypeChgReason.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.lblNoTypeChgReason.BackColor = System.Drawing.Color.Transparent;
|
||||
//
|
||||
//
|
||||
@ -373,7 +375,7 @@ namespace Volian.Controls.Library
|
||||
this.cbChgAll.Name = "cbChgAll";
|
||||
this.cbChgAll.Size = new System.Drawing.Size(153, 21);
|
||||
this.superTooltipTags.SetSuperTooltip(this.cbChgAll, new DevComponents.DotNetBar.SuperTooltipInfo("Change Step Type - All At Level", "", "When checked, all steps at the level of current step will have their step type ch" +
|
||||
"anged to the selected type in list below...", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"anged to the selected type in list below...", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbChgAll.TabIndex = 4;
|
||||
this.cbChgAll.Text = "Change All At Level";
|
||||
this.cbChgAll.UseVisualStyleBackColor = false;
|
||||
@ -381,14 +383,14 @@ namespace Volian.Controls.Library
|
||||
// listBoxStepTypes
|
||||
//
|
||||
this.listBoxStepTypes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.listBoxStepTypes.FormattingEnabled = true;
|
||||
this.listBoxStepTypes.ItemHeight = 16;
|
||||
this.listBoxStepTypes.Location = new System.Drawing.Point(3, 35);
|
||||
this.listBoxStepTypes.Name = "listBoxStepTypes";
|
||||
this.listBoxStepTypes.Size = new System.Drawing.Size(218, 116);
|
||||
this.superTooltipTags.SetSuperTooltip(this.listBoxStepTypes, new DevComponents.DotNetBar.SuperTooltipInfo("Possible Step Types", "", "This list allows change of type showing all selections of any possible step type " +
|
||||
"for the current step.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"for the current step.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.listBoxStepTypes.TabIndex = 3;
|
||||
this.listBoxStepTypes.SelectedIndexChanged += new System.EventHandler(this.listBoxStepTypes_SelectedIndexChanged);
|
||||
//
|
||||
@ -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