Newer
Older
EMS_SZ / EMS_Forms / Form_EventManager.Designer.cs
root on 21 Mar 2016 21 KB first
namespace Cyberpipe.EMS_Forms
{
    partial class Form_EventManager
    {
        /// <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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dataGridViewX_Event = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.上报时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.事件描述 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.纬度 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.事件地点 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.经度 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.上报人员 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.人员编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.任务编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.处理结果 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.处理状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.序号 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.编辑结果 = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
            this.buttonX_search = new DevComponents.DotNetBar.ButtonX();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.bar1 = 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_num = new DevComponents.DotNetBar.ComboBoxItem();
            this.btn_page_next = new DevComponents.DotNetBar.ButtonItem();
            this.btn_page_last = new DevComponents.DotNetBar.ButtonItem();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.dateTimePicker_end = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.dateTimePicker_start = new System.Windows.Forms.DateTimePicker();
            this.label2 = new System.Windows.Forms.Label();
            this.comboBox_name = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX_Event)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridViewX_Event
            // 
            this.dataGridViewX_Event.AllowUserToAddRows = false;
            this.dataGridViewX_Event.AllowUserToDeleteRows = false;
            this.dataGridViewX_Event.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewX_Event.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewX_Event.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.编号,
            this.上报时间,
            this.事件描述,
            this.纬度,
            this.事件地点,
            this.经度,
            this.上报人员,
            this.人员编号,
            this.任务编号,
            this.处理结果,
            this.处理状态,
            this.序号,
            this.编辑结果});
            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.dataGridViewX_Event.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewX_Event.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridViewX_Event.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dataGridViewX_Event.Location = new System.Drawing.Point(3, 17);
            this.dataGridViewX_Event.Name = "dataGridViewX_Event";
            this.dataGridViewX_Event.ReadOnly = true;
            this.dataGridViewX_Event.RowTemplate.Height = 23;
            this.dataGridViewX_Event.Size = new System.Drawing.Size(840, 317);
            this.dataGridViewX_Event.TabIndex = 1;
            this.dataGridViewX_Event.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX_Event_CellContentClick);
            this.dataGridViewX_Event.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX_Event_MouseDoubleClick);
            // 
            // 编号
            // 
            this.编号.DataPropertyName = "DBID";
            this.编号.HeaderText = "编号";
            this.编号.Name = "编号";
            this.编号.ReadOnly = true;
            this.编号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.编号.Visible = false;
            // 
            // 上报时间
            // 
            this.上报时间.DataPropertyName = "ACCIDENTTIME";
            this.上报时间.HeaderText = "上报时间";
            this.上报时间.Name = "上报时间";
            this.上报时间.ReadOnly = true;
            this.上报时间.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // 事件描述
            // 
            this.事件描述.DataPropertyName = "DESCRIBE";
            this.事件描述.HeaderText = "事件描述";
            this.事件描述.Name = "事件描述";
            this.事件描述.ReadOnly = true;
            this.事件描述.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // 纬度
            // 
            this.纬度.DataPropertyName = "LATITUDE";
            this.纬度.HeaderText = "纬度";
            this.纬度.Name = "纬度";
            this.纬度.ReadOnly = true;
            this.纬度.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.纬度.Visible = false;
            // 
            // 事件地点
            // 
            this.事件地点.DataPropertyName = "LOCALE";
            this.事件地点.HeaderText = "事件地点";
            this.事件地点.Name = "事件地点";
            this.事件地点.ReadOnly = true;
            this.事件地点.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // 经度
            // 
            this.经度.DataPropertyName = "LONGITUDE";
            this.经度.HeaderText = "经度";
            this.经度.Name = "经度";
            this.经度.ReadOnly = true;
            this.经度.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.经度.Visible = false;
            // 
            // 上报人员
            // 
            this.上报人员.DataPropertyName = "PATROLERNAME";
            this.上报人员.HeaderText = "上报人员";
            this.上报人员.Name = "上报人员";
            this.上报人员.ReadOnly = true;
            this.上报人员.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // 人员编号
            // 
            this.人员编号.DataPropertyName = "PATROLER_ID";
            this.人员编号.HeaderText = "人员编号";
            this.人员编号.Name = "人员编号";
            this.人员编号.ReadOnly = true;
            this.人员编号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.人员编号.Visible = false;
            // 
            // 任务编号
            // 
            this.任务编号.DataPropertyName = "TASK_ID";
            this.任务编号.HeaderText = "任务编号";
            this.任务编号.Name = "任务编号";
            this.任务编号.ReadOnly = true;
            this.任务编号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // 处理结果
            // 
            this.处理结果.DataPropertyName = "RESULT";
            this.处理结果.HeaderText = "处理结果";
            this.处理结果.Name = "处理结果";
            this.处理结果.ReadOnly = true;
            this.处理结果.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // 处理状态
            // 
            this.处理状态.DataPropertyName = "STATE";
            this.处理状态.HeaderText = "事件状态";
            this.处理状态.Name = "处理状态";
            this.处理状态.ReadOnly = true;
            this.处理状态.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // 序号
            // 
            this.序号.DataPropertyName = "rowno";
            this.序号.HeaderText = "序号";
            this.序号.Name = "序号";
            this.序号.ReadOnly = true;
            this.序号.Visible = false;
            // 
            // 编辑结果
            // 
            this.编辑结果.DataPropertyName = "btn";
            this.编辑结果.HeaderText = "编辑结果";
            this.编辑结果.Name = "编辑结果";
            this.编辑结果.ReadOnly = true;
            this.编辑结果.Text = "编辑";
            this.编辑结果.UseColumnTextForButtonValue = true;
            // 
            // buttonX_search
            // 
            this.buttonX_search.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX_search.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX_search.Location = new System.Drawing.Point(748, 24);
            this.buttonX_search.Name = "buttonX_search";
            this.buttonX_search.Size = new System.Drawing.Size(75, 28);
            this.buttonX_search.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX_search.TabIndex = 4;
            this.buttonX_search.Text = "查询";
            this.buttonX_search.Click += new System.EventHandler(this.buttonX_search_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.groupBox3);
            this.groupBox1.Controls.Add(this.groupBox2);
            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(852, 431);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.bar1);
            this.groupBox3.Controls.Add(this.dataGridViewX_Event);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.groupBox3.Location = new System.Drawing.Point(3, 91);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(846, 337);
            this.groupBox3.TabIndex = 6;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "事件信息";
            // 
            // bar1
            // 
            this.bar1.AntiAlias = true;
            this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Bottom;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lab_page_msg,
            this.btn_page_first,
            this.btn_page_pre,
            this.combo_page_num,
            this.btn_page_next,
            this.btn_page_last});
            this.bar1.Location = new System.Drawing.Point(3, 306);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(840, 28);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar1.TabIndex = 2;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // lab_page_msg
            // 
            this.lab_page_msg.Name = "lab_page_msg";
            this.lab_page_msg.PaddingLeft = 100;
            // 
            // 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_num
            // 
            this.combo_page_num.DropDownHeight = 106;
            this.combo_page_num.ItemHeight = 17;
            this.combo_page_num.Name = "combo_page_num";
            this.combo_page_num.Click += new System.EventHandler(this.combo_page_num_Click);
            // 
            // 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);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.dateTimePicker_end);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.dateTimePicker_start);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.comboBox_name);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.buttonX_search);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox2.Location = new System.Drawing.Point(3, 17);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(846, 68);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "查询条件";
            // 
            // dateTimePicker_end
            // 
            this.dateTimePicker_end.Location = new System.Drawing.Point(517, 28);
            this.dateTimePicker_end.Name = "dateTimePicker_end";
            this.dateTimePicker_end.Size = new System.Drawing.Size(177, 21);
            this.dateTimePicker_end.TabIndex = 10;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(477, 32);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 9;
            this.label3.Text = "——";
            // 
            // dateTimePicker_start
            // 
            this.dateTimePicker_start.Location = new System.Drawing.Point(298, 28);
            this.dateTimePicker_start.Name = "dateTimePicker_start";
            this.dateTimePicker_start.Size = new System.Drawing.Size(166, 21);
            this.dateTimePicker_start.TabIndex = 8;
            this.dateTimePicker_start.Value = new System.DateTime(2013, 1, 1, 0, 0, 0, 0);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(223, 32);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 7;
            this.label2.Text = "上报时间:";
            // 
            // comboBox_name
            // 
            this.comboBox_name.FormattingEnabled = true;
            this.comboBox_name.Location = new System.Drawing.Point(80, 29);
            this.comboBox_name.Name = "comboBox_name";
            this.comboBox_name.Size = new System.Drawing.Size(121, 20);
            this.comboBox_name.TabIndex = 6;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(9, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "上报人员:";
            // 
            // Form_EventManager
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(852, 431);
            this.Controls.Add(this.groupBox1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "Form_EventManager";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "事件管理";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_EventManager_FormClosing);
            this.Load += new System.EventHandler(this.Form_EventManager_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX_Event)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX_Event;
        private DevComponents.DotNetBar.ButtonX buttonX_search;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.DateTimePicker dateTimePicker_end;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.DateTimePicker dateTimePicker_start;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox comboBox_name;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox3;
        private DevComponents.DotNetBar.Bar bar1;
        private DevComponents.DotNetBar.LabelItem lab_page_msg;
        private DevComponents.DotNetBar.ButtonItem btn_page_first;
        private DevComponents.DotNetBar.ButtonItem btn_page_pre;
        private DevComponents.DotNetBar.ComboBoxItem combo_page_num;
        private DevComponents.DotNetBar.ButtonItem btn_page_next;
        private DevComponents.DotNetBar.ButtonItem btn_page_last;
        private System.Windows.Forms.DataGridViewTextBoxColumn 编号;
        private System.Windows.Forms.DataGridViewTextBoxColumn 上报时间;
        private System.Windows.Forms.DataGridViewTextBoxColumn 事件描述;
        private System.Windows.Forms.DataGridViewTextBoxColumn 纬度;
        private System.Windows.Forms.DataGridViewTextBoxColumn 事件地点;
        private System.Windows.Forms.DataGridViewTextBoxColumn 经度;
        private System.Windows.Forms.DataGridViewTextBoxColumn 上报人员;
        private System.Windows.Forms.DataGridViewTextBoxColumn 人员编号;
        private System.Windows.Forms.DataGridViewTextBoxColumn 任务编号;
        private System.Windows.Forms.DataGridViewTextBoxColumn 处理结果;
        private System.Windows.Forms.DataGridViewTextBoxColumn 处理状态;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 序号;
        private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn 编辑结果;

    }
}