Newer
Older
GHFX_REFACTOR / EMS_Forms / Form_OnlineTask.designer.cs
wxn on 28 Nov 2016 17 KB 管线定位
namespace Cyberpipe.EMS_Forms
{
    partial class Form_OnlineTask
    {
        /// <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.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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dateTime_end = new System.Windows.Forms.DateTimePicker();
            this.label1 = new System.Windows.Forms.Label();
            this.dateTime_begin = new System.Windows.Forms.DateTimePicker();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.button_search = new System.Windows.Forms.Button();
            this.comboBox_userName = new System.Windows.Forms.ComboBox();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.dataGridView_OnlineTask = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.任务编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.rowno = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            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.DataGridViewButtonXColumn();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_OnlineTask)).BeginInit();
            this.SuspendLayout();
            // 
            // bar1
            // 
            this.bar1.AntiAlias = true;
            this.bar1.Dock = System.Windows.Forms.DockStyle.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(0, 384);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(850, 28);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar1.TabIndex = 1;
            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);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.dateTime_end);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.dateTime_begin);
            this.groupBox1.Controls.Add(this.labelX2);
            this.groupBox1.Controls.Add(this.button_search);
            this.groupBox1.Controls.Add(this.comboBox_userName);
            this.groupBox1.Controls.Add(this.labelX1);
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(850, 55);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            // 
            // dateTime_end
            // 
            this.dateTime_end.Location = new System.Drawing.Point(373, 24);
            this.dateTime_end.Name = "dateTime_end";
            this.dateTime_end.Size = new System.Drawing.Size(106, 21);
            this.dateTime_end.TabIndex = 6;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(356, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(11, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "-";
            // 
            // dateTime_begin
            // 
            this.dateTime_begin.Location = new System.Drawing.Point(246, 23);
            this.dateTime_begin.Name = "dateTime_begin";
            this.dateTime_begin.Size = new System.Drawing.Size(106, 21);
            this.dateTime_begin.TabIndex = 4;
            // 
            // labelX2
            // 
            this.labelX2.AutoSize = true;
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.Class = "";
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Location = new System.Drawing.Point(190, 26);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(50, 16);
            this.labelX2.TabIndex = 3;
            this.labelX2.Text = "创建时间";
            // 
            // button_search
            // 
            this.button_search.Location = new System.Drawing.Point(663, 19);
            this.button_search.Name = "button_search";
            this.button_search.Size = new System.Drawing.Size(75, 28);
            this.button_search.TabIndex = 2;
            this.button_search.Text = "查询";
            this.button_search.UseVisualStyleBackColor = true;
            this.button_search.Click += new System.EventHandler(this.button_search_Click);
            // 
            // comboBox_userName
            // 
            this.comboBox_userName.FormattingEnabled = true;
            this.comboBox_userName.Location = new System.Drawing.Point(63, 24);
            this.comboBox_userName.Name = "comboBox_userName";
            this.comboBox_userName.Size = new System.Drawing.Size(121, 20);
            this.comboBox_userName.TabIndex = 1;
            // 
            // labelX1
            // 
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(12, 21);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(75, 23);
            this.labelX1.TabIndex = 0;
            this.labelX1.Text = "执行人员";
            // 
            // dataGridView_OnlineTask
            // 
            this.dataGridView_OnlineTask.AllowUserToAddRows = false;
            this.dataGridView_OnlineTask.AllowUserToDeleteRows = false;
            this.dataGridView_OnlineTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView_OnlineTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView_OnlineTask.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.任务编号,
            this.rowno,
            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.dataGridView_OnlineTask.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView_OnlineTask.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dataGridView_OnlineTask.Location = new System.Drawing.Point(0, 61);
            this.dataGridView_OnlineTask.Name = "dataGridView_OnlineTask";
            this.dataGridView_OnlineTask.ReadOnly = true;
            this.dataGridView_OnlineTask.RowTemplate.Height = 23;
            this.dataGridView_OnlineTask.Size = new System.Drawing.Size(844, 317);
            this.dataGridView_OnlineTask.TabIndex = 0;
            this.dataGridView_OnlineTask.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_OnlineTask_CellContentClick);
            // 
            // 任务编号
            // 
            this.任务编号.DataPropertyName = "DBID";
            this.任务编号.HeaderText = "任务编号";
            this.任务编号.Name = "任务编号";
            this.任务编号.ReadOnly = true;
            // 
            // rowno
            // 
            this.rowno.DataPropertyName = "rowno";
            this.rowno.HeaderText = "序号";
            this.rowno.Name = "rowno";
            this.rowno.ReadOnly = true;
            this.rowno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.rowno.Visible = false;
            // 
            // 任务时间
            // 
            this.任务时间.DataPropertyName = "DEPLOYTIME";
            this.任务时间.HeaderText = "创建时间";
            this.任务时间.Name = "任务时间";
            this.任务时间.ReadOnly = true;
            // 
            // 任务描述
            // 
            this.任务描述.DataPropertyName = "DESCIRPTION";
            this.任务描述.HeaderText = "任务描述";
            this.任务描述.Name = "任务描述";
            this.任务描述.ReadOnly = true;
            // 
            // 信息记录时间
            // 
            this.信息记录时间.DataPropertyName = "FINISHTIME";
            this.信息记录时间.HeaderText = "完成时间";
            this.信息记录时间.Name = "信息记录时间";
            this.信息记录时间.ReadOnly = true;
            // 
            // 任务执行区域
            // 
            this.任务执行区域.DataPropertyName = "STREET";
            this.任务执行区域.HeaderText = "任务执行区域";
            this.任务执行区域.Name = "任务执行区域";
            this.任务执行区域.ReadOnly = true;
            // 
            // 任务状态
            // 
            this.任务状态.DataPropertyName = "TASKSTATE";
            this.任务状态.HeaderText = "任务状态";
            this.任务状态.Name = "任务状态";
            this.任务状态.ReadOnly = true;
            // 
            // 任务执行人员
            // 
            this.任务执行人员.DataPropertyName = "USERNAME";
            this.任务执行人员.HeaderText = "任务执行人员";
            this.任务执行人员.Name = "任务执行人员";
            this.任务执行人员.ReadOnly = true;
            // 
            // 任务信息
            // 
            this.任务信息.DataPropertyName = "btn";
            this.任务信息.HeaderText = "任务信息";
            this.任务信息.Name = "任务信息";
            this.任务信息.ReadOnly = true;
            this.任务信息.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.任务信息.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.任务信息.Text = "查看";
            this.任务信息.UseColumnTextForButtonValue = true;
            // 
            // Form_OnlineTask
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(850, 412);
            this.Controls.Add(this.dataGridView_OnlineTask);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.bar1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "Form_OnlineTask";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "在线任务信息";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_OnlineTask_FormClosing);
            this.Load += new System.EventHandler(this.Form_OnlineTask_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_OnlineTask)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        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.GroupBox groupBox1;
        private DevComponents.DotNetBar.Controls.DataGridViewX dataGridView_OnlineTask;
        private DevComponents.DotNetBar.LabelX labelX1;
        private System.Windows.Forms.Button button_search;
        private System.Windows.Forms.ComboBox comboBox_userName;
        private System.Windows.Forms.DataGridViewTextBoxColumn 任务编号;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn rowno;
        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.DataGridViewButtonXColumn 任务信息;
        private System.Windows.Forms.DateTimePicker dateTime_end;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DateTimePicker dateTime_begin;
        private DevComponents.DotNetBar.LabelX labelX2;

    }
}