mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-24 08:46:35 +08:00
1、解决因在debug目录下放置多余的dll导致反射时报错的问题
2、解决显示窗口滑动时,坐标及灰度值不实时更新的问题 3、解决模板匹配工具,模板图像不更新的问题 4、将各工具的生成位置改至主程序的debug目录下
This commit is contained in:
4
ImageWindow/HWindowTool_Smart.Designer.cs
generated
4
ImageWindow/HWindowTool_Smart.Designer.cs
generated
@@ -77,11 +77,11 @@ namespace ViewROI
|
||||
this.grayValueLable.BackColor = System.Drawing.Color.Transparent;
|
||||
this.grayValueLable.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.grayValueLable.IsScaled = false;
|
||||
this.grayValueLable.Location = new System.Drawing.Point(3, 430);
|
||||
this.grayValueLable.Location = new System.Drawing.Point(3, 432);
|
||||
this.grayValueLable.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.grayValueLable.Name = "grayValueLable";
|
||||
this.grayValueLable.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
||||
this.grayValueLable.Size = new System.Drawing.Size(260, 26);
|
||||
this.grayValueLable.Size = new System.Drawing.Size(260, 24);
|
||||
this.grayValueLable.Symbol = 61483;
|
||||
this.grayValueLable.TabIndex = 4;
|
||||
this.grayValueLable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
|
||||
Reference in New Issue
Block a user