770 lines
		
	
	
		
			43 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			770 lines
		
	
	
		
			43 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
 | |
| namespace AIMS.OperationFront.UI
 | |
| {
 | |
|     partial class frmSelectiveOperationsPrint
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Required designer variable.
 | |
|         /// </summary>
 | |
|         private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Clean up any resources being used.
 | |
|         /// </summary>
 | |
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
|         protected override void Dispose(bool disposing)
 | |
|         {
 | |
|             if (disposing && (components != null))
 | |
|             {
 | |
|                 components.Dispose();
 | |
|             }
 | |
|             base.Dispose(disposing);
 | |
|         }
 | |
| 
 | |
|         #region Windows Form Designer generated code
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Required method for Designer support - do not modify
 | |
|         /// the contents of this method with the code editor.
 | |
|         /// </summary>
 | |
|         private void InitializeComponent()
 | |
|         {
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSelectiveOperationsPrint));
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.rbosh = new System.Windows.Forms.RadioButton();
 | |
|             this.rbosq = new System.Windows.Forms.RadioButton();
 | |
|             this.cboOperationRoom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
 | |
|             this.rboall = new System.Windows.Forms.RadioButton();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             this.btnBeforeDay = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.btnReview = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.btnPrint = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.btnAfterDay = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.dtpTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
 | |
|             this.dgvApplyOrDoctor = new DevComponents.DotNetBar.Controls.DataGridViewX();
 | |
|             this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
|             this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.PlanOperationRoomName = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.PlanOrder = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.OrderOperationTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.DepartmentId = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.SickBed = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.InHospitalNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.PatientName = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.ApplyDiagnoseInfoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Operation = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.OperationDoctor = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Assistant = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.AnaesthesiaMethodId = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.AnesthesiaDoctor = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.InstrumentNurse = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.TourNurse = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx();
 | |
|             this.labelSite = new System.Windows.Forms.Label();
 | |
|             this.panel1.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dtpTime)).BeginInit();
 | |
|             this.panel2.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dgvApplyOrDoctor)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.CboOperationSite);
 | |
|             this.panel1.Controls.Add(this.labelSite);
 | |
|             this.panel1.Controls.Add(this.rbosh);
 | |
|             this.panel1.Controls.Add(this.rbosq);
 | |
|             this.panel1.Controls.Add(this.cboOperationRoom);
 | |
|             this.panel1.Controls.Add(this.rboall);
 | |
|             this.panel1.Controls.Add(this.label1);
 | |
|             this.panel1.Controls.Add(this.label4);
 | |
|             this.panel1.Controls.Add(this.btnBeforeDay);
 | |
|             this.panel1.Controls.Add(this.btnReview);
 | |
|             this.panel1.Controls.Add(this.btnPrint);
 | |
|             this.panel1.Controls.Add(this.btnAfterDay);
 | |
|             this.panel1.Controls.Add(this.dtpTime);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel1.Location = new System.Drawing.Point(12, 0);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(1286, 59);
 | |
|             this.panel1.TabIndex = 0;
 | |
|             // 
 | |
|             // rbosh
 | |
|             // 
 | |
|             this.rbosh.AutoSize = true;
 | |
|             this.rbosh.Location = new System.Drawing.Point(758, 19);
 | |
|             this.rbosh.Name = "rbosh";
 | |
|             this.rbosh.Size = new System.Drawing.Size(81, 18);
 | |
|             this.rbosh.TabIndex = 1;
 | |
|             this.rbosh.Text = "术中术后";
 | |
|             this.rbosh.UseVisualStyleBackColor = true;
 | |
|             this.rbosh.Visible = false;
 | |
|             this.rbosh.CheckedChanged += new System.EventHandler(this.rboall_CheckedChanged);
 | |
|             // 
 | |
|             // rbosq
 | |
|             // 
 | |
|             this.rbosq.AutoSize = true;
 | |
|             this.rbosq.Location = new System.Drawing.Point(693, 19);
 | |
|             this.rbosq.Name = "rbosq";
 | |
