namespace DH.UI.Model.Winform
{
    partial class Canvas
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Canvas));
            this.ctmsElements = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmiResort = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiInitialState = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiClearStandardValue = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiClearActualValue = new System.Windows.Forms.ToolStripMenuItem();
            this.ctmsKeepElements = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmiUnselectElements = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiKeepSelected = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiKeepUnselected = new System.Windows.Forms.ToolStripMenuItem();
            this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
            this.scMain = new System.Windows.Forms.SplitContainer();
            this.tsROIs = new System.Windows.Forms.ToolStrip();
            this.tsTool = new System.Windows.Forms.ToolStrip();
            this.tsBtnLoadImage = new System.Windows.Forms.ToolStripButton();
            this.tsBtnSaveImage = new System.Windows.Forms.ToolStripButton();
            this.tsBtnSaveImageWithElements = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsBtnMapSize = new System.Windows.Forms.ToolStripButton();
            this.tsBtnScreenSize = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsBtnModeNormal = new System.Windows.Forms.ToolStripButton();
            this.tsBtnModeSelection = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.chkShowChecked = new System.Windows.Forms.CheckBox();
            this.dgElements = new System.Windows.Forms.DataGridView();
            this.colEnableState = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.propGridElement = new System.Windows.Forms.PropertyGrid();
            this.miniToolStrip = new System.Windows.Forms.ToolStrip();
            this.stsStatus = new System.Windows.Forms.StatusStrip();
            this.tsslLocation = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsslMouseState = new System.Windows.Forms.ToolStripStatusLabel();
            this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ctmsElements.SuspendLayout();
            this.ctmsKeepElements.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
            this.scMain.Panel1.SuspendLayout();
            this.scMain.Panel2.SuspendLayout();
            this.scMain.SuspendLayout();
            this.tsTool.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgElements)).BeginInit();
            this.stsStatus.SuspendLayout();
            this.SuspendLayout();
            // 
            // ctmsElements
            // 
            this.ctmsElements.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiResort,
            this.tsmiInitialState,
            this.tsmiClearStandardValue,
            this.tsmiClearActualValue});
            this.ctmsElements.Name = "ctmsElements";
            this.ctmsElements.Size = new System.Drawing.Size(137, 92);
            // 
            // tsmiResort
            // 
            this.tsmiResort.Name = "tsmiResort";
            this.tsmiResort.Size = new System.Drawing.Size(136, 22);
            this.tsmiResort.Text = "重新排序";
            this.tsmiResort.Click += new System.EventHandler(this.tsmiResort_Click);
            // 
            // tsmiInitialState
            // 
            this.tsmiInitialState.Name = "tsmiInitialState";
            this.tsmiInitialState.Size = new System.Drawing.Size(136, 22);
            this.tsmiInitialState.Text = "初始化";
            this.tsmiInitialState.Click += new System.EventHandler(this.tsmiInitialState_Click);
            // 
            // tsmiClearStandardValue
            // 
            this.tsmiClearStandardValue.Name = "tsmiClearStandardValue";
            this.tsmiClearStandardValue.Size = new System.Drawing.Size(136, 22);
            this.tsmiClearStandardValue.Text = "清空标准值";
            this.tsmiClearStandardValue.Click += new System.EventHandler(this.tsmiClearStandardValue_Click);
            // 
            // tsmiClearActualValue
            // 
            this.tsmiClearActualValue.Name = "tsmiClearActualValue";
            this.tsmiClearActualValue.Size = new System.Drawing.Size(136, 22);
            this.tsmiClearActualValue.Text = "清空测量值";
            this.tsmiClearActualValue.Click += new System.EventHandler(this.tsmiClearActualValue_Click);
            // 
            // ctmsKeepElements
            // 
            this.ctmsKeepElements.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiUnselectElements,
            this.tsmiKeepSelected,
            this.tsmiKeepUnselected});
            this.ctmsKeepElements.Name = "ctmsKeepElements";
            this.ctmsKeepElements.Size = new System.Drawing.Size(173, 70);
            // 
            // tsmiUnselectElements
            // 
            this.tsmiUnselectElements.Name = "tsmiUnselectElements";
            this.tsmiUnselectElements.Size = new System.Drawing.Size(172, 22);
            this.tsmiUnselectElements.Text = "取消全部基元选择";
            this.tsmiUnselectElements.Click += new System.EventHandler(this.tsmiUnselectElements_Click);
            // 
            // tsmiKeepSelected
            // 
            this.tsmiKeepSelected.Name = "tsmiKeepSelected";
            this.tsmiKeepSelected.Size = new System.Drawing.Size(172, 22);
            this.tsmiKeepSelected.Text = "保留选中的基元";
            this.tsmiKeepSelected.Click += new System.EventHandler(this.tsmiKeepSelected_Click);
            // 
            // tsmiKeepUnselected
            // 
            this.tsmiKeepUnselected.Name = "tsmiKeepUnselected";
            this.tsmiKeepUnselected.Size = new System.Drawing.Size(172, 22);
            this.tsmiKeepUnselected.Text = "保留未选中的基元";
            this.tsmiKeepUnselected.Click += new System.EventHandler(this.tsmiKeepUnselected_Click);
            // 
            // BottomToolStripPanel
            // 
            this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.BottomToolStripPanel.Name = "BottomToolStripPanel";
            this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // TopToolStripPanel
            // 
            this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.TopToolStripPanel.Name = "TopToolStripPanel";
            this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // RightToolStripPanel
            // 
            this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.RightToolStripPanel.Name = "RightToolStripPanel";
            this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // LeftToolStripPanel
            // 
            this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.LeftToolStripPanel.Name = "LeftToolStripPanel";
            this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // ContentPanel
            // 
            this.ContentPanel.Size = new System.Drawing.Size(610, 417);
            // 
            // scMain
            // 
            this.scMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.scMain.Location = new System.Drawing.Point(0, 0);
            this.scMain.Name = "scMain";
            // 
            // scMain.Panel1
            // 
            this.scMain.Panel1.Controls.Add(this.tsROIs);
            this.scMain.Panel1.Controls.Add(this.tsTool);
            // 
            // scMain.Panel2
            // 
            this.scMain.Panel2.Controls.Add(this.splitContainer1);
            this.scMain.Size = new System.Drawing.Size(635, 467);
            this.scMain.SplitterDistance = 399;
            this.scMain.TabIndex = 4;
            // 
            // tsROIs
            // 
            this.tsROIs.Location = new System.Drawing.Point(29, 0);
            this.tsROIs.Name = "tsROIs";
            this.tsROIs.Size = new System.Drawing.Size(370, 25);
            this.tsROIs.TabIndex = 2;
            this.tsROIs.Text = "toolStrip1";
            this.tsROIs.Visible = false;
            // 
            // tsTool
            // 
            this.tsTool.Dock = System.Windows.Forms.DockStyle.Left;
            this.tsTool.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tsTool.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.tsTool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsBtnLoadImage,
            this.tsBtnSaveImage,
            this.tsBtnSaveImageWithElements,
            this.toolStripSeparator4,
            this.tsBtnMapSize,
            this.tsBtnScreenSize,
            this.toolStripSeparator1,
            this.tsBtnModeNormal,
            this.tsBtnModeSelection,
            this.toolStripSeparator2});
            this.tsTool.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
            this.tsTool.Location = new System.Drawing.Point(0, 0);
            this.tsTool.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
            this.tsTool.Name = "tsTool";
            this.tsTool.Size = new System.Drawing.Size(29, 467);
            this.tsTool.TabIndex = 1;
            this.tsTool.Text = "toolStrip1";
            // 
            // tsBtnLoadImage
            // 
            this.tsBtnLoadImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsBtnLoadImage.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnLoadImage.Image")));
            this.tsBtnLoadImage.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBtnLoadImage.Name = "tsBtnLoadImage";
            this.tsBtnLoadImage.Size = new System.Drawing.Size(26, 28);
            this.tsBtnLoadImage.Text = "LoadImage";
            this.tsBtnLoadImage.ToolTipText = "Load Image";
            this.tsBtnLoadImage.Click += new System.EventHandler(this.tsBtnLoadImage_Click);
            // 
            // tsBtnSaveImage
            // 
            this.tsBtnSaveImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsBtnSaveImage.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnSaveImage.Image")));
            this.tsBtnSaveImage.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBtnSaveImage.Name = "tsBtnSaveImage";
            this.tsBtnSaveImage.Size = new System.Drawing.Size(26, 28);
            this.tsBtnSaveImage.Text = "SaveImage";
            this.tsBtnSaveImage.Click += new System.EventHandler(this.tsBtnSaveImage_Click);
            // 
            // tsBtnSaveImageWithElements
            // 
            this.tsBtnSaveImageWithElements.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsBtnSaveImageWithElements.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnSaveImageWithElements.Image")));
            this.tsBtnSaveImageWithElements.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBtnSaveImageWithElements.Name = "tsBtnSaveImageWithElements";
            this.tsBtnSaveImageWithElements.Size = new System.Drawing.Size(26, 28);
            this.tsBtnSaveImageWithElements.Text = "SaveImageWithElements";
            this.tsBtnSaveImageWithElements.Click += new System.EventHandler(this.tsBtnSaveImageWithElements_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(26, 6);
            // 
            // tsBtnMapSize
            // 
            this.tsBtnMapSize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsBtnMapSize.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnMapSize.Image")));
            this.tsBtnMapSize.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBtnMapSize.Name = "tsBtnMapSize";
            this.tsBtnMapSize.Size = new System.Drawing.Size(26, 28);
            this.tsBtnMapSize.Text = "Original";
            this.tsBtnMapSize.ToolTipText = "Map Size";
            this.tsBtnMapSize.Click += new System.EventHandler(this.tsBtnMapSize_Click);
            // 
            // tsBtnScreenSize
            // 
            this.tsBtnScreenSize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsBtnScreenSize.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnScreenSize.Image")));
            this.tsBtnScreenSize.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBtnScreenSize.Name = "tsBtnScreenSize";
            this.tsBtnScreenSize.Size = new System.Drawing.Size(26, 28);
            this.tsBtnScreenSize.Text = "toolStripButton2";
            this.tsBtnScreenSize.ToolTipText = "Screen Size";
            this.tsBtnScreenSize.Click += new System.EventHandler(this.tsBtnScreenSize_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(26, 6);
            // 
            // tsBtnModeNormal
            // 
            this.tsBtnModeNormal.CheckOnClick = true;
            this.tsBtnModeNormal.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsBtnModeNormal.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnModeNormal.Image")));
            this.tsBtnModeNormal.ImageTransparentColor = System.Drawing.SystemColors.Control;
            this.tsBtnModeNormal.Name = "tsBtnModeNormal";
            this.tsBtnModeNormal.Size = new System.Drawing.Size(26, 28);
            this.tsBtnModeNormal.Text = "Normal Mode";
            this.tsBtnModeNormal.ToolTipText = "Normal Mode";
            this.tsBtnModeNormal.CheckedChanged += new System.EventHandler(this.tsBtnModeNormal_CheckedChanged);
            // 
            // tsBtnModeSelection
            // 
            this.tsBtnModeSelection.CheckOnClick = true;
            this.tsBtnModeSelection.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsBtnModeSelection.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnModeSelection.Image")));
            this.tsBtnModeSelection.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBtnModeSelection.Name = "tsBtnModeSelection";
            this.tsBtnModeSelection.Size = new System.Drawing.Size(26, 28);
            this.tsBtnModeSelection.Text = "Selection Mode";
            this.tsBtnModeSelection.CheckedChanged += new System.EventHandler(this.tsBtnModeNormal_CheckedChanged);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(26, 6);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.chkShowChecked);
            this.splitContainer1.Panel1.Controls.Add(this.dgElements);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.propGridElement);
            this.splitContainer1.Size = new System.Drawing.Size(232, 467);
            this.splitContainer1.SplitterDistance = 215;
            this.splitContainer1.TabIndex = 2;
            // 
            // chkShowChecked
            // 
            this.chkShowChecked.AutoSize = true;
            this.chkShowChecked.Location = new System.Drawing.Point(14, 8);
            this.chkShowChecked.Name = "chkShowChecked";
            this.chkShowChecked.Size = new System.Drawing.Size(110, 17);
            this.chkShowChecked.TabIndex = 1;
            this.chkShowChecked.Text = "仅显示选中项目";
            this.chkShowChecked.UseVisualStyleBackColor = true;
            this.chkShowChecked.CheckedChanged += new System.EventHandler(this.chkShowChecked_CheckedChanged);
            // 
            // dgElements
            // 
            this.dgElements.AllowUserToAddRows = false;
            this.dgElements.AllowUserToDeleteRows = false;
            this.dgElements.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.dgElements.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.dgElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgElements.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colEnableState,
            this.colId,
            this.colIndex,
            this.colName});
            this.dgElements.Location = new System.Drawing.Point(0, 30);
            this.dgElements.MultiSelect = false;
            this.dgElements.Name = "dgElements";
            this.dgElements.RowTemplate.Height = 23;
            this.dgElements.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgElements.Size = new System.Drawing.Size(232, 185);
            this.dgElements.TabIndex = 0;
            this.dgElements.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgElements_CellMouseDoubleClick);
            this.dgElements.SelectionChanged += new System.EventHandler(this.dgElements_SelectionChanged);
            // 
            // colEnableState
            // 
            this.colEnableState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.colEnableState.DataPropertyName = "IsEnabled";
            this.colEnableState.FillWeight = 41.95804F;
            this.colEnableState.HeaderText = "";
            this.colEnableState.MinimumWidth = 30;
            this.colEnableState.Name = "colEnableState";
            this.colEnableState.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            // 
            // colId
            // 
            this.colId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.colId.DataPropertyName = "ID";
            this.colId.HeaderText = "ID";
            this.colId.MinimumWidth = 30;
            this.colId.Name = "colId";
            this.colId.ReadOnly = true;
            this.colId.Visible = false;
            // 
            // colIndex
            // 
            this.colIndex.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.colIndex.DataPropertyName = "Index";
            this.colIndex.HeaderText = "序号";
            this.colIndex.MinimumWidth = 40;
            this.colIndex.Name = "colIndex";
            this.colIndex.ReadOnly = true;
            this.colIndex.Width = 56;
            // 
            // colName
            // 
            this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.colName.DataPropertyName = "Name";
            this.colName.FillWeight = 158.042F;
            this.colName.HeaderText = "名称";
            this.colName.MinimumWidth = 60;
            this.colName.Name = "colName";
            this.colName.ReadOnly = true;
            // 
            // propGridElement
            // 
            this.propGridElement.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propGridElement.LargeButtons = true;
            this.propGridElement.LineColor = System.Drawing.SystemColors.ControlDark;
            this.propGridElement.Location = new System.Drawing.Point(0, 0);
            this.propGridElement.Margin = new System.Windows.Forms.Padding(3, 3, 3, 50);
            this.propGridElement.Name = "propGridElement";
            this.propGridElement.Size = new System.Drawing.Size(232, 248);
            this.propGridElement.TabIndex = 0;
            this.propGridElement.ToolbarVisible = false;
            this.propGridElement.SelectedObjectsChanged += new System.EventHandler(this.propGridElement_SelectedObjectsChanged);
            // 
            // miniToolStrip
            // 
            this.miniToolStrip.AccessibleName = "新项选择";
            this.miniToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ButtonDropDown;
            this.miniToolStrip.AutoSize = false;
            this.miniToolStrip.CanOverflow = false;
            this.miniToolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.miniToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.miniToolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.miniToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
            this.miniToolStrip.Location = new System.Drawing.Point(0, 235);
            this.miniToolStrip.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
            this.miniToolStrip.Name = "miniToolStrip";
            this.miniToolStrip.Size = new System.Drawing.Size(29, 237);
            this.miniToolStrip.TabIndex = 1;
            // 
            // stsStatus
            // 
            this.stsStatus.BackColor = System.Drawing.Color.Transparent;
            this.stsStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsslLocation,
            this.tsslMouseState});
            this.stsStatus.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.stsStatus.Location = new System.Drawing.Point(0, 445);
            this.stsStatus.Name = "stsStatus";
            this.stsStatus.Size = new System.Drawing.Size(635, 22);
            this.stsStatus.TabIndex = 0;
            this.stsStatus.Text = "statusStrip1";
            // 
            // tsslLocation
            // 
            this.tsslLocation.Name = "tsslLocation";
            this.tsslLocation.Size = new System.Drawing.Size(24, 17);
            this.tsslLocation.Text = "    ";
            // 
            // tsslMouseState
            // 
            this.tsslMouseState.Name = "tsslMouseState";
            this.tsslMouseState.Size = new System.Drawing.Size(52, 17);
            this.tsslMouseState.Text = "           ";
            // 
            // dataGridViewCheckBoxColumn1
            // 
            this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.dataGridViewCheckBoxColumn1.DataPropertyName = "IsEnabled";
            this.dataGridViewCheckBoxColumn1.FillWeight = 41.95804F;
            this.dataGridViewCheckBoxColumn1.HeaderText = "";
            this.dataGridViewCheckBoxColumn1.MinimumWidth = 30;
            this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
            this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
            this.dataGridViewTextBoxColumn1.HeaderText = "ID";
            this.dataGridViewTextBoxColumn1.MinimumWidth = 30;
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            this.dataGridViewTextBoxColumn1.Visible = false;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader;
            this.dataGridViewTextBoxColumn2.DataPropertyName = "Index";
            this.dataGridViewTextBoxColumn2.HeaderText = "序号";
            this.dataGridViewTextBoxColumn2.MinimumWidth = 40;
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader;
            this.dataGridViewTextBoxColumn3.DataPropertyName = "Name";
            this.dataGridViewTextBoxColumn3.FillWeight = 158.042F;
            this.dataGridViewTextBoxColumn3.HeaderText = "名称";
            this.dataGridViewTextBoxColumn3.MinimumWidth = 80;
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // Canvas
            // 
            this.Controls.Add(this.stsStatus);
            this.Controls.Add(this.scMain);
            this.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
            this.Name = "Canvas";
            this.Size = new System.Drawing.Size(635, 467);
            this.ctmsElements.ResumeLayout(false);
            this.ctmsKeepElements.ResumeLayout(false);
            this.scMain.Panel1.ResumeLayout(false);
            this.scMain.Panel1.PerformLayout();
            this.scMain.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit();
            this.scMain.ResumeLayout(false);
            this.tsTool.ResumeLayout(false);
            this.tsTool.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgElements)).EndInit();
            this.stsStatus.ResumeLayout(false);
            this.stsStatus.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.ContextMenuStrip ctmsElements;
        private System.Windows.Forms.ToolStripMenuItem tsmiResort;
        private System.Windows.Forms.ToolStripMenuItem tsmiInitialState;
        private System.Windows.Forms.ToolStripMenuItem tsmiClearStandardValue;
        private System.Windows.Forms.ToolStripMenuItem tsmiClearActualValue;
        private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
        private System.Windows.Forms.ContextMenuStrip ctmsKeepElements;
        private System.Windows.Forms.ToolStripMenuItem tsmiKeepSelected;
        private System.Windows.Forms.ToolStripMenuItem tsmiKeepUnselected;
        private System.Windows.Forms.ToolStripMenuItem tsmiUnselectElements;
        private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
        private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
        private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
        private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
        private System.Windows.Forms.ToolStripContentPanel ContentPanel;
        private System.Windows.Forms.SplitContainer scMain;
        private System.Windows.Forms.StatusStrip stsStatus;
        private System.Windows.Forms.ToolStripStatusLabel tsslLocation;
        private System.Windows.Forms.ToolStripStatusLabel tsslMouseState;
        private System.Windows.Forms.ToolStrip tsTool;
        private System.Windows.Forms.ToolStripButton tsBtnLoadImage;
        private System.Windows.Forms.ToolStripButton tsBtnSaveImage;
        private System.Windows.Forms.ToolStripButton tsBtnSaveImageWithElements;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton tsBtnMapSize;
        private System.Windows.Forms.ToolStripButton tsBtnScreenSize;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton tsBtnModeNormal;
        private System.Windows.Forms.ToolStripButton tsBtnModeSelection;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.CheckBox chkShowChecked;
        private System.Windows.Forms.DataGridView dgElements;
        private System.Windows.Forms.DataGridViewCheckBoxColumn colEnableState;
        private System.Windows.Forms.DataGridViewTextBoxColumn colId;
        private System.Windows.Forms.DataGridViewTextBoxColumn colIndex;
        private System.Windows.Forms.DataGridViewTextBoxColumn colName;
        private System.Windows.Forms.PropertyGrid propGridElement;
        private System.Windows.Forms.ToolStrip miniToolStrip;
        private System.Windows.Forms.ToolStrip tsROIs;
    }
}