Newer
Older
RbFreqStand / RbFreqStandMeasure / info / InfoCtrlForm.Designer.cs
yangqianqian on 18 May 2021 42 KB s

namespace Casic.Birmm.RbFreqStandMeasure.info
{
    partial class InfoCtrlForm
    {
        /// <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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panelNodata = new System.Windows.Forms.Panel();
            this.labelNodata = new System.Windows.Forms.Label();
            this.panelPage = new System.Windows.Forms.Panel();
            this.labelPageCount = new System.Windows.Forms.Label();
            this.btnNext = new System.Windows.Forms.Button();
            this.btnPre = new System.Windows.Forms.Button();
            this.labelCurrentPage = new System.Windows.Forms.Label();
            this.dataGridView_DevList = new System.Windows.Forms.DataGridView();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btn_downDevStatus = new System.Windows.Forms.Button();
            this.inputDevStatus = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.btnExport = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.btnDetail = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.btnAdd = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.btnDelete = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.btnEdit = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.comboBox_DevStatus = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.All = new DevComponents.Editors.ComboItem();
            this.toBeTested = new DevComponents.Editors.ComboItem();
            this.testing = new DevComponents.Editors.ComboItem();
            this.tested = new DevComponents.Editors.ComboItem();
            this.labelDevStatus = new System.Windows.Forms.Label();
            this.btnQuery = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.inputDevName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.inputDevModel = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.inputDevCode = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.inputCustomName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelCustomName = new System.Windows.Forms.Label();
            this.labelDevNo = new System.Windows.Forms.Label();
            this.labelDevModel = new System.Windows.Forms.Label();
            this.inputCustomComp = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelCustomComp = new System.Windows.Forms.Label();
            this.labelDevName = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.panelNodata.SuspendLayout();
            this.panelPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_DevList)).BeginInit();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_dev_list;
            this.panel1.Controls.Add(this.panelNodata);
            this.panel1.Controls.Add(this.panelPage);
            this.panel1.Controls.Add(this.dataGridView_DevList);
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Location = new System.Drawing.Point(10, 5);
            this.panel1.Margin = new System.Windows.Forms.Padding(0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1004, 642);
            this.panel1.TabIndex = 14;
            // 
            // panelNodata
            // 
            this.panelNodata.BackColor = System.Drawing.Color.Transparent;
            this.panelNodata.Controls.Add(this.labelNodata);
            this.panelNodata.Location = new System.Drawing.Point(10, 140);
            this.panelNodata.Name = "panelNodata";
            this.panelNodata.Size = new System.Drawing.Size(984, 40);
            this.panelNodata.TabIndex = 320;
            // 
            // labelNodata
            // 
            this.labelNodata.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelNodata.Location = new System.Drawing.Point(0, 0);
            this.labelNodata.Name = "labelNodata";
            this.labelNodata.Size = new System.Drawing.Size(984, 50);
            this.labelNodata.TabIndex = 0;
            this.labelNodata.Text = "没有搜索到数据";
            this.labelNodata.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panelPage
            // 
            this.panelPage.BackColor = System.Drawing.Color.Transparent;
            this.panelPage.Controls.Add(this.labelPageCount);
            this.panelPage.Controls.Add(this.btnNext);
            this.panelPage.Controls.Add(this.btnPre);
            this.panelPage.Controls.Add(this.labelCurrentPage);
            this.panelPage.Location = new System.Drawing.Point(10, 595);
            this.panelPage.Name = "panelPage";
            this.panelPage.Size = new System.Drawing.Size(984, 20);
            this.panelPage.TabIndex = 319;
            // 
            // labelPageCount
            // 
            this.labelPageCount.AutoSize = true;
            this.labelPageCount.BackColor = System.Drawing.Color.Transparent;
            this.labelPageCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelPageCount.Location = new System.Drawing.Point(690, 0);
            this.labelPageCount.Name = "labelPageCount";
            this.labelPageCount.Size = new System.Drawing.Size(151, 17);
            this.labelPageCount.TabIndex = 315;
            this.labelPageCount.Text = "共10条,每页10条,共2页";
            // 
            // btnNext
            // 
            this.btnNext.BackColor = System.Drawing.Color.Transparent;
            this.btnNext.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_page_next;
            this.btnNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.btnNext.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnNext.Location = new System.Drawing.Point(950, 0);
            this.btnNext.Name = "btnNext";
            this.btnNext.Size = new System.Drawing.Size(16, 16);
            this.btnNext.TabIndex = 317;
            this.btnNext.UseVisualStyleBackColor = false;
            this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
            // 
            // btnPre
            // 
            this.btnPre.BackColor = System.Drawing.Color.Transparent;
            this.btnPre.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_page_pre;
            this.btnPre.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.btnPre.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnPre.Location = new System.Drawing.Point(890, 0);
            this.btnPre.Name = "btnPre";
            this.btnPre.Size = new System.Drawing.Size(16, 16);
            this.btnPre.TabIndex = 318;
            this.btnPre.UseVisualStyleBackColor = false;
            this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
            // 
            // labelCurrentPage
            // 
            this.labelCurrentPage.AutoSize = true;
            this.labelCurrentPage.BackColor = System.Drawing.Color.Transparent;
            this.labelCurrentPage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelCurrentPage.Location = new System.Drawing.Point(920, 0);
            this.labelCurrentPage.Name = "labelCurrentPage";
            this.labelCurrentPage.Size = new System.Drawing.Size(15, 17);
            this.labelCurrentPage.TabIndex = 315;
            this.labelCurrentPage.Text = "1";
            // 
            // dataGridView_DevList
            // 
            this.dataGridView_DevList.AllowUserToAddRows = false;
            this.dataGridView_DevList.AllowUserToDeleteRows = false;
            this.dataGridView_DevList.AllowUserToResizeColumns = false;
            this.dataGridView_DevList.AllowUserToResizeRows = false;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238)))));
            dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_DevList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridView_DevList.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView_DevList.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView_DevList.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dataGridView_DevList.ColumnHeadersHeight = 40;
            this.dataGridView_DevList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridView_DevList.Location = new System.Drawing.Point(20, 100);
            this.dataGridView_DevList.Margin = new System.Windows.Forms.Padding(0);
            this.dataGridView_DevList.Name = "dataGridView_DevList";
            this.dataGridView_DevList.ReadOnly = true;
            this.dataGridView_DevList.RowHeadersVisible = false;
            this.dataGridView_DevList.RowHeadersWidth = 30;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle4.NullValue = "-";
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_DevList.RowsDefaultCellStyle = dataGridViewCellStyle4;
            this.dataGridView_DevList.RowTemplate.Height = 44;
            this.dataGridView_DevList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView_DevList.Size = new System.Drawing.Size(964, 480);
            this.dataGridView_DevList.TabIndex = 2;
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.Transparent;
            this.panel2.Controls.Add(this.btn_downDevStatus);
            this.panel2.Controls.Add(this.inputDevStatus);
            this.panel2.Controls.Add(this.btnExport);
            this.panel2.Controls.Add(this.btnDetail);
            this.panel2.Controls.Add(this.btnAdd);
            this.panel2.Controls.Add(this.btnDelete);
            this.panel2.Controls.Add(this.btnEdit);
            this.panel2.Controls.Add(this.comboBox_DevStatus);
            this.panel2.Controls.Add(this.labelDevStatus);
            this.panel2.Controls.Add(this.btnQuery);
            this.panel2.Controls.Add(this.inputDevName);
            this.panel2.Controls.Add(this.inputDevModel);
            this.panel2.Controls.Add(this.inputDevCode);
            this.panel2.Controls.Add(this.inputCustomName);
            this.panel2.Controls.Add(this.labelCustomName);
            this.panel2.Controls.Add(this.labelDevNo);
            this.panel2.Controls.Add(this.labelDevModel);
            this.panel2.Controls.Add(this.inputCustomComp);
            this.panel2.Controls.Add(this.labelCustomComp);
            this.panel2.Controls.Add(this.labelDevName);
            this.panel2.Location = new System.Drawing.Point(20, 20);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(964, 80);
            this.panel2.TabIndex = 1;
            // 
            // btn_downDevStatus
            // 
            this.btn_downDevStatus.BackColor = System.Drawing.Color.Transparent;
            this.btn_downDevStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_downDevStatus.FlatAppearance.BorderSize = 0;
            this.btn_downDevStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_downDevStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_downDevStatus.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.btn_downDevStatus.Location = new System.Drawing.Point(689, 44);
            this.btn_downDevStatus.Margin = new System.Windows.Forms.Padding(0);
            this.btn_downDevStatus.Name = "btn_downDevStatus";
            this.btn_downDevStatus.Padding = new System.Windows.Forms.Padding(1, 2, 0, 0);
            this.btn_downDevStatus.Size = new System.Drawing.Size(17, 23);
            this.btn_downDevStatus.TabIndex = 23;
            this.btn_downDevStatus.Text = "﹀";
            this.btn_downDevStatus.UseVisualStyleBackColor = false;
            this.btn_downDevStatus.Click += new System.EventHandler(this.btn_downDevStatus_Click);
            // 
            // inputDevStatus
            // 
            this.inputDevStatus.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.inputDevStatus.Border.Class = "TextBoxBorder";
            this.inputDevStatus.Border.CornerDiameter = 5;
            this.inputDevStatus.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputDevStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.inputDevStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.inputDevStatus.Location = new System.Drawing.Point(560, 42);
            this.inputDevStatus.Margin = new System.Windows.Forms.Padding(0);
            this.inputDevStatus.MaximumSize = new System.Drawing.Size(150, 28);
            this.inputDevStatus.Name = "inputDevStatus";
            this.inputDevStatus.PreventEnterBeep = true;
            this.inputDevStatus.ReadOnly = true;
            this.inputDevStatus.Size = new System.Drawing.Size(150, 28);
            this.inputDevStatus.TabIndex = 15;
            this.inputDevStatus.WatermarkColor = System.Drawing.Color.Silver;
            this.inputDevStatus.WatermarkText = "请选择仪器状态";
            // 
            // btnExport
            // 
            this.btnExport.EnterBackColor = System.Drawing.Color.Blue;
            this.btnExport.EnterForeColor = System.Drawing.Color.White;
            this.btnExport.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnExport.FlatAppearance.BorderSize = 0;
            this.btnExport.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnExport.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExport.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.btnExport.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68)))));
            this.btnExport.HoverForeColor = System.Drawing.Color.White;
            this.btnExport.Location = new System.Drawing.Point(890, 3);
            this.btnExport.Margin = new System.Windows.Forms.Padding(0);
            this.btnExport.Name = "btnExport";
            this.btnExport.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnExport.PressForeColor = System.Drawing.Color.White;
            this.btnExport.Radius = 5;
            this.btnExport.Size = new System.Drawing.Size(70, 26);
            this.btnExport.TabIndex = 14;
            this.btnExport.Text = "导出";
            this.btnExport.UseVisualStyleBackColor = true;
            this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
            // 
            // btnDetail
            // 
            this.btnDetail.EnterBackColor = System.Drawing.Color.Blue;
            this.btnDetail.EnterForeColor = System.Drawing.Color.White;
            this.btnDetail.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnDetail.FlatAppearance.BorderSize = 0;
            this.btnDetail.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnDetail.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnDetail.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDetail.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.btnDetail.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68)))));
            this.btnDetail.HoverForeColor = System.Drawing.Color.White;
            this.btnDetail.Location = new System.Drawing.Point(810, 3);
            this.btnDetail.Margin = new System.Windows.Forms.Padding(0);
            this.btnDetail.Name = "btnDetail";
            this.btnDetail.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnDetail.PressForeColor = System.Drawing.Color.White;
            this.btnDetail.Radius = 5;
            this.btnDetail.Size = new System.Drawing.Size(70, 26);
            this.btnDetail.TabIndex = 13;
            this.btnDetail.Text = "详情";
            this.btnDetail.UseVisualStyleBackColor = true;
            this.btnDetail.Click += new System.EventHandler(this.btnDetail_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.EnterBackColor = System.Drawing.Color.Blue;
            this.btnAdd.EnterForeColor = System.Drawing.Color.White;
            this.btnAdd.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnAdd.FlatAppearance.BorderSize = 0;
            this.btnAdd.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnAdd.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.btnAdd.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.btnAdd.HoverForeColor = System.Drawing.Color.White;
            this.btnAdd.Location = new System.Drawing.Point(730, 43);
            this.btnAdd.Margin = new System.Windows.Forms.Padding(0);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnAdd.PressForeColor = System.Drawing.Color.White;
            this.btnAdd.Radius = 5;
            this.btnAdd.Size = new System.Drawing.Size(70, 26);
            this.btnAdd.TabIndex = 10;
            this.btnAdd.Text = "添加";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.EnterBackColor = System.Drawing.Color.Blue;
            this.btnDelete.EnterForeColor = System.Drawing.Color.White;
            this.btnDelete.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnDelete.FlatAppearance.BorderSize = 0;
            this.btnDelete.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnDelete.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.btnDelete.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(0)))), ((int)(((byte)(18)))));
            this.btnDelete.HoverForeColor = System.Drawing.Color.White;
            this.btnDelete.Location = new System.Drawing.Point(890, 43);
            this.btnDelete.Margin = new System.Windows.Forms.Padding(0);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnDelete.PressForeColor = System.Drawing.Color.White;
            this.btnDelete.Radius = 5;
            this.btnDelete.Size = new System.Drawing.Size(70, 26);
            this.btnDelete.TabIndex = 12;
            this.btnDelete.Text = "删除";
            this.btnDelete.UseVisualStyleBackColor = true;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btnEdit
            // 
            this.btnEdit.EnterBackColor = System.Drawing.Color.Blue;
            this.btnEdit.EnterForeColor = System.Drawing.Color.White;
            this.btnEdit.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnEdit.FlatAppearance.BorderSize = 0;
            this.btnEdit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnEdit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnEdit.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.btnEdit.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.btnEdit.HoverForeColor = System.Drawing.Color.White;
            this.btnEdit.Location = new System.Drawing.Point(810, 43);
            this.btnEdit.Margin = new System.Windows.Forms.Padding(0);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnEdit.PressForeColor = System.Drawing.Color.White;
            this.btnEdit.Radius = 5;
            this.btnEdit.Size = new System.Drawing.Size(70, 26);
            this.btnEdit.TabIndex = 10;
            this.btnEdit.Text = "修改";
            this.btnEdit.UseVisualStyleBackColor = true;
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            // 
            // comboBox_DevStatus
            // 
            this.comboBox_DevStatus.DisplayMember = "Text";
            this.comboBox_DevStatus.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBox_DevStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comboBox_DevStatus.FormattingEnabled = true;
            this.comboBox_DevStatus.ItemHeight = 21;
            this.comboBox_DevStatus.Items.AddRange(new object[] {
            this.All,
            this.toBeTested,
            this.testing,
            this.tested});
            this.comboBox_DevStatus.Location = new System.Drawing.Point(560, 43);
            this.comboBox_DevStatus.Margin = new System.Windows.Forms.Padding(0);
            this.comboBox_DevStatus.MaximumSize = new System.Drawing.Size(150, 0);
            this.comboBox_DevStatus.Name = "comboBox_DevStatus";
            this.comboBox_DevStatus.Size = new System.Drawing.Size(150, 27);
            this.comboBox_DevStatus.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBox_DevStatus.TabIndex = 2;
            this.comboBox_DevStatus.SelectedIndexChanged += new System.EventHandler(this.comboBox_DevStatus_SelectedIndexChanged);
            // 
            // All
            // 
            this.All.Text = "全部";
            // 
            // toBeTested
            // 
            this.toBeTested.Text = "待检测";
            this.toBeTested.Value = "1";
            // 
            // testing
            // 
            this.testing.Text = "检测中";
            this.testing.Value = "2";
            // 
            // tested
            // 
            this.tested.Text = "已检测";
            this.tested.Value = "3";
            // 
            // labelDevStatus
            // 
            this.labelDevStatus.AutoSize = true;
            this.labelDevStatus.BackColor = System.Drawing.Color.Transparent;
            this.labelDevStatus.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelDevStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.labelDevStatus.Location = new System.Drawing.Point(480, 45);
            this.labelDevStatus.Margin = new System.Windows.Forms.Padding(0);
            this.labelDevStatus.Name = "labelDevStatus";
            this.labelDevStatus.Size = new System.Drawing.Size(74, 21);
            this.labelDevStatus.TabIndex = 11;
            this.labelDevStatus.Text = "仪器状态";
            // 
            // btnQuery
            // 
            this.btnQuery.EnterBackColor = System.Drawing.Color.Blue;
            this.btnQuery.EnterForeColor = System.Drawing.Color.White;
            this.btnQuery.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnQuery.FlatAppearance.BorderSize = 0;
            this.btnQuery.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnQuery.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.btnQuery.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68)))));
            this.btnQuery.HoverForeColor = System.Drawing.Color.White;
            this.btnQuery.Location = new System.Drawing.Point(730, 3);
            this.btnQuery.Margin = new System.Windows.Forms.Padding(0);
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnQuery.PressForeColor = System.Drawing.Color.White;
            this.btnQuery.Radius = 5;
            this.btnQuery.Size = new System.Drawing.Size(70, 26);
            this.btnQuery.TabIndex = 10;
            this.btnQuery.Text = "查询";
            this.btnQuery.UseVisualStyleBackColor = true;
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            // 
            // inputDevName
            // 
            // 
            // 
            // 
            this.inputDevName.Border.Class = "TextBoxBorder";
            this.inputDevName.Border.CornerDiameter = 5;
            this.inputDevName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputDevName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.inputDevName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.inputDevName.Location = new System.Drawing.Point(80, 3);
            this.inputDevName.Margin = new System.Windows.Forms.Padding(0);
            this.inputDevName.MaximumSize = new System.Drawing.Size(150, 28);
            this.inputDevName.Name = "inputDevName";
            this.inputDevName.PreventEnterBeep = true;
            this.inputDevName.Size = new System.Drawing.Size(150, 28);
            this.inputDevName.TabIndex = 9;
            this.inputDevName.WatermarkColor = System.Drawing.Color.Silver;
            this.inputDevName.WatermarkText = "请输入仪器名称";
            // 
            // inputDevModel
            // 
            // 
            // 
            // 
            this.inputDevModel.Border.Class = "TextBoxBorder";
            this.inputDevModel.Border.CornerDiameter = 5;
            this.inputDevModel.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputDevModel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.inputDevModel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.inputDevModel.Location = new System.Drawing.Point(320, 3);
            this.inputDevModel.Margin = new System.Windows.Forms.Padding(0);
            this.inputDevModel.MaximumSize = new System.Drawing.Size(150, 28);
            this.inputDevModel.Name = "inputDevModel";
            this.inputDevModel.PreventEnterBeep = true;
            this.inputDevModel.Size = new System.Drawing.Size(150, 28);
            this.inputDevModel.TabIndex = 8;
            this.inputDevModel.WatermarkColor = System.Drawing.Color.Silver;
            this.inputDevModel.WatermarkText = "请输入仪器型号";
            // 
            // inputDevCode
            // 
            // 
            // 
            // 
            this.inputDevCode.Border.Class = "TextBoxBorder";
            this.inputDevCode.Border.CornerDiameter = 5;
            this.inputDevCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputDevCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.inputDevCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.inputDevCode.Location = new System.Drawing.Point(560, 3);
            this.inputDevCode.Margin = new System.Windows.Forms.Padding(0);
            this.inputDevCode.MaximumSize = new System.Drawing.Size(150, 28);
            this.inputDevCode.Name = "inputDevCode";
            this.inputDevCode.PreventEnterBeep = true;
            this.inputDevCode.Size = new System.Drawing.Size(150, 28);
            this.inputDevCode.TabIndex = 7;
            this.inputDevCode.WatermarkColor = System.Drawing.Color.Silver;
            this.inputDevCode.WatermarkText = "请输入仪器编号";
            // 
            // inputCustomName
            // 
            // 
            // 
            // 
            this.inputCustomName.Border.Class = "TextBoxBorder";
            this.inputCustomName.Border.CornerDiameter = 5;
            this.inputCustomName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputCustomName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.inputCustomName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.inputCustomName.Location = new System.Drawing.Point(320, 43);
            this.inputCustomName.Margin = new System.Windows.Forms.Padding(0);
            this.inputCustomName.MaximumSize = new System.Drawing.Size(150, 28);
            this.inputCustomName.Name = "inputCustomName";
            this.inputCustomName.PreventEnterBeep = true;
            this.inputCustomName.Size = new System.Drawing.Size(150, 28);
            this.inputCustomName.TabIndex = 6;
            this.inputCustomName.WatermarkColor = System.Drawing.Color.Silver;
            this.inputCustomName.WatermarkText = "请输入联系人";
            // 
            // labelCustomName
            // 
            this.labelCustomName.BackColor = System.Drawing.Color.Transparent;
            this.labelCustomName.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelCustomName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.labelCustomName.Location = new System.Drawing.Point(240, 45);
            this.labelCustomName.Margin = new System.Windows.Forms.Padding(0);
            this.labelCustomName.Name = "labelCustomName";
            this.labelCustomName.Size = new System.Drawing.Size(74, 21);
            this.labelCustomName.TabIndex = 5;
            this.labelCustomName.Text = "联系人";
            this.labelCustomName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelDevNo
            // 
            this.labelDevNo.AutoSize = true;
            this.labelDevNo.BackColor = System.Drawing.Color.Transparent;
            this.labelDevNo.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelDevNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.labelDevNo.Location = new System.Drawing.Point(480, 5);
            this.labelDevNo.Margin = new System.Windows.Forms.Padding(0);
            this.labelDevNo.Name = "labelDevNo";
            this.labelDevNo.Size = new System.Drawing.Size(74, 21);
            this.labelDevNo.TabIndex = 4;
            this.labelDevNo.Text = "仪器编号";
            // 
            // labelDevModel
            // 
            this.labelDevModel.AutoSize = true;
            this.labelDevModel.BackColor = System.Drawing.Color.Transparent;
            this.labelDevModel.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelDevModel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.labelDevModel.Location = new System.Drawing.Point(240, 5);
            this.labelDevModel.Margin = new System.Windows.Forms.Padding(0);
            this.labelDevModel.Name = "labelDevModel";
            this.labelDevModel.Size = new System.Drawing.Size(74, 21);
            this.labelDevModel.TabIndex = 4;
            this.labelDevModel.Text = "仪器型号";
            // 
            // inputCustomComp
            // 
            // 
            // 
            // 
            this.inputCustomComp.Border.Class = "TextBoxBorder";
            this.inputCustomComp.Border.CornerDiameter = 5;
            this.inputCustomComp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputCustomComp.Border.MaximumHeight = 26;
            this.inputCustomComp.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.inputCustomComp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.inputCustomComp.Location = new System.Drawing.Point(80, 43);
            this.inputCustomComp.Margin = new System.Windows.Forms.Padding(0);
            this.inputCustomComp.MaximumSize = new System.Drawing.Size(150, 28);
            this.inputCustomComp.Name = "inputCustomComp";
            this.inputCustomComp.PreventEnterBeep = true;
            this.inputCustomComp.Size = new System.Drawing.Size(150, 28);
            this.inputCustomComp.TabIndex = 3;
            this.inputCustomComp.WatermarkColor = System.Drawing.Color.Silver;
            this.inputCustomComp.WatermarkText = "请输入送检单位名称";
            // 
            // labelCustomComp
            // 
            this.labelCustomComp.AutoSize = true;
            this.labelCustomComp.BackColor = System.Drawing.Color.Transparent;
            this.labelCustomComp.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelCustomComp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.labelCustomComp.Location = new System.Drawing.Point(0, 45);
            this.labelCustomComp.Margin = new System.Windows.Forms.Padding(0);
            this.labelCustomComp.Name = "labelCustomComp";
            this.labelCustomComp.Size = new System.Drawing.Size(74, 21);
            this.labelCustomComp.TabIndex = 0;
            this.labelCustomComp.Text = "送检单位";
            // 
            // labelDevName
            // 
            this.labelDevName.AutoSize = true;
            this.labelDevName.BackColor = System.Drawing.Color.Transparent;
            this.labelDevName.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelDevName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.labelDevName.Location = new System.Drawing.Point(0, 5);
            this.labelDevName.Margin = new System.Windows.Forms.Padding(0);
            this.labelDevName.Name = "labelDevName";
            this.labelDevName.Size = new System.Drawing.Size(74, 21);
            this.labelDevName.TabIndex = 0;
            this.labelDevName.Text = "仪器名称";
            // 
            // InfoCtrlForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238)))));
            this.Controls.Add(this.panel1);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "InfoCtrlForm";
            this.Size = new System.Drawing.Size(1024, 654);
            this.panel1.ResumeLayout(false);
            this.panelNodata.ResumeLayout(false);
            this.panelPage.ResumeLayout(false);
            this.panelPage.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_DevList)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label labelDevName;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Label labelDevModel;
        private System.Windows.Forms.Label labelDevNo;
        private DevComponents.DotNetBar.Controls.TextBoxX inputCustomComp;
        private System.Windows.Forms.Label labelCustomComp;
        private System.Windows.Forms.Label labelCustomName;
        private DevComponents.DotNetBar.Controls.TextBoxX inputCustomName;
        private DevComponents.DotNetBar.Controls.TextBoxX inputDevCode;
        private DevComponents.DotNetBar.Controls.TextBoxX inputDevModel;
        private DevComponents.DotNetBar.Controls.TextBoxX inputDevName;
        private RoundButton btnQuery;
        private System.Windows.Forms.Label labelDevStatus;
        private DevComponents.DotNetBar.Controls.ComboBoxEx comboBox_DevStatus;
        private DevComponents.Editors.ComboItem All;
        private DevComponents.Editors.ComboItem tested;
        private DevComponents.Editors.ComboItem testing;
        private DevComponents.Editors.ComboItem toBeTested;
        private RoundButton btnEdit;
        private RoundButton btnAdd;
        private RoundButton btnDelete;
        private RoundButton btnDetail;
        private RoundButton btnExport;
        private System.Windows.Forms.DataGridView dataGridView_DevList;
        private System.Windows.Forms.Button btnNext;
        private System.Windows.Forms.Button btnPre;
        private System.Windows.Forms.Label labelPageCount;
        private System.Windows.Forms.Label labelCurrentPage;
        private System.Windows.Forms.Panel panelPage;
        private System.Windows.Forms.Panel panelNodata;
        private System.Windows.Forms.Label labelNodata;
        private DevComponents.DotNetBar.Controls.TextBoxX inputDevStatus;
        private System.Windows.Forms.Button btn_downDevStatus;
    }
}