Newer
Older
GHFX_REFACTOR / FrmCheckHistory.Designer.cs
wxn on 9 Nov 2016 16 KB 冗余代码整理
using System.ComponentModel;
using System.Windows.Forms;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;

namespace Cyberpipe
{
    partial class FrmCheckHistory
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private 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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
            this.combo_layer = new DevComponents.DotNetBar.ComboBoxItem();
            this.labelItem2 = new DevComponents.DotNetBar.LabelItem();
            this.combo_no = new DevComponents.DotNetBar.ComboBoxItem();
            this.labelItem3 = new DevComponents.DotNetBar.LabelItem();
            this.combo_kind = new DevComponents.DotNetBar.ComboBoxItem();
            this.labelItem4 = new DevComponents.DotNetBar.LabelItem();
            this.combo_staff = new DevComponents.DotNetBar.ComboBoxItem();
            this.btn_query = new DevComponents.DotNetBar.ButtonItem();
            this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.DBID = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.rowno = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.SH_LAYER = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.SH_NO = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.WT_LAYER = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.WT_NO = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.Column1 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.Column2 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.DISTANCE = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.KIND = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.bar2 = new DevComponents.DotNetBar.Bar();
            this.lab_page_msg = new DevComponents.DotNetBar.LabelItem();
            this.btn_page_first = new DevComponents.DotNetBar.ButtonItem();
            this.btn_page_pre = new DevComponents.DotNetBar.ButtonItem();
            this.combo_page = new DevComponents.DotNetBar.ComboBoxItem();
            this.btn_page_next = new DevComponents.DotNetBar.ButtonItem();
            this.btn_page_last = new DevComponents.DotNetBar.ButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
            this.SuspendLayout();
            // 
            // bar1
            // 
            this.bar1.AntiAlias = true;
            this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.labelItem1,
            this.combo_layer,
            this.labelItem2,
            this.combo_no,
            this.labelItem3,
            this.combo_kind,
            this.labelItem4,
            this.combo_staff,
            this.btn_query});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(984, 28);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar1.TabIndex = 0;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // labelItem1
            // 
            this.labelItem1.Name = "labelItem1";
            this.labelItem1.Text = "审核图层";
            // 
            // combo_layer
            // 
            this.combo_layer.ComboWidth = 200;
            this.combo_layer.DropDownHeight = 106;
            this.combo_layer.ItemHeight = 17;
            this.combo_layer.Name = "combo_layer";
            this.combo_layer.SelectedIndexChanged += new System.EventHandler(this.combo_layer_SelectedIndexChanged);
            // 
            // labelItem2
            // 
            this.labelItem2.Name = "labelItem2";
            this.labelItem2.Text = "审核编号";
            // 
            // combo_no
            // 
            this.combo_no.ComboWidth = 200;
            this.combo_no.DropDownHeight = 106;
            this.combo_no.ItemHeight = 17;
            this.combo_no.Name = "combo_no";
            // 
            // labelItem3
            // 
            this.labelItem3.Name = "labelItem3";
            this.labelItem3.Text = "距离类型";
            // 
            // combo_kind
            // 
            this.combo_kind.DropDownHeight = 106;
            this.combo_kind.ItemHeight = 17;
            this.combo_kind.Name = "combo_kind";
            // 
            // labelItem4
            // 
            this.labelItem4.Name = "labelItem4";
            this.labelItem4.Text = "审核人员";
            // 
            // combo_staff
            // 
            this.combo_staff.ComboWidth = 100;
            this.combo_staff.DropDownHeight = 106;
            this.combo_staff.ItemHeight = 17;
            this.combo_staff.Name = "combo_staff";
            // 
            // btn_query
            // 
            this.btn_query.Name = "btn_query";
            this.btn_query.Text = "查询";
            this.btn_query.Click += new System.EventHandler(this.btn_query_Click);
            // 
            // dataGridViewX1
            // 
            this.dataGridViewX1.AllowUserToAddRows = false;
            this.dataGridViewX1.AllowUserToDeleteRows = false;
            this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.DBID,
            this.rowno,
            this.SH_LAYER,
            this.SH_NO,
            this.WT_LAYER,
            this.WT_NO,
            this.Column1,
            this.Column2,
            this.DISTANCE,
            this.KIND});
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dataGridViewX1.Location = new System.Drawing.Point(0, 28);
            this.dataGridViewX1.Name = "dataGridViewX1";
            this.dataGridViewX1.ReadOnly = true;
            this.dataGridViewX1.RowTemplate.Height = 23;
            this.dataGridViewX1.Size = new System.Drawing.Size(984, 428);
            this.dataGridViewX1.TabIndex = 1;
            this.dataGridViewX1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellClick);
            // 
            // DBID
            // 
            this.DBID.DataPropertyName = "DBID";
            this.DBID.HeaderText = "数据ID";
            this.DBID.Name = "DBID";
            this.DBID.ReadOnly = true;
            this.DBID.Visible = false;
            // 
            // rowno
            // 
            this.rowno.DataPropertyName = "rowno";
            this.rowno.HeaderText = "rowno";
            this.rowno.Name = "rowno";
            this.rowno.ReadOnly = true;
            this.rowno.Visible = false;
            // 
            // SH_LAYER
            // 
            this.SH_LAYER.DataPropertyName = "SH_LAYER";
            this.SH_LAYER.HeaderText = "审核图层";
            this.SH_LAYER.Name = "SH_LAYER";
            this.SH_LAYER.ReadOnly = true;
            this.SH_LAYER.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // SH_NO
            // 
            this.SH_NO.DataPropertyName = "SH_NO";
            this.SH_NO.HeaderText = "审核管段编号";
            this.SH_NO.Name = "SH_NO";
            this.SH_NO.ReadOnly = true;
            this.SH_NO.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // WT_LAYER
            // 
            this.WT_LAYER.DataPropertyName = "WT_LAYER";
            this.WT_LAYER.HeaderText = "目标图层";
            this.WT_LAYER.Name = "WT_LAYER";
            this.WT_LAYER.ReadOnly = true;
            this.WT_LAYER.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // WT_NO
            // 
            this.WT_NO.DataPropertyName = "WT_NO";
            this.WT_NO.HeaderText = "目标图层管段编号";
            this.WT_NO.Name = "WT_NO";
            this.WT_NO.ReadOnly = true;
            this.WT_NO.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "sh_staff";
            this.Column1.HeaderText = "审核人员";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "sh_time";
            this.Column2.HeaderText = "审核时间";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // DISTANCE
            // 
            this.DISTANCE.DataPropertyName = "DISTANCE";
            this.DISTANCE.HeaderText = "净距离/米";
            this.DISTANCE.Name = "DISTANCE";
            this.DISTANCE.ReadOnly = true;
            this.DISTANCE.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // KIND
            // 
            this.KIND.DataPropertyName = "KIND";
            this.KIND.HeaderText = "净距离类型";
            this.KIND.Name = "KIND";
            this.KIND.ReadOnly = true;
            this.KIND.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // bar2
            // 
            this.bar2.AntiAlias = true;
            this.bar2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lab_page_msg,
            this.btn_page_first,
            this.btn_page_pre,
            this.combo_page,
            this.btn_page_next,
            this.btn_page_last});
            this.bar2.Location = new System.Drawing.Point(0, 428);
            this.bar2.Name = "bar2";
            this.bar2.Size = new System.Drawing.Size(984, 28);
            this.bar2.Stretch = true;
            this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar2.TabIndex = 14;
            this.bar2.TabStop = false;
            this.bar2.Text = "bar2";
            // 
            // lab_page_msg
            // 
            this.lab_page_msg.Name = "lab_page_msg";
            this.lab_page_msg.PaddingLeft = 50;
            this.lab_page_msg.PaddingRight = 150;
            this.lab_page_msg.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // btn_page_first
            // 
            this.btn_page_first.Name = "btn_page_first";
            this.btn_page_first.Text = "|<首页";
            this.btn_page_first.Click += new System.EventHandler(this.btn_page_first_Click);
            // 
            // btn_page_pre
            // 
            this.btn_page_pre.Name = "btn_page_pre";
            this.btn_page_pre.Text = "<上一页";
            this.btn_page_pre.Click += new System.EventHandler(this.btn_page_pre_Click);
            // 
            // combo_page
            // 
            this.combo_page.DropDownHeight = 106;
            this.combo_page.ItemHeight = 17;
            this.combo_page.Name = "combo_page";
            this.combo_page.SelectedIndexChanged += new System.EventHandler(this.combo_page_SelectedIndexChanged);
            // 
            // btn_page_next
            // 
            this.btn_page_next.Name = "btn_page_next";
            this.btn_page_next.Text = "下一页>";
            this.btn_page_next.Click += new System.EventHandler(this.btn_page_next_Click);
            // 
            // btn_page_last
            // 
            this.btn_page_last.Name = "btn_page_last";
            this.btn_page_last.Text = "尾页>|";
            this.btn_page_last.Click += new System.EventHandler(this.btn_page_last_Click);
            // 
            // FrmCheckHistory
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(984, 456);
            this.Controls.Add(this.bar2);
            this.Controls.Add(this.dataGridViewX1);
            this.Controls.Add(this.bar1);
            this.DoubleBuffered = true;
            this.Name = "FrmCheckHistory";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "查看";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCheckHistory_FormClosing);
            this.Load += new System.EventHandler(this.FrmCheckHistory_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private Bar bar1;
        private LabelItem labelItem1;
        private ComboBoxItem combo_layer;
        private LabelItem labelItem2;
        private ComboBoxItem combo_no;
        private LabelItem labelItem3;
        private ComboBoxItem combo_kind;
        private ButtonItem btn_query;
        private DataGridViewX dataGridViewX1;
        private Timer timer1;
        private Bar bar2;
        private LabelItem lab_page_msg;
        private ButtonItem btn_page_first;
        private ButtonItem btn_page_pre;
        private ComboBoxItem combo_page;
        private ButtonItem btn_page_next;
        private ButtonItem btn_page_last;
        private LabelItem labelItem4;
        private ComboBoxItem combo_staff;
        private DataGridViewLabelXColumn DBID;
        private DataGridViewLabelXColumn rowno;
        private DataGridViewLabelXColumn SH_LAYER;
        private DataGridViewLabelXColumn SH_NO;
        private DataGridViewLabelXColumn WT_LAYER;
        private DataGridViewLabelXColumn WT_NO;
        private DataGridViewLabelXColumn Column1;
        private DataGridViewLabelXColumn Column2;
        private DataGridViewLabelXColumn DISTANCE;
        private DataGridViewLabelXColumn KIND;
    }
}