|             this.rbosq.Size = new System.Drawing.Size(53, 18);
 | |
|             this.rbosq.TabIndex = 0;
 | |
|             this.rbosq.Text = "术前";
 | |
|             this.rbosq.UseVisualStyleBackColor = true;
 | |
|             this.rbosq.Visible = false;
 | |
|             this.rbosq.CheckedChanged += new System.EventHandler(this.rboall_CheckedChanged);
 | |
|             // 
 | |
|             // cboOperationRoom
 | |
|             // 
 | |
|             this.cboOperationRoom.Font = new System.Drawing.Font("微软雅黑", 10.5F);
 | |
|             this.cboOperationRoom.FormattingEnabled = true;
 | |
|             this.cboOperationRoom.Location = new System.Drawing.Point(462, 12);
 | |
|             this.cboOperationRoom.Name = "cboOperationRoom";
 | |
|             this.cboOperationRoom.Size = new System.Drawing.Size(103, 28);
 | |
|             this.cboOperationRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
 | |
|             this.cboOperationRoom.TabIndex = 0;
 | |
|             this.cboOperationRoom.Visible = false;
 | |
|             // 
 | |
|             // rboall
 | |
|             // 
 | |
|             this.rboall.AutoSize = true;
 | |
|             this.rboall.Checked = true;
 | |
|             this.rboall.Location = new System.Drawing.Point(628, 19);
 | |
|             this.rboall.Name = "rboall";
 | |
|             this.rboall.Size = new System.Drawing.Size(53, 18);
 | |
|             this.rboall.TabIndex = 0;
 | |
|             this.rboall.TabStop = true;
 | |
|             this.rboall.Text = "全部";
 | |
|             this.rboall.UseVisualStyleBackColor = true;
 | |
|             this.rboall.Visible = false;
 | |
|             this.rboall.CheckedChanged += new System.EventHandler(this.rboall_CheckedChanged);
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.label1.Location = new System.Drawing.Point(577, 17);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(39, 20);
 | |
|             this.label1.TabIndex = 501;
 | |
|             this.label1.Text = "状态";
 | |
|             this.label1.Visible = false;
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.AutoSize = true;
 | |
|             this.label4.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.label4.Location = new System.Drawing.Point(396, 17);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(54, 20);
 | |
|             this.label4.TabIndex = 501;
 | |
|             this.label4.Text = "手术间";
 | |
|             this.label4.Visible = false;
 | |
|             // 
 | |
|             // btnBeforeDay
 | |
|             // 
 | |
|             this.btnBeforeDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.btnBeforeDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
|             this.btnBeforeDay.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.btnBeforeDay.Location = new System.Drawing.Point(10, 10);
 | |
|             this.btnBeforeDay.Name = "btnBeforeDay";
 | |
|             this.btnBeforeDay.Size = new System.Drawing.Size(105, 34);
 | |
|             this.btnBeforeDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.btnBeforeDay.TabIndex = 499;
 | |
|             this.btnBeforeDay.Text = "前一天";
 | |
|             this.btnBeforeDay.Click += new System.EventHandler(this.btnBeforeDay_Click);
 | |
|             // 
 | |
|             // btnReview
 | |
|             // 
 | |
|             this.btnReview.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.btnReview.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
|             this.btnReview.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.btnReview.Location = new System.Drawing.Point(1054, 13);
 | |
|             this.btnReview.Name = "btnReview";
 | |
|             this.btnReview.Size = new System.Drawing.Size(86, 34);
 | |
|             this.btnReview.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.btnReview.TabIndex = 498;
 | |
|             this.btnReview.Text = "预览";
 | |
|             this.btnReview.Click += new System.EventHandler(this.btnReview_Click);
 | |
|             // 
 | |
|             // btnPrint
 | |
|             // 
 | |
|             this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.btnPrint.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
|             this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.btnPrint.Location = new System.Drawing.Point(1165, 13);
 | |
|             this.btnPrint.Name = "btnPrint";
 | |
