Newer
Older
IRIS_COLLECT / IOM_cs / insertForm / collection / CtrlCollectionFrom.Designer.cs
yangqianqian on 29 Dec 2020 32 KB first
namespace IOM_cs.insertForm.collection
{
    partial class CtrlCollectionFrom
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panel_background = new System.Windows.Forms.Panel();
            this.treeView_dept = new System.Windows.Forms.TreeView();
            this.buttonNext = new DevComponents.DotNetBar.ButtonX();
            this.buttonPre = new DevComponents.DotNetBar.ButtonX();
            this.label3 = new System.Windows.Forms.Label();
            this.textBoxPage = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.btn_dropUpload = new System.Windows.Forms.Button();
            this.txt_UpLoad = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.comboBoxUpLoad = new System.Windows.Forms.ComboBox();
            this.roundButtonDelete = new IOM_cs.RoundButton();
            this.roundButtonSearch = new IOM_cs.RoundButton();
            this.btn_sendToDev = new IOM_cs.RoundButton();
            this.roundButtonUpCheck = new IOM_cs.RoundButton();
            this.btn_dropDept = new System.Windows.Forms.Button();
            this.txt_dept = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.panel_background.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(271, 17);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(37, 20);
            this.label2.TabIndex = 16;
            this.label2.Text = "部门";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(31, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 20);
            this.label1.TabIndex = 8;
            this.label1.Text = "上传状态";
            // 
            // panel_background
            // 
            this.panel_background.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            this.panel_background.BackgroundImage = global::IOM_cs.Properties.Resources.白色底框带阴影列表页;
            this.panel_background.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panel_background.Controls.Add(this.treeView_dept);
            this.panel_background.Controls.Add(this.buttonNext);
            this.panel_background.Controls.Add(this.buttonPre);
            this.panel_background.Controls.Add(this.label3);
            this.panel_background.Controls.Add(this.textBoxPage);
            this.panel_background.Controls.Add(this.label4);
            this.panel_background.Controls.Add(this.textBox1);
            this.panel_background.Controls.Add(this.button2);
            this.panel_background.Controls.Add(this.dataGridView1);
            this.panel_background.Location = new System.Drawing.Point(0, 25);
            this.panel_background.Name = "panel_background";
            this.panel_background.Size = new System.Drawing.Size(900, 531);
            this.panel_background.TabIndex = 24;
            this.panel_background.Click += new System.EventHandler(this.panel_background_Click);
            // 
            // treeView_dept
            // 
            this.treeView_dept.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.treeView_dept.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.treeView_dept.FullRowSelect = true;
            this.treeView_dept.LineColor = System.Drawing.Color.DimGray;
            this.treeView_dept.Location = new System.Drawing.Point(313, 15);
            this.treeView_dept.Name = "treeView_dept";
            this.treeView_dept.Size = new System.Drawing.Size(206, 220);
            this.treeView_dept.TabIndex = 378;
            this.treeView_dept.Visible = false;
            this.treeView_dept.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_dept_AfterSelect);
            // 
            // buttonNext
            // 
            this.buttonNext.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonNext.BackColor = System.Drawing.Color.White;
            this.buttonNext.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
            this.buttonNext.Location = new System.Drawing.Point(811, 479);
            this.buttonNext.Name = "buttonNext";
            this.buttonNext.Size = new System.Drawing.Size(30, 23);
            this.buttonNext.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonNext.Symbol = "";
            this.buttonNext.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.buttonNext.SymbolSize = 8F;
            this.buttonNext.TabIndex = 26;
            this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
            // 
            // buttonPre
            // 
            this.buttonPre.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonPre.BackColor = System.Drawing.Color.White;
            this.buttonPre.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
            this.buttonPre.Location = new System.Drawing.Point(750, 479);
            this.buttonPre.Name = "buttonPre";
            this.buttonPre.Size = new System.Drawing.Size(30, 23);
            this.buttonPre.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonPre.Symbol = "";
            this.buttonPre.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.buttonPre.SymbolSize = 8F;
            this.buttonPre.TabIndex = 25;
            this.buttonPre.Click += new System.EventHandler(this.buttonPre_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.White;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(580, 482);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(165, 17);
            this.label3.TabIndex = 24;
            this.label3.Text = "共300条,每页10条,共30页";
            // 
            // textBoxPage
            // 
            this.textBoxPage.BackColor = System.Drawing.Color.White;
            this.textBoxPage.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBoxPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxPage.Location = new System.Drawing.Point(784, 482);
            this.textBoxPage.Name = "textBoxPage";
            this.textBoxPage.Size = new System.Drawing.Size(21, 16);
            this.textBoxPage.TabIndex = 22;
            this.textBoxPage.Text = "1";
            this.textBoxPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(473, 595);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(179, 12);
            this.label4.TabIndex = 23;
            this.label4.Text = "共300条数据,每页10条,共30页";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(727, 592);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(21, 21);
            this.textBox1.TabIndex = 22;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(666, 590);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(53, 23);
            this.button2.TabIndex = 20;
            this.button2.Text = "上一页";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeColumns = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.dataGridView1.ColumnHeadersHeight = 40;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 5.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.White;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle7;
            this.dataGridView1.GridColor = System.Drawing.Color.WhiteSmoke;
            this.dataGridView1.Location = new System.Drawing.Point(38, 39);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            this.dataGridView1.RowHeadersVisible = false;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.Transparent;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle8;
            this.dataGridView1.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.dataGridView1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridView1.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.dataGridView1.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.Transparent;
            this.dataGridView1.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.dataGridView1.RowTemplate.Height = 40;
            this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.dataGridView1.Size = new System.Drawing.Size(823, 426);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick_1);
            this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValueChanged);
            this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridView1_CurrentCellDirtyStateChanged);
            this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click);
            // 
            // btn_dropUpload
            // 
            this.btn_dropUpload.BackColor = System.Drawing.Color.White;
            this.btn_dropUpload.FlatAppearance.BorderSize = 0;
            this.btn_dropUpload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_dropUpload.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_dropUpload.Location = new System.Drawing.Point(226, 14);
            this.btn_dropUpload.Name = "btn_dropUpload";
            this.btn_dropUpload.Size = new System.Drawing.Size(18, 22);
            this.btn_dropUpload.TabIndex = 310;
            this.btn_dropUpload.Text = "﹀";
            this.btn_dropUpload.UseVisualStyleBackColor = false;
            this.btn_dropUpload.Click += new System.EventHandler(this.btn_dropUpload_Click);
            // 
            // txt_UpLoad
            // 
            this.txt_UpLoad.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txt_UpLoad.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.txt_UpLoad.Border.Class = "TextBoxBorder";
            this.txt_UpLoad.Border.CornerDiameter = 3;
            this.txt_UpLoad.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.txt_UpLoad.DisabledBackColor = System.Drawing.Color.White;
            this.txt_UpLoad.Enabled = false;
            this.txt_UpLoad.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_UpLoad.Location = new System.Drawing.Point(99, 12);
            this.txt_UpLoad.Name = "txt_UpLoad";
            this.txt_UpLoad.PreventEnterBeep = true;
            this.txt_UpLoad.Size = new System.Drawing.Size(147, 28);
            this.txt_UpLoad.TabIndex = 309;
            // 
            // comboBoxUpLoad
            // 
            this.comboBoxUpLoad.BackColor = System.Drawing.Color.White;
            this.comboBoxUpLoad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxUpLoad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.comboBoxUpLoad.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comboBoxUpLoad.FormattingEnabled = true;
            this.comboBoxUpLoad.IntegralHeight = false;
            this.comboBoxUpLoad.Location = new System.Drawing.Point(99, 12);
            this.comboBoxUpLoad.Margin = new System.Windows.Forms.Padding(2);
            this.comboBoxUpLoad.MaxLength = 16;
            this.comboBoxUpLoad.Name = "comboBoxUpLoad";
            this.comboBoxUpLoad.Size = new System.Drawing.Size(142, 28);
            this.comboBoxUpLoad.TabIndex = 311;
            this.comboBoxUpLoad.SelectedIndexChanged += new System.EventHandler(this.comboBoxUpLoad_SelectedIndexChanged);
            // 
            // roundButtonDelete
            // 
            this.roundButtonDelete.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButtonDelete.EnterForeColor = System.Drawing.Color.White;
            this.roundButtonDelete.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButtonDelete.FlatAppearance.BorderSize = 0;
            this.roundButtonDelete.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButtonDelete.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButtonDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButtonDelete.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.roundButtonDelete.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(0)))), ((int)(((byte)(18)))));
            this.roundButtonDelete.HoverForeColor = System.Drawing.Color.White;
            this.roundButtonDelete.Location = new System.Drawing.Point(792, 10);
            this.roundButtonDelete.Name = "roundButtonDelete";
            this.roundButtonDelete.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButtonDelete.PressForeColor = System.Drawing.Color.White;
            this.roundButtonDelete.Radius = 3;
            this.roundButtonDelete.Size = new System.Drawing.Size(70, 30);
            this.roundButtonDelete.TabIndex = 14;
            this.roundButtonDelete.Text = "删除";
            this.roundButtonDelete.UseVisualStyleBackColor = true;
            this.roundButtonDelete.Click += new System.EventHandler(this.roundButtonDelete_Click);
            // 
            // roundButtonSearch
            // 
            this.roundButtonSearch.BackColor = System.Drawing.Color.White;
            this.roundButtonSearch.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButtonSearch.EnterForeColor = System.Drawing.Color.White;
            this.roundButtonSearch.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButtonSearch.FlatAppearance.BorderSize = 0;
            this.roundButtonSearch.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButtonSearch.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButtonSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButtonSearch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.roundButtonSearch.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68)))));
            this.roundButtonSearch.HoverForeColor = System.Drawing.Color.White;
            this.roundButtonSearch.Location = new System.Drawing.Point(550, 10);
            this.roundButtonSearch.Name = "roundButtonSearch";
            this.roundButtonSearch.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButtonSearch.PressForeColor = System.Drawing.Color.White;
            this.roundButtonSearch.Radius = 5;
            this.roundButtonSearch.Size = new System.Drawing.Size(70, 30);
            this.roundButtonSearch.TabIndex = 11;
            this.roundButtonSearch.Text = "查询";
            this.roundButtonSearch.UseVisualStyleBackColor = false;
            this.roundButtonSearch.Click += new System.EventHandler(this.roundButtonSearch_Click);
            // 
            // btn_sendToDev
            // 
            this.btn_sendToDev.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_sendToDev.EnterForeColor = System.Drawing.Color.White;
            this.btn_sendToDev.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_sendToDev.FlatAppearance.BorderSize = 0;
            this.btn_sendToDev.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_sendToDev.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_sendToDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_sendToDev.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_sendToDev.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.btn_sendToDev.HoverForeColor = System.Drawing.Color.White;
            this.btn_sendToDev.Location = new System.Drawing.Point(702, 10);
            this.btn_sendToDev.Name = "btn_sendToDev";
            this.btn_sendToDev.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_sendToDev.PressForeColor = System.Drawing.Color.White;
            this.btn_sendToDev.Radius = 5;
            this.btn_sendToDev.Size = new System.Drawing.Size(85, 30);
            this.btn_sendToDev.TabIndex = 13;
            this.btn_sendToDev.Text = "下发到设备";
            this.btn_sendToDev.UseVisualStyleBackColor = true;
            this.btn_sendToDev.Click += new System.EventHandler(this.btn_sendToDev_Click);
            // 
            // roundButtonUpCheck
            // 
            this.roundButtonUpCheck.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButtonUpCheck.EnterForeColor = System.Drawing.Color.White;
            this.roundButtonUpCheck.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButtonUpCheck.FlatAppearance.BorderSize = 0;
            this.roundButtonUpCheck.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButtonUpCheck.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButtonUpCheck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButtonUpCheck.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.roundButtonUpCheck.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.roundButtonUpCheck.HoverForeColor = System.Drawing.Color.White;
            this.roundButtonUpCheck.Location = new System.Drawing.Point(626, 10);
            this.roundButtonUpCheck.Name = "roundButtonUpCheck";
            this.roundButtonUpCheck.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButtonUpCheck.PressForeColor = System.Drawing.Color.White;
            this.roundButtonUpCheck.Radius = 5;
            this.roundButtonUpCheck.Size = new System.Drawing.Size(70, 30);
            this.roundButtonUpCheck.TabIndex = 12;
            this.roundButtonUpCheck.Text = "上传";
            this.roundButtonUpCheck.UseVisualStyleBackColor = true;
            this.roundButtonUpCheck.Click += new System.EventHandler(this.roundButtonUpCheck_Click);
            // 
            // btn_dropDept
            // 
            this.btn_dropDept.BackColor = System.Drawing.Color.White;
            this.btn_dropDept.FlatAppearance.BorderSize = 0;
            this.btn_dropDept.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_dropDept.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_dropDept.Location = new System.Drawing.Point(457, 14);
            this.btn_dropDept.Name = "btn_dropDept";
            this.btn_dropDept.Size = new System.Drawing.Size(18, 22);
            this.btn_dropDept.TabIndex = 313;
            this.btn_dropDept.Text = "﹀";
            this.btn_dropDept.UseVisualStyleBackColor = false;
            this.btn_dropDept.Click += new System.EventHandler(this.btn_dropDept_Click);
            // 
            // txt_dept
            // 
            this.txt_dept.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txt_dept.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.txt_dept.Border.Class = "TextBoxBorder";
            this.txt_dept.Border.CornerDiameter = 3;
            this.txt_dept.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.txt_dept.DisabledBackColor = System.Drawing.Color.White;
            this.txt_dept.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_dept.Location = new System.Drawing.Point(313, 12);
            this.txt_dept.Name = "txt_dept";
            this.txt_dept.PreventEnterBeep = true;
            this.txt_dept.Size = new System.Drawing.Size(166, 28);
            this.txt_dept.TabIndex = 312;
            // 
            // CtrlCollectionFrom
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            this.Controls.Add(this.btn_dropDept);
            this.Controls.Add(this.btn_dropUpload);
            this.Controls.Add(this.txt_UpLoad);
            this.Controls.Add(this.txt_dept);
            this.Controls.Add(this.comboBoxUpLoad);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.roundButtonDelete);
            this.Controls.Add(this.roundButtonSearch);
            this.Controls.Add(this.btn_sendToDev);
            this.Controls.Add(this.roundButtonUpCheck);
            this.Controls.Add(this.panel_background);
            this.Name = "CtrlCollectionFrom";
            this.Size = new System.Drawing.Size(900, 560);
            this.Load += new System.EventHandler(this.CtrlCollectionFrom_Load);
            this.Click += new System.EventHandler(this.CtrlCollectionFrom_Click);
            this.panel_background.ResumeLayout(false);
            this.panel_background.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private RoundButton roundButtonSearch;
        private RoundButton roundButtonUpCheck;
        private RoundButton btn_sendToDev;
        private RoundButton roundButtonDelete;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Panel panel_background;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBoxPage;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btn_dropUpload;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_UpLoad;
        private System.Windows.Forms.ComboBox comboBoxUpLoad;
        public System.Windows.Forms.DataGridView dataGridView1;
        private DevComponents.DotNetBar.ButtonX buttonNext;
        private DevComponents.DotNetBar.ButtonX buttonPre;
        private System.Windows.Forms.Button btn_dropDept;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_dept;
        private System.Windows.Forms.TreeView treeView_dept;
    }
}