Adjusted layout to work for 96 DPI - B2010-009

Number TextBox Width
	Default CheckBox - AutoSize
This commit is contained in:
Rich 2011-01-04 21:12:01 +00:00
parent 5648ec2bc4
commit 752f30361e

View File

@ -1023,6 +1023,7 @@ namespace VEPROMS
// ppCbShwDefSettings
//
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.Location = new System.Drawing.Point(6, 395);
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" +
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCbShwDefSettings.TabIndex = 5;
@ -1572,7 +1573,7 @@ namespace VEPROMS
this.ppProcNumStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
this.ppProcNumStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
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.Text = "";
this.ppProcNumStpRTB.ThisContextMenuStrip = null;