Commit ee5368c8 刘韬

优化plus界面缩放

1 个父辈 10ae6846
......@@ -140,7 +140,7 @@ namespace SmartScan
//
// CboLanguage
//
this.CboLanguage.Anchor = System.Windows.Forms.AnchorStyles.None;
this.CboLanguage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CboLanguage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.CboLanguage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.CboLanguage.BorderWidth = 2;
......@@ -230,7 +230,6 @@ namespace SmartScan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(1024, 730);
this.Controls.Add(this.but_Labeling);
this.Controls.Add(this.Keywordlabeling);
......@@ -244,7 +243,6 @@ namespace SmartScan
this.Controls.Add(this.BtnKeyword);
this.Controls.Add(this.BtnMaterial);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.MinimizeBox = false;
this.Name = "FrmSetPlus";
this.Text = "FrmSet";
this.Load += new System.EventHandler(this.FrmSet_Load);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!