|             this.btnPrint.Size = new System.Drawing.Size(86, 34);
 | |
|             this.btnPrint.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.btnPrint.TabIndex = 498;
 | |
|             this.btnPrint.Text = "打印";
 | |
|             this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
 | |
|             // 
 | |
|             // btnAfterDay
 | |
|             // 
 | |
|             this.btnAfterDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.btnAfterDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
|             this.btnAfterDay.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.btnAfterDay.Location = new System.Drawing.Point(279, 10);
 | |
|             this.btnAfterDay.Name = "btnAfterDay";
 | |
|             this.btnAfterDay.Size = new System.Drawing.Size(105, 34);
 | |
|             this.btnAfterDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.btnAfterDay.TabIndex = 498;
 | |
|             this.btnAfterDay.Text = "后一天";
 | |
|             this.btnAfterDay.Click += new System.EventHandler(this.btnAfterDay_Click);
 | |
|             // 
 | |
|             // dtpTime
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.dtpTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.dtpTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
 | |
|             this.dtpTime.ButtonDropDown.Visible = true;
 | |
|             this.dtpTime.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
 | |
|             this.dtpTime.Font = new System.Drawing.Font("微软雅黑", 11.5F);
 | |
|             this.dtpTime.IsPopupCalendarOpen = false;
 | |
|             this.dtpTime.Location = new System.Drawing.Point(127, 13);
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.dtpTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.dtpTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.dtpTime.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.dtpTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.dtpTime.Name = "dtpTime";
 | |
|             this.dtpTime.Size = new System.Drawing.Size(140, 28);
 | |
|             this.dtpTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.dtpTime.TabIndex = 497;
 | |
|             this.dtpTime.ValueChanged += new System.EventHandler(this.dtpTime_ValueChanged);
 | |
|             // 
 | |
|             // panel2
 | |
|             // 
 | |
|             this.panel2.Controls.Add(this.checkBoxX1);
 | |
|             this.panel2.Controls.Add(this.dgvApplyOrDoctor);
 | |
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel2.Location = new System.Drawing.Point(12, 59);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Size = new System.Drawing.Size(1286, 491);
 | |
|             this.panel2.TabIndex = 2;
 | |
|             // 
 | |
|             // checkBoxX1
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.checkBoxX1.Location = new System.Drawing.Point(4, 7);
 | |
|             this.checkBoxX1.Name = "checkBoxX1";
 | |
|             this.checkBoxX1.Size = new System.Drawing.Size(21, 23);
 | |
|             this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.checkBoxX1.TabIndex = 63;
 | |
|             this.checkBoxX1.CheckedChanged += new System.EventHandler(this.checkBoxX1_CheckedChanged);
 | |
|             // 
 | |
|             // dgvApplyOrDoctor
 | |
|             // 
 | |
|             this.dgvApplyOrDoctor.AllowUserToAddRows = false;
 | |
|             this.dgvApplyOrDoctor.AllowUserToResizeRows = false;
 | |
|             this.dgvApplyOrDoctor.BackgroundColor = System.Drawing.Color.White;
 | |
|             this.dgvApplyOrDoctor.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | |
|             this.dgvApplyOrDoctor.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
 | |
|             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | |
|             dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
 | |
|             dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F);
 | |
|             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dgvApplyOrDoctor.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
 | |
|             this.dgvApplyOrDoctor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
|             this.dgvApplyOrDoctor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.Column1,
 | |
|             this.Id,
 | |
|             this.Index,
 | |
|             this.PlanOperationRoomName,
 | |
|             this.PlanOrder,
 | |
|             this.OrderOperationTime,
 | |
|             this.DepartmentId,
 | |
|             this.SickBed,
 | |
|             this.InHospitalNo,
 | |
|             this.PatientName,
 | |
|             this.ApplyDiagnoseInfoName,
 | |
|             this.Operation,
 | |
|             this.OperationDoctor,
 | |
|             this.Assistant,
 | |
|             this.AnaesthesiaMethodId,
 | |
