Newer
Older
RbFreqStand / RbFreqStandMeasure / info / InfoCtrlForm.Designer.cs

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()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.btnAddDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.rpDevCond = new Casic.Birmm.RbFreqStandMeasure.RoundPanel();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.rpDevCond.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(21, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "送检仪器管理";
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(23, 137);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(935, 420);
            this.dataGridView1.TabIndex = 1;
            // 
            // btnAddDev
            // 
            this.btnAddDev.EnterBackColor = System.Drawing.Color.Blue;
            this.btnAddDev.EnterForeColor = System.Drawing.Color.White;
            this.btnAddDev.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnAddDev.FlatAppearance.BorderSize = 0;
            this.btnAddDev.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnAddDev.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnAddDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAddDev.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68)))));
            this.btnAddDev.HoverForeColor = System.Drawing.Color.White;
            this.btnAddDev.Location = new System.Drawing.Point(500, 6);
            this.btnAddDev.Name = "btnAddDev";
            this.btnAddDev.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnAddDev.PressForeColor = System.Drawing.Color.White;
            this.btnAddDev.Radius = 18;
            this.btnAddDev.Size = new System.Drawing.Size(75, 28);
            this.btnAddDev.TabIndex = 3;
            this.btnAddDev.Text = "添加";
            this.btnAddDev.UseVisualStyleBackColor = true;
            // 
            // rpDevCond
            // 
            this.rpDevCond.Back = System.Drawing.Color.Empty;
            this.rpDevCond.Controls.Add(this.btnAddDev);
            this.rpDevCond.Location = new System.Drawing.Point(23, 71);
            this.rpDevCond.MatrixRound = 8;
            this.rpDevCond.Name = "rpDevCond";
            this.rpDevCond.Size = new System.Drawing.Size(935, 40);
            this.rpDevCond.TabIndex = 4;
            // 
            // InfoCtrlForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.rpDevCond);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.label1);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "InfoCtrlForm";
            this.Size = new System.Drawing.Size(1000, 640);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.rpDevCond.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private RoundButton btnAddDev;
        private RoundPanel rpDevCond;
    }
}