242 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			242 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace AIMS.OremrUserControl
 | ||
| {
 | ||
|     partial class ucPlanOperationRoomCard
 | ||
|     {
 | ||
|         /// <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.components = new System.ComponentModel.Container();
 | ||
|             this.panelExMain = new DevComponents.DotNetBar.PanelEx();
 | ||
|             this.lblNurse2 = new System.Windows.Forms.Label();
 | ||
|             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
 | ||
|             this.tsDel = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.tsDelAnes = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.tsDelNs1 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.tsDelNs2 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.tsUpdateRoom = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.lblNurse = new System.Windows.Forms.Label();
 | ||
|             this.lblAnesDoctors = new System.Windows.Forms.Label();
 | ||
|             this.lblOpeDoctors = new System.Windows.Forms.Label();
 | ||
|             this.panel1 = new System.Windows.Forms.Panel();
 | ||
|             this.labTabindex = new System.Windows.Forms.Label();
 | ||
|             this.labelName = new System.Windows.Forms.Label();
 | ||
|             this.panelExMain.SuspendLayout();
 | ||
|             this.contextMenuStrip1.SuspendLayout();
 | ||
|             this.panel1.SuspendLayout();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // 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.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(320, 135);
 | ||
|             this.panelExMain.Style.Alignment = System.Drawing.StringAlignment.Center;
 | ||
|             this.panelExMain.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
 | ||
|             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.UcPlanOperationRoomCard_Click);
 | ||
|             // 
 | ||
|             // lblNurse2
 | ||
|             // 
 | ||
|             this.lblNurse2.ContextMenuStrip = this.contextMenuStrip1;
 | ||
|             this.lblNurse2.Dock = System.Windows.Forms.DockStyle.Top;
 | ||
|             this.lblNurse2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
 | ||
|             this.lblNurse2.Location = new System.Drawing.Point(0, 106);
 | ||
|             this.lblNurse2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | ||
|             this.lblNurse2.Name = "lblNurse2";
 | ||
|             this.lblNurse2.Size = new System.Drawing.Size(320, 22);
 | ||
|             this.lblNurse2.TabIndex = 19;
 | ||
|             this.lblNurse2.Text = "巡回护士";
 | ||
|             this.lblNurse2.Click += new System.EventHandler(this.UcPlanOperationRoomCard_Click);
 | ||
|             // 
 | ||
|             // contextMenuStrip1
 | ||
|             // 
 | ||
|             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | ||
|             this.tsDel,
 | ||
|             this.tsDelAnes,
 | ||
|             this.tsDelNs1,
 | ||
|             this.tsDelNs2,
 | ||
|             this.tsUpdateRoom});
 | ||
|             this.contextMenuStrip1.Name = "contextMenuStrip1";
 | ||
|             this.contextMenuStrip1.Size = new System.Drawing.Size(181, 136);
 | ||
|             // 
 | ||
|             // tsDel
 | ||
|             // 
 | ||
|             this.tsDel.Name = "tsDel";
 | ||
|             this.tsDel.Size = new System.Drawing.Size(180, 22);
 | ||
|             this.tsDel.Text = "撤销所有排程";
 | ||
|             this.tsDel.Click += new System.EventHandler(this.tsDel_Click);
 | ||
|             // 
 | ||
|             // tsDelAnes
 | ||
|             // 
 | ||
|             this.tsDelAnes.Name = "tsDelAnes";
 | ||
|             this.tsDelAnes.Size = new System.Drawing.Size(180, 22);
 | ||
|             this.tsDelAnes.Text = "取消麻醉医生";
 | ||
|             this.tsDelAnes.Click += new System.EventHandler(this.tsDelAnes_Click);
 | ||
|             // 
 | ||
|             // tsDelNs1
 | ||
|             // 
 | ||
|             this.tsDelNs1.Name = "tsDelNs1";
 | ||
|             this.tsDelNs1.Size = new System.Drawing.Size(180, 22);
 | ||
|             this.tsDelNs1.Text = "取消洗手护士";
 | ||
|             this.tsDelNs1.Click += new System.EventHandler(this.tsDelNs1_Click);
 | ||
|             // 
 | ||
|             // tsDelNs2
 | ||
|             // 
 | ||
|             this.tsDelNs2.Name = "tsDelNs2";
 | ||
|             this.tsDelNs2.Size = new System.Drawing.Size(180, 22);
 | ||
|             this.tsDelNs2.Text = "取消巡回护士";
 | ||
|             this.tsDelNs2.Click += new System.EventHandler(this.tsDelNs2_Click);
 | ||
|             // 
 | ||
|             // tsUpdateRoom
 | ||
|             // 
 | ||
|             this.tsUpdateRoom.Name = "tsUpdateRoom";
 | ||
|             this.tsUpdateRoom.Size = new System.Drawing.Size(180, 22);
 | ||
|             this.tsUpdateRoom.Text = "全部更换手术间至";
 | ||
|             // 
 | ||
|             // lblNurse
 | ||
|             // 
 | ||
|             this.lblNurse.ContextMenuStrip = this.contextMenuStrip1;
 | ||
|             this.lblNurse.Dock = System.Windows.Forms.DockStyle.Top;
 | ||
|             this.lblNurse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
 | ||
|             this.lblNurse.Location = new System.Drawing.Point(0, 84);
 | ||
|             this.lblNurse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | ||
|             this.lblNurse.Name = "lblNurse";
 | ||
|             this.lblNurse.Size = new System.Drawing.Size(320, 22);
 | ||