|             this.AnesthesiaDoctor,
 | |
|             this.InstrumentNurse,
 | |
|             this.TourNurse,
 | |
|             this.Remark});
 | |
|             dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | |
|             dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
 | |
|             dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 10.5F);
 | |
|             dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 | |
|             this.dgvApplyOrDoctor.DefaultCellStyle = dataGridViewCellStyle8;
 | |
|             this.dgvApplyOrDoctor.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dgvApplyOrDoctor.EnableHeadersVisualStyles = false;
 | |
|             this.dgvApplyOrDoctor.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
 | |
|             this.dgvApplyOrDoctor.Location = new System.Drawing.Point(0, 0);
 | |
|             this.dgvApplyOrDoctor.Name = "dgvApplyOrDoctor";
 | |
|             this.dgvApplyOrDoctor.ReadOnly = true;
 | |
|             dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | |
|             dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
 | |
|             dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 10.5F);
 | |
|             dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dgvApplyOrDoctor.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
 | |
|             this.dgvApplyOrDoctor.RowHeadersVisible = false;
 | |
|             this.dgvApplyOrDoctor.RowTemplate.Height = 23;
 | |
|             this.dgvApplyOrDoctor.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
 | |
|             this.dgvApplyOrDoctor.Size = new System.Drawing.Size(1286, 491);
 | |
|             this.dgvApplyOrDoctor.TabIndex = 62;
 | |
|             this.dgvApplyOrDoctor.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgvApplyOrDoctor_MouseUp);
 | |
|             // 
 | |
|             // Column1
 | |
|             // 
 | |
|             this.Column1.HeaderText = "";
 | |
|             this.Column1.Name = "Column1";
 | |
|             this.Column1.ReadOnly = true;
 | |
|             this.Column1.TrueValue = "1";
 | |
|             this.Column1.Width = 30;
 | |
|             // 
 | |
|             // Id
 | |
|             // 
 | |
|             this.Id.HeaderText = "编号";
 | |
|             this.Id.Name = "Id";
 | |
|             this.Id.ReadOnly = true;
 | |
|             this.Id.Visible = false;
 | |
|             // 
 | |
|             // Index
 | |
|             // 
 | |
|             this.Index.HeaderText = "序号";
 | |
|             this.Index.Name = "Index";
 | |
|             this.Index.ReadOnly = true;
 | |
|             this.Index.Visible = false;
 | |
|             this.Index.Width = 40;
 | |
|             // 
 | |
|             // PlanOperationRoomName
 | |
|             // 
 | |
|             this.PlanOperationRoomName.HeaderText = "术间";
 | |
|             this.PlanOperationRoomName.Name = "PlanOperationRoomName";
 | |
|             this.PlanOperationRoomName.ReadOnly = true;
 | |
|             this.PlanOperationRoomName.Width = 60;
 | |
|             // 
 | |
|             // PlanOrder
 | |
|             // 
 | |
|             this.PlanOrder.HeaderText = "台次";
 | |
|             this.PlanOrder.Name = "PlanOrder";
 | |
|             this.PlanOrder.ReadOnly = true;
 | |
|             this.PlanOrder.Width = 30;
 | |
|             // 
 | |
|             // OrderOperationTime
 | |
|             // 
 | |
|             dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.OrderOperationTime.DefaultCellStyle = dataGridViewCellStyle2;
 | |
|             this.OrderOperationTime.HeaderText = "时间";
 | |
|             this.OrderOperationTime.Name = "OrderOperationTime";
 | |
|             this.OrderOperationTime.ReadOnly = true;
 | |
|             this.OrderOperationTime.Width = 65;
 | |
|             // 
 | |
|             // DepartmentId
 | |
|             // 
 | |
|             dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.DepartmentId.DefaultCellStyle = dataGridViewCellStyle3;
 | |
|             this.DepartmentId.HeaderText = "科室";
 | |
|             this.DepartmentId.Name = "DepartmentId";
 | |
|             this.DepartmentId.ReadOnly = true;
 | |
