Newer
Older
EMS_SZ / FrmCompareLayers.designer.cs
root on 21 Mar 2016 13 KB first
namespace Cyberpipe
{
    partial class FrmCompareLayers
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.label1 = new System.Windows.Forms.Label();
            this.comboBoxdesignLayer = new System.Windows.Forms.ComboBox();
            this.comboBoxReallyLayer = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.buttonCompareLayer = new System.Windows.Forms.Button();
            this.dataGridViewDesignLayer = new System.Windows.Forms.DataGridView();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.dataGridViewReallyLayer = new System.Windows.Forms.DataGridView();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.飞行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.闪烁ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.buttonExportDesignLayer = new System.Windows.Forms.Button();
            this.buttonExportReallyLayer = new System.Windows.Forms.Button();
            this.labelDesignTotal = new System.Windows.Forms.Label();
            this.labelReallyTotal = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDesignLayer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewReallyLayer)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(287, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "右屏图层:";
            // 
            // comboBoxdesignLayer
            // 
            this.comboBoxdesignLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxdesignLayer.FormattingEnabled = true;
            this.comboBoxdesignLayer.Location = new System.Drawing.Point(372, 20);
            this.comboBoxdesignLayer.Name = "comboBoxdesignLayer";
            this.comboBoxdesignLayer.Size = new System.Drawing.Size(167, 20);
            this.comboBoxdesignLayer.TabIndex = 1;
            // 
            // comboBoxReallyLayer
            // 
            this.comboBoxReallyLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxReallyLayer.FormattingEnabled = true;
            this.comboBoxReallyLayer.Location = new System.Drawing.Point(93, 18);
            this.comboBoxReallyLayer.Name = "comboBoxReallyLayer";
            this.comboBoxReallyLayer.Size = new System.Drawing.Size(167, 20);
            this.comboBoxReallyLayer.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(26, 22);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "左屏图层:";
            // 
            // buttonCompareLayer
            // 
            this.buttonCompareLayer.Location = new System.Drawing.Point(577, 18);
            this.buttonCompareLayer.Name = "buttonCompareLayer";
            this.buttonCompareLayer.Size = new System.Drawing.Size(115, 23);
            this.buttonCompareLayer.TabIndex = 4;
            this.buttonCompareLayer.Text = "图层差异比较";
            this.buttonCompareLayer.UseVisualStyleBackColor = true;
            this.buttonCompareLayer.Click += new System.EventHandler(this.buttonCompare_Click);
            // 
            // dataGridViewDesignLayer
            // 
            this.dataGridViewDesignLayer.AllowUserToAddRows = false;
            this.dataGridViewDesignLayer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewDesignLayer.Location = new System.Drawing.Point(372, 68);
            this.dataGridViewDesignLayer.Name = "dataGridViewDesignLayer";
            this.dataGridViewDesignLayer.ReadOnly = true;
            this.dataGridViewDesignLayer.RowTemplate.Height = 23;
            this.dataGridViewDesignLayer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewDesignLayer.Size = new System.Drawing.Size(320, 172);
            this.dataGridViewDesignLayer.TabIndex = 5;
            this.dataGridViewDesignLayer.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewDesignLayer_CellMouseDoubleClick);
            this.dataGridViewDesignLayer.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewDesignLayer_MouseClick);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(370, 53);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(197, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "规划图层比实测图层多出来的对象:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(26, 53);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(197, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "实测图层比规划图层多出来的对象:";
            // 
            // dataGridViewReallyLayer
            // 
            this.dataGridViewReallyLayer.AllowUserToAddRows = false;
            this.dataGridViewReallyLayer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewReallyLayer.Location = new System.Drawing.Point(28, 68);
            this.dataGridViewReallyLayer.Name = "dataGridViewReallyLayer";
            this.dataGridViewReallyLayer.ReadOnly = true;
            this.dataGridViewReallyLayer.RowTemplate.Height = 23;
            this.dataGridViewReallyLayer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewReallyLayer.Size = new System.Drawing.Size(320, 172);
            this.dataGridViewReallyLayer.TabIndex = 8;
            this.dataGridViewReallyLayer.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewReallyLayer_CellMouseDoubleClick);
            this.dataGridViewReallyLayer.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewReallyLayer_MouseClick);
            // 
            // timer1
            // 
            this.timer1.Interval = 500;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.飞行ToolStripMenuItem,
            this.闪烁ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48);
            // 
            // 飞行ToolStripMenuItem
            // 
            this.飞行ToolStripMenuItem.Name = "飞行ToolStripMenuItem";
            this.飞行ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.飞行ToolStripMenuItem.Text = "飞行";
            this.飞行ToolStripMenuItem.Click += new System.EventHandler(this.飞行ToolStripMenuItem_Click);
            // 
            // 闪烁ToolStripMenuItem
            // 
            this.闪烁ToolStripMenuItem.Name = "闪烁ToolStripMenuItem";
            this.闪烁ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.闪烁ToolStripMenuItem.Text = "闪烁";
            this.闪烁ToolStripMenuItem.Click += new System.EventHandler(this.闪烁ToolStripMenuItem_Click);
            // 
            // buttonExportDesignLayer
            // 
            this.buttonExportDesignLayer.Location = new System.Drawing.Point(619, 246);
            this.buttonExportDesignLayer.Name = "buttonExportDesignLayer";
            this.buttonExportDesignLayer.Size = new System.Drawing.Size(73, 23);
            this.buttonExportDesignLayer.TabIndex = 10;
            this.buttonExportDesignLayer.Text = "导出Excel";
            this.buttonExportDesignLayer.UseVisualStyleBackColor = true;
            this.buttonExportDesignLayer.Click += new System.EventHandler(this.buttonExportDesignLayer_Click);
            // 
            // buttonExportReallyLayer
            // 
            this.buttonExportReallyLayer.Location = new System.Drawing.Point(276, 246);
            this.buttonExportReallyLayer.Name = "buttonExportReallyLayer";
            this.buttonExportReallyLayer.Size = new System.Drawing.Size(73, 23);
            this.buttonExportReallyLayer.TabIndex = 11;
            this.buttonExportReallyLayer.Text = "导出Excel";
            this.buttonExportReallyLayer.UseVisualStyleBackColor = true;
            this.buttonExportReallyLayer.Click += new System.EventHandler(this.buttonExportReallyLayer_Click);
            // 
            // labelDesignTotal
            // 
            this.labelDesignTotal.AutoSize = true;
            this.labelDesignTotal.Location = new System.Drawing.Point(376, 241);
            this.labelDesignTotal.Name = "labelDesignTotal";
            this.labelDesignTotal.Size = new System.Drawing.Size(0, 12);
            this.labelDesignTotal.TabIndex = 12;
            // 
            // labelReallyTotal
            // 
            this.labelReallyTotal.AutoSize = true;
            this.labelReallyTotal.Location = new System.Drawing.Point(30, 243);
            this.labelReallyTotal.Name = "labelReallyTotal";
            this.labelReallyTotal.Size = new System.Drawing.Size(0, 12);
            this.labelReallyTotal.TabIndex = 13;
            // 
            // FrmCompareLayers
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(717, 276);
            this.Controls.Add(this.labelReallyTotal);
            this.Controls.Add(this.buttonExportReallyLayer);
            this.Controls.Add(this.comboBoxReallyLayer);
            this.Controls.Add(this.labelDesignTotal);
            this.Controls.Add(this.dataGridViewReallyLayer);
            this.Controls.Add(this.buttonExportDesignLayer);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.comboBoxdesignLayer);
            this.Controls.Add(this.buttonCompareLayer);
            this.Controls.Add(this.dataGridViewDesignLayer);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "FrmCompareLayers";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "图层差异性";
            this.Load += new System.EventHandler(this.FrmCompareLayers_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDesignLayer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewReallyLayer)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox comboBoxdesignLayer;
        private System.Windows.Forms.ComboBox comboBoxReallyLayer;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button buttonCompareLayer;
        private System.Windows.Forms.DataGridView dataGridViewDesignLayer;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.DataGridView dataGridViewReallyLayer;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 飞行ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 闪烁ToolStripMenuItem;
        private System.Windows.Forms.Button buttonExportDesignLayer;
        private System.Windows.Forms.Button buttonExportReallyLayer;
        private System.Windows.Forms.Label labelDesignTotal;
        private System.Windows.Forms.Label labelReallyTotal;
    }
}