ABaseControl.Designer.cs 9.7 KB


using Acc.ImageBox;

namespace AccAOI.control
{
    partial class ABaseControl
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.btnSetArea = new Asa.Theme.FlatButton();
            this.btnClearArea = new Asa.Theme.FlatButton();
            this.panResult = new Asa.Theme.FlatPanel();
            this.panParam = new Asa.Theme.FlatPanel();
            this.panAreaSet = new Asa.Theme.FlatPanel();
            this.btnImgType = new Asa.Theme.FlatButton();
            this.panAreaImage = new Asa.Theme.FlatPanel();
            this.panControl = new Asa.Theme.FlatPanel();
            this.aoiImage = new Acc.ImageBox.ImageBox();
            this.panAreaSet.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnSetArea
            // 
            this.btnSetArea.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnSetArea.Font = new System.Drawing.Font("宋体", 9F);
            this.btnSetArea.ImageSize = new System.Drawing.Size(0, 0);
            this.btnSetArea.Inside = false;
            this.btnSetArea.Location = new System.Drawing.Point(124, 30);
            this.btnSetArea.Name = "btnSetArea";
            this.btnSetArea.Size = new System.Drawing.Size(83, 30);
            this.btnSetArea.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnSetArea.TabIndex = 7;
            this.btnSetArea.Text = "椭圆";
            this.btnSetArea.Click += new System.EventHandler(this.btnSetArea_Click);
            // 
            // btnClearArea
            // 
            this.btnClearArea.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnClearArea.Font = new System.Drawing.Font("宋体", 9F);
            this.btnClearArea.ImageSize = new System.Drawing.Size(0, 0);
            this.btnClearArea.Inside = false;
            this.btnClearArea.Location = new System.Drawing.Point(212, 274);
            this.btnClearArea.Name = "btnClearArea";
            this.btnClearArea.Size = new System.Drawing.Size(83, 30);
            this.btnClearArea.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnClearArea.TabIndex = 6;
            this.btnClearArea.Text = "清除";
            this.btnClearArea.Click += new System.EventHandler(this.btnClearArea_Click);
            // 
            // panResult
            // 
            this.panResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panResult.Inside = false;
            this.panResult.Location = new System.Drawing.Point(4, 491);
            this.panResult.Name = "panResult";
            this.panResult.Padding = new System.Windows.Forms.Padding(6, 30, 6, 6);
            this.panResult.Size = new System.Drawing.Size(298, 335);
            this.panResult.TabIndex = 5;
            this.panResult.Text = "结果判断";
            // 
            // panParam
            // 
            this.panParam.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panParam.Inside = false;
            this.panParam.Location = new System.Drawing.Point(4, 319);
            this.panParam.Name = "panParam";
            this.panParam.Padding = new System.Windows.Forms.Padding(6, 30, 6, 6);
            this.panParam.Size = new System.Drawing.Size(298, 167);
            this.panParam.TabIndex = 4;
            this.panParam.Text = "参数设置";
            // 
            // panAreaSet
            // 
            this.panAreaSet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panAreaSet.Controls.Add(this.btnImgType);
            this.panAreaSet.Controls.Add(this.btnSetArea);
            this.panAreaSet.Inside = false;
            this.panAreaSet.Location = new System.Drawing.Point(4, 244);
            this.panAreaSet.Name = "panAreaSet";
            this.panAreaSet.Padding = new System.Windows.Forms.Padding(6, 30, 6, 6);
            this.panAreaSet.Size = new System.Drawing.Size(298, 69);
            this.panAreaSet.TabIndex = 3;
            this.panAreaSet.Text = "区域设置-矩形";
            // 
            // btnImgType
            // 
            this.btnImgType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnImgType.Font = new System.Drawing.Font("宋体", 9F);
            this.btnImgType.ImageSize = new System.Drawing.Size(0, 0);
            this.btnImgType.Inside = false;
            this.btnImgType.Location = new System.Drawing.Point(6, 30);
            this.btnImgType.Name = "btnImgType";
            this.btnImgType.Size = new System.Drawing.Size(115, 30);
            this.btnImgType.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnImgType.TabIndex = 8;
            this.btnImgType.Text = "原图";
            this.btnImgType.Click += new System.EventHandler(this.btnImgType_Click);
            // 
            // panAreaImage
            // 
            this.panAreaImage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panAreaImage.Inside = false;
            this.panAreaImage.Location = new System.Drawing.Point(4, 27);
            this.panAreaImage.Name = "panAreaImage";
            this.panAreaImage.Padding = new System.Windows.Forms.Padding(6, 30, 6, 6);
            this.panAreaImage.Size = new System.Drawing.Size(298, 212);
            this.panAreaImage.TabIndex = 1;
            this.panAreaImage.Text = "区域图片";
            // 
            // panControl
            // 
            this.panControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panControl.Inside = false;
            this.panControl.Location = new System.Drawing.Point(0, 0);
            this.panControl.Name = "panControl";
            this.panControl.Padding = new System.Windows.Forms.Padding(6, 30, 6, 6);
            this.panControl.Size = new System.Drawing.Size(310, 831);
            this.panControl.TabIndex = 0;
            this.panControl.Text = "斑点分析";
            // 
            // aoiImage
            // 
            this.aoiImage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.aoiImage.ImeMode = System.Windows.Forms.ImeMode.On;
            this.aoiImage.Location = new System.Drawing.Point(9, 53);
            this.aoiImage.Name = "aoiImage";
            this.aoiImage.Size = new System.Drawing.Size(288, 182);
            this.aoiImage.TabIndex = 2;
            // 
            // ABaseControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.ClientSize = new System.Drawing.Size(312, 833);
            this.Controls.Add(this.btnClearArea);
            this.Controls.Add(this.panResult);
            this.Controls.Add(this.panParam);
            this.Controls.Add(this.panAreaSet);
            this.Controls.Add(this.aoiImage);
            this.Controls.Add(this.panAreaImage);
            this.Controls.Add(this.panControl);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "ABaseControl";
            this.Load += new System.EventHandler(this.ABaseControl_Load);
            this.VisibleChanged += new System.EventHandler(this.ABaseControl_VisibleChanged);
            this.panAreaSet.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion
        private Asa.Theme.FlatPanel panAreaImage;
        private Asa.Theme.FlatPanel panAreaSet;
        private Asa.Theme.FlatButton btnClearArea;
        private Asa.Theme.FlatButton btnSetArea;
        protected Asa.Theme.FlatPanel panParam;
        protected Asa.Theme.FlatPanel panResult;
        public ImageBox aoiImage;
        private Asa.Theme.FlatButton btnImgType;
        private Asa.Theme.FlatPanel panControl;
    }
}