|             this.DepartmentId.Width = 120;
 | |
|             // 
 | |
|             // SickBed
 | |
|             // 
 | |
|             this.SickBed.HeaderText = "床号";
 | |
|             this.SickBed.Name = "SickBed";
 | |
|             this.SickBed.ReadOnly = true;
 | |
|             this.SickBed.Width = 50;
 | |
|             // 
 | |
|             // InHospitalNo
 | |
|             // 
 | |
|             this.InHospitalNo.HeaderText = "住院号";
 | |
|             this.InHospitalNo.Name = "InHospitalNo";
 | |
|             this.InHospitalNo.ReadOnly = true;
 | |
|             this.InHospitalNo.Width = 80;
 | |
|             // 
 | |
|             // PatientName
 | |
|             // 
 | |
|             dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.PatientName.DefaultCellStyle = dataGridViewCellStyle4;
 | |
|             this.PatientName.HeaderText = "姓名";
 | |
|             this.PatientName.Name = "PatientName";
 | |
|             this.PatientName.ReadOnly = true;
 | |
|             this.PatientName.Width = 160;
 | |
|             // 
 | |
|             // ApplyDiagnoseInfoName
 | |
|             // 
 | |
|             this.ApplyDiagnoseInfoName.HeaderText = "诊断";
 | |
|             this.ApplyDiagnoseInfoName.Name = "ApplyDiagnoseInfoName";
 | |
|             this.ApplyDiagnoseInfoName.ReadOnly = true;
 | |
|             // 
 | |
|             // Operation
 | |
|             // 
 | |
|             dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.Operation.DefaultCellStyle = dataGridViewCellStyle5;
 | |
|             this.Operation.HeaderText = "手术";
 | |
|             this.Operation.Name = "Operation";
 | |
|             this.Operation.ReadOnly = true;
 | |
|             // 
 | |
|             // OperationDoctor
 | |
|             // 
 | |
|             dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.OperationDoctor.DefaultCellStyle = dataGridViewCellStyle6;
 | |
|             this.OperationDoctor.HeaderText = "医师";
 | |
|             this.OperationDoctor.Name = "OperationDoctor";
 | |
|             this.OperationDoctor.ReadOnly = true;
 | |
|             this.OperationDoctor.Width = 65;
 | |
|             // 
 | |
|             // Assistant
 | |
|             // 
 | |
|             this.Assistant.HeaderText = "助手";
 | |
|             this.Assistant.Name = "Assistant";
 | |
|             this.Assistant.ReadOnly = true;
 | |
|             this.Assistant.Width = 65;
 | |
|             // 
 | |
|             // AnaesthesiaMethodId
 | |
|             // 
 | |
|             this.AnaesthesiaMethodId.HeaderText = "拟施麻醉";
 | |
|             this.AnaesthesiaMethodId.Name = "AnaesthesiaMethodId";
 | |
|             this.AnaesthesiaMethodId.ReadOnly = true;
 | |
|             this.AnaesthesiaMethodId.Visible = false;
 | |
|             // 
 | |
|             // AnesthesiaDoctor
 | |
|             // 
 | |
|             this.AnesthesiaDoctor.HeaderText = "麻醉医生";
 | |
|             this.AnesthesiaDoctor.Name = "AnesthesiaDoctor";
 | |
|             this.AnesthesiaDoctor.ReadOnly = true;
 | |
|             // 
 | |
|             // InstrumentNurse
 | |
|             // 
 | |
|             this.InstrumentNurse.HeaderText = "洗手护士";
 | |
|             this.InstrumentNurse.Name = "InstrumentNurse";
 | |
|             this.InstrumentNurse.ReadOnly = true;
 | |
|             this.InstrumentNurse.Width = 65;
 | |
|             // 
 | |
|             // TourNurse
 | |
|             // 
 | |
|             this.TourNurse.HeaderText = "巡回护士";
 | |
|             this.TourNurse.Name = "TourNurse";
 | |
|             this.TourNurse.ReadOnly = true;
 | |
