Newer
Older
GHFX_REFACTOR / EMS_Forms / Form_EditTask.designer.cs
wxn on 28 Nov 2016 22 KB 管线定位
namespace Cyberpipe.EMS_Forms
{
    partial class Form_EditTask
    {
        /// <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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label3 = new System.Windows.Forms.Label();
            this.comboBox_appendant = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.comboBox_pipeType = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.comboBox_road = new System.Windows.Forms.ComboBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.buttonSelect = new System.Windows.Forms.Button();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.comboBox_userName = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = 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.dataGridView_mark = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            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.X = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.序号 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.button_ok = new System.Windows.Forms.Button();
            this.button_cancel = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_mark)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tabControl1);
            this.groupBox1.Controls.Add(this.richTextBox1);
            this.groupBox1.Controls.Add(this.comboBox_userName);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(589, 168);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "任务表单";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(284, 21);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(299, 147);
            this.tabControl1.TabIndex = 4;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.comboBox_appendant);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.comboBox_pipeType);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.comboBox_road);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(291, 121);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "按道路选择";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(11, 16);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "道路区域";
            // 
            // comboBox_appendant
            // 
            this.comboBox_appendant.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_appendant.FormattingEnabled = true;
            this.comboBox_appendant.Location = new System.Drawing.Point(133, 76);
            this.comboBox_appendant.Name = "comboBox_appendant";
            this.comboBox_appendant.Size = new System.Drawing.Size(139, 20);
            this.comboBox_appendant.TabIndex = 1;
            this.comboBox_appendant.SelectedIndexChanged += new System.EventHandler(this.comboBox_appendant_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(11, 47);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "管线类型";
            // 
            // comboBox_pipeType
            // 
            this.comboBox_pipeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_pipeType.FormattingEnabled = true;
            this.comboBox_pipeType.Location = new System.Drawing.Point(133, 43);
            this.comboBox_pipeType.Name = "comboBox_pipeType";
            this.comboBox_pipeType.Size = new System.Drawing.Size(139, 20);
            this.comboBox_pipeType.TabIndex = 1;
            this.comboBox_pipeType.SelectedIndexChanged += new System.EventHandler(this.comboBox_pipeType_SelectedIndexChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(11, 80);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(113, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "附属物、井、特征点";
            // 
            // comboBox_road
            // 
            this.comboBox_road.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_road.FormattingEnabled = true;
            this.comboBox_road.Location = new System.Drawing.Point(133, 12);
            this.comboBox_road.Name = "comboBox_road";
            this.comboBox_road.Size = new System.Drawing.Size(139, 20);
            this.comboBox_road.TabIndex = 1;
            this.comboBox_road.SelectedIndexChanged += new System.EventHandler(this.comboBox_road_SelectedIndexChanged);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.buttonSelect);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(291, 121);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "绘制区域选择";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // buttonSelect
            // 
            this.buttonSelect.Location = new System.Drawing.Point(64, 34);
            this.buttonSelect.Name = "buttonSelect";
            this.buttonSelect.Size = new System.Drawing.Size(108, 40);
            this.buttonSelect.TabIndex = 0;
            this.buttonSelect.Text = "选择区域";
            this.buttonSelect.UseVisualStyleBackColor = true;
            this.buttonSelect.Click += new System.EventHandler(this.buttonSelect_Click);
            // 
            // richTextBox1
            // 
            this.richTextBox1.Location = new System.Drawing.Point(85, 63);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(179, 99);
            this.richTextBox1.TabIndex = 3;
            this.richTextBox1.Text = "";
            // 
            // comboBox_userName
            // 
            this.comboBox_userName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_userName.FormattingEnabled = true;
            this.comboBox_userName.Location = new System.Drawing.Point(85, 22);
            this.comboBox_userName.Name = "comboBox_userName";
            this.comboBox_userName.Size = new System.Drawing.Size(179, 20);
            this.comboBox_userName.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(20, 63);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "任务描述";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(20, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "执行人员";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.bar1);
            this.groupBox2.Controls.Add(this.dataGridView_mark);
            this.groupBox2.Location = new System.Drawing.Point(0, 174);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(589, 255);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "选择定位点";
            // 
            // bar1
            // 
            this.bar1.AntiAlias = true;
            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, 227);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(536, 28);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar1.TabIndex = 3;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            this.bar1.Visible = false;
            // 
            // lab_page_msg
            // 
            this.lab_page_msg.Name = "lab_page_msg";
            this.lab_page_msg.PaddingLeft = 20;
            // 
            // 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);
            // 
            // dataGridView_mark
            // 
            this.dataGridView_mark.AllowUserToAddRows = false;
            this.dataGridView_mark.AllowUserToDeleteRows = false;
            this.dataGridView_mark.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView_mark.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView_mark.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.编号,
            this.类别,
            this.名称,
            this.标识编号,
            this.X,
            this.Y,
            this.序号});
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView_mark.DefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView_mark.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dataGridView_mark.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dataGridView_mark.Location = new System.Drawing.Point(3, 20);
            this.dataGridView_mark.Name = "dataGridView_mark";
            this.dataGridView_mark.RowTemplate.Height = 23;
            this.dataGridView_mark.Size = new System.Drawing.Size(583, 232);
            this.dataGridView_mark.TabIndex = 2;
            this.dataGridView_mark.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView_mark_MouseDoubleClick);
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "btn";
            this.Column1.HeaderText = "";
            this.Column1.Name = "Column1";
            this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            // 
            // 编号
            // 
            this.编号.HeaderText = "编号";
            this.编号.Name = "编号";
            this.编号.ReadOnly = true;
            // 
            // 类别
            // 
            this.类别.HeaderText = "类别";
            this.类别.Name = "类别";
            // 
            // 名称
            // 
            this.名称.HeaderText = "名称";
            this.名称.Name = "名称";
            this.名称.ReadOnly = true;
            // 
            // 标识编号
            // 
            this.标识编号.HeaderText = "标识编号";
            this.标识编号.Name = "标识编号";
            this.标识编号.ReadOnly = true;
            // 
            // X
            // 
            this.X.HeaderText = "X";
            this.X.Name = "X";
            this.X.ReadOnly = true;
            this.X.Visible = false;
            // 
            // Y
            // 
            this.Y.HeaderText = "Y";
            this.Y.Name = "Y";
            this.Y.ReadOnly = true;
            this.Y.Visible = false;
            // 
            // 序号
            // 
            this.序号.DataPropertyName = "rowno";
            this.序号.HeaderText = "序号";
            this.序号.Name = "序号";
            this.序号.Visible = false;
            // 
            // button_ok
            // 
            this.button_ok.Location = new System.Drawing.Point(116, 435);
            this.button_ok.Name = "button_ok";
            this.button_ok.Size = new System.Drawing.Size(75, 29);
            this.button_ok.TabIndex = 2;
            this.button_ok.Text = "确定";
            this.button_ok.UseVisualStyleBackColor = true;
            this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
            // 
            // button_cancel
            // 
            this.button_cancel.Location = new System.Drawing.Point(334, 435);
            this.button_cancel.Name = "button_cancel";
            this.button_cancel.Size = new System.Drawing.Size(75, 29);
            this.button_cancel.TabIndex = 2;
            this.button_cancel.Text = "取消";
            this.button_cancel.UseVisualStyleBackColor = true;
            this.button_cancel.Click += new System.EventHandler(this.button2_Click);
            // 
            // Form_EditTask
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(589, 466);
            this.Controls.Add(this.button_cancel);
            this.Controls.Add(this.button_ok);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "Form_EditTask";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "新建工单";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_EditTask_FormClosing);
            this.Load += new System.EventHandler(this.Form_EditTask_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_mark)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox comboBox_road;
        private System.Windows.Forms.ComboBox comboBox_userName;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button button_ok;
        private System.Windows.Forms.Button button_cancel;
        private System.Windows.Forms.RichTextBox richTextBox1;
        private System.Windows.Forms.Label label6;
        private DevComponents.DotNetBar.Controls.DataGridViewX dataGridView_mark;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ComboBox comboBox_pipeType;
        private System.Windows.Forms.ComboBox comboBox_appendant;
        private System.Windows.Forms.Label label5;
        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.DataGridViewCheckBoxColumn Column1;
        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 X;
        private System.Windows.Forms.DataGridViewTextBoxColumn Y;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 序号;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Button buttonSelect;
    }
}