namespace AIMS.OremrUserControl
{
    partial class ucPatientCard
    {
        ///  
        /// 必需的设计器变量。
        /// 
        private System.ComponentModel.IContainer components = null;
        ///  
        /// 清理所有正在使用的资源。
        /// 
        /// 如果应释放托管资源,为 true;否则为 false。
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region 组件设计器生成的代码
        ///  
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// 
        private void InitializeComponent()
        {
            this.panel2 = new System.Windows.Forms.Panel();
            this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.label2 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lbaCon = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.labTabindex = new System.Windows.Forms.Label();
            this.labelName = new System.Windows.Forms.Label();
            this.lblOpeDoctors = new System.Windows.Forms.Label();
            this.lblAnesDoctors = new System.Windows.Forms.Label();
            this.lblNurse = new System.Windows.Forms.Label();
            this.lblNurse2 = new System.Windows.Forms.Label();
            this.panelExMain = new DevComponents.DotNetBar.PanelEx();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panelExMain.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.buttonX2);
            this.panel2.Controls.Add(this.buttonX1);
            this.panel2.Controls.Add(this.label2);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 113);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(245, 37);
            this.panel2.TabIndex = 14;
            this.panel2.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // buttonX2
            // 
            this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX2.Location = new System.Drawing.Point(170, 7);
            this.buttonX2.Name = "buttonX2";
            this.buttonX2.Size = new System.Drawing.Size(63, 23);
            this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX2.TabIndex = 7;
            this.buttonX2.Text = "取消手术";
            this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX1.Location = new System.Drawing.Point(101, 7);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(63, 23);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX1.TabIndex = 7;
            this.buttonX1.Text = "继续手术";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold);
            this.label2.ForeColor = System.Drawing.Color.Red;
            this.label2.Location = new System.Drawing.Point(3, 4);
            this.label2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(95, 28);
            this.label2.TabIndex = 6;
            this.label2.Text = "手术中";
            this.label2.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.lbaCon);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.labTabindex);
            this.panel1.Controls.Add(this.labelName);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(245, 37);
            this.panel1.TabIndex = 9;
            this.panel1.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // lbaCon
            // 
            this.lbaCon.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbaCon.ForeColor = System.Drawing.Color.Purple;
            this.lbaCon.Location = new System.Drawing.Point(40, 10);
            this.lbaCon.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.lbaCon.Name = "lbaCon";
            this.lbaCon.Size = new System.Drawing.Size(36, 20);
            this.lbaCon.TabIndex = 8;
            this.lbaCon.Text = "感染";
            this.lbaCon.Visible = false;
            this.lbaCon.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(163, 10);
            this.label3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(79, 20);
            this.label3.TabIndex = 7;
            this.label3.Text = "男 30岁";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label3.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // labTabindex
            // 
            this.labTabindex.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labTabindex.Location = new System.Drawing.Point(69, 10);
            this.labTabindex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labTabindex.Name = "labTabindex";
            this.labTabindex.Size = new System.Drawing.Size(95, 20);
            this.labTabindex.TabIndex = 7;
            this.labTabindex.Text = "患者1";
            this.labTabindex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.labTabindex.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // labelName
            // 
            this.labelName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelName.ForeColor = System.Drawing.Color.Red;
            this.labelName.Location = new System.Drawing.Point(0, 10);
            this.labelName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.labelName.Name = "labelName";
            this.labelName.Size = new System.Drawing.Size(36, 20);
            this.labelName.TabIndex = 6;
            this.labelName.Text = "急诊";
            this.labelName.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // lblOpeDoctors
            // 
            this.lblOpeDoctors.BackColor = System.Drawing.Color.Transparent;
            this.lblOpeDoctors.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblOpeDoctors.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblOpeDoctors.Location = new System.Drawing.Point(0, 37);
            this.lblOpeDoctors.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.lblOpeDoctors.Name = "lblOpeDoctors";
            this.lblOpeDoctors.Size = new System.Drawing.Size(245, 19);
            this.lblOpeDoctors.TabIndex = 15;
            this.lblOpeDoctors.Text = "手术名称";
            this.lblOpeDoctors.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // lblAnesDoctors
            // 
            this.lblAnesDoctors.BackColor = System.Drawing.Color.Transparent;
            this.lblAnesDoctors.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblAnesDoctors.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblAnesDoctors.Location = new System.Drawing.Point(0, 56);
            this.lblAnesDoctors.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.lblAnesDoctors.Name = "lblAnesDoctors";
            this.lblAnesDoctors.Size = new System.Drawing.Size(245, 19);
            this.lblAnesDoctors.TabIndex = 16;
            this.lblAnesDoctors.Text = "麻醉医生";
            this.lblAnesDoctors.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // lblNurse
            // 
            this.lblNurse.BackColor = System.Drawing.Color.Transparent;
            this.lblNurse.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblNurse.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblNurse.Location = new System.Drawing.Point(0, 75);
            this.lblNurse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.lblNurse.Name = "lblNurse";
            this.lblNurse.Size = new System.Drawing.Size(245, 19);
            this.lblNurse.TabIndex = 17;
            this.lblNurse.Text = "洗手护士";
            this.lblNurse.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // lblNurse2
            // 
            this.lblNurse2.BackColor = System.Drawing.Color.Transparent;
            this.lblNurse2.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblNurse2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblNurse2.Location = new System.Drawing.Point(0, 94);
            this.lblNurse2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.lblNurse2.Name = "lblNurse2";
            this.lblNurse2.Size = new System.Drawing.Size(245, 19);
            this.lblNurse2.TabIndex = 18;
            this.lblNurse2.Text = "巡回护士";
            this.lblNurse2.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // panelExMain
            // 
            this.panelExMain.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelExMain.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelExMain.Controls.Add(this.lblNurse2);
            this.panelExMain.Controls.Add(this.lblNurse);
            this.panelExMain.Controls.Add(this.lblAnesDoctors);
            this.panelExMain.Controls.Add(this.lblOpeDoctors);
            this.panelExMain.Controls.Add(this.panel1);
            this.panelExMain.Controls.Add(this.panel2);
            this.panelExMain.DisabledBackColor = System.Drawing.Color.Empty;
            this.panelExMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelExMain.Location = new System.Drawing.Point(0, 0);
            this.panelExMain.Name = "panelExMain";
            this.panelExMain.Size = new System.Drawing.Size(245, 150);
            this.panelExMain.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelExMain.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.panelExMain.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.panelExMain.Style.Border = DevComponents.DotNetBar.eBorderType.DoubleLine;
            this.panelExMain.Style.BorderColor.Color = System.Drawing.Color.DodgerBlue;
            this.panelExMain.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
            this.panelExMain.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelExMain.Style.GradientAngle = 90;
            this.panelExMain.TabIndex = 0;
            this.panelExMain.Click += new System.EventHandler(this.labTabindex_Click);
            // 
            // ucPatientCard
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(this.panelExMain);
            this.Name = "ucPatientCard";
            this.Size = new System.Drawing.Size(245, 150);
            this.panel2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panelExMain.ResumeLayout(false);
            this.ResumeLayout(false);
        }
        #endregion
        private System.Windows.Forms.Panel panel2;
        public DevComponents.DotNetBar.ButtonX buttonX2;
        public DevComponents.DotNetBar.ButtonX buttonX1;
        public System.Windows.Forms.Label label2;
        private System.Windows.Forms.Panel panel1;
        public System.Windows.Forms.Label lbaCon;
        public System.Windows.Forms.Label label3;
        public System.Windows.Forms.Label labTabindex;
        public System.Windows.Forms.Label labelName;
        private System.Windows.Forms.Label lblOpeDoctors;
        public System.Windows.Forms.Label lblAnesDoctors;
        private System.Windows.Forms.Label lblNurse;
        private System.Windows.Forms.Label lblNurse2;
        public DevComponents.DotNetBar.PanelEx panelExMain;
    }
}