|             this.lblNurse.TabIndex = 18;
 | ||
|             this.lblNurse.Text = "洗手护士";
 | ||
|             this.lblNurse.Click += new System.EventHandler(this.UcPlanOperationRoomCard_Click);
 | ||
|             // 
 | ||
|             // lblAnesDoctors
 | ||
|             // 
 | ||
|             this.lblAnesDoctors.ContextMenuStrip = this.contextMenuStrip1;
 | ||
|             this.lblAnesDoctors.Dock = System.Windows.Forms.DockStyle.Top;
 | ||
|             this.lblAnesDoctors.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
 | ||
|             this.lblAnesDoctors.Location = new System.Drawing.Point(0, 62);
 | ||
|             this.lblAnesDoctors.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | ||
|             this.lblAnesDoctors.Name = "lblAnesDoctors";
 | ||
|             this.lblAnesDoctors.Size = new System.Drawing.Size(320, 22);
 | ||
|             this.lblAnesDoctors.TabIndex = 17;
 | ||
|             this.lblAnesDoctors.Text = "麻醉医生";
 | ||
|             this.lblAnesDoctors.Click += new System.EventHandler(this.UcPlanOperationRoomCard_Click);
 | ||
|             // 
 | ||
|             // lblOpeDoctors
 | ||
|             // 
 | ||
|             this.lblOpeDoctors.BackColor = System.Drawing.Color.Transparent;
 | ||
|             this.lblOpeDoctors.ContextMenuStrip = this.contextMenuStrip1;
 | ||
|             this.lblOpeDoctors.Dock = System.Windows.Forms.DockStyle.Top;
 | ||
|             this.lblOpeDoctors.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
 | ||
|             this.lblOpeDoctors.Location = new System.Drawing.Point(0, 40);
 | ||
|             this.lblOpeDoctors.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | ||
|             this.lblOpeDoctors.Name = "lblOpeDoctors";
 | ||
|             this.lblOpeDoctors.Size = new System.Drawing.Size(320, 22);
 | ||
|             this.lblOpeDoctors.TabIndex = 16;
 | ||
|             this.lblOpeDoctors.Text = "手术医生";
 | ||
|             this.lblOpeDoctors.Click += new System.EventHandler(this.UcPlanOperationRoomCard_Click);
 | ||
|             // 
 | ||
|             // panel1
 | ||
|             // 
 | ||
|             this.panel1.BackColor = System.Drawing.Color.Transparent;
 | ||
|             this.panel1.ContextMenuStrip = this.contextMenuStrip1;
 | ||
|             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(320, 40);
 | ||
|             this.panel1.TabIndex = 8;
 | ||
|             this.panel1.Click += new System.EventHandler(this.UcPlanOperationRoomCard_Click);
 | ||
|             // 
 | ||
|             // labTabindex
 | ||
|             // 
 | ||
|             this.labTabindex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | ||
|             this.labTabindex.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
 | ||
|             this.labTabindex.Location = new System.Drawing.Point(282, 10);
 | ||
|             this.labTabindex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | ||
|             this.labTabindex.Name = "labTabindex";
 | ||
|             this.labTabindex.Size = new System.Drawing.Size(69, 20);
 | ||
|             this.labTabindex.TabIndex = 7;
 | ||
|             this.labTabindex.Text = "共几台";
 | ||
|             this.labTabindex.Click += new System.EventHandler(this.UcPlanOperationRoomCard_Click);
 | ||
|             // 
 | ||
|             // labelName
 | ||
|             // 
 | ||
|             this.labelName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
 | ||
|             this.labelName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
 | ||
|             this.labelName.Location = new System.Drawing.Point(129, 10);
 | ||
|             this.labelName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | ||
|             this.labelName.Name = "labelName";
 | ||
|             this.labelName.Size = new System.Drawing.Size(49, 20);
 | ||
|             this.labelName.TabIndex = 6;
 | ||
|             this.labelName.Text = "第几间";
 | ||
|             this.labelName.Click += new System.EventHandler(this.UcPlanOperationRoomCard_Click);
 | ||
|             // 
 | ||
|             // ucPlanOperationRoomCard
 | ||
|             // 
 | ||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
 | ||
|             this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
 | ||
|             this.Controls.Add(this.panelExMain);
 | ||
|             this.Name = "ucPlanOperationRoomCard";
 | ||
|             this.Size = new System.Drawing.Size(320, 135);
 | ||
|             this.Load += new System.EventHandler(this.ucPlanOperationRoomCard_Load);
 | ||
|             this.panelExMain.ResumeLayout(false);
 | ||
|             this.contextMenuStrip1.ResumeLayout(false);
 | ||
|             this.panel1.ResumeLayout(false);
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
|         private System.Windows.Forms.Label lblNurse2;
 | ||
|         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem tsDel;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem tsDelAnes;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem tsDelNs1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem tsDelNs2;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem tsUpdateRoom;
 | ||
|         private System.Windows.Forms.Label lblNurse;
 | ||
|         private System.Windows.Forms.Label lblAnesDoctors;
 | ||
|         private System.Windows.Forms.Label lblOpeDoctors;
 | ||
|         private System.Windows.Forms.Panel panel1;
 | ||
|         public System.Windows.Forms.Label labTabindex;
 | ||
|         public System.Windows.Forms.Label labelName;
 | ||
|         public DevComponents.DotNetBar.PanelEx panelExMain;
 | ||
|     }
 | ||
| }
 |