Newer
Older
RbFreqStand / RbFreqStandMeasure / info / DevTestedCtrlForm.Designer.cs
TAN YUE on 17 Mar 2021 14 KB 20210317 界面框架搭建

namespace Casic.Birmm.RbFreqStandMeasure.info
{
    partial class DevTestedCtrlForm
    {
        /// <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();
            this.line1 = new DevComponents.DotNetBar.Controls.Line();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.textBoxDropDown1 = new DevComponents.DotNetBar.Controls.TextBoxDropDown();
            this.iptDevName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.iptDevType = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.label1 = new System.Windows.Forms.Label();
            this.btnDelDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.roundButton1 = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
            this.panelEx1.SuspendLayout();
            this.SuspendLayout();
            // 
            // line1
            // 
            this.line1.Location = new System.Drawing.Point(4, 43);
            this.line1.Name = "line1";
            this.line1.Size = new System.Drawing.Size(993, 23);
            this.line1.TabIndex = 17;
            this.line1.Text = "line1";
            // 
            // Column10
            // 
            this.Column10.HeaderText = "频率计数器范围及灵敏度";
            this.Column10.Name = "Column10";
            // 
            // Column9
            // 
            this.Column9.HeaderText = "日老化率";
            this.Column9.Name = "Column9";
            // 
            // Column8
            // 
            this.Column8.HeaderText = "开机特性";
            this.Column8.Name = "Column8";
            // 
            // Column7
            // 
            this.Column7.HeaderText = "频率准确度";
            this.Column7.Name = "Column7";
            // 
            // Column6
            // 
            this.Column6.HeaderText = "频率稳定度";
            this.Column6.Name = "Column6";
            // 
            // Column5
            // 
            this.Column5.HeaderText = "检测状态";
            this.Column5.Name = "Column5";
            // 
            // Column4
            // 
            this.Column4.HeaderText = "客户单位";
            this.Column4.Name = "Column4";
            // 
            // Column3
            // 
            this.Column3.HeaderText = "仪器编号";
            this.Column3.Name = "Column3";
            // 
            // Column2
            // 
            this.Column2.HeaderText = "仪器型号";
            this.Column2.Name = "Column2";
            // 
            // Column1
            // 
            this.Column1.HeaderText = "登记日期";
            this.Column1.Name = "Column1";
            // 
            // dataGridViewX1
            // 
            this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column9,
            this.Column10});
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle5;
            this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.dataGridViewX1.Location = new System.Drawing.Point(3, 170);
            this.dataGridViewX1.Name = "dataGridViewX1";
            this.dataGridViewX1.RowTemplate.Height = 23;
            this.dataGridViewX1.Size = new System.Drawing.Size(994, 444);
            this.dataGridViewX1.TabIndex = 16;
            // 
            // textBoxDropDown1
            // 
            // 
            // 
            // 
            this.textBoxDropDown1.BackgroundStyle.Class = "TextBoxBorder";
            this.textBoxDropDown1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxDropDown1.ButtonDropDown.Visible = true;
            this.textBoxDropDown1.Location = new System.Drawing.Point(273, 21);
            this.textBoxDropDown1.Name = "textBoxDropDown1";
            this.textBoxDropDown1.Size = new System.Drawing.Size(122, 20);
            this.textBoxDropDown1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.textBoxDropDown1.TabIndex = 9;
            this.textBoxDropDown1.Text = "";
            // 
            // iptDevName
            // 
            // 
            // 
            // 
            this.iptDevName.Border.Class = "TextBoxBorder";
            this.iptDevName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.iptDevName.Location = new System.Drawing.Point(142, 21);
            this.iptDevName.Name = "iptDevName";
            this.iptDevName.PreventEnterBeep = true;
            this.iptDevName.Size = new System.Drawing.Size(100, 21);
            this.iptDevName.TabIndex = 4;
            // 
            // iptDevType
            // 
            // 
            // 
            // 
            this.iptDevType.Border.Class = "TextBoxBorder";
            this.iptDevType.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.iptDevType.Location = new System.Drawing.Point(21, 21);
            this.iptDevType.Name = "iptDevType";
            this.iptDevType.PreventEnterBeep = true;
            this.iptDevType.Size = new System.Drawing.Size(100, 21);
            this.iptDevType.TabIndex = 4;
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx1.Controls.Add(this.textBoxDropDown1);
            this.panelEx1.Controls.Add(this.iptDevName);
            this.panelEx1.Controls.Add(this.iptDevType);
            this.panelEx1.Controls.Add(this.roundButton1);
            this.panelEx1.Controls.Add(this.btnDelDev);
            this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
            this.panelEx1.Location = new System.Drawing.Point(3, 72);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(994, 59);
            this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx1.Style.GradientAngle = 90;
            this.panelEx1.TabIndex = 15;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(21, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 14;
            this.label1.Text = "计量信息管理";
            // 
            // btnDelDev
            // 
            this.btnDelDev.EnterBackColor = System.Drawing.Color.Blue;
            this.btnDelDev.EnterForeColor = System.Drawing.Color.White;
            this.btnDelDev.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnDelDev.FlatAppearance.BorderSize = 0;
            this.btnDelDev.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnDelDev.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnDelDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDelDev.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68)))));
            this.btnDelDev.HoverForeColor = System.Drawing.Color.White;
            this.btnDelDev.Location = new System.Drawing.Point(639, 15);
            this.btnDelDev.Name = "btnDelDev";
            this.btnDelDev.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnDelDev.PressForeColor = System.Drawing.Color.White;
            this.btnDelDev.Radius = 18;
            this.btnDelDev.Size = new System.Drawing.Size(75, 28);
            this.btnDelDev.TabIndex = 3;
            this.btnDelDev.Text = "导出数据";
            this.btnDelDev.UseVisualStyleBackColor = true;
            // 
            // roundButton1
            // 
            this.roundButton1.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButton1.EnterForeColor = System.Drawing.Color.White;
            this.roundButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButton1.FlatAppearance.BorderSize = 0;
            this.roundButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButton1.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68)))));
            this.roundButton1.HoverForeColor = System.Drawing.Color.White;
            this.roundButton1.Location = new System.Drawing.Point(537, 15);
            this.roundButton1.Name = "roundButton1";
            this.roundButton1.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButton1.PressForeColor = System.Drawing.Color.White;
            this.roundButton1.Radius = 18;
            this.roundButton1.Size = new System.Drawing.Size(75, 28);
            this.roundButton1.TabIndex = 3;
            this.roundButton1.Text = "查看详情";
            this.roundButton1.UseVisualStyleBackColor = true;
            // 
            // DevTestedCtrlForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.line1);
            this.Controls.Add(this.dataGridViewX1);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.label1);
            this.Name = "DevTestedCtrlForm";
            this.Size = new System.Drawing.Size(1000, 640);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
            this.panelEx1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private DevComponents.DotNetBar.Controls.Line line1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1;
        private DevComponents.DotNetBar.Controls.TextBoxDropDown textBoxDropDown1;
        private DevComponents.DotNetBar.Controls.TextBoxX iptDevName;
        private DevComponents.DotNetBar.Controls.TextBoxX iptDevType;
        private DevComponents.DotNetBar.PanelEx panelEx1;
        private System.Windows.Forms.Label label1;
        private RoundButton btnDelDev;
        private RoundButton roundButton1;
    }
}