Adjusted layout to work for 96 DPI - B2010-009
Default CheckBox - Y Location Default Label - Y Location Change Bar Combo - Width
This commit is contained in:
parent
41a4e5bac6
commit
5648ec2bc4
@ -193,7 +193,7 @@ namespace VEPROMS
|
||||
// ppBtnOK
|
||||
//
|
||||
this.ppBtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ppBtnOK.Location = new System.Drawing.Point(687, 321);
|
||||
this.ppBtnOK.Location = new System.Drawing.Point(687, 327);
|
||||
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnOK.Name = "ppBtnOK";
|
||||
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
|
||||
@ -206,7 +206,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppBtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ppBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.ppBtnCancel.Location = new System.Drawing.Point(784, 321);
|
||||
this.ppBtnCancel.Location = new System.Drawing.Point(784, 327);
|
||||
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnCancel.Name = "ppBtnCancel";
|
||||
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
||||
@ -656,7 +656,7 @@ namespace VEPROMS
|
||||
// ppBtnDefaultChgBar
|
||||
//
|
||||
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(351, 76);
|
||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(441, 76);
|
||||
this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
|
||||
this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(59, 25);
|
||||
@ -679,7 +679,7 @@ namespace VEPROMS
|
||||
this.ppCmbxChangeBarType.Location = new System.Drawing.Point(108, 76);
|
||||
this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
|
||||
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(237, 23);
|
||||
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(319, 23);
|
||||
this.ppCmbxChangeBarType.TabIndex = 52;
|
||||
this.ppCmbxChangeBarType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppCmbxChangeBarType.WatermarkText = "select change bar setting";
|
||||
@ -1977,7 +1977,7 @@ namespace VEPROMS
|
||||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.CancelButton = this.ppBtnCancel;
|
||||
this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ClientSize = new System.Drawing.Size(867, 355);
|
||||
this.ClientSize = new System.Drawing.Size(867, 361);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.tcFolder);
|
||||
this.Controls.Add(this.panButtons);
|
||||
|
Loading…
x
Reference in New Issue
Block a user