AIMS/AIMS/OperationFront/frmSelectiveOperationsPrint.designer.cs
2022-09-26 17:39:34 +08:00

572 lines
32 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.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.btnAfterDay = new DevComponents.DotNetBar.ButtonX();
this.dtpTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.panel2 = new System.Windows.Forms.Panel();
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.DepartmentId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OperationDoctor = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrderOperationTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PatientName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Operation = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.InHospitalNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AnaesthesiaMethodId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.rptQuietRecordSheet = new Microsoft.Reporting.WinForms.ReportViewer();
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.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.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.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(1151, 59);
this.panel1.TabIndex = 0;
//
// rbosh
//
this.rbosh.AutoSize = true;
this.rbosh.Location = new System.Drawing.Point(836, 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(769, 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(522, 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(702, 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(646, 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(452, 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);
//
// 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(328, 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(134, 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(180, 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.dgvApplyOrDoctor);
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
this.panel2.Location = new System.Drawing.Point(12, 59);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(280, 491);
this.panel2.TabIndex = 2;
//
// 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.DepartmentId,
this.OperationDoctor,
this.OrderOperationTime,
this.PatientName,
this.Operation,
this.Remark,
this.InHospitalNo,
this.AnaesthesiaMethodId});
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(280, 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;
//
// DepartmentId
//
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.DepartmentId.DefaultCellStyle = dataGridViewCellStyle2;
this.DepartmentId.HeaderText = "科室";
this.DepartmentId.Name = "DepartmentId";
this.DepartmentId.ReadOnly = true;
this.DepartmentId.Width = 120;
//
// OperationDoctor
//
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.OperationDoctor.DefaultCellStyle = dataGridViewCellStyle3;
this.OperationDoctor.HeaderText = "医师";
this.OperationDoctor.Name = "OperationDoctor";
this.OperationDoctor.ReadOnly = true;
this.OperationDoctor.Visible = false;
this.OperationDoctor.Width = 65;
//
// OrderOperationTime
//
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
this.OrderOperationTime.DefaultCellStyle = dataGridViewCellStyle4;
this.OrderOperationTime.HeaderText = "时间";
this.OrderOperationTime.Name = "OrderOperationTime";
this.OrderOperationTime.ReadOnly = true;
this.OrderOperationTime.Width = 65;
//
// PatientName
//
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 11F);
this.PatientName.DefaultCellStyle = dataGridViewCellStyle5;
this.PatientName.HeaderText = "姓名";
this.PatientName.Name = "PatientName";
this.PatientName.ReadOnly = true;
this.PatientName.Width = 160;
//
// Operation
//
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 11F);
this.Operation.DefaultCellStyle = dataGridViewCellStyle6;
this.Operation.HeaderText = "手术";
this.Operation.Name = "Operation";
this.Operation.ReadOnly = true;
//
// Remark
//
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Remark.DefaultCellStyle = dataGridViewCellStyle7;
this.Remark.HeaderText = "备注";
this.Remark.Name = "Remark";
this.Remark.ReadOnly = true;
//
// InHospitalNo
//
this.InHospitalNo.HeaderText = "住院号";
this.InHospitalNo.Name = "InHospitalNo";
this.InHospitalNo.ReadOnly = true;
this.InHospitalNo.Width = 80;
//
// AnaesthesiaMethodId
//
this.AnaesthesiaMethodId.HeaderText = "拟施麻醉";
this.AnaesthesiaMethodId.Name = "AnaesthesiaMethodId";
this.AnaesthesiaMethodId.ReadOnly = true;
this.AnaesthesiaMethodId.Visible = false;
//
// rptQuietRecordSheet
//
this.rptQuietRecordSheet.AutoScroll = true;
this.rptQuietRecordSheet.Dock = System.Windows.Forms.DockStyle.Fill;
this.rptQuietRecordSheet.Font = new System.Drawing.Font("宋体", 10.5F);
this.rptQuietRecordSheet.Location = new System.Drawing.Point(292, 59);
this.rptQuietRecordSheet.Name = "rptQuietRecordSheet";
this.rptQuietRecordSheet.ShowStopButton = false;
this.rptQuietRecordSheet.Size = new System.Drawing.Size(871, 491);
this.rptQuietRecordSheet.TabIndex = 3;
//
// 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;
//
// 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
//
this.dataGridViewTextBoxColumn11.HeaderText = "拟施麻醉";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.ReadOnly = true;
this.dataGridViewTextBoxColumn11.Visible = false;
//
// frmSelectiveOperationsPrint
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1163, 550);
this.Controls.Add(this.rptQuietRecordSheet);
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.Text = "打印手术排程表";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
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 Microsoft.Reporting.WinForms.ReportViewer rptQuietRecordSheet;
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.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 DepartmentId;
private System.Windows.Forms.DataGridViewTextBoxColumn OperationDoctor;
private System.Windows.Forms.DataGridViewTextBoxColumn OrderOperationTime;
private System.Windows.Forms.DataGridViewTextBoxColumn PatientName;
private System.Windows.Forms.DataGridViewTextBoxColumn Operation;
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
private System.Windows.Forms.DataGridViewTextBoxColumn InHospitalNo;
private System.Windows.Forms.DataGridViewTextBoxColumn AnaesthesiaMethodId;
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;
}
}