Newer
Older
EMS_SZ / EMS_Forms / Form_TaskManager.Designer.cs
root on 21 Mar 2016 22 KB first
namespace Cyberpipe.EMS_Forms
{
    partial class Form_TaksManager
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.combo_street = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.button_search = new System.Windows.Forms.Button();
            this.button_new = new System.Windows.Forms.Button();
            this.dateTimePicker_end = new System.Windows.Forms.DateTimePicker();
            this.dateTimePicker_start = new System.Windows.Forms.DateTimePicker();
            this.comboBox_userName = new System.Windows.Forms.ComboBox();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.groupBox2 = 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.dataGridViewX_Task = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.任务编号 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.ROWNUM = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.任务时间 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.任务描述 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.信息记录时间 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.任务执行区域 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.任务状态 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.任务执行人员 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.任务信息 = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX_Task)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.combo_street);
            this.groupBox1.Controls.Add(this.labelX4);
            this.groupBox1.Controls.Add(this.button_search);
            this.groupBox1.Controls.Add(this.button_new);
            this.groupBox1.Controls.Add(this.dateTimePicker_end);
            this.groupBox1.Controls.Add(this.dateTimePicker_start);
            this.groupBox1.Controls.Add(this.comboBox_userName);
            this.groupBox1.Controls.Add(this.labelX3);
            this.groupBox1.Controls.Add(this.labelX2);
            this.groupBox1.Controls.Add(this.labelX1);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(3, 17);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(850, 51);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // combo_street
            // 
            this.combo_street.DisplayMember = "Text";
            this.combo_street.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combo_street.FormattingEnabled = true;
            this.combo_street.ItemHeight = 15;
            this.combo_street.Location = new System.Drawing.Point(541, 20);
            this.combo_street.Name = "combo_street";
            this.combo_street.Size = new System.Drawing.Size(137, 21);
            this.combo_street.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combo_street.TabIndex = 5;
            // 
            // labelX4
            // 
            // 
            // 
            // 
            this.labelX4.BackgroundStyle.Class = "";
            this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX4.Location = new System.Drawing.Point(486, 18);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(59, 23);
            this.labelX4.TabIndex = 4;
            this.labelX4.Text = "执行区域";
            // 
            // button_search
            // 
            this.button_search.Location = new System.Drawing.Point(684, 15);
            this.button_search.Name = "button_search";
            this.button_search.Size = new System.Drawing.Size(75, 26);
            this.button_search.TabIndex = 3;
            this.button_search.Text = "查询";
            this.button_search.UseVisualStyleBackColor = true;
            this.button_search.Click += new System.EventHandler(this.button_search_Click);
            // 
            // button_new
            // 
            this.button_new.Location = new System.Drawing.Point(766, 15);
            this.button_new.Name = "button_new";
            this.button_new.Size = new System.Drawing.Size(75, 26);
            this.button_new.TabIndex = 0;
            this.button_new.Text = "新建工单";
            this.button_new.UseVisualStyleBackColor = true;
            this.button_new.Click += new System.EventHandler(this.button_new_Click);
            // 
            // dateTimePicker_end
            // 
            this.dateTimePicker_end.Location = new System.Drawing.Point(359, 18);
            this.dateTimePicker_end.Name = "dateTimePicker_end";
            this.dateTimePicker_end.Size = new System.Drawing.Size(121, 21);
            this.dateTimePicker_end.TabIndex = 2;
            // 
            // dateTimePicker_start
            // 
            this.dateTimePicker_start.Location = new System.Drawing.Point(208, 18);
            this.dateTimePicker_start.Name = "dateTimePicker_start";
            this.dateTimePicker_start.Size = new System.Drawing.Size(125, 21);
            this.dateTimePicker_start.TabIndex = 2;
            this.dateTimePicker_start.Value = new System.DateTime(2015, 1, 1, 0, 0, 0, 0);
            // 
            // comboBox_userName
            // 
            this.comboBox_userName.FormattingEnabled = true;
            this.comboBox_userName.Location = new System.Drawing.Point(61, 19);
            this.comboBox_userName.Name = "comboBox_userName";
            this.comboBox_userName.Size = new System.Drawing.Size(86, 20);
            this.comboBox_userName.TabIndex = 1;
            // 
            // labelX3
            // 
            this.labelX3.AutoSize = true;
            // 
            // 
            // 
            this.labelX3.BackgroundStyle.Class = "";
            this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX3.Location = new System.Drawing.Point(339, 20);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(14, 14);
            this.labelX3.TabIndex = 0;
            this.labelX3.Text = "—";
            // 
            // labelX2
            // 
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.Class = "";
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Location = new System.Drawing.Point(153, 18);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(60, 23);
            this.labelX2.TabIndex = 0;
            this.labelX2.Text = "任务时间";
            // 
            // labelX1
            // 
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(6, 18);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(62, 23);
            this.labelX1.TabIndex = 0;
            this.labelX1.Text = "执行人员";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.groupBox3);
            this.groupBox2.Controls.Add(this.groupBox1);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(856, 419);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.bar1);
            this.groupBox3.Controls.Add(this.dataGridViewX_Task);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.groupBox3.Location = new System.Drawing.Point(3, 74);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(850, 342);
            this.groupBox3.TabIndex = 1;
            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, 311);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(844, 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.button_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.button_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.comboBoxItem1_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.button_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.button_last_Click);
            // 
            // dataGridViewX_Task
            // 
            this.dataGridViewX_Task.AllowUserToAddRows = false;
            this.dataGridViewX_Task.AllowUserToDeleteRows = false;
            this.dataGridViewX_Task.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewX_Task.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewX_Task.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.任务编号,
            this.ROWNUM,
            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_Task.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewX_Task.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridViewX_Task.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.dataGridViewX_Task.Location = new System.Drawing.Point(3, 17);
            this.dataGridViewX_Task.Name = "dataGridViewX_Task";
            this.dataGridViewX_Task.ReadOnly = true;
            this.dataGridViewX_Task.RowTemplate.Height = 23;
            this.dataGridViewX_Task.Size = new System.Drawing.Size(844, 322);
            this.dataGridViewX_Task.TabIndex = 1;
            this.dataGridViewX_Task.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellContentClick);
            // 
            // 任务编号
            // 
            this.任务编号.DataPropertyName = "DBID";
            this.任务编号.HeaderText = "任务编号";
            this.任务编号.Name = "任务编号";
            this.任务编号.ReadOnly = true;
            this.任务编号.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.任务编号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // ROWNUM
            // 
            this.ROWNUM.DataPropertyName = "rowno";
            this.ROWNUM.HeaderText = "序号";
            this.ROWNUM.Name = "ROWNUM";
            this.ROWNUM.ReadOnly = true;
            this.ROWNUM.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.ROWNUM.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.ROWNUM.Visible = false;
            // 
            // 任务时间
            // 
            this.任务时间.DataPropertyName = "DEPLOYTIME";
            this.任务时间.HeaderText = "创建时间";
            this.任务时间.Name = "任务时间";
            this.任务时间.ReadOnly = true;
            this.任务时间.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.任务时间.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // 任务描述
            // 
            this.任务描述.DataPropertyName = "DESCIRPTION";
            this.任务描述.HeaderText = "任务描述";
            this.任务描述.Name = "任务描述";
            this.任务描述.ReadOnly = true;
            this.任务描述.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.任务描述.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // 信息记录时间
            // 
            this.信息记录时间.DataPropertyName = "FINISHTIME";
            this.信息记录时间.HeaderText = "完成时间";
            this.信息记录时间.Name = "信息记录时间";
            this.信息记录时间.ReadOnly = true;
            this.信息记录时间.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.信息记录时间.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // 任务执行区域
            // 
            this.任务执行区域.DataPropertyName = "STREET";
            this.任务执行区域.HeaderText = "任务执行区域";
            this.任务执行区域.Name = "任务执行区域";
            this.任务执行区域.ReadOnly = true;
            this.任务执行区域.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.任务执行区域.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // 任务状态
            // 
            this.任务状态.DataPropertyName = "TASKSTATE";
            this.任务状态.HeaderText = "任务状态";
            this.任务状态.Name = "任务状态";
            this.任务状态.ReadOnly = true;
            this.任务状态.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.任务状态.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // 任务执行人员
            // 
            this.任务执行人员.DataPropertyName = "USERNAME";
            this.任务执行人员.HeaderText = "任务执行人员";
            this.任务执行人员.Name = "任务执行人员";
            this.任务执行人员.ReadOnly = true;
            this.任务执行人员.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.任务执行人员.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // 任务信息
            // 
            this.任务信息.DataPropertyName = "btn";
            this.任务信息.HeaderText = "任务信息";
            this.任务信息.Name = "任务信息";
            this.任务信息.ReadOnly = true;
            this.任务信息.Text = "查看";
            this.任务信息.UseColumnTextForButtonValue = true;
            // 
            // Form_TaksManager
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(856, 419);
            this.Controls.Add(this.groupBox2);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "Form_TaksManager";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "工单管理";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_TaksManager_FormClosing);
            this.Load += new System.EventHandler(this.Form_TaksManager_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX_Task)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX_Task;
        private System.Windows.Forms.Button button_new;
        private System.Windows.Forms.Button button_search;
        private System.Windows.Forms.DateTimePicker dateTimePicker_end;
        private System.Windows.Forms.DateTimePicker dateTimePicker_start;
        private System.Windows.Forms.ComboBox comboBox_userName;
        private DevComponents.DotNetBar.LabelX labelX3;
        private DevComponents.DotNetBar.LabelX labelX2;
        private DevComponents.DotNetBar.LabelX labelX1;
        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 DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 任务编号;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn ROWNUM;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 任务时间;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 任务描述;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 信息记录时间;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 任务执行区域;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 任务状态;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 任务执行人员;
        private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn 任务信息;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combo_street;
        private DevComponents.DotNetBar.LabelX labelX4;
    }
}