|             this.TourNurse.Width = 65;
 | |
|             // 
 | |
|             // Remark
 | |
|             // 
 | |
|             dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.Remark.DefaultCellStyle = dataGridViewCellStyle7;
 | |
|             this.Remark.HeaderText = "备注";
 | |
|             this.Remark.Name = "Remark";
 | |
|             this.Remark.ReadOnly = true;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn1
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn1.HeaderText = "编号";
 | |
|             this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
 | |
|             this.dataGridViewTextBoxColumn1.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn1.Visible = false;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn2
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn2.HeaderText = "序号";
 | |
|             this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
 | |
|             this.dataGridViewTextBoxColumn2.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn2.Visible = false;
 | |
|             this.dataGridViewTextBoxColumn2.Width = 40;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn3
 | |
|             // 
 | |
|             dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle10;
 | |
|             this.dataGridViewTextBoxColumn3.HeaderText = "科室";
 | |
|             this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
 | |
|             this.dataGridViewTextBoxColumn3.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn3.Visible = false;
 | |
|             this.dataGridViewTextBoxColumn3.Width = 120;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn4
 | |
|             // 
 | |
|             dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle11;
 | |
|             this.dataGridViewTextBoxColumn4.HeaderText = "医师";
 | |
|             this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
 | |
|             this.dataGridViewTextBoxColumn4.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn4.Visible = false;
 | |
|             this.dataGridViewTextBoxColumn4.Width = 65;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn5
 | |
|             // 
 | |
|             dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle12;
 | |
|             this.dataGridViewTextBoxColumn5.HeaderText = "时间";
 | |
|             this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
 | |
|             this.dataGridViewTextBoxColumn5.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn5.Visible = false;
 | |
|             this.dataGridViewTextBoxColumn5.Width = 65;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn6
 | |
|             // 
 | |
|             dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle13;
 | |
|             this.dataGridViewTextBoxColumn6.HeaderText = "姓名";
 | |
|             this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
 | |
|             this.dataGridViewTextBoxColumn6.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn6.Width = 160;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn7
 | |
|             // 
 | |
|             dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle14;
 | |
|             this.dataGridViewTextBoxColumn7.HeaderText = "手术";
 | |
|             this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
 | |
|             this.dataGridViewTextBoxColumn7.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn7.Width = 160;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn8
 | |
|             // 
 | |
|             dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle15;
 | |
|             this.dataGridViewTextBoxColumn8.HeaderText = "备注";
 | |
|             this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
 | |
|             this.dataGridViewTextBoxColumn8.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn8.Width = 80;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn9
 | |
|             // 
 | |
|             dataGridViewCellStyle16.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle16;
 | |
|             this.dataGridViewTextBoxColumn9.HeaderText = "住院号";
 | |
|             this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
 | |
|             this.dataGridViewTextBoxColumn9.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn9.Width = 80;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn10
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn10.HeaderText = "拟施麻醉";
 | |
|             this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
 | |
|             this.dataGridViewTextBoxColumn10.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn10.Visible = false;
 | |
|             this.dataGridViewTextBoxColumn10.Width = 80;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn11
 | |
|             // 
 | |
|             dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 11F);
 | |
|             this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle17;
 | |
|             this.dataGridViewTextBoxColumn11.HeaderText = "拟施麻醉";
 | |
|             this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
 | |
|             this.dataGridViewTextBoxColumn11.ReadOnly = true;
 | |
|             this.dataGridViewTextBoxColumn11.Visible = false;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn12
 | |
|             // 
 | |
|             dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.dataGridViewTextBoxColumn12.DefaultCellStyle = dataGridViewCellStyle18;
 | |
|             this.dataGridViewTextBoxColumn12.HeaderText = "医师";
 | |
|             this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
 | |
|             this.dataGridViewTextBoxColumn12.Width = 65;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn13
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn13.HeaderText = "助手";
 | |
|             this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
 | |
|             this.dataGridViewTextBoxColumn13.Width = 65;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn14
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn14.HeaderText = "拟施麻醉";
 | |
