Adjusted layout to work for 96 DPI - B2010-009
Number TextBox Width Default CheckBox - AutoSize
This commit is contained in:
parent
5648ec2bc4
commit
752f30361e
@ -1023,6 +1023,7 @@ namespace VEPROMS
|
|||||||
// ppCbShwDefSettings
|
// ppCbShwDefSettings
|
||||||
//
|
//
|
||||||
this.ppCbShwDefSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.ppCbShwDefSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
|
this.ppCbShwDefSettings.AutoSize = true;
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
@ -1030,7 +1031,7 @@ namespace VEPROMS
|
|||||||
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
this.ppCbShwDefSettings.Location = new System.Drawing.Point(6, 395);
|
this.ppCbShwDefSettings.Location = new System.Drawing.Point(6, 395);
|
||||||
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
|
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
|
||||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(152, 23);
|
this.ppCbShwDefSettings.Size = new System.Drawing.Size(150, 17);
|
||||||
this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
|
this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
|
||||||
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||||
this.ppCbShwDefSettings.TabIndex = 5;
|
this.ppCbShwDefSettings.TabIndex = 5;
|
||||||
@ -1572,7 +1573,7 @@ namespace VEPROMS
|
|||||||
this.ppProcNumStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
|
this.ppProcNumStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
|
||||||
this.ppProcNumStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
this.ppProcNumStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
||||||
this.ppProcNumStpRTB.ShowDebug = false;
|
this.ppProcNumStpRTB.ShowDebug = false;
|
||||||
this.ppProcNumStpRTB.Size = new System.Drawing.Size(153, 20);
|
this.ppProcNumStpRTB.Size = new System.Drawing.Size(539, 20);
|
||||||
this.ppProcNumStpRTB.TabIndex = 0;
|
this.ppProcNumStpRTB.TabIndex = 0;
|
||||||
this.ppProcNumStpRTB.Text = "";
|
this.ppProcNumStpRTB.Text = "";
|
||||||
this.ppProcNumStpRTB.ThisContextMenuStrip = null;
|
this.ppProcNumStpRTB.ThisContextMenuStrip = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user