AIMS/AIMSControls/OremrUserControl/UCSurgicalNotice.designer.cs
2023-08-16 22:32:16 +08:00

957 lines
49 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace AIMS.OremrUserControl
{
partial class UCSurgicalNotice
{
/// <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.label6 = new System.Windows.Forms.Label();
this.labAge = new System.Windows.Forms.Label();
this.labSex = new System.Windows.Forms.Label();
this.labBed = new System.Windows.Forms.Label();
this.labDate = new System.Windows.Forms.Label();
this.labAnesthesiaDoctor = new System.Windows.Forms.Label();
this.labHospitalNo = new System.Windows.Forms.Label();
this.labInstrument = new System.Windows.Forms.Label();
this.labDoctor = new System.Windows.Forms.Label();
this.labDiagnosis = new System.Windows.Forms.Label();
this.labOperationRoom = new System.Windows.Forms.Label();
this.labName = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.labDepartments = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.labOperation = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.labAssistant1 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.labAssistant2 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.labAnaesthesiaMethod = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.labRemark = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.labHospitalName = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.labOperationSite = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.panel7 = new System.Windows.Forms.Panel();
this.panel8 = new System.Windows.Forms.Panel();
this.panel14 = new System.Windows.Forms.Panel();
this.panel18 = new System.Windows.Forms.Panel();
this.panel19 = new System.Windows.Forms.Panel();
this.panel20 = new System.Windows.Forms.Panel();
this.panel21 = new System.Windows.Forms.Panel();
this.panel22 = new System.Windows.Forms.Panel();
this.label20 = new System.Windows.Forms.Label();
this.labPlanOperator = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel13 = new System.Windows.Forms.Panel();
this.panel9 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel10 = new System.Windows.Forms.Panel();
this.panel11 = new System.Windows.Forms.Panel();
this.panel12 = new System.Windows.Forms.Panel();
this.panel15 = new System.Windows.Forms.Panel();
this.panel16 = new System.Windows.Forms.Panel();
this.panel17 = new System.Windows.Forms.Panel();
this.panel23 = new System.Windows.Forms.Panel();
this.labTourNurse = new System.Windows.Forms.Label();
this.panel24 = new System.Windows.Forms.Panel();
this.panel25 = new System.Windows.Forms.Panel();
this.lblOpeLevel = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.lblVerify = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label6.Location = new System.Drawing.Point(205, 98);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 17);
this.label6.TabIndex = 24;
this.label6.Text = "术间:";
//
// labAge
//
this.labAge.AutoSize = true;
this.labAge.BackColor = System.Drawing.Color.Transparent;
this.labAge.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labAge.Location = new System.Drawing.Point(429, 137);
this.labAge.Name = "labAge";
this.labAge.Size = new System.Drawing.Size(31, 17);
this.labAge.TabIndex = 17;
this.labAge.Text = "Age";
this.labAge.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labSex
//
this.labSex.AutoSize = true;
this.labSex.BackColor = System.Drawing.Color.Transparent;
this.labSex.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labSex.Location = new System.Drawing.Point(240, 137);
this.labSex.Name = "labSex";
this.labSex.Size = new System.Drawing.Size(28, 17);
this.labSex.TabIndex = 18;
this.labSex.Text = "Sex";
this.labSex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labBed
//
this.labBed.AutoSize = true;
this.labBed.BackColor = System.Drawing.Color.Transparent;
this.labBed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labBed.Location = new System.Drawing.Point(624, 137);
this.labBed.Name = "labBed";
this.labBed.Size = new System.Drawing.Size(31, 17);
this.labBed.TabIndex = 16;
this.labBed.Text = "Bed";
this.labBed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labDate
//
this.labDate.AutoSize = true;
this.labDate.BackColor = System.Drawing.Color.Transparent;
this.labDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labDate.Location = new System.Drawing.Point(50, 98);
this.labDate.Name = "labDate";
this.labDate.Size = new System.Drawing.Size(35, 17);
this.labDate.TabIndex = 14;
this.labDate.Text = "Date";
this.labDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labAnesthesiaDoctor
//
this.labAnesthesiaDoctor.AutoSize = true;
this.labAnesthesiaDoctor.BackColor = System.Drawing.Color.Transparent;
this.labAnesthesiaDoctor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labAnesthesiaDoctor.Location = new System.Drawing.Point(441, 301);
this.labAnesthesiaDoctor.Name = "labAnesthesiaDoctor";
this.labAnesthesiaDoctor.Size = new System.Drawing.Size(110, 17);
this.labAnesthesiaDoctor.TabIndex = 15;
this.labAnesthesiaDoctor.Text = "AnesthesiaDoctor";
//
// labHospitalNo
//
this.labHospitalNo.AutoSize = true;
this.labHospitalNo.BackColor = System.Drawing.Color.Transparent;
this.labHospitalNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labHospitalNo.Location = new System.Drawing.Point(624, 98);
this.labHospitalNo.Name = "labHospitalNo";
this.labHospitalNo.Size = new System.Drawing.Size(74, 17);
this.labHospitalNo.TabIndex = 22;
this.labHospitalNo.Text = "HospitalNo";
//
// labInstrument
//
this.labInstrument.AutoSize = true;
this.labInstrument.BackColor = System.Drawing.Color.Transparent;
this.labInstrument.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labInstrument.Location = new System.Drawing.Point(80, 342);
this.labInstrument.Name = "labInstrument";
this.labInstrument.Size = new System.Drawing.Size(0, 17);
this.labInstrument.TabIndex = 23;
//
// labDoctor
//
this.labDoctor.AutoSize = true;
this.labDoctor.BackColor = System.Drawing.Color.Transparent;
this.labDoctor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labDoctor.Location = new System.Drawing.Point(50, 260);
this.labDoctor.Name = "labDoctor";
this.labDoctor.Size = new System.Drawing.Size(48, 17);
this.labDoctor.TabIndex = 21;
this.labDoctor.Text = "Doctor";
//
// labDiagnosis
//
this.labDiagnosis.AutoSize = true;
this.labDiagnosis.BackColor = System.Drawing.Color.Transparent;
this.labDiagnosis.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labDiagnosis.Location = new System.Drawing.Point(74, 178);
this.labDiagnosis.Name = "labDiagnosis";
this.labDiagnosis.Size = new System.Drawing.Size(65, 17);
this.labDiagnosis.TabIndex = 19;
this.labDiagnosis.Text = "Diagnosis";
//
// labOperationRoom
//
this.labOperationRoom.AutoSize = true;
this.labOperationRoom.BackColor = System.Drawing.Color.Transparent;
this.labOperationRoom.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labOperationRoom.Location = new System.Drawing.Point(240, 98);
this.labOperationRoom.Name = "labOperationRoom";
this.labOperationRoom.Size = new System.Drawing.Size(34, 17);
this.labOperationRoom.TabIndex = 20;
this.labOperationRoom.Text = "OpR";
this.labOperationRoom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labName
//
this.labName.AutoSize = true;
this.labName.BackColor = System.Drawing.Color.Transparent;
this.labName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labName.Location = new System.Drawing.Point(50, 137);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(43, 17);
this.labName.TabIndex = 13;
this.labName.Text = "Name";
this.labName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label12.Location = new System.Drawing.Point(394, 301);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(47, 17);
this.label12.TabIndex = 4;
this.label12.Text = "麻醉师:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label11.Location = new System.Drawing.Point(15, 342);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(59, 17);
this.label11.TabIndex = 11;
this.label11.Text = "器械护士:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label8.Location = new System.Drawing.Point(577, 98);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(47, 17);
this.label8.TabIndex = 12;
this.label8.Text = "住院号:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label9.Location = new System.Drawing.Point(15, 260);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(35, 17);
this.label9.TabIndex = 10;
this.label9.Text = "术者:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label5.Location = new System.Drawing.Point(15, 178);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 17);
this.label5.TabIndex = 8;
this.label5.Text = "术前诊断:";
//
// labDepartments
//
this.labDepartments.AutoSize = true;
this.labDepartments.BackColor = System.Drawing.Color.Transparent;
this.labDepartments.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labDepartments.Location = new System.Drawing.Point(429, 98);
this.labDepartments.Name = "labDepartments";
this.labDepartments.Size = new System.Drawing.Size(36, 17);
this.labDepartments.TabIndex = 14;
this.labDepartments.Text = "Dept";
this.labDepartments.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label13.Location = new System.Drawing.Point(15, 219);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(59, 17);
this.label13.TabIndex = 8;
this.label13.Text = "手术方式:";
//
// labOperation
//
this.labOperation.AutoSize = true;
this.labOperation.BackColor = System.Drawing.Color.Transparent;
this.labOperation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labOperation.Location = new System.Drawing.Point(74, 219);
this.labOperation.Name = "labOperation";
this.labOperation.Size = new System.Drawing.Size(67, 17);
this.labOperation.TabIndex = 19;
this.labOperation.Text = "Operation";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label14.Location = new System.Drawing.Point(15, 137);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(35, 17);
this.label14.TabIndex = 8;
this.label14.Text = "姓名:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label10.Location = new System.Drawing.Point(15, 98);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(35, 17);
this.label10.TabIndex = 8;
this.label10.Text = "时间:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label1.Location = new System.Drawing.Point(394, 98);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 17);
this.label1.TabIndex = 24;
this.label1.Text = "科别:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label7.Location = new System.Drawing.Point(205, 137);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 17);
this.label7.TabIndex = 8;
this.label7.Text = "性别:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label3.Location = new System.Drawing.Point(394, 137);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 17);
this.label3.TabIndex = 8;
this.label3.Text = "年龄:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label2.Location = new System.Drawing.Point(577, 137);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 17);
this.label2.TabIndex = 8;
this.label2.Text = "床号:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label4.Location = new System.Drawing.Point(205, 260);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 17);
this.label4.TabIndex = 10;
this.label4.Text = "一助:";
//
// labAssistant1
//
this.labAssistant1.AutoSize = true;
this.labAssistant1.BackColor = System.Drawing.Color.Transparent;
this.labAssistant1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labAssistant1.Location = new System.Drawing.Point(240, 260);
this.labAssistant1.Name = "labAssistant1";
this.labAssistant1.Size = new System.Drawing.Size(66, 17);
this.labAssistant1.TabIndex = 21;
this.labAssistant1.Text = "Assistant1";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label16.Location = new System.Drawing.Point(394, 260);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(35, 17);
this.label16.TabIndex = 10;
this.label16.Text = "二助:";
//
// labAssistant2
//
this.labAssistant2.AutoSize = true;
this.labAssistant2.BackColor = System.Drawing.Color.Transparent;
this.labAssistant2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labAssistant2.Location = new System.Drawing.Point(429, 260);
this.labAssistant2.Name = "labAssistant2";
this.labAssistant2.Size = new System.Drawing.Size(66, 17);
this.labAssistant2.TabIndex = 21;
this.labAssistant2.Text = "Assistant2";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label18.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label18.Location = new System.Drawing.Point(15, 301);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(59, 17);
this.label18.TabIndex = 10;
this.label18.Text = "麻醉方式:";
//
// labAnaesthesiaMethod
//
this.labAnaesthesiaMethod.AutoSize = true;
this.labAnaesthesiaMethod.BackColor = System.Drawing.Color.Transparent;
this.labAnaesthesiaMethod.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labAnaesthesiaMethod.Location = new System.Drawing.Point(80, 301);
this.labAnaesthesiaMethod.Name = "labAnaesthesiaMethod";
this.labAnaesthesiaMethod.Size = new System.Drawing.Size(123, 17);
this.labAnaesthesiaMethod.TabIndex = 21;
this.labAnaesthesiaMethod.Text = "AnaesthesiaMethod";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label15.Location = new System.Drawing.Point(15, 383);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(59, 17);
this.label15.TabIndex = 11;
this.label15.Text = "手术体位:";
//
// labRemark
//
this.labRemark.AutoSize = true;
this.labRemark.BackColor = System.Drawing.Color.Transparent;
this.labRemark.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labRemark.Location = new System.Drawing.Point(56, 424);
this.labRemark.Name = "labRemark";
this.labRemark.Size = new System.Drawing.Size(53, 17);
this.labRemark.TabIndex = 23;
this.labRemark.Text = "Remark";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label17.Location = new System.Drawing.Point(15, 424);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(35, 17);
this.label17.TabIndex = 11;
this.label17.Text = "备注:";
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Location = new System.Drawing.Point(3, 85);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1, 460);
this.panel1.TabIndex = 25;
//
// labHospitalName
//
this.labHospitalName.AutoSize = true;
this.labHospitalName.BackColor = System.Drawing.Color.Transparent;
this.labHospitalName.Font = new System.Drawing.Font("微软雅黑", 13F);
this.labHospitalName.Location = new System.Drawing.Point(194, 36);
this.labHospitalName.Name = "labHospitalName";
this.labHospitalName.Size = new System.Drawing.Size(134, 24);
this.labHospitalName.TabIndex = 14;
this.labHospitalName.Text = "HospitalName";
this.labHospitalName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label19.Location = new System.Drawing.Point(394, 342);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(59, 17);
this.label19.TabIndex = 11;
this.label19.Text = "巡回护士:";
//
// labOperationSite
//
this.labOperationSite.AutoSize = true;
this.labOperationSite.BackColor = System.Drawing.Color.Transparent;
this.labOperationSite.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labOperationSite.Location = new System.Drawing.Point(79, 382);
this.labOperationSite.Name = "labOperationSite";
this.labOperationSite.Size = new System.Drawing.Size(0, 17);
this.labOperationSite.TabIndex = 23;
//
// panel5
//
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel5.Location = new System.Drawing.Point(3, 85);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(196, 1);
this.panel5.TabIndex = 27;
//
// panel6
//
this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel6.Location = new System.Drawing.Point(198, 85);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(190, 1);
this.panel6.TabIndex = 27;
//
// panel7
//
this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel7.Location = new System.Drawing.Point(387, 85);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(188, 1);
this.panel7.TabIndex = 27;
//
// panel8
//
this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel8.Location = new System.Drawing.Point(574, 85);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(202, 1);
this.panel8.TabIndex = 27;
//
// panel14
//
this.panel14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel14.Location = new System.Drawing.Point(3, 208);
this.panel14.Name = "panel14";
this.panel14.Size = new System.Drawing.Size(773, 1);
this.panel14.TabIndex = 27;
//
// panel18
//
this.panel18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel18.Location = new System.Drawing.Point(3, 290);
this.panel18.Name = "panel18";
this.panel18.Size = new System.Drawing.Size(385, 1);
this.panel18.TabIndex = 27;
//
// panel19
//
this.panel19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel19.Location = new System.Drawing.Point(387, 290);
this.panel19.Name = "panel19";
this.panel19.Size = new System.Drawing.Size(389, 1);
this.panel19.TabIndex = 27;
//
// panel20
//
this.panel20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel20.Location = new System.Drawing.Point(3, 331);
this.panel20.Name = "panel20";
this.panel20.Size = new System.Drawing.Size(385, 1);
this.panel20.TabIndex = 27;
//
// panel21
//
this.panel21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel21.Location = new System.Drawing.Point(387, 331);
this.panel21.Name = "panel21";
this.panel21.Size = new System.Drawing.Size(389, 1);
this.panel21.TabIndex = 27;
//
// panel22
//
this.panel22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel22.Location = new System.Drawing.Point(3, 372);
this.panel22.Name = "panel22";
this.panel22.Size = new System.Drawing.Size(385, 1);
this.panel22.TabIndex = 27;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label20.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label20.Location = new System.Drawing.Point(394, 383);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(47, 17);
this.label20.TabIndex = 11;
this.label20.Text = "申请人:";
//
// labPlanOperator
//
this.labPlanOperator.AutoSize = true;
this.labPlanOperator.BackColor = System.Drawing.Color.Transparent;
this.labPlanOperator.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPlanOperator.Location = new System.Drawing.Point(441, 383);
this.labPlanOperator.Name = "labPlanOperator";
this.labPlanOperator.Size = new System.Drawing.Size(0, 17);
this.labPlanOperator.TabIndex = 23;
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Location = new System.Drawing.Point(387, 372);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(389, 1);
this.panel2.TabIndex = 27;
//
// panel13
//
this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel13.Location = new System.Drawing.Point(3, 167);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(773, 1);
this.panel13.TabIndex = 27;
//
// panel9
//
this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel9.Location = new System.Drawing.Point(3, 126);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(773, 1);
this.panel9.TabIndex = 27;
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Location = new System.Drawing.Point(4, 249);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(773, 1);
this.panel3.TabIndex = 28;
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Location = new System.Drawing.Point(4, 544);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(773, 1);
this.panel4.TabIndex = 29;
//
// panel10
//
this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel10.Location = new System.Drawing.Point(776, 85);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(1, 460);
this.panel10.TabIndex = 30;
//
// panel11
//
this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel11.Location = new System.Drawing.Point(3, 414);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(773, 1);
this.panel11.TabIndex = 31;
//
// panel12
//
this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel12.Location = new System.Drawing.Point(199, 85);
this.panel12.Name = "panel12";
this.panel12.Size = new System.Drawing.Size(1, 83);
this.panel12.TabIndex = 32;
//
// panel15
//
this.panel15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel15.Location = new System.Drawing.Point(387, 249);
this.panel15.Name = "panel15";
this.panel15.Size = new System.Drawing.Size(1, 166);
this.panel15.TabIndex = 32;
//
// panel16
//
this.panel16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel16.Location = new System.Drawing.Point(387, 85);
this.panel16.Name = "panel16";
this.panel16.Size = new System.Drawing.Size(1, 83);
this.panel16.TabIndex = 33;
//
// panel17
//
this.panel17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel17.Location = new System.Drawing.Point(570, 85);
this.panel17.Name = "panel17";
this.panel17.Size = new System.Drawing.Size(1, 83);
this.panel17.TabIndex = 34;
//
// panel23
//
this.panel23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel23.Location = new System.Drawing.Point(199, 249);
this.panel23.Name = "panel23";
this.panel23.Size = new System.Drawing.Size(1, 42);
this.panel23.TabIndex = 35;
//
// labTourNurse
//
this.labTourNurse.AutoSize = true;
this.labTourNurse.BackColor = System.Drawing.Color.Transparent;
this.labTourNurse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labTourNurse.Location = new System.Drawing.Point(459, 342);
this.labTourNurse.Name = "labTourNurse";
this.labTourNurse.Size = new System.Drawing.Size(0, 17);
this.labTourNurse.TabIndex = 23;
//
// panel24
//
this.panel24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel24.Location = new System.Drawing.Point(199, 373);
this.panel24.Name = "panel24";
this.panel24.Size = new System.Drawing.Size(1, 42);
this.panel24.TabIndex = 36;
//
// panel25
//
this.panel25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel25.Location = new System.Drawing.Point(570, 372);
this.panel25.Name = "panel25";
this.panel25.Size = new System.Drawing.Size(1, 42);
this.panel25.TabIndex = 37;
//
// lblOpeLevel
//
this.lblOpeLevel.AutoSize = true;
this.lblOpeLevel.BackColor = System.Drawing.Color.Transparent;
this.lblOpeLevel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOpeLevel.Location = new System.Drawing.Point(277, 383);
this.lblOpeLevel.Name = "lblOpeLevel";
this.lblOpeLevel.Size = new System.Drawing.Size(0, 17);
this.lblOpeLevel.TabIndex = 39;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label22.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label22.Location = new System.Drawing.Point(207, 383);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(59, 17);
this.label22.TabIndex = 38;
this.label22.Text = "手术分级:";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label21.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label21.Location = new System.Drawing.Point(577, 383);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(47, 17);
this.label21.TabIndex = 38;
this.label21.Text = "审核人:";
//
// lblVerify
//
this.lblVerify.AutoSize = true;
this.lblVerify.BackColor = System.Drawing.Color.Transparent;
this.lblVerify.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblVerify.Location = new System.Drawing.Point(647, 383);
this.lblVerify.Name = "lblVerify";
this.lblVerify.Size = new System.Drawing.Size(0, 17);
this.lblVerify.TabIndex = 39;
//
// UCSurgicalNotice
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.Controls.Add(this.lblVerify);
this.Controls.Add(this.lblOpeLevel);
this.Controls.Add(this.label21);
this.Controls.Add(this.label22);
this.Controls.Add(this.panel25);
this.Controls.Add(this.panel24);
this.Controls.Add(this.panel23);
this.Controls.Add(this.panel17);
this.Controls.Add(this.panel16);
this.Controls.Add(this.panel15);
this.Controls.Add(this.panel12);
this.Controls.Add(this.panel11);
this.Controls.Add(this.panel10);
this.Controls.Add(this.panel4);
this.Controls.Add(this.label1);
this.Controls.Add(this.label6);
this.Controls.Add(this.labAge);
this.Controls.Add(this.labSex);
this.Controls.Add(this.labBed);
this.Controls.Add(this.labHospitalName);
this.Controls.Add(this.labDepartments);
this.Controls.Add(this.labDate);
this.Controls.Add(this.labAnesthesiaDoctor);
this.Controls.Add(this.labHospitalNo);
this.Controls.Add(this.labPlanOperator);
this.Controls.Add(this.labRemark);
this.Controls.Add(this.labOperationSite);
this.Controls.Add(this.labTourNurse);
this.Controls.Add(this.labInstrument);
this.Controls.Add(this.labAssistant2);
this.Controls.Add(this.labAssistant1);
this.Controls.Add(this.labAnaesthesiaMethod);
this.Controls.Add(this.labDoctor);
this.Controls.Add(this.labOperation);
this.Controls.Add(this.labDiagnosis);
this.Controls.Add(this.labOperationRoom);
this.Controls.Add(this.labName);
this.Controls.Add(this.label12);
this.Controls.Add(this.label17);
this.Controls.Add(this.label20);
this.Controls.Add(this.label15);
this.Controls.Add(this.label19);
this.Controls.Add(this.label11);
this.Controls.Add(this.label8);
this.Controls.Add(this.label16);
this.Controls.Add(this.label4);
this.Controls.Add(this.label18);
this.Controls.Add(this.label9);
this.Controls.Add(this.label13);
this.Controls.Add(this.label10);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.label7);
this.Controls.Add(this.label14);
this.Controls.Add(this.label5);
this.Controls.Add(this.panel8);
this.Controls.Add(this.panel7);
this.Controls.Add(this.panel6);
this.Controls.Add(this.panel22);
this.Controls.Add(this.panel14);
this.Controls.Add(this.panel13);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel21);
this.Controls.Add(this.panel19);
this.Controls.Add(this.panel20);
this.Controls.Add(this.panel18);
this.Controls.Add(this.panel9);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel3);
this.Margin = new System.Windows.Forms.Padding(1);
this.Name = "UCSurgicalNotice";
this.Size = new System.Drawing.Size(780, 555);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label6;
public System.Windows.Forms.Label labAge;
public System.Windows.Forms.Label labSex;
public System.Windows.Forms.Label labBed;
public System.Windows.Forms.Label labDate;
public System.Windows.Forms.Label labAnesthesiaDoctor;
public System.Windows.Forms.Label labHospitalNo;
public System.Windows.Forms.Label labInstrument;
public System.Windows.Forms.Label labDoctor;
public System.Windows.Forms.Label labDiagnosis;
public System.Windows.Forms.Label labOperationRoom;
public System.Windows.Forms.Label labName;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label5;
public System.Windows.Forms.Label labDepartments;
private System.Windows.Forms.Label label13;
public System.Windows.Forms.Label labOperation;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.Label labAssistant1;
private System.Windows.Forms.Label label16;
public System.Windows.Forms.Label labAssistant2;
private System.Windows.Forms.Label label18;
public System.Windows.Forms.Label labAnaesthesiaMethod;
private System.Windows.Forms.Label label15;
public System.Windows.Forms.Label labRemark;
private System.Windows.Forms.Label label17;
public System.Windows.Forms.Label labHospitalName;
private System.Windows.Forms.Label label19;
public System.Windows.Forms.Label labOperationSite;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Panel panel14;
private System.Windows.Forms.Panel panel18;
private System.Windows.Forms.Panel panel19;
private System.Windows.Forms.Panel panel20;
private System.Windows.Forms.Panel panel21;
private System.Windows.Forms.Panel panel22;
private System.Windows.Forms.Label label20;
public System.Windows.Forms.Label labPlanOperator;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel13;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.Panel panel15;
private System.Windows.Forms.Panel panel16;
private System.Windows.Forms.Panel panel17;
private System.Windows.Forms.Panel panel23;
public System.Windows.Forms.Label labTourNurse;
public System.Windows.Forms.Panel panel1;
public System.Windows.Forms.Panel panel4;
public System.Windows.Forms.Panel panel10;
private System.Windows.Forms.Panel panel24;
private System.Windows.Forms.Panel panel25;
public System.Windows.Forms.Label lblOpeLevel;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label21;
public System.Windows.Forms.Label lblVerify;
}
}