Newer
Older
EMS_SZ / FrmShResult.Designer.cs
root on 21 Mar 2016 19 KB first
namespace Cyberpipe
{
    partial class FrmShResult
    {
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.VJJTxt = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.HJJTxt = new System.Windows.Forms.TextBox();
            this.resultLbl = new System.Windows.Forms.Label();
            this.dgridShHResult = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.审核图层1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.审核编号1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.dgridShVResult = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.审核图层 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.审核编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.buttonEXP = new System.Windows.Forms.Button();
            this.buttonExp1 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgridShHResult)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgridShVResult)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.buttonExp1);
            this.groupBox1.Controls.Add(this.buttonEXP);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.VJJTxt);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.HJJTxt);
            this.groupBox1.Controls.Add(this.resultLbl);
            this.groupBox1.Controls.Add(this.dgridShHResult);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.dgridShVResult);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(437, 352);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "审核结果列表";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(296, 324);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(58, 23);
            this.button1.TabIndex = 15;
            this.button1.Text = "提交";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(258, 331);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(17, 12);
            this.label4.TabIndex = 14;
            this.label4.Text = "米";
            // 
            // VJJTxt
            // 
            this.VJJTxt.Location = new System.Drawing.Point(204, 325);
            this.VJJTxt.Name = "VJJTxt";
            this.VJJTxt.Size = new System.Drawing.Size(52, 21);
            this.VJJTxt.TabIndex = 13;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(121, 331);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(77, 12);
            this.label3.TabIndex = 12;
            this.label3.Text = "米;垂直净距";
            // 
            // HJJTxt
            // 
            this.HJJTxt.Location = new System.Drawing.Point(61, 325);
            this.HJJTxt.Name = "HJJTxt";
            this.HJJTxt.Size = new System.Drawing.Size(54, 21);
            this.HJJTxt.TabIndex = 11;
            // 
            // resultLbl
            // 
            this.resultLbl.AutoSize = true;
            this.resultLbl.Location = new System.Drawing.Point(6, 330);
            this.resultLbl.Name = "resultLbl";
            this.resultLbl.Size = new System.Drawing.Size(53, 12);
            this.resultLbl.TabIndex = 10;
            this.resultLbl.Text = "水平净距";
            // 
            // dgridShHResult
            // 
            this.dgridShHResult.AllowUserToAddRows = false;
            this.dgridShHResult.AllowUserToDeleteRows = false;
            this.dgridShHResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dgridShHResult.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dgridShHResult.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
            this.dgridShHResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgridShHResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.审核图层1,
            this.审核编号1,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5});
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgridShHResult.DefaultCellStyle = dataGridViewCellStyle3;
            this.dgridShHResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dgridShHResult.Location = new System.Drawing.Point(6, 189);
            this.dgridShHResult.Name = "dgridShHResult";
            this.dgridShHResult.ReadOnly = true;
            this.dgridShHResult.RowHeadersVisible = false;
            this.dgridShHResult.RowTemplate.Height = 23;
            this.dgridShHResult.Size = new System.Drawing.Size(425, 131);
            this.dgridShHResult.TabIndex = 9;
            this.dgridShHResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgridShHResult_CellDoubleClick);
            // 
            // 审核图层1
            // 
            this.审核图层1.FillWeight = 100.441F;
            this.审核图层1.HeaderText = "审核图层";
            this.审核图层1.MinimumWidth = 30;
            this.审核图层1.Name = "审核图层1";
            this.审核图层1.ReadOnly = true;
            // 
            // 审核编号1
            // 
            this.审核编号1.FillWeight = 100.9208F;
            this.审核编号1.HeaderText = "审核编号";
            this.审核编号1.MinimumWidth = 30;
            this.审核编号1.Name = "审核编号1";
            this.审核编号1.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.FillWeight = 101.5228F;
            this.dataGridViewTextBoxColumn3.HeaderText = "问题图层";
            this.dataGridViewTextBoxColumn3.MinimumWidth = 30;
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.FillWeight = 98.55771F;
            this.dataGridViewTextBoxColumn4.HeaderText = "问题编号";
            this.dataGridViewTextBoxColumn4.MinimumWidth = 30;
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.FillWeight = 98.55771F;
            this.dataGridViewTextBoxColumn5.HeaderText = "水平净距";
            this.dataGridViewTextBoxColumn5.MinimumWidth = 30;
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(7, 172);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 8;
            this.label2.Text = "水平净距结果";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(8, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 7;
            this.label1.Text = "垂直净距结果";
            // 
            // dgridShVResult
            // 
            this.dgridShVResult.AllowUserToAddRows = false;
            this.dgridShVResult.AllowUserToDeleteRows = false;
            this.dgridShVResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dgridShVResult.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dgridShVResult.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
            this.dgridShVResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgridShVResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.审核图层,
            this.审核编号,
            this.dataGridViewTextBoxColumn23,
            this.dataGridViewTextBoxColumn24,
            this.dataGridViewTextBoxColumn25});
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgridShVResult.DefaultCellStyle = dataGridViewCellStyle4;
            this.dgridShVResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dgridShVResult.Location = new System.Drawing.Point(6, 32);
            this.dgridShVResult.Name = "dgridShVResult";
            this.dgridShVResult.ReadOnly = true;
            this.dgridShVResult.RowHeadersVisible = false;
            this.dgridShVResult.RowTemplate.Height = 23;
            this.dgridShVResult.Size = new System.Drawing.Size(425, 131);
            this.dgridShVResult.TabIndex = 6;
            this.dgridShVResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgridShVResult_CellDoubleClick);
            // 
            // 审核图层
            // 
            this.审核图层.FillWeight = 100.441F;
            this.审核图层.HeaderText = "审核图层";
            this.审核图层.MinimumWidth = 30;
            this.审核图层.Name = "审核图层";
            this.审核图层.ReadOnly = true;
            // 
            // 审核编号
            // 
            this.审核编号.FillWeight = 100.9208F;
            this.审核编号.HeaderText = "审核编号";
            this.审核编号.MinimumWidth = 30;
            this.审核编号.Name = "审核编号";
            this.审核编号.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn23
            // 
            this.dataGridViewTextBoxColumn23.FillWeight = 101.5228F;
            this.dataGridViewTextBoxColumn23.HeaderText = "问题图层";
            this.dataGridViewTextBoxColumn23.MinimumWidth = 30;
            this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
            this.dataGridViewTextBoxColumn23.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn24
            // 
            this.dataGridViewTextBoxColumn24.FillWeight = 98.55771F;
            this.dataGridViewTextBoxColumn24.HeaderText = "问题编号";
            this.dataGridViewTextBoxColumn24.MinimumWidth = 30;
            this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
            this.dataGridViewTextBoxColumn24.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn25
            // 
            this.dataGridViewTextBoxColumn25.FillWeight = 98.55771F;
            this.dataGridViewTextBoxColumn25.HeaderText = "垂直净距";
            this.dataGridViewTextBoxColumn25.MinimumWidth = 30;
            this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
            this.dataGridViewTextBoxColumn25.ReadOnly = true;
            // 
            // timer1
            // 
            this.timer1.Interval = 500;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // buttonEXP
            // 
            this.buttonEXP.Location = new System.Drawing.Point(367, 165);
            this.buttonEXP.Name = "buttonEXP";
            this.buttonEXP.Size = new System.Drawing.Size(58, 23);
            this.buttonEXP.TabIndex = 16;
            this.buttonEXP.Text = "导出";
            this.buttonEXP.UseVisualStyleBackColor = true;
            this.buttonEXP.Click += new System.EventHandler(this.buttonEXP_Click);
            // 
            // buttonExp1
            // 
            this.buttonExp1.Location = new System.Drawing.Point(367, 325);
            this.buttonExp1.Name = "buttonExp1";
            this.buttonExp1.Size = new System.Drawing.Size(58, 23);
            this.buttonExp1.TabIndex = 17;
            this.buttonExp1.Text = "导出";
            this.buttonExp1.UseVisualStyleBackColor = true;
            this.buttonExp1.Click += new System.EventHandler(this.buttonExp1_Click);
            // 
            // FrmShResult
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(437, 352);
            this.Controls.Add(this.groupBox1);
            this.DoubleBuffered = true;
            this.MinimizeBox = false;
            this.Name = "FrmShResult";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "审核结果";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmShResult_FormClosed);
            this.Load += new System.EventHandler(this.FrmShResult_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgridShHResult)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgridShVResult)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ColorDialog colorDialog1;
        private System.Windows.Forms.GroupBox groupBox1;
        private DevComponents.DotNetBar.Controls.DataGridViewX dgridShVResult;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private DevComponents.DotNetBar.Controls.DataGridViewX dgridShHResult;
        private System.Windows.Forms.DataGridViewTextBoxColumn 审核图层;
        private System.Windows.Forms.DataGridViewTextBoxColumn 审核编号;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
        private System.Windows.Forms.DataGridViewTextBoxColumn 审核图层1;
        private System.Windows.Forms.DataGridViewTextBoxColumn 审核编号1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox VJJTxt;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox HJJTxt;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label resultLbl;
        private System.Windows.Forms.Button buttonEXP;
        private System.Windows.Forms.Button buttonExp1;

    }
}