1221 lines
66 KiB
C#
1221 lines
66 KiB
C#
namespace AIMS.OperationAfter.UI
|
|
{
|
|
partial class frmOperationCharg2
|
|
{
|
|
/// <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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.cboRoom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tsbSettingDGV = new System.Windows.Forms.Button();
|
|
this.toolStripButton10 = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.rdoJZ = new System.Windows.Forms.RadioButton();
|
|
this.rdoZQ = new System.Windows.Forms.RadioButton();
|
|
this.dtpEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
|
this.dtpOpeTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.btnBeforeDay = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnAfterDay = new DevComponents.DotNetBar.ButtonX();
|
|
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
|
|
this.lblMessage = new System.Windows.Forms.Label();
|
|
this.labDate = new System.Windows.Forms.Label();
|
|
this.txtPatName = new System.Windows.Forms.TextBox();
|
|
this.label52 = new System.Windows.Forms.Label();
|
|
this.label53 = new System.Windows.Forms.Label();
|
|
this.txtPatCaseNO = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.dgvOperation = new System.Windows.Forms.DataGridView();
|
|
this.OpeationId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OperationApplyId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PatientId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OperationType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PatientDept = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.check = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.OperationRoom = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.InHospitalNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PatientName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.FullBed = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OperationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.AnaesthesiaMethodName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OperationDoctor = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.AnesthesiaDoctor = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Inroomtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.anesBegintime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Anesendtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.outroomtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.chagestate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.chargstatenurse = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dgvtEMPOperationInfos = new System.Windows.Forms.DataGridView();
|
|
this.DId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DUnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.groupno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.execwork = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.exectime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ordersn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.hisOrdersn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Hiscount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.hisState = 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.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpOpeTime)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvOperation)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvtEMPOperationInfos)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel1.Controls.Add(this.button3);
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.cboRoom);
|
|
this.panel1.Controls.Add(this.label22);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.tsbSettingDGV);
|
|
this.panel1.Controls.Add(this.toolStripButton10);
|
|
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(1428, 45);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button2.FlatAppearance.BorderSize = 0;
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button2.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.button2.Location = new System.Drawing.Point(112, 0);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(131, 45);
|
|
this.button2.TabIndex = 33;
|
|
this.button2.Text = "批量打印处方单";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// cboRoom
|
|
//
|
|
this.cboRoom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cboRoom.DisplayMember = "Text";
|
|
this.cboRoom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cboRoom.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cboRoom.ForeColor = System.Drawing.Color.Black;
|
|
this.cboRoom.FormattingEnabled = true;
|
|
this.cboRoom.ItemHeight = 17;
|
|
this.cboRoom.Location = new System.Drawing.Point(1072, 12);
|
|
this.cboRoom.Name = "cboRoom";
|
|
this.cboRoom.Size = new System.Drawing.Size(150, 23);
|
|
this.cboRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.cboRoom.TabIndex = 32;
|
|
this.cboRoom.Visible = false;
|
|
this.cboRoom.SelectedIndexChanged += new System.EventHandler(this.cboRoom_SelectedIndexChanged);
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label22.AutoSize = true;
|
|
this.label22.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label22.Location = new System.Drawing.Point(1015, 13);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(51, 20);
|
|
this.label22.TabIndex = 31;
|
|
this.label22.Text = "手术间";
|
|
this.label22.Visible = false;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button1.FlatAppearance.BorderSize = 0;
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.button1.Location = new System.Drawing.Point(0, 0);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(112, 45);
|
|
this.button1.TabIndex = 16;
|
|
this.button1.Text = "收费记录";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.label2.Location = new System.Drawing.Point(1316, 13);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(13, 20);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "|";
|
|
this.label2.Visible = false;
|
|
//
|
|
// tsbSettingDGV
|
|
//
|
|
this.tsbSettingDGV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tsbSettingDGV.BackColor = System.Drawing.Color.Transparent;
|
|
this.tsbSettingDGV.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.tsbSettingDGV.FlatAppearance.BorderSize = 0;
|
|
this.tsbSettingDGV.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.tsbSettingDGV.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.tsbSettingDGV.Location = new System.Drawing.Point(1228, 8);
|
|
this.tsbSettingDGV.Name = "tsbSettingDGV";
|
|
this.tsbSettingDGV.Size = new System.Drawing.Size(85, 30);
|
|
this.tsbSettingDGV.TabIndex = 4;
|
|
this.tsbSettingDGV.Text = "表格设置";
|
|
this.tsbSettingDGV.UseVisualStyleBackColor = false;
|
|
this.tsbSettingDGV.Visible = false;
|
|
this.tsbSettingDGV.Click += new System.EventHandler(this.tsbSettingDGV_Click);
|
|
//
|
|
// toolStripButton10
|
|
//
|
|
this.toolStripButton10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.toolStripButton10.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.toolStripButton10.FlatAppearance.BorderSize = 0;
|
|
this.toolStripButton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.toolStripButton10.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.toolStripButton10.Location = new System.Drawing.Point(1335, 8);
|
|
this.toolStripButton10.Name = "toolStripButton10";
|
|
this.toolStripButton10.Size = new System.Drawing.Size(90, 30);
|
|
this.toolStripButton10.TabIndex = 0;
|
|
this.toolStripButton10.Text = "关闭";
|
|
this.toolStripButton10.UseVisualStyleBackColor = true;
|
|
this.toolStripButton10.Click += new System.EventHandler(this.toolStripButton10_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.panel2.Controls.Add(this.panel3);
|
|
this.panel2.Controls.Add(this.dtpEnd);
|
|
this.panel2.Controls.Add(this.dtpOpeTime);
|
|
this.panel2.Controls.Add(this.label24);
|
|
this.panel2.Controls.Add(this.btnBeforeDay);
|
|
this.panel2.Controls.Add(this.btnAfterDay);
|
|
this.panel2.Controls.Add(this.buttonX1);
|
|
this.panel2.Controls.Add(this.lblMessage);
|
|
this.panel2.Controls.Add(this.labDate);
|
|
this.panel2.Controls.Add(this.txtPatName);
|
|
this.panel2.Controls.Add(this.label52);
|
|
this.panel2.Controls.Add(this.label53);
|
|
this.panel2.Controls.Add(this.txtPatCaseNO);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel2.Location = new System.Drawing.Point(0, 45);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1428, 65);
|
|
this.panel2.TabIndex = 387;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.rdoJZ);
|
|
this.panel3.Controls.Add(this.rdoZQ);
|
|
this.panel3.Location = new System.Drawing.Point(11, 15);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(172, 33);
|
|
this.panel3.TabIndex = 473;
|
|
//
|
|
// rdoJZ
|
|
//
|
|
this.rdoJZ.AutoSize = true;
|
|
this.rdoJZ.Location = new System.Drawing.Point(93, 5);
|
|
this.rdoJZ.Name = "rdoJZ";
|
|
this.rdoJZ.Size = new System.Drawing.Size(83, 24);
|
|
this.rdoJZ.TabIndex = 0;
|
|
this.rdoJZ.Text = "护士收费";
|
|
this.rdoJZ.UseVisualStyleBackColor = true;
|
|
this.rdoJZ.CheckedChanged += new System.EventHandler(this.rdoZQ_CheckedChanged);
|
|
//
|
|
// rdoZQ
|
|
//
|
|
this.rdoZQ.AutoSize = true;
|
|
this.rdoZQ.Checked = true;
|
|
this.rdoZQ.Location = new System.Drawing.Point(2, 5);
|
|
this.rdoZQ.Name = "rdoZQ";
|
|
this.rdoZQ.Size = new System.Drawing.Size(83, 24);
|
|
this.rdoZQ.TabIndex = 0;
|
|
this.rdoZQ.TabStop = true;
|
|
this.rdoZQ.Text = "麻醉收费";
|
|
this.rdoZQ.UseVisualStyleBackColor = true;
|
|
this.rdoZQ.CheckedChanged += new System.EventHandler(this.rdoZQ_CheckedChanged);
|
|
//
|
|
// dtpEnd
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.dtpEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
|
|
this.dtpEnd.ButtonDropDown.Visible = true;
|
|
this.dtpEnd.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
|
|
this.dtpEnd.IsPopupCalendarOpen = false;
|
|
this.dtpEnd.Location = new System.Drawing.Point(731, 20);
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.dtpEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
//
|
|
//
|
|
this.dtpEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpEnd.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
|
|
//
|
|
//
|
|
//
|
|
this.dtpEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpEnd.Name = "dtpEnd";
|
|
this.dtpEnd.Size = new System.Drawing.Size(130, 26);
|
|
this.dtpEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.dtpEnd.TabIndex = 472;
|
|
//
|
|
// dtpOpeTime
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.dtpOpeTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpOpeTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
|
|
this.dtpOpeTime.ButtonDropDown.Visible = true;
|
|
this.dtpOpeTime.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
|
|
this.dtpOpeTime.IsPopupCalendarOpen = false;
|
|
this.dtpOpeTime.Location = new System.Drawing.Point(579, 19);
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.dtpOpeTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
//
|
|
//
|
|
this.dtpOpeTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpOpeTime.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
|
|
//
|
|
//
|
|
//
|
|
this.dtpOpeTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.dtpOpeTime.Name = "dtpOpeTime";
|
|
this.dtpOpeTime.Size = new System.Drawing.Size(130, 26);
|
|
this.dtpOpeTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.dtpOpeTime.TabIndex = 471;
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.Location = new System.Drawing.Point(712, 22);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(15, 20);
|
|
this.label24.TabIndex = 470;
|
|
this.label24.Text = "-";
|
|
//
|
|
// 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(968, 19);
|
|
this.btnBeforeDay.Name = "btnBeforeDay";
|
|
this.btnBeforeDay.Size = new System.Drawing.Size(90, 29);
|
|
this.btnBeforeDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.btnBeforeDay.TabIndex = 469;
|
|
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(1064, 19);
|
|
this.btnAfterDay.Name = "btnAfterDay";
|
|
this.btnAfterDay.Size = new System.Drawing.Size(90, 29);
|
|
this.btnAfterDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.btnAfterDay.TabIndex = 468;
|
|
this.btnAfterDay.Text = "后一天";
|
|
this.btnAfterDay.Click += new System.EventHandler(this.btnAfterDay_Click);
|
|
//
|
|
// buttonX1
|
|
//
|
|
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 11.5F);
|
|
this.buttonX1.Location = new System.Drawing.Point(872, 19);
|
|
this.buttonX1.Name = "buttonX1";
|
|
this.buttonX1.Size = new System.Drawing.Size(90, 29);
|
|
this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.buttonX1.TabIndex = 467;
|
|
this.buttonX1.Text = "查询";
|
|
this.buttonX1.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// lblMessage
|
|
//
|
|
this.lblMessage.AutoSize = true;
|
|
this.lblMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblMessage.ForeColor = System.Drawing.Color.ForestGreen;
|
|
this.lblMessage.Location = new System.Drawing.Point(1160, 24);
|
|
this.lblMessage.Name = "lblMessage";
|
|
this.lblMessage.Size = new System.Drawing.Size(51, 19);
|
|
this.lblMessage.TabIndex = 422;
|
|
this.lblMessage.Text = "label2";
|
|
//
|
|
// labDate
|
|
//
|
|
this.labDate.AutoSize = true;
|
|
this.labDate.Location = new System.Drawing.Point(508, 23);
|
|
this.labDate.Name = "labDate";
|
|
this.labDate.Size = new System.Drawing.Size(68, 20);
|
|
this.labDate.TabIndex = 421;
|
|
this.labDate.Text = "手术时间:";
|
|
//
|
|
// txtPatName
|
|
//
|
|
this.txtPatName.Location = new System.Drawing.Point(416, 19);
|
|
this.txtPatName.Name = "txtPatName";
|
|
this.txtPatName.Size = new System.Drawing.Size(86, 26);
|
|
this.txtPatName.TabIndex = 48;
|
|
//
|
|
// label52
|
|
//
|
|
this.label52.AutoSize = true;
|
|
this.label52.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label52.Location = new System.Drawing.Point(189, 23);
|
|
this.label52.Name = "label52";
|
|
this.label52.Size = new System.Drawing.Size(54, 20);
|
|
this.label52.TabIndex = 45;
|
|
this.label52.Text = "住院号:";
|
|
//
|
|
// label53
|
|
//
|
|
this.label53.AutoSize = true;
|
|
this.label53.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label53.Location = new System.Drawing.Point(347, 23);
|
|
this.label53.Name = "label53";
|
|
this.label53.Size = new System.Drawing.Size(68, 20);
|
|
this.label53.TabIndex = 47;
|
|
this.label53.Text = "患者姓名:";
|
|
//
|
|
// txtPatCaseNO
|
|
//
|
|
this.txtPatCaseNO.Location = new System.Drawing.Point(244, 19);
|
|
this.txtPatCaseNO.Name = "txtPatCaseNO";
|
|
this.txtPatCaseNO.Size = new System.Drawing.Size(102, 26);
|
|
this.txtPatCaseNO.TabIndex = 46;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.checkBoxX1);
|
|
this.groupBox1.Controls.Add(this.dgvOperation);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 110);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(380, 431);
|
|
this.groupBox1.TabIndex = 388;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "患者列表";
|
|
//
|
|
// checkBoxX1
|
|
//
|
|
this.checkBoxX1.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.checkBoxX1.Location = new System.Drawing.Point(51, 31);
|
|
this.checkBoxX1.Name = "checkBoxX1";
|
|
this.checkBoxX1.Size = new System.Drawing.Size(21, 23);
|
|
this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.checkBoxX1.TabIndex = 387;
|
|
this.checkBoxX1.CheckedChanged += new System.EventHandler(this.checkBoxX1_CheckedChanged);
|
|
//
|
|
// dgvOperation
|
|
//
|
|
this.dgvOperation.AllowUserToAddRows = false;
|
|
this.dgvOperation.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
|
|
this.dgvOperation.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dgvOperation.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgvOperation.BackgroundColor = System.Drawing.Color.Snow;
|
|
this.dgvOperation.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvOperation.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dgvOperation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvOperation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.OpeationId,
|
|
this.OperationApplyId,
|
|
this.PatientId,
|
|
this.Index,
|
|
this.OperationType,
|
|
this.PatientDept,
|
|
this.check,
|
|
this.OperationRoom,
|
|
this.InHospitalNo,
|
|
this.PatientName,
|
|
this.Sex,
|
|
this.FullBed,
|
|
this.OperationName,
|
|
this.AnaesthesiaMethodName,
|
|
this.OperationDoctor,
|
|
this.AnesthesiaDoctor,
|
|
this.Inroomtime,
|
|
this.anesBegintime,
|
|
this.Anesendtime,
|
|
this.outroomtime,
|
|
this.chagestate,
|
|
this.chargstatenurse});
|
|
this.dgvOperation.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvOperation.Location = new System.Drawing.Point(3, 21);
|
|
this.dgvOperation.Margin = new System.Windows.Forms.Padding(2);
|
|
this.dgvOperation.Name = "dgvOperation";
|
|
this.dgvOperation.RowTemplate.Height = 27;
|
|
this.dgvOperation.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvOperation.Size = new System.Drawing.Size(374, 407);
|
|
this.dgvOperation.TabIndex = 386;
|
|
this.dgvOperation.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOperation_CellDoubleClick);
|
|
this.dgvOperation.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvOperation_RowPostPaint);
|
|
//
|
|
// OpeationId
|
|
//
|
|
this.OpeationId.DataPropertyName = "RecoredId";
|
|
this.OpeationId.HeaderText = "手术ID";
|
|
this.OpeationId.Name = "OpeationId";
|
|
this.OpeationId.Visible = false;
|
|
//
|
|
// OperationApplyId
|
|
//
|
|
this.OperationApplyId.DataPropertyName = "ApplyId";
|
|
this.OperationApplyId.HeaderText = "申请ID";
|
|
this.OperationApplyId.Name = "OperationApplyId";
|
|
this.OperationApplyId.Visible = false;
|
|
//
|
|
// PatientId
|
|
//
|
|
this.PatientId.DataPropertyName = "PatientId";
|
|
this.PatientId.HeaderText = "病人ID";
|
|
this.PatientId.Name = "PatientId";
|
|
this.PatientId.Visible = false;
|
|
//
|
|
// Index
|
|
//
|
|
this.Index.HeaderText = "序号";
|
|
this.Index.Name = "Index";
|
|
this.Index.Visible = false;
|
|
//
|
|
// OperationType
|
|
//
|
|
this.OperationType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.OperationType.DataPropertyName = "OperationType";
|
|
this.OperationType.FillWeight = 609.1371F;
|
|
this.OperationType.HeaderText = "类别";
|
|
this.OperationType.Name = "OperationType";
|
|
this.OperationType.Visible = false;
|
|
this.OperationType.Width = 65;
|
|
//
|
|
// PatientDept
|
|
//
|
|
this.PatientDept.DataPropertyName = "PatientDept";
|
|
this.PatientDept.FillWeight = 52.36969F;
|
|
this.PatientDept.HeaderText = "科室";
|
|
this.PatientDept.Name = "PatientDept";
|
|
this.PatientDept.Visible = false;
|
|
//
|
|
// check
|
|
//
|
|
this.check.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.check.FillWeight = 69.07817F;
|
|
this.check.HeaderText = "";
|
|
this.check.Name = "check";
|
|
this.check.Width = 30;
|
|
//
|
|
// OperationRoom
|
|
//
|
|
this.OperationRoom.DataPropertyName = "OperationRoom";
|
|
this.OperationRoom.FillWeight = 73.7823F;
|
|
this.OperationRoom.HeaderText = "手术间";
|
|
this.OperationRoom.Name = "OperationRoom";
|
|
this.OperationRoom.ReadOnly = true;
|
|
//
|
|
// InHospitalNo
|
|
//
|
|
this.InHospitalNo.DataPropertyName = "MdrecNo";
|
|
this.InHospitalNo.FillWeight = 69.32275F;
|
|
this.InHospitalNo.HeaderText = "住院号";
|
|
this.InHospitalNo.Name = "InHospitalNo";
|
|
this.InHospitalNo.ReadOnly = true;
|
|
//
|
|
// PatientName
|
|
//
|
|
this.PatientName.DataPropertyName = "PatientName";
|
|
this.PatientName.FillWeight = 54.2445F;
|
|
this.PatientName.HeaderText = "姓名";
|
|
this.PatientName.Name = "PatientName";
|
|
this.PatientName.ReadOnly = true;
|
|
//
|
|
// Sex
|
|
//
|
|
this.Sex.DataPropertyName = "Sex";
|
|
this.Sex.FillWeight = 48.17831F;
|
|
this.Sex.HeaderText = "性别";
|
|
this.Sex.Name = "Sex";
|
|
this.Sex.Visible = false;
|
|
//
|
|
// FullBed
|
|
//
|
|
this.FullBed.DataPropertyName = "SickBed";
|
|
this.FullBed.FillWeight = 47.85236F;
|
|
this.FullBed.HeaderText = "床号";
|
|
this.FullBed.Name = "FullBed";
|
|
this.FullBed.Visible = false;
|
|
//
|
|
// OperationName
|
|
//
|
|
this.OperationName.DataPropertyName = "OperationInfoName";
|
|
this.OperationName.FillWeight = 86.09029F;
|
|
this.OperationName.HeaderText = "实施手术";
|
|
this.OperationName.Name = "OperationName";
|
|
this.OperationName.Visible = false;
|
|
//
|
|
// AnaesthesiaMethodName
|
|
//
|
|
this.AnaesthesiaMethodName.DataPropertyName = "AnaesthesiaMethodName";
|
|
this.AnaesthesiaMethodName.FillWeight = 83.9493F;
|
|
this.AnaesthesiaMethodName.HeaderText = "麻醉方式";
|
|
this.AnaesthesiaMethodName.Name = "AnaesthesiaMethodName";
|
|
this.AnaesthesiaMethodName.Visible = false;
|
|
//
|
|
// OperationDoctor
|
|
//
|
|
this.OperationDoctor.DataPropertyName = "OperationDoctor";
|
|
this.OperationDoctor.FillWeight = 53.07917F;
|
|
this.OperationDoctor.HeaderText = "术者";
|
|
this.OperationDoctor.Name = "OperationDoctor";
|
|
this.OperationDoctor.Visible = false;
|
|
//
|
|
// AnesthesiaDoctor
|
|
//
|
|
this.AnesthesiaDoctor.DataPropertyName = "AnesthesiaDoctor";
|
|
this.AnesthesiaDoctor.FillWeight = 73.7823F;
|
|
this.AnesthesiaDoctor.HeaderText = "麻醉医生";
|
|
this.AnesthesiaDoctor.Name = "AnesthesiaDoctor";
|
|
this.AnesthesiaDoctor.ReadOnly = true;
|
|
//
|
|
// Inroomtime
|
|
//
|
|
this.Inroomtime.DataPropertyName = "InRoomTime";
|
|
this.Inroomtime.FillWeight = 65.36763F;
|
|
this.Inroomtime.HeaderText = "入室时间";
|
|
this.Inroomtime.Name = "Inroomtime";
|
|
this.Inroomtime.Visible = false;
|
|
//
|
|
// anesBegintime
|
|
//
|
|
this.anesBegintime.DataPropertyName = "AnesthesiaBeginTime";
|
|
this.anesBegintime.HeaderText = "麻醉开始";
|
|
this.anesBegintime.Name = "anesBegintime";
|
|
this.anesBegintime.Visible = false;
|
|
//
|
|
// Anesendtime
|
|
//
|
|
this.Anesendtime.DataPropertyName = "AnesthesiaEndTime";
|
|
this.Anesendtime.HeaderText = "麻醉结束";
|
|
this.Anesendtime.Name = "Anesendtime";
|
|
this.Anesendtime.Visible = false;
|
|
//
|
|
// outroomtime
|
|
//
|
|
this.outroomtime.DataPropertyName = "OutRoomTime";
|
|
this.outroomtime.HeaderText = "出室时间";
|
|
this.outroomtime.Name = "outroomtime";
|
|
this.outroomtime.Visible = false;
|
|
//
|
|
// chagestate
|
|
//
|
|
this.chagestate.DataPropertyName = "chagestate";
|
|
this.chagestate.FillWeight = 65.36763F;
|
|
this.chagestate.HeaderText = "收费状态";
|
|
this.chagestate.Name = "chagestate";
|
|
this.chagestate.Visible = false;
|
|
//
|
|
// chargstatenurse
|
|
//
|
|
this.chargstatenurse.DataPropertyName = "chargstatenurse";
|
|
this.chargstatenurse.HeaderText = "收费状态";
|
|
this.chargstatenurse.Name = "chargstatenurse";
|
|
this.chargstatenurse.Visible = false;
|
|
//
|
|
// dgvtEMPOperationInfos
|
|
//
|
|
this.dgvtEMPOperationInfos.AllowUserToAddRows = false;
|
|
this.dgvtEMPOperationInfos.AllowUserToDeleteRows = false;
|
|
this.dgvtEMPOperationInfos.AllowUserToResizeColumns = false;
|
|
this.dgvtEMPOperationInfos.AllowUserToResizeRows = false;
|
|
this.dgvtEMPOperationInfos.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvtEMPOperationInfos.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgvtEMPOperationInfos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvtEMPOperationInfos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.DId,
|
|
this.dataGridViewTextBoxColumn21,
|
|
this.dataGridViewTextBoxColumn22,
|
|
this.DUnit,
|
|
this.dataGridViewTextBoxColumn23,
|
|
this.dataGridViewTextBoxColumn24,
|
|
this.groupno,
|
|
this.execwork,
|
|
this.exectime,
|
|
this.ordersn,
|
|
this.hisOrdersn,
|
|
this.Hiscount,
|
|
this.hisState});
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvtEMPOperationInfos.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dgvtEMPOperationInfos.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvtEMPOperationInfos.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgvtEMPOperationInfos.GridColor = System.Drawing.Color.Black;
|
|
this.dgvtEMPOperationInfos.Location = new System.Drawing.Point(380, 110);
|
|
this.dgvtEMPOperationInfos.MultiSelect = false;
|
|
this.dgvtEMPOperationInfos.Name = "dgvtEMPOperationInfos";
|
|
this.dgvtEMPOperationInfos.ReadOnly = true;
|
|
this.dgvtEMPOperationInfos.RowTemplate.Height = 23;
|
|
this.dgvtEMPOperationInfos.ShowCellErrors = false;
|
|
this.dgvtEMPOperationInfos.ShowCellToolTips = false;
|
|
this.dgvtEMPOperationInfos.Size = new System.Drawing.Size(1048, 431);
|
|
this.dgvtEMPOperationInfos.TabIndex = 389;
|
|
this.dgvtEMPOperationInfos.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvtEMPOperationInfos_CellDoubleClick);
|
|
this.dgvtEMPOperationInfos.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvtEMPOperationInfos_RowPostPaint);
|
|
//
|
|
// DId
|
|
//
|
|
this.DId.HeaderText = "id";
|
|
this.DId.Name = "DId";
|
|
this.DId.ReadOnly = true;
|
|
this.DId.Visible = false;
|
|
this.DId.Width = 60;
|
|
//
|
|
// dataGridViewTextBoxColumn21
|
|
//
|
|
this.dataGridViewTextBoxColumn21.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn21.DataPropertyName = "XMBH";
|
|
this.dataGridViewTextBoxColumn21.HeaderText = "编码";
|
|
this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
|
|
this.dataGridViewTextBoxColumn21.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn21.Visible = false;
|
|
this.dataGridViewTextBoxColumn21.Width = 75;
|
|
//
|
|
// dataGridViewTextBoxColumn22
|
|
//
|
|
this.dataGridViewTextBoxColumn22.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.dataGridViewTextBoxColumn22.DataPropertyName = "DrugName";
|
|
this.dataGridViewTextBoxColumn22.HeaderText = "名称";
|
|
this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
|
|
this.dataGridViewTextBoxColumn22.ReadOnly = true;
|
|
//
|
|
// DUnit
|
|
//
|
|
this.DUnit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.DUnit.HeaderText = "单位";
|
|
this.DUnit.Name = "DUnit";
|
|
this.DUnit.ReadOnly = true;
|
|
this.DUnit.Width = 40;
|
|
//
|
|
// dataGridViewTextBoxColumn23
|
|
//
|
|
this.dataGridViewTextBoxColumn23.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn23.DataPropertyName = "XMSL";
|
|
this.dataGridViewTextBoxColumn23.HeaderText = "数量";
|
|
this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
|
|
this.dataGridViewTextBoxColumn23.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn23.Width = 40;
|
|
//
|
|
// dataGridViewTextBoxColumn24
|
|
//
|
|
this.dataGridViewTextBoxColumn24.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn24.DataPropertyName = "DrugPrice";
|
|
this.dataGridViewTextBoxColumn24.HeaderText = "单价";
|
|
this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
|
|
this.dataGridViewTextBoxColumn24.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn24.Width = 70;
|
|
//
|
|
// groupno
|
|
//
|
|
this.groupno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.groupno.HeaderText = "总价";
|
|
this.groupno.Name = "groupno";
|
|
this.groupno.ReadOnly = true;
|
|
this.groupno.Width = 80;
|
|
//
|
|
// execwork
|
|
//
|
|
this.execwork.HeaderText = "执行人";
|
|
this.execwork.Name = "execwork";
|
|
this.execwork.ReadOnly = true;
|
|
//
|
|
// exectime
|
|
//
|
|
this.exectime.HeaderText = "执行时间";
|
|
this.exectime.Name = "exectime";
|
|
this.exectime.ReadOnly = true;
|
|
this.exectime.Width = 150;
|
|
//
|
|
// ordersn
|
|
//
|
|
this.ordersn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.ordersn.HeaderText = "处方单号";
|
|
this.ordersn.Name = "ordersn";
|
|
this.ordersn.ReadOnly = true;
|
|
this.ordersn.Width = 80;
|
|
//
|
|
// hisOrdersn
|
|
//
|
|
this.hisOrdersn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.hisOrdersn.HeaderText = "His医嘱号";
|
|
this.hisOrdersn.Name = "hisOrdersn";
|
|
this.hisOrdersn.ReadOnly = true;
|
|
this.hisOrdersn.Visible = false;
|
|
this.hisOrdersn.Width = 90;
|
|
//
|
|
// Hiscount
|
|
//
|
|
this.Hiscount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.Hiscount.HeaderText = "His数量";
|
|
this.Hiscount.Name = "Hiscount";
|
|
this.Hiscount.ReadOnly = true;
|
|
this.Hiscount.Visible = false;
|
|
this.Hiscount.Width = 40;
|
|
//
|
|
// hisState
|
|
//
|
|
this.hisState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.hisState.HeaderText = "状态";
|
|
this.hisState.Name = "hisState";
|
|
this.hisState.ReadOnly = true;
|
|
this.hisState.Visible = false;
|
|
this.hisState.Width = 70;
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "OperationRecordId";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "手术ID";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "OperationApplyId";
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "申请ID";
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "PatientId";
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "病人ID";
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
this.dataGridViewTextBoxColumn3.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "序号";
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn5
|
|
//
|
|
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "OperationPriority";
|
|
this.dataGridViewTextBoxColumn5.FillWeight = 137.1497F;
|
|
this.dataGridViewTextBoxColumn5.HeaderText = "手术分类";
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
this.dataGridViewTextBoxColumn5.Visible = false;
|
|
this.dataGridViewTextBoxColumn5.Width = 112;
|
|
//
|
|
// dataGridViewTextBoxColumn6
|
|
//
|
|
this.dataGridViewTextBoxColumn6.DataPropertyName = "DepartmentName";
|
|
this.dataGridViewTextBoxColumn6.FillWeight = 80.11563F;
|
|
this.dataGridViewTextBoxColumn6.HeaderText = "科室";
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
this.dataGridViewTextBoxColumn6.Visible = false;
|
|
this.dataGridViewTextBoxColumn6.Width = 66;
|
|
//
|
|
// dataGridViewTextBoxColumn7
|
|
//
|
|
this.dataGridViewTextBoxColumn7.DataPropertyName = "SZOperationRoom";
|
|
this.dataGridViewTextBoxColumn7.FillWeight = 65.36763F;
|
|
this.dataGridViewTextBoxColumn7.HeaderText = "手术间";
|
|
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
this.dataGridViewTextBoxColumn7.Width = 82;
|
|
//
|
|
// dataGridViewTextBoxColumn8
|
|
//
|
|
this.dataGridViewTextBoxColumn8.DataPropertyName = "InHospitalNo";
|
|
this.dataGridViewTextBoxColumn8.FillWeight = 93.9558F;
|
|
this.dataGridViewTextBoxColumn8.HeaderText = "住院号";
|
|
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
this.dataGridViewTextBoxColumn8.Width = 77;
|
|
//
|
|
// dataGridViewTextBoxColumn9
|
|
//
|
|
this.dataGridViewTextBoxColumn9.DataPropertyName = "MedicalHistoryNo";
|
|
this.dataGridViewTextBoxColumn9.FillWeight = 92.42704F;
|
|
this.dataGridViewTextBoxColumn9.HeaderText = "病历号";
|
|
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
|
|
this.dataGridViewTextBoxColumn9.Width = 76;
|
|
//
|
|
// dataGridViewTextBoxColumn10
|
|
//
|
|
this.dataGridViewTextBoxColumn10.DataPropertyName = "PatientName";
|
|
this.dataGridViewTextBoxColumn10.FillWeight = 73.51968F;
|
|
this.dataGridViewTextBoxColumn10.HeaderText = "姓名";
|
|
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
|
|
this.dataGridViewTextBoxColumn10.Visible = false;
|
|
this.dataGridViewTextBoxColumn10.Width = 60;
|
|
//
|
|
// dataGridViewTextBoxColumn11
|
|
//
|
|
this.dataGridViewTextBoxColumn11.DataPropertyName = "Sex";
|
|
this.dataGridViewTextBoxColumn11.FillWeight = 73.70361F;
|
|
this.dataGridViewTextBoxColumn11.HeaderText = "性别";
|
|
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
|
|
this.dataGridViewTextBoxColumn11.Visible = false;
|
|
this.dataGridViewTextBoxColumn11.Width = 61;
|
|
//
|
|
// dataGridViewTextBoxColumn12
|
|
//
|
|
this.dataGridViewTextBoxColumn12.DataPropertyName = "Bed";
|
|
this.dataGridViewTextBoxColumn12.FillWeight = 73.20498F;
|
|
this.dataGridViewTextBoxColumn12.HeaderText = "床号";
|
|
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
|
|
this.dataGridViewTextBoxColumn12.Visible = false;
|
|
this.dataGridViewTextBoxColumn12.Width = 60;
|
|
//
|
|
// dataGridViewTextBoxColumn13
|
|
//
|
|
this.dataGridViewTextBoxColumn13.DataPropertyName = "SZDiagnose";
|
|
this.dataGridViewTextBoxColumn13.FillWeight = 134.5945F;
|
|
this.dataGridViewTextBoxColumn13.HeaderText = "术后诊断";
|
|
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
|
|
this.dataGridViewTextBoxColumn13.Visible = false;
|
|
this.dataGridViewTextBoxColumn13.Width = 110;
|
|
//
|
|
// dataGridViewTextBoxColumn14
|
|
//
|
|
this.dataGridViewTextBoxColumn14.DataPropertyName = "SZOperation";
|
|
this.dataGridViewTextBoxColumn14.FillWeight = 131.7017F;
|
|
this.dataGridViewTextBoxColumn14.HeaderText = "实施手术";
|
|
this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
|
|
this.dataGridViewTextBoxColumn14.Visible = false;
|
|
this.dataGridViewTextBoxColumn14.Width = 108;
|
|
//
|
|
// dataGridViewTextBoxColumn15
|
|
//
|
|
this.dataGridViewTextBoxColumn15.DataPropertyName = "SZAnaesthesiaMethod";
|
|
this.dataGridViewTextBoxColumn15.FillWeight = 128.4264F;
|
|
this.dataGridViewTextBoxColumn15.HeaderText = "麻醉方式";
|
|
this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
|
|
this.dataGridViewTextBoxColumn15.Width = 106;
|
|
//
|
|
// dataGridViewTextBoxColumn16
|
|
//
|
|
this.dataGridViewTextBoxColumn16.DataPropertyName = "SZOperationDoctor";
|
|
this.dataGridViewTextBoxColumn16.FillWeight = 81.201F;
|
|
this.dataGridViewTextBoxColumn16.HeaderText = "术者";
|
|
this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
|
|
this.dataGridViewTextBoxColumn16.Visible = false;
|
|
this.dataGridViewTextBoxColumn16.Width = 67;
|
|
//
|
|
// dataGridViewTextBoxColumn17
|
|
//
|
|
this.dataGridViewTextBoxColumn17.DataPropertyName = "SZAnesthesiaDoctor";
|
|
this.dataGridViewTextBoxColumn17.HeaderText = "麻醉医生";
|
|
this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
|
|
this.dataGridViewTextBoxColumn17.Visible = false;
|
|
this.dataGridViewTextBoxColumn17.Width = 82;
|
|
//
|
|
// dataGridViewTextBoxColumn18
|
|
//
|
|
this.dataGridViewTextBoxColumn18.DataPropertyName = "AnesthesiaEndTime";
|
|
this.dataGridViewTextBoxColumn18.HeaderText = "麻醉结束";
|
|
this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
|
|
this.dataGridViewTextBoxColumn18.Visible = false;
|
|
this.dataGridViewTextBoxColumn18.Width = 96;
|
|
//
|
|
// dataGridViewTextBoxColumn19
|
|
//
|
|
this.dataGridViewTextBoxColumn19.DataPropertyName = "OutRoomTime";
|
|
this.dataGridViewTextBoxColumn19.HeaderText = "出室时间";
|
|
this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
|
|
this.dataGridViewTextBoxColumn19.Visible = false;
|
|
this.dataGridViewTextBoxColumn19.Width = 96;
|
|
//
|
|
// dataGridViewTextBoxColumn20
|
|
//
|
|
this.dataGridViewTextBoxColumn20.DataPropertyName = "chagestate";
|
|
this.dataGridViewTextBoxColumn20.FillWeight = 65.36763F;
|
|
this.dataGridViewTextBoxColumn20.HeaderText = "收费状态";
|
|
this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
|
|
this.dataGridViewTextBoxColumn20.Width = 63;
|
|
//
|
|
// dataGridViewTextBoxColumn25
|
|
//
|
|
this.dataGridViewTextBoxColumn25.HeaderText = "单位";
|
|
this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
|
|
this.dataGridViewTextBoxColumn25.Width = 60;
|
|
//
|
|
// dataGridViewTextBoxColumn26
|
|
//
|
|
this.dataGridViewTextBoxColumn26.DataPropertyName = "DrugPrice";
|
|
this.dataGridViewTextBoxColumn26.HeaderText = "单价";
|
|
this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
|
|
this.dataGridViewTextBoxColumn26.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn26.Width = 70;
|
|
//
|
|
// dataGridViewTextBoxColumn27
|
|
//
|
|
this.dataGridViewTextBoxColumn27.HeaderText = "单号";
|
|
this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
|
|
this.dataGridViewTextBoxColumn27.Width = 80;
|
|
//
|
|
// dataGridViewTextBoxColumn28
|
|
//
|
|
this.dataGridViewTextBoxColumn28.HeaderText = "医嘱号";
|
|
this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
|
|
//
|
|
// dataGridViewTextBoxColumn29
|
|
//
|
|
this.dataGridViewTextBoxColumn29.HeaderText = "His医嘱号";
|
|
this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
|
|
//
|
|
// dataGridViewTextBoxColumn30
|
|
//
|
|
this.dataGridViewTextBoxColumn30.HeaderText = "His数量";
|
|
this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30";
|
|
//
|
|
// dataGridViewTextBoxColumn31
|
|
//
|
|
this.dataGridViewTextBoxColumn31.HeaderText = "收费状态";
|
|
this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31";
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.button3.FlatAppearance.BorderSize = 0;
|
|
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button3.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.button3.Location = new System.Drawing.Point(243, 0);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(131, 45);
|
|
this.button3.TabIndex = 34;
|
|
this.button3.Text = "药品使用登记";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// frmOperationCharg2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1428, 541);
|
|
this.Controls.Add(this.dgvtEMPOperationInfos);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "frmOperationCharg2";
|
|
this.Text = "费用对照";
|
|
this.Load += new System.EventHandler(this.frmOperationChargCheck_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtpOpeTime)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvOperation)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvtEMPOperationInfos)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button toolStripButton10;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label lblMessage;
|
|
public System.Windows.Forms.Label labDate;
|
|
private System.Windows.Forms.TextBox txtPatName;
|
|
private System.Windows.Forms.Label label52;
|
|
private System.Windows.Forms.Label label53;
|
|
private System.Windows.Forms.TextBox txtPatCaseNO;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button tsbSettingDGV;
|
|
private DevComponents.DotNetBar.ButtonX btnBeforeDay;
|
|
private DevComponents.DotNetBar.ButtonX btnAfterDay;
|
|
private DevComponents.DotNetBar.ButtonX buttonX1;
|
|
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 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 DevComponents.Editors.DateTimeAdv.DateTimeInput dtpEnd;
|
|
private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpOpeTime;
|
|
public System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.Button button1;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cboRoom;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.DataGridView dgvOperation;
|
|
private System.Windows.Forms.DataGridView dgvtEMPOperationInfos;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn30;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn31;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.RadioButton rdoJZ;
|
|
private System.Windows.Forms.RadioButton rdoZQ;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DId;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DUnit;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn groupno;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn execwork;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn exectime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ordersn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn hisOrdersn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Hiscount;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn hisState;
|
|
private System.Windows.Forms.Button button2;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OpeationId;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OperationApplyId;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PatientId;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OperationType;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PatientDept;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn check;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OperationRoom;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InHospitalNo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PatientName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Sex;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn FullBed;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OperationName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AnaesthesiaMethodName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OperationDoctor;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AnesthesiaDoctor;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Inroomtime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn anesBegintime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Anesendtime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn outroomtime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn chagestate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn chargstatenurse;
|
|
private System.Windows.Forms.Button button3;
|
|
}
|
|
} |