领胜LDS 键盘AOI检测项目
wells.liu
2020-07-02 f391747ad784f65c4f5c8f6640e094d01f3fdb79
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
namespace Bro.Common.Base.UI
{
    partial class CtrlCameraRunBase
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        #region 组件设计器生成的代码
 
        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlCameraRunBase));
            System.Drawing.Drawing2D.Matrix matrix1 = new System.Drawing.Drawing2D.Matrix();
            this.cvImage = new Bro.Common.UI.Canvas();
            this.SuspendLayout();
            // 
            // cvImage
            // 
            this.cvImage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cvImage.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
            this.cvImage.ImageFilePath = null;
            this.cvImage.IsShowElementList = false;
            this.cvImage.IsShowROITool = false;
            this.cvImage.Location = new System.Drawing.Point(0, 0);
            this.cvImage.MAP = ((System.Drawing.Bitmap)(resources.GetObject("cvImage.MAP")));
            this.cvImage.Matrix = matrix1;
            this.cvImage.MouseState = Bro.Common.Helper.EnumHelper.MouseState.Normal;
            this.cvImage.Name = "cvImage";
            this.cvImage.Size = new System.Drawing.Size(478, 440);
            this.cvImage.TabIndex = 0;
            // 
            // CtrlCameraRunBase
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.cvImage);
            this.Name = "CtrlCameraRunBase";
            this.Size = new System.Drawing.Size(478, 440);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private Common.UI.Canvas cvImage;
    }
}