|             this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
 | |
|             this.dataGridViewTextBoxColumn14.Visible = false;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn15
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn15.HeaderText = "麻醉医生";
 | |
|             this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn16
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn16.HeaderText = "洗手护士";
 | |
|             this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
 | |
|             this.dataGridViewTextBoxColumn16.Width = 65;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn17
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn17.HeaderText = "巡回护士";
 | |
|             this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
 | |
|             this.dataGridViewTextBoxColumn17.Width = 65;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn18
 | |
|             // 
 | |
|             dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F);
 | |
|             this.dataGridViewTextBoxColumn18.DefaultCellStyle = dataGridViewCellStyle19;
 | |
|             this.dataGridViewTextBoxColumn18.HeaderText = "备注";
 | |
|             this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
 | |
|             // 
 | |
|             // CboOperationSite
 | |
|             // 
 | |
|             this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.CboOperationSite.DisplayMember = "Text";
 | |
|             this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
 | |
|             this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F);
 | |
|             this.CboOperationSite.FormattingEnabled = true;
 | |
|             this.CboOperationSite.ItemHeight = 19;
 | |
|             this.CboOperationSite.Location = new System.Drawing.Point(923, 17);
 | |
|             this.CboOperationSite.Name = "CboOperationSite";
 | |
|             this.CboOperationSite.Size = new System.Drawing.Size(115, 25);
 | |
|             this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.CboOperationSite.TabIndex = 510;
 | |
|             // 
 | |
|             // labelSite
 | |
|             // 
 | |
|             this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.labelSite.AutoSize = true;
 | |
|             this.labelSite.BackColor = System.Drawing.SystemColors.Control;
 | |
|             this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F);
 | |
|             this.labelSite.Location = new System.Drawing.Point(857, 19);
 | |
|             this.labelSite.Name = "labelSite";
 | |
|             this.labelSite.Size = new System.Drawing.Size(65, 20);
 | |
|             this.labelSite.TabIndex = 511;
 | |
|             this.labelSite.Text = "手术地点";
 | |
|             this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
 | |
|             // 
 | |
|             // frmSelectiveOperationsPrint
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1298, 550);
 | |
|             this.Controls.Add(this.panel2);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Font = new System.Drawing.Font("宋体", 10.5F);
 | |
|             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 | |
|             this.Name = "frmSelectiveOperationsPrint";
 | |
|             this.Padding = new System.Windows.Forms.Padding(12, 0, 0, 0);
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "打印手术排程表";
 | |
|             this.Load += new System.EventHandler(this.QuietOperationRecordSheet_Load);
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel1.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dtpTime)).EndInit();
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dgvApplyOrDoctor)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private DevComponents.DotNetBar.ButtonX btnBeforeDay;
 | |
|         private DevComponents.DotNetBar.ButtonX btnAfterDay;
 | |
|         private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpTime;
 | |
|         private DevComponents.DotNetBar.Controls.ComboBoxEx cboOperationRoom;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private DevComponents.DotNetBar.Controls.DataGridViewX dgvApplyOrDoctor;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
 | |
|         private System.Windows.Forms.RadioButton rbosh;
 | |
|         private System.Windows.Forms.RadioButton rbosq;
 | |
|         private System.Windows.Forms.RadioButton rboall;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private DevComponents.DotNetBar.ButtonX btnReview;
 | |
|         private DevComponents.DotNetBar.ButtonX btnPrint;
 | |
|         private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Id;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Index;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn PlanOperationRoomName;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn PlanOrder;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn OrderOperationTime;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn DepartmentId;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn SickBed;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn InHospitalNo;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn PatientName;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn ApplyDiagnoseInfoName;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Operation;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn OperationDoctor;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Assistant;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn AnaesthesiaMethodId;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn AnesthesiaDoctor;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn InstrumentNurse;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn TourNurse;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
 | |
|         private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
 | |
|         private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite;
 | |
|         private System.Windows.Forms.Label labelSite;
 | |
|     }
 | |
| } |