Commit 7e75e114 刘韬

修改角度差英语

1 个父辈 1f65d3cc
...@@ -24,7 +24,7 @@ namespace AOIProject ...@@ -24,7 +24,7 @@ namespace AOIProject
//string path = "F:\\Data\\"; //string path = "F:\\Data\\";
//string filename = "F:\\Data\\11111.data"; //string filename = "F:\\Data\\11111.data";
AccAOI.camera.CameraManager.LoadCamera(); AccAOI.camera.CameraManager.LoadCamera();
//AOIResourceCulture.SetCurrentCulture(AOIResourceCulture.English); AOIResourceCulture.SetCurrentCulture(AOIResourceCulture.English);
//Application.Run(new FrmAoiSetting(filename, null,path)); //Application.Run(new FrmAoiSetting(filename, null,path));
Application.Run(new FrmAoiSetting()); Application.Run(new FrmAoiSetting());
AccAOI.camera.CameraManager.CloseCamera(); AccAOI.camera.CameraManager.CloseCamera();
......
...@@ -89,7 +89,7 @@ AioEyemMarkControl_flatLabel2_Text=Mark area x ...@@ -89,7 +89,7 @@ AioEyemMarkControl_flatLabel2_Text=Mark area x
AioEyemMarkControl_flatLabel1_Text=Matching area: AioEyemMarkControl_flatLabel1_Text=Matching area:
AioEyemMarkControl_btnClearArea_Text=Clear AioEyemMarkControl_btnClearArea_Text=Clear
AioEyemTempMatchControl_btnTest_Text=Test result AioEyemTempMatchControl_btnTest_Text=Test result
AioEyemTempMatchControl_flatLabel1_Text=Angle difference: AioEyemTempMatchControl_flatLabel1_Text=Angular Difference:
AioEyemTempMatchControl_flatLabel3_Text=Similarity: AioEyemTempMatchControl_flatLabel3_Text=Similarity:
AioEyemTempMatchControl_btnClearArea_Text=Clear AioEyemTempMatchControl_btnClearArea_Text=Clear
图像校准点=Image Calibration Point 图像校准点=Image Calibration Point
......
...@@ -51,15 +51,15 @@ ...@@ -51,15 +51,15 @@
this.panParam.Controls.Add(this.flatLabel1); this.panParam.Controls.Add(this.flatLabel1);
this.panParam.Controls.Add(this.trackBarSamePercent); this.panParam.Controls.Add(this.trackBarSamePercent);
this.panParam.Controls.Add(this.flatLabel3); this.panParam.Controls.Add(this.flatLabel3);
this.panParam.Size = new System.Drawing.Size(298, 132); this.panParam.Size = new System.Drawing.Size(298, 143);
// //
// panResult // panResult
// //
this.panResult.Controls.Add(this.lblTime); this.panResult.Controls.Add(this.lblTime);
this.panResult.Controls.Add(this.btnTest); this.panResult.Controls.Add(this.btnTest);
this.panResult.Controls.Add(this.lblResult); this.panResult.Controls.Add(this.lblResult);
this.panResult.Location = new System.Drawing.Point(4, 460); this.panResult.Location = new System.Drawing.Point(4, 468);
this.panResult.Size = new System.Drawing.Size(298, 363); this.panResult.Size = new System.Drawing.Size(298, 355);
// //
// lblResult // lblResult
// //
...@@ -100,10 +100,10 @@ ...@@ -100,10 +100,10 @@
// trackBarSamePercent // trackBarSamePercent
// //
this.trackBarSamePercent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.trackBarSamePercent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.trackBarSamePercent.Location = new System.Drawing.Point(125, 40); this.trackBarSamePercent.Location = new System.Drawing.Point(160, 40);
this.trackBarSamePercent.Maximum = 100; this.trackBarSamePercent.Maximum = 100;
this.trackBarSamePercent.Name = "trackBarSamePercent"; this.trackBarSamePercent.Name = "trackBarSamePercent";
this.trackBarSamePercent.Size = new System.Drawing.Size(165, 45); this.trackBarSamePercent.Size = new System.Drawing.Size(133, 45);
this.trackBarSamePercent.TabIndex = 12; this.trackBarSamePercent.TabIndex = 12;
this.trackBarSamePercent.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBarSamePercent.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarSamePercent.Value = 80; this.trackBarSamePercent.Value = 80;
...@@ -116,17 +116,17 @@ ...@@ -116,17 +116,17 @@
this.flatLabel3.Inside = false; this.flatLabel3.Inside = false;
this.flatLabel3.Location = new System.Drawing.Point(6, 37); this.flatLabel3.Location = new System.Drawing.Point(6, 37);
this.flatLabel3.Name = "flatLabel3"; this.flatLabel3.Name = "flatLabel3";
this.flatLabel3.Size = new System.Drawing.Size(70, 30); this.flatLabel3.Size = new System.Drawing.Size(117, 30);
this.flatLabel3.TabIndex = 11; this.flatLabel3.TabIndex = 11;
this.flatLabel3.Text = "相似度:"; this.flatLabel3.Text = "相似度:";
this.flatLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.flatLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
// //
// txtSamePercent // txtSamePercent
// //
this.txtSamePercent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.txtSamePercent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.txtSamePercent.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtSamePercent.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtSamePercent.Inside = false; this.txtSamePercent.Inside = false;
this.txtSamePercent.Location = new System.Drawing.Point(82, 37); this.txtSamePercent.Location = new System.Drawing.Point(124, 37);
this.txtSamePercent.Name = "txtSamePercent"; this.txtSamePercent.Name = "txtSamePercent";
this.txtSamePercent.Padding = new System.Windows.Forms.Padding(3); this.txtSamePercent.Padding = new System.Windows.Forms.Padding(3);
this.txtSamePercent.Size = new System.Drawing.Size(41, 30); this.txtSamePercent.Size = new System.Drawing.Size(41, 30);
...@@ -139,20 +139,20 @@ ...@@ -139,20 +139,20 @@
this.flatLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.flatLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.flatLabel1.Font = new System.Drawing.Font("微软雅黑", 9F); this.flatLabel1.Font = new System.Drawing.Font("微软雅黑", 9F);
this.flatLabel1.Inside = false; this.flatLabel1.Inside = false;
this.flatLabel1.Location = new System.Drawing.Point(6, 87); this.flatLabel1.Location = new System.Drawing.Point(6, 88);
this.flatLabel1.Name = "flatLabel1"; this.flatLabel1.Name = "flatLabel1";
this.flatLabel1.Size = new System.Drawing.Size(70, 30); this.flatLabel1.Size = new System.Drawing.Size(117, 32);
this.flatLabel1.TabIndex = 11; this.flatLabel1.TabIndex = 11;
this.flatLabel1.Text = "角度差:"; this.flatLabel1.Text = "角度差: ";
this.flatLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.flatLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
// //
// trackBarAnglePercent // trackBarAnglePercent
// //
this.trackBarAnglePercent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.trackBarAnglePercent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.trackBarAnglePercent.Location = new System.Drawing.Point(125, 90); this.trackBarAnglePercent.Location = new System.Drawing.Point(160, 90);
this.trackBarAnglePercent.Maximum = 180; this.trackBarAnglePercent.Maximum = 180;
this.trackBarAnglePercent.Name = "trackBarAnglePercent"; this.trackBarAnglePercent.Name = "trackBarAnglePercent";
this.trackBarAnglePercent.Size = new System.Drawing.Size(165, 45); this.trackBarAnglePercent.Size = new System.Drawing.Size(136, 45);
this.trackBarAnglePercent.TabIndex = 12; this.trackBarAnglePercent.TabIndex = 12;
this.trackBarAnglePercent.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBarAnglePercent.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarAnglePercent.Value = 180; this.trackBarAnglePercent.Value = 180;
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
this.txtAnglePercent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.txtAnglePercent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.txtAnglePercent.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtAnglePercent.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtAnglePercent.Inside = false; this.txtAnglePercent.Inside = false;
this.txtAnglePercent.Location = new System.Drawing.Point(82, 87); this.txtAnglePercent.Location = new System.Drawing.Point(124, 88);
this.txtAnglePercent.Name = "txtAnglePercent"; this.txtAnglePercent.Name = "txtAnglePercent";
this.txtAnglePercent.Padding = new System.Windows.Forms.Padding(3); this.txtAnglePercent.Padding = new System.Windows.Forms.Padding(3);
this.txtAnglePercent.Size = new System.Drawing.Size(41, 30); this.txtAnglePercent.Size = new System.Drawing.Size(41, 30);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!