AIMS/AIMS.UI/OperationFront/frmPrintingArrangemen.designer.cs
2023-08-13 21:05:09 +08:00

673 lines
38 KiB
C#

namespace AIMS.OperationFront.UI
{
partial class frmPrintingArrangemen
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrintingArrangemen));
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.dtpTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.btnAfterDay = new DevComponents.DotNetBar.ButtonX();
this.btnBeforeDay = new DevComponents.DotNetBar.ButtonX();
this.label4 = new System.Windows.Forms.Label();
this.cboOperationRoom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.tsbNewOperationApply = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelSite = new System.Windows.Forms.Label();
this.rbosh = new System.Windows.Forms.RadioButton();
this.rbosq = new System.Windows.Forms.RadioButton();
this.rboall = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.btnPreview = new System.Windows.Forms.Button();
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.OperationSite = 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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
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();
((System.ComponentModel.ISupportInitialize)(this.dtpTime)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvApplyOrDoctor)).BeginInit();
this.SuspendLayout();
//
// printDocument1
//
this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
//
// 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(126, 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(135, 28);
this.dtpTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.dtpTime.TabIndex = 497;
this.dtpTime.ValueChanged += new System.EventHandler(this.dtpTime_ValueChanged);
//
// 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(270, 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);
//
// 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);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 11F);
this.label4.Location = new System.Drawing.Point(393, 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;
//
// cboOperationRoom
//
this.cboOperationRoom.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.cboOperationRoom.FormattingEnabled = true;
this.cboOperationRoom.Location = new System.Drawing.Point(452, 12);
this.cboOperationRoom.Name = "cboOperationRoom";
this.cboOperationRoom.Size = new System.Drawing.Size(103, 28);
this.cboOperationRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cboOperationRoom.TabIndex = 500;
this.cboOperationRoom.Visible = false;
//
// tsbNewOperationApply
//
this.tsbNewOperationApply.BackColor = System.Drawing.Color.Transparent;
this.tsbNewOperationApply.Dock = System.Windows.Forms.DockStyle.Right;
this.tsbNewOperationApply.FlatAppearance.BorderSize = 0;
this.tsbNewOperationApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.tsbNewOperationApply.Font = new System.Drawing.Font("微软雅黑", 11F);
this.tsbNewOperationApply.Location = new System.Drawing.Point(1094, 0);
this.tsbNewOperationApply.Name = "tsbNewOperationApply";
this.tsbNewOperationApply.Size = new System.Drawing.Size(90, 45);
this.tsbNewOperationApply.TabIndex = 502;
this.tsbNewOperationApply.Text = "打印";
this.tsbNewOperationApply.UseVisualStyleBackColor = false;
this.tsbNewOperationApply.Click += new System.EventHandler(this.tsbNewOperationApply_Click);
//
// panel1
//
this.panel1.AutoScroll = true;
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.rboall);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnPreview);
this.panel1.Controls.Add(this.tsbNewOperationApply);
this.panel1.Controls.Add(this.cboOperationRoom);
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(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1184, 45);
this.panel1.TabIndex = 5;
//
// 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(897, 12);
this.CboOperationSite.Name = "CboOperationSite";
this.CboOperationSite.Size = new System.Drawing.Size(115, 25);
this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.CboOperationSite.TabIndex = 508;
//
// 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(831, 14);
this.labelSite.Name = "labelSite";
this.labelSite.Size = new System.Drawing.Size(65, 20);
this.labelSite.TabIndex = 509;
this.labelSite.Text = "手术地点";
this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// rbosh
//
this.rbosh.AutoSize = true;
this.rbosh.Location = new System.Drawing.Point(725, 18);
this.rbosh.Name = "rbosh";
this.rbosh.Size = new System.Drawing.Size(71, 16);
this.rbosh.TabIndex = 506;
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(673, 18);
this.rbosq.Name = "rbosq";
this.rbosq.Size = new System.Drawing.Size(47, 16);
this.rbosq.TabIndex = 504;
this.rbosq.Text = "术前";
this.rbosq.UseVisualStyleBackColor = true;
this.rbosq.Visible = false;
this.rbosq.CheckedChanged += new System.EventHandler(this.rboall_CheckedChanged);
//
// rboall
//
this.rboall.AutoSize = true;
this.rboall.Checked = true;
this.rboall.Location = new System.Drawing.Point(620, 18);
this.rboall.Name = "rboall";
this.rboall.Size = new System.Drawing.Size(47, 16);
this.rboall.TabIndex = 505;
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(574, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 20);
this.label1.TabIndex = 507;
this.label1.Text = "状态";
this.label1.Visible = false;
//
// btnPreview
//
this.btnPreview.BackColor = System.Drawing.Color.Transparent;
this.btnPreview.Dock = System.Windows.Forms.DockStyle.Right;
this.btnPreview.FlatAppearance.BorderSize = 0;
this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPreview.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnPreview.Location = new System.Drawing.Point(1004, 0);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(90, 45);
this.btnPreview.TabIndex = 503;
this.btnPreview.Text = "预览";
this.btnPreview.UseVisualStyleBackColor = false;
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// 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.OperationSite,
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.Left;
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, 45);
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.RowHeadersWidth = 62;
this.dgvApplyOrDoctor.RowTemplate.Height = 23;
this.dgvApplyOrDoctor.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvApplyOrDoctor.ShowCellToolTips = false;
this.dgvApplyOrDoctor.Size = new System.Drawing.Size(276, 699);
this.dgvApplyOrDoctor.TabIndex = 6;
this.dgvApplyOrDoctor.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvApplyOrDoctor_CellMouseEnter);
this.dgvApplyOrDoctor.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvApplyOrDoctor_CellMouseLeave);
this.dgvApplyOrDoctor.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvApplyOrDoctor_ColumnHeaderMouseClick);
this.dgvApplyOrDoctor.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgvApplyOrDoctor_MouseUp);
//
// Column1
//
this.Column1.HeaderText = "";
this.Column1.MinimumWidth = 8;
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.TrueValue = "1";
this.Column1.Width = 30;
//
// Id
//
this.Id.HeaderText = "编号";
this.Id.MinimumWidth = 8;
this.Id.Name = "Id";
this.Id.ReadOnly = true;
this.Id.Visible = false;
this.Id.Width = 150;
//
// Index
//
this.Index.HeaderText = "序号";
this.Index.MinimumWidth = 8;
this.Index.Name = "Index";
this.Index.ReadOnly = true;
this.Index.Visible = false;
this.Index.Width = 40;
//
// PlanOperationRoomName
//
this.PlanOperationRoomName.HeaderText = "术间";
this.PlanOperationRoomName.MinimumWidth = 8;
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.MinimumWidth = 8;
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.MinimumWidth = 8;
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.MinimumWidth = 8;
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.MinimumWidth = 8;
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.MinimumWidth = 8;
this.Operation.Name = "Operation";
this.Operation.ReadOnly = true;
this.Operation.Width = 150;
//
// OperationSite
//
this.OperationSite.HeaderText = "巡回护士";
this.OperationSite.MinimumWidth = 8;
this.OperationSite.Name = "OperationSite";
this.OperationSite.ReadOnly = true;
this.OperationSite.Width = 150;
//
// Remark
//
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Remark.DefaultCellStyle = dataGridViewCellStyle7;
this.Remark.HeaderText = "备注";
this.Remark.MinimumWidth = 8;
this.Remark.Name = "Remark";
this.Remark.ReadOnly = true;
this.Remark.Width = 150;
//
// InHospitalNo
//
this.InHospitalNo.HeaderText = "住院号";
this.InHospitalNo.MinimumWidth = 8;
this.InHospitalNo.Name = "InHospitalNo";
this.InHospitalNo.ReadOnly = true;
this.InHospitalNo.Width = 80;
//
// AnaesthesiaMethodId
//
this.AnaesthesiaMethodId.HeaderText = "拟施麻醉";
this.AnaesthesiaMethodId.MinimumWidth = 8;
this.AnaesthesiaMethodId.Name = "AnaesthesiaMethodId";
this.AnaesthesiaMethodId.ReadOnly = true;
this.AnaesthesiaMethodId.Visible = false;
this.AnaesthesiaMethodId.Width = 150;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.AutoScroll = true;
this.flowLayoutPanel1.BackColor = System.Drawing.Color.White;
this.flowLayoutPanel1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.flowLayoutPanel1.Font = new System.Drawing.Font("微软雅黑", 8F);
this.flowLayoutPanel1.Location = new System.Drawing.Point(276, 45);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(802, 697);
this.flowLayoutPanel1.TabIndex = 7;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "编号";
this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Visible = false;
this.dataGridViewTextBoxColumn1.Width = 150;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.HeaderText = "序号";
this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Visible = false;
this.dataGridViewTextBoxColumn2.Width = 40;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.HeaderText = "术间";
this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Width = 60;
//
// dataGridViewTextBoxColumn4
//
dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F);
this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle10;
this.dataGridViewTextBoxColumn4.HeaderText = "科室";
this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 120;
//
// dataGridViewTextBoxColumn5
//
dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 12F);
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle11;
this.dataGridViewTextBoxColumn5.HeaderText = "医师";
this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Visible = false;
this.dataGridViewTextBoxColumn5.Width = 65;
//
// dataGridViewTextBoxColumn6
//
dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F);
this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle12;
this.dataGridViewTextBoxColumn6.HeaderText = "时间";
this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.ReadOnly = true;
this.dataGridViewTextBoxColumn6.Width = 65;
//
// dataGridViewTextBoxColumn7
//
dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 11F);
this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle13;
this.dataGridViewTextBoxColumn7.HeaderText = "姓名";
this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
this.dataGridViewTextBoxColumn7.Width = 160;
//
// dataGridViewTextBoxColumn8
//
dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 11F);
this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle14;
this.dataGridViewTextBoxColumn8.HeaderText = "手术";
this.dataGridViewTextBoxColumn8.MinimumWidth = 8;
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
this.dataGridViewTextBoxColumn8.ReadOnly = true;
this.dataGridViewTextBoxColumn8.Width = 150;
//
// dataGridViewTextBoxColumn9
//
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F);
this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle15;
this.dataGridViewTextBoxColumn9.HeaderText = "备注";
this.dataGridViewTextBoxColumn9.MinimumWidth = 8;
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
this.dataGridViewTextBoxColumn9.ReadOnly = true;
this.dataGridViewTextBoxColumn9.Width = 150;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.HeaderText = "住院号";
this.dataGridViewTextBoxColumn10.MinimumWidth = 8;
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
this.dataGridViewTextBoxColumn10.Width = 80;
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.HeaderText = "拟施麻醉";
this.dataGridViewTextBoxColumn11.MinimumWidth = 8;
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.ReadOnly = true;
this.dataGridViewTextBoxColumn11.Visible = false;
this.dataGridViewTextBoxColumn11.Width = 150;
//
// frmPrintingArrangemen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1184, 744);
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.dgvApplyOrDoctor);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmPrintingArrangemen";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "病人手术安排表";
this.Load += new System.EventHandler(this.frmPrintingArrangemen_Load);
((System.ComponentModel.ISupportInitialize)(this.dtpTime)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvApplyOrDoctor)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Drawing.Printing.PrintDocument printDocument1;
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.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpTime;
private DevComponents.DotNetBar.ButtonX btnAfterDay;
private DevComponents.DotNetBar.ButtonX btnBeforeDay;
private System.Windows.Forms.Label label4;
private DevComponents.DotNetBar.Controls.ComboBoxEx cboOperationRoom;
private System.Windows.Forms.Button tsbNewOperationApply;
private System.Windows.Forms.Panel panel1;
private DevComponents.DotNetBar.Controls.DataGridViewX dgvApplyOrDoctor;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
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 OperationSite;
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
private System.Windows.Forms.DataGridViewTextBoxColumn InHospitalNo;
private System.Windows.Forms.DataGridViewTextBoxColumn AnaesthesiaMethodId;
private System.Windows.Forms.Button btnPreview;
private System.Windows.Forms.RadioButton rbosh;
private System.Windows.Forms.RadioButton rbosq;
private System.Windows.Forms.RadioButton rboall;
private System.Windows.Forms.Label label1;
private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite;
private System.Windows.Forms.Label labelSite;
}
}