1259 lines
69 KiB
C#
1259 lines
69 KiB
C#
using System.Windows.Forms;
|
|
namespace AIMS.OperationAanesthesia
|
|
{
|
|
partial class frmChargRecordPrint
|
|
{
|
|
/// <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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
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();
|
|
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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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(frmChargRecordPrint));
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.labsex = new System.Windows.Forms.Label();
|
|
this.TxtJLName = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.TxtOperatorName = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.lblInHospitalNo = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.lblName = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.lblOperatorTime = new System.Windows.Forms.Label();
|
|
this.btnShowHistoryLog = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnUploadFees = new DevComponents.DotNetBar.ButtonX();
|
|
this.btndel = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnUpLoadHis = new DevComponents.DotNetBar.ButtonX();
|
|
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
|
|
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.paneloperation = new System.Windows.Forms.Panel();
|
|
this.paneloperationcost = new System.Windows.Forms.Panel();
|
|
this.dgvtEMPOperationInfos = new System.Windows.Forms.DataGridView();
|
|
this.DId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DUnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.usage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Drugmoney = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.groupno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xzyy = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panelAnescost = new System.Windows.Forms.Panel();
|
|
this.dgvChargsRecord = new System.Windows.Forms.DataGridView();
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ChargName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.number = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.money = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ordersn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.execDept = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.kaidept = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.收费单据号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.btnClose = new DevComponents.DotNetBar.ButtonX();
|
|
this.btndelorder = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnAdd = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnPrint = new DevComponents.DotNetBar.ButtonX();
|
|
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.dgvOrders = new System.Windows.Forms.DataGridView();
|
|
this.orderno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel51 = new System.Windows.Forms.Panel();
|
|
this.panel68 = new System.Windows.Forms.Panel();
|
|
this.label36 = new System.Windows.Forms.Label();
|
|
this.btnUploadFeesDrug = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnCancelDrugFees = new DevComponents.DotNetBar.ButtonX();
|
|
this.lblDrugs = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
|
|
this.panel391 = new System.Windows.Forms.Panel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label113 = new System.Windows.Forms.Label();
|
|
this.btnUploadFeesCharg = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnCancelOpeFees = new DevComponents.DotNetBar.ButtonX();
|
|
this.lblCharg = new System.Windows.Forms.Label();
|
|
this.dataGridViewTextBoxColumn1 = 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.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.paneloperation.SuspendLayout();
|
|
this.paneloperationcost.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvtEMPOperationInfos)).BeginInit();
|
|
this.panelAnescost.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvChargsRecord)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).BeginInit();
|
|
this.panel51.SuspendLayout();
|
|
this.panel68.SuspendLayout();
|
|
this.panel391.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.White;
|
|
this.panel2.Controls.Add(this.panel3);
|
|
this.panel2.Controls.Add(this.btnShowHistoryLog);
|
|
this.panel2.Controls.Add(this.btnUploadFees);
|
|
this.panel2.Controls.Add(this.btndel);
|
|
this.panel2.Controls.Add(this.btnUpLoadHis);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1484, 38);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.label6);
|
|
this.panel3.Controls.Add(this.labsex);
|
|
this.panel3.Controls.Add(this.TxtJLName);
|
|
this.panel3.Controls.Add(this.TxtOperatorName);
|
|
this.panel3.Controls.Add(this.label2);
|
|
this.panel3.Controls.Add(this.label3);
|
|
this.panel3.Controls.Add(this.label8);
|
|
this.panel3.Controls.Add(this.lblInHospitalNo);
|
|
this.panel3.Controls.Add(this.label7);
|
|
this.panel3.Controls.Add(this.lblName);
|
|
this.panel3.Controls.Add(this.label1);
|
|
this.panel3.Controls.Add(this.lblOperatorTime);
|
|
this.panel3.Location = new System.Drawing.Point(12, 5);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(723, 28);
|
|
this.panel3.TabIndex = 16;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(233, 5);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(41, 19);
|
|
this.label6.TabIndex = 23;
|
|
this.label6.Text = "性别:";
|
|
//
|
|
// labsex
|
|
//
|
|
this.labsex.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.labsex.AutoSize = true;
|
|
this.labsex.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labsex.ForeColor = System.Drawing.Color.Blue;
|
|
this.labsex.Location = new System.Drawing.Point(276, 5);
|
|
this.labsex.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.labsex.Name = "labsex";
|
|
this.labsex.Size = new System.Drawing.Size(0, 19);
|
|
this.labsex.TabIndex = 24;
|
|
//
|
|
// TxtJLName
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.TxtJLName.Border.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.TxtJLName.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.TxtJLName.Border.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(227)))), ((int)(((byte)(231)))));
|
|
this.TxtJLName.Border.BorderBottomWidth = 1;
|
|
this.TxtJLName.Border.BorderColor = System.Drawing.SystemColors.Desktop;
|
|
this.TxtJLName.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.TxtJLName.Border.BorderLeftWidth = 1;
|
|
this.TxtJLName.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.TxtJLName.Border.BorderRightWidth = 1;
|
|
this.TxtJLName.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.TxtJLName.Border.BorderTopWidth = 1;
|
|
this.TxtJLName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.TxtJLName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.TxtJLName.Location = new System.Drawing.Point(773, 4);
|
|
this.TxtJLName.Name = "TxtJLName";
|
|
this.TxtJLName.Size = new System.Drawing.Size(110, 22);
|
|
this.TxtJLName.TabIndex = 22;
|
|
this.TxtJLName.Visible = false;
|
|
//
|
|
// TxtOperatorName
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.TxtOperatorName.Border.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.TxtOperatorName.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.TxtOperatorName.Border.BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(227)))), ((int)(((byte)(231)))));
|
|
this.TxtOperatorName.Border.BorderBottomWidth = 1;
|
|
this.TxtOperatorName.Border.BorderColor = System.Drawing.SystemColors.Desktop;
|
|
this.TxtOperatorName.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.TxtOperatorName.Border.BorderLeftWidth = 1;
|
|
this.TxtOperatorName.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.TxtOperatorName.Border.BorderRightWidth = 1;
|
|
this.TxtOperatorName.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.TxtOperatorName.Border.BorderTopWidth = 1;
|
|
this.TxtOperatorName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.TxtOperatorName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.TxtOperatorName.Location = new System.Drawing.Point(597, 4);
|
|
this.TxtOperatorName.Name = "TxtOperatorName";
|
|
this.TxtOperatorName.Size = new System.Drawing.Size(110, 22);
|
|
this.TxtOperatorName.TabIndex = 22;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(718, 6);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(54, 20);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "确认人:";
|
|
this.label2.Visible = false;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(542, 6);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(54, 20);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "开嘱人:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label8.Location = new System.Drawing.Point(94, 5);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(55, 19);
|
|
this.label8.TabIndex = 0;
|
|
this.label8.Text = "住院号:";
|
|
//
|
|
// lblInHospitalNo
|
|
//
|
|
this.lblInHospitalNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblInHospitalNo.AutoSize = true;
|
|
this.lblInHospitalNo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblInHospitalNo.ForeColor = System.Drawing.Color.Blue;
|
|
this.lblInHospitalNo.Location = new System.Drawing.Point(145, 5);
|
|
this.lblInHospitalNo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblInHospitalNo.Name = "lblInHospitalNo";
|
|
this.lblInHospitalNo.Size = new System.Drawing.Size(0, 19);
|
|
this.lblInHospitalNo.TabIndex = 0;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Location = new System.Drawing.Point(2, 5);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(41, 19);
|
|
this.label7.TabIndex = 0;
|
|
this.label7.Text = "患者:";
|
|
//
|
|
// lblName
|
|
//
|
|
this.lblName.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblName.AutoSize = true;
|
|
this.lblName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblName.ForeColor = System.Drawing.Color.Blue;
|
|
this.lblName.Location = new System.Drawing.Point(41, 5);
|
|
this.lblName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblName.Name = "lblName";
|
|
this.lblName.Size = new System.Drawing.Size(0, 19);
|
|
this.lblName.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(341, 5);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(72, 20);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "记录时间 :";
|
|
//
|
|
// lblOperatorTime
|
|
//
|
|
this.lblOperatorTime.AutoSize = true;
|
|
this.lblOperatorTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblOperatorTime.Location = new System.Drawing.Point(412, 5);
|
|
this.lblOperatorTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblOperatorTime.Name = "lblOperatorTime";
|
|
this.lblOperatorTime.Size = new System.Drawing.Size(0, 20);
|
|
this.lblOperatorTime.TabIndex = 0;
|
|
//
|
|
// btnShowHistoryLog
|
|
//
|
|
this.btnShowHistoryLog.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnShowHistoryLog.Location = new System.Drawing.Point(1253, 5);
|
|
this.btnShowHistoryLog.Name = "btnShowHistoryLog";
|
|
this.btnShowHistoryLog.Size = new System.Drawing.Size(77, 28);
|
|
this.btnShowHistoryLog.TabIndex = 15;
|
|
this.btnShowHistoryLog.Text = "历史记录";
|
|
//
|
|
// btnUploadFees
|
|
//
|
|
this.btnUploadFees.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnUploadFees.Location = new System.Drawing.Point(975, 7);
|
|
this.btnUploadFees.Name = "btnUploadFees";
|
|
this.btnUploadFees.Size = new System.Drawing.Size(77, 28);
|
|
this.btnUploadFees.TabIndex = 15;
|
|
this.btnUploadFees.Text = "上传收费";
|
|
this.btnUploadFees.Visible = false;
|
|
//
|
|
// btndel
|
|
//
|
|
this.btndel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btndel.Location = new System.Drawing.Point(803, 8);
|
|
this.btndel.Name = "btndel";
|
|
this.btndel.Size = new System.Drawing.Size(60, 28);
|
|
this.btndel.TabIndex = 14;
|
|
this.btndel.Text = "删除";
|
|
//
|
|
// btnUpLoadHis
|
|
//
|
|
this.btnUpLoadHis.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnUpLoadHis.Location = new System.Drawing.Point(909, 7);
|
|
this.btnUpLoadHis.Name = "btnUpLoadHis";
|
|
this.btnUpLoadHis.Size = new System.Drawing.Size(60, 28);
|
|
this.btnUpLoadHis.TabIndex = 10;
|
|
this.btnUpLoadHis.Text = "保存";
|
|
//
|
|
// buttonX2
|
|
//
|
|
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.buttonX2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonX2.Location = new System.Drawing.Point(311, 3);
|
|
this.buttonX2.Name = "buttonX2";
|
|
this.buttonX2.Size = new System.Drawing.Size(77, 28);
|
|
this.buttonX2.TabIndex = 15;
|
|
this.buttonX2.Text = "打印处方";
|
|
this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
|
|
//
|
|
// buttonX3
|
|
//
|
|
this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.buttonX3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonX3.Location = new System.Drawing.Point(637, 3);
|
|
this.buttonX3.Name = "buttonX3";
|
|
this.buttonX3.Size = new System.Drawing.Size(77, 28);
|
|
this.buttonX3.TabIndex = 14;
|
|
this.buttonX3.Text = "费用模板";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.Controls.Add(this.paneloperation);
|
|
this.panel1.Controls.Add(this.panel51);
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1484, 770);
|
|
this.panel1.TabIndex = 296;
|
|
//
|
|
// paneloperation
|
|
//
|
|
this.paneloperation.Controls.Add(this.paneloperationcost);
|
|
this.paneloperation.Controls.Add(this.panelAnescost);
|
|
this.paneloperation.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.paneloperation.Location = new System.Drawing.Point(0, 75);
|
|
this.paneloperation.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.paneloperation.Name = "paneloperation";
|
|
this.paneloperation.Size = new System.Drawing.Size(1484, 695);
|
|
this.paneloperation.TabIndex = 1380;
|
|
//
|
|
// paneloperationcost
|
|
//
|
|
this.paneloperationcost.BackColor = System.Drawing.Color.PaleTurquoise;
|
|
this.paneloperationcost.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.paneloperationcost.Controls.Add(this.dgvtEMPOperationInfos);
|
|
this.paneloperationcost.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.paneloperationcost.Location = new System.Drawing.Point(824, 0);
|
|
this.paneloperationcost.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.paneloperationcost.Name = "paneloperationcost";
|
|
this.paneloperationcost.Size = new System.Drawing.Size(660, 695);
|
|
this.paneloperationcost.TabIndex = 12;
|
|
//
|
|
// dgvtEMPOperationInfos
|
|
//
|
|
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.dataGridViewTextBoxColumn2,
|
|
this.dataGridViewTextBoxColumn3,
|
|
this.DUnit,
|
|
this.dataGridViewTextBoxColumn4,
|
|
this.usage,
|
|
this.dataGridViewTextBoxColumn5,
|
|
this.Drugmoney,
|
|
this.groupno,
|
|
this.xzyy});
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.LightCyan;
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvtEMPOperationInfos.DefaultCellStyle = dataGridViewCellStyle7;
|
|
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(0, 0);
|
|
this.dgvtEMPOperationInfos.MultiSelect = false;
|
|
this.dgvtEMPOperationInfos.Name = "dgvtEMPOperationInfos";
|
|
this.dgvtEMPOperationInfos.RowHeadersWidth = 15;
|
|
this.dgvtEMPOperationInfos.RowTemplate.Height = 23;
|
|
this.dgvtEMPOperationInfos.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.dgvtEMPOperationInfos.ShowCellErrors = false;
|
|
this.dgvtEMPOperationInfos.Size = new System.Drawing.Size(658, 693);
|
|
this.dgvtEMPOperationInfos.TabIndex = 1;
|
|
//
|
|
// DId
|
|
//
|
|
this.DId.HeaderText = "id";
|
|
this.DId.MinimumWidth = 6;
|
|
this.DId.Name = "DId";
|
|
this.DId.Visible = false;
|
|
this.DId.Width = 50;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "XMBH";
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "编码";
|
|
this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn2.Width = 60;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "DrugName";
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "药品名称";
|
|
this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
//
|
|
// DUnit
|
|
//
|
|
this.DUnit.HeaderText = "单位";
|
|
this.DUnit.MinimumWidth = 6;
|
|
this.DUnit.Name = "DUnit";
|
|
this.DUnit.Width = 50;
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.DataPropertyName = "XMSL";
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "数量";
|
|
this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.Width = 40;
|
|
//
|
|
// usage
|
|
//
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.usage.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.usage.HeaderText = "用法";
|
|
this.usage.MinimumWidth = 6;
|
|
this.usage.Name = "usage";
|
|
this.usage.Width = 60;
|
|
//
|
|
// dataGridViewTextBoxColumn5
|
|
//
|
|
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "DrugPrice";
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dataGridViewTextBoxColumn5.HeaderText = "单价";
|
|
this.dataGridViewTextBoxColumn5.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn5.Width = 50;
|
|
//
|
|
// Drugmoney
|
|
//
|
|
this.Drugmoney.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.Drugmoney.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.Drugmoney.HeaderText = "金额";
|
|
this.Drugmoney.MinimumWidth = 6;
|
|
this.Drugmoney.Name = "Drugmoney";
|
|
this.Drugmoney.Width = 50;
|
|
//
|
|
// groupno
|
|
//
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.groupno.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.groupno.HeaderText = "单号";
|
|
this.groupno.MinimumWidth = 6;
|
|
this.groupno.Name = "groupno";
|
|
this.groupno.Width = 70;
|
|
//
|
|
// xzyy
|
|
//
|
|
this.xzyy.HeaderText = "限制";
|
|
this.xzyy.MinimumWidth = 6;
|
|
this.xzyy.Name = "xzyy";
|
|
this.xzyy.ReadOnly = true;
|
|
this.xzyy.Width = 60;
|
|
//
|
|
// panelAnescost
|
|
//
|
|
this.panelAnescost.BackColor = System.Drawing.Color.White;
|
|
this.panelAnescost.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelAnescost.Controls.Add(this.dgvChargsRecord);
|
|
this.panelAnescost.Controls.Add(this.btnClose);
|
|
this.panelAnescost.Controls.Add(this.btndelorder);
|
|
this.panelAnescost.Controls.Add(this.btnAdd);
|
|
this.panelAnescost.Controls.Add(this.btnPrint);
|
|
this.panelAnescost.Controls.Add(this.buttonX4);
|
|
this.panelAnescost.Controls.Add(this.groupBox1);
|
|
this.panelAnescost.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panelAnescost.Location = new System.Drawing.Point(0, 0);
|
|
this.panelAnescost.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.panelAnescost.Name = "panelAnescost";
|
|
this.panelAnescost.Size = new System.Drawing.Size(824, 695);
|
|
this.panelAnescost.TabIndex = 10;
|
|
//
|
|
// dgvChargsRecord
|
|
//
|
|
this.dgvChargsRecord.AllowUserToDeleteRows = false;
|
|
this.dgvChargsRecord.AllowUserToResizeColumns = false;
|
|
this.dgvChargsRecord.AllowUserToResizeRows = false;
|
|
this.dgvChargsRecord.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvChargsRecord.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgvChargsRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvChargsRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Id,
|
|
this.Code,
|
|
this.ChargName,
|
|
this.Unit,
|
|
this.number,
|
|
this.price,
|
|
this.money,
|
|
this.ordersn,
|
|
this.execDept,
|
|
this.kaidept,
|
|
this.收费单据号});
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.LightCyan;
|
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvChargsRecord.DefaultCellStyle = dataGridViewCellStyle9;
|
|
this.dgvChargsRecord.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgvChargsRecord.GridColor = System.Drawing.Color.Black;
|
|
this.dgvChargsRecord.Location = new System.Drawing.Point(0, 0);
|
|
this.dgvChargsRecord.MultiSelect = false;
|
|
this.dgvChargsRecord.Name = "dgvChargsRecord";
|
|
this.dgvChargsRecord.RowHeadersWidth = 15;
|
|
this.dgvChargsRecord.RowTemplate.Height = 23;
|
|
this.dgvChargsRecord.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.dgvChargsRecord.ShowCellErrors = false;
|
|
this.dgvChargsRecord.Size = new System.Drawing.Size(823, 710);
|
|
this.dgvChargsRecord.TabIndex = 0;
|
|
//
|
|
// Id
|
|
//
|
|
this.Id.HeaderText = "Id";
|
|
this.Id.MinimumWidth = 6;
|
|
this.Id.Name = "Id";
|
|
this.Id.Visible = false;
|
|
this.Id.Width = 125;
|
|
//
|
|
// Code
|
|
//
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.Code.DefaultCellStyle = dataGridViewCellStyle8;
|
|
this.Code.HeaderText = "编码";
|
|
this.Code.MinimumWidth = 6;
|
|
this.Code.Name = "Code";
|
|
this.Code.ReadOnly = true;
|
|
this.Code.Width = 65;
|
|
//
|
|
// ChargName
|
|
//
|
|
this.ChargName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.ChargName.HeaderText = "收费名称";
|
|
this.ChargName.MinimumWidth = 6;
|
|
this.ChargName.Name = "ChargName";
|
|
this.ChargName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// Unit
|
|
//
|
|
this.Unit.HeaderText = "单位";
|
|
this.Unit.MinimumWidth = 6;
|
|
this.Unit.Name = "Unit";
|
|
this.Unit.Width = 50;
|
|
//
|
|
// number
|
|
//
|
|
this.number.HeaderText = "数量";
|
|
this.number.MinimumWidth = 6;
|
|
this.number.Name = "number";
|
|
this.number.Width = 50;
|
|
//
|
|
// price
|
|
//
|
|
this.price.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.price.HeaderText = "单价";
|
|
this.price.MinimumWidth = 6;
|
|
this.price.Name = "price";
|
|
this.price.ReadOnly = true;
|
|
this.price.Width = 60;
|
|
//
|
|
// money
|
|
//
|
|
this.money.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.money.HeaderText = "金额";
|
|
this.money.MinimumWidth = 6;
|
|
this.money.Name = "money";
|
|
this.money.Width = 60;
|
|
//
|
|
// ordersn
|
|
//
|
|
this.ordersn.HeaderText = "医嘱号";
|
|
this.ordersn.MinimumWidth = 6;
|
|
this.ordersn.Name = "ordersn";
|
|
this.ordersn.Width = 80;
|
|
//
|
|
// execDept
|
|
//
|
|
this.execDept.HeaderText = "执行科室";
|
|
this.execDept.MinimumWidth = 6;
|
|
this.execDept.Name = "execDept";
|
|
this.execDept.Width = 90;
|
|
//
|
|
// kaidept
|
|
//
|
|
this.kaidept.HeaderText = "开单科室";
|
|
this.kaidept.MinimumWidth = 6;
|
|
this.kaidept.Name = "kaidept";
|
|
this.kaidept.Width = 90;
|
|
//
|
|
// 收费单据号
|
|
//
|
|
this.收费单据号.HeaderText = "收费单据号";
|
|
this.收费单据号.MinimumWidth = 6;
|
|
this.收费单据号.Name = "收费单据号";
|
|
this.收费单据号.ReadOnly = true;
|
|
this.收费单据号.Visible = false;
|
|
this.收费单据号.Width = 125;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnClose.Location = new System.Drawing.Point(563, 397);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(151, 53);
|
|
this.btnClose.TabIndex = 22;
|
|
this.btnClose.Text = "关闭";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btndelorder
|
|
//
|
|
this.btndelorder.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btndelorder.Location = new System.Drawing.Point(639, 253);
|
|
this.btndelorder.Name = "btndelorder";
|
|
this.btndelorder.Size = new System.Drawing.Size(70, 66);
|
|
this.btndelorder.TabIndex = 23;
|
|
this.btndelorder.Text = "删除";
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnAdd.Location = new System.Drawing.Point(563, 253);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(70, 66);
|
|
this.btnAdd.TabIndex = 24;
|
|
this.btnAdd.Text = "新增";
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnPrint.Location = new System.Drawing.Point(563, 325);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(70, 66);
|
|
this.btnPrint.TabIndex = 25;
|
|
this.btnPrint.Text = "保存";
|
|
//
|
|
// buttonX4
|
|
//
|
|
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.buttonX4.Location = new System.Drawing.Point(639, 325);
|
|
this.buttonX4.Name = "buttonX4";
|
|
this.buttonX4.Size = new System.Drawing.Size(70, 66);
|
|
this.buttonX4.TabIndex = 26;
|
|
this.buttonX4.Text = "打印";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.dgvOrders);
|
|
this.groupBox1.Location = new System.Drawing.Point(553, 6);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(161, 232);
|
|
this.groupBox1.TabIndex = 27;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "处方单列表";
|
|
//
|
|
// dgvOrders
|
|
//
|
|
this.dgvOrders.AllowUserToAddRows = false;
|
|
this.dgvOrders.AllowUserToDeleteRows = false;
|
|
this.dgvOrders.AllowUserToResizeColumns = false;
|
|
this.dgvOrders.AllowUserToResizeRows = false;
|
|
this.dgvOrders.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.orderno});
|
|
this.dgvOrders.Location = new System.Drawing.Point(4, 25);
|
|
this.dgvOrders.Name = "dgvOrders";
|
|
this.dgvOrders.ReadOnly = true;
|
|
this.dgvOrders.RowHeadersWidth = 51;
|
|
this.dgvOrders.RowTemplate.Height = 23;
|
|
this.dgvOrders.Size = new System.Drawing.Size(157, 201);
|
|
this.dgvOrders.TabIndex = 0;
|
|
//
|
|
// orderno
|
|
//
|
|
this.orderno.DataPropertyName = "orderNo";
|
|
this.orderno.HeaderText = "处方号";
|
|
this.orderno.MinimumWidth = 6;
|
|
this.orderno.Name = "orderno";
|
|
this.orderno.ReadOnly = true;
|
|
this.orderno.Width = 125;
|
|
//
|
|
// panel51
|
|
//
|
|
this.panel51.Controls.Add(this.panel68);
|
|
this.panel51.Controls.Add(this.panel391);
|
|
this.panel51.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel51.Location = new System.Drawing.Point(0, 38);
|
|
this.panel51.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.panel51.Name = "panel51";
|
|
this.panel51.Size = new System.Drawing.Size(1484, 37);
|
|
this.panel51.TabIndex = 1379;
|
|
//
|
|
// panel68
|
|
//
|
|
this.panel68.BackColor = System.Drawing.Color.White;
|
|
this.panel68.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel68.Controls.Add(this.label36);
|
|
this.panel68.Controls.Add(this.btnUploadFeesDrug);
|
|
this.panel68.Controls.Add(this.buttonX2);
|
|
this.panel68.Controls.Add(this.btnCancelDrugFees);
|
|
this.panel68.Controls.Add(this.lblDrugs);
|
|
this.panel68.Controls.Add(this.label5);
|
|
this.panel68.Controls.Add(this.buttonX5);
|
|
this.panel68.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel68.Location = new System.Drawing.Point(824, 0);
|
|
this.panel68.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.panel68.Name = "panel68";
|
|
this.panel68.Size = new System.Drawing.Size(659, 37);
|
|
this.panel68.TabIndex = 298;
|
|
//
|
|
// label36
|
|
//
|
|
this.label36.AutoSize = true;
|
|
this.label36.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label36.Location = new System.Drawing.Point(4, 5);
|
|
this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label36.Name = "label36";
|
|
this.label36.Size = new System.Drawing.Size(82, 24);
|
|
this.label36.TabIndex = 0;
|
|
this.label36.Text = "药品收费";
|
|
//
|
|
// btnUploadFeesDrug
|
|
//
|
|
this.btnUploadFeesDrug.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnUploadFeesDrug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnUploadFeesDrug.Location = new System.Drawing.Point(395, 3);
|
|
this.btnUploadFeesDrug.Name = "btnUploadFeesDrug";
|
|
this.btnUploadFeesDrug.Size = new System.Drawing.Size(94, 28);
|
|
this.btnUploadFeesDrug.TabIndex = 15;
|
|
this.btnUploadFeesDrug.Text = "药品上传收费";
|
|
//
|
|
// btnCancelDrugFees
|
|
//
|
|
this.btnCancelDrugFees.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnCancelDrugFees.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancelDrugFees.Location = new System.Drawing.Point(538, 3);
|
|
this.btnCancelDrugFees.Name = "btnCancelDrugFees";
|
|
this.btnCancelDrugFees.Size = new System.Drawing.Size(63, 28);
|
|
this.btnCancelDrugFees.TabIndex = 15;
|
|
this.btnCancelDrugFees.Text = "撤销收费";
|
|
//
|
|
// lblDrugs
|
|
//
|
|
this.lblDrugs.AutoSize = true;
|
|
this.lblDrugs.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.lblDrugs.ForeColor = System.Drawing.Color.Red;
|
|
this.lblDrugs.Location = new System.Drawing.Point(105, 5);
|
|
this.lblDrugs.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblDrugs.Name = "lblDrugs";
|
|
this.lblDrugs.Size = new System.Drawing.Size(0, 24);
|
|
this.lblDrugs.TabIndex = 0;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label5.Location = new System.Drawing.Point(81, 5);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(14, 24);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = ":";
|
|
//
|
|
// buttonX5
|
|
//
|
|
this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.buttonX5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonX5.Location = new System.Drawing.Point(492, 3);
|
|
this.buttonX5.Name = "buttonX5";
|
|
this.buttonX5.Size = new System.Drawing.Size(42, 28);
|
|
this.buttonX5.TabIndex = 15;
|
|
this.buttonX5.Text = "刷新";
|
|
//
|
|
// panel391
|
|
//
|
|
this.panel391.BackColor = System.Drawing.Color.White;
|
|
this.panel391.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel391.Controls.Add(this.label4);
|
|
this.panel391.Controls.Add(this.label113);
|
|
this.panel391.Controls.Add(this.btnUploadFeesCharg);
|
|
this.panel391.Controls.Add(this.btnCancelOpeFees);
|
|
this.panel391.Controls.Add(this.buttonX3);
|
|
this.panel391.Controls.Add(this.lblCharg);
|
|
this.panel391.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel391.Location = new System.Drawing.Point(0, 0);
|
|
this.panel391.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.panel391.Name = "panel391";
|
|
this.panel391.Size = new System.Drawing.Size(824, 37);
|
|
this.panel391.TabIndex = 0;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label4.Location = new System.Drawing.Point(80, 6);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(14, 24);
|
|
this.label4.TabIndex = 16;
|
|
this.label4.Text = ":";
|
|
//
|
|
// label113
|
|
//
|
|
this.label113.AutoSize = true;
|
|
this.label113.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label113.Location = new System.Drawing.Point(1, 6);
|
|
this.label113.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label113.Name = "label113";
|
|
this.label113.Size = new System.Drawing.Size(82, 24);
|
|
this.label113.TabIndex = 0;
|
|
this.label113.Text = "手术收费";
|
|
//
|
|
// btnUploadFeesCharg
|
|
//
|
|
this.btnUploadFeesCharg.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnUploadFeesCharg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnUploadFeesCharg.Location = new System.Drawing.Point(534, 3);
|
|
this.btnUploadFeesCharg.Name = "btnUploadFeesCharg";
|
|
this.btnUploadFeesCharg.Size = new System.Drawing.Size(93, 28);
|
|
this.btnUploadFeesCharg.TabIndex = 15;
|
|
this.btnUploadFeesCharg.Text = "治疗上传收费";
|
|
this.btnUploadFeesCharg.Visible = false;
|
|
//
|
|
// btnCancelOpeFees
|
|
//
|
|
this.btnCancelOpeFees.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnCancelOpeFees.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancelOpeFees.Location = new System.Drawing.Point(724, 3);
|
|
this.btnCancelOpeFees.Name = "btnCancelOpeFees";
|
|
this.btnCancelOpeFees.Size = new System.Drawing.Size(77, 28);
|
|
this.btnCancelOpeFees.TabIndex = 15;
|
|
this.btnCancelOpeFees.Text = "撤销收费";
|
|
//
|
|
// lblCharg
|
|
//
|
|
this.lblCharg.AutoSize = true;
|
|
this.lblCharg.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.lblCharg.ForeColor = System.Drawing.Color.Red;
|
|
this.lblCharg.Location = new System.Drawing.Point(92, 6);
|
|
this.lblCharg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblCharg.Name = "lblCharg";
|
|
this.lblCharg.Size = new System.Drawing.Size(0, 24);
|
|
this.lblCharg.TabIndex = 0;
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "id";
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.Visible = false;
|
|
this.dataGridViewTextBoxColumn1.Width = 60;
|
|
//
|
|
// dataGridViewTextBoxColumn6
|
|
//
|
|
this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn6.DataPropertyName = "DrugPrice";
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle10;
|
|
this.dataGridViewTextBoxColumn6.HeaderText = "Id";
|
|
this.dataGridViewTextBoxColumn6.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn6.Visible = false;
|
|
this.dataGridViewTextBoxColumn6.Width = 80;
|
|
//
|
|
// dataGridViewTextBoxColumn7
|
|
//
|
|
this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn7.DataPropertyName = "DrugPrice";
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle11;
|
|
this.dataGridViewTextBoxColumn7.HeaderText = "编码";
|
|
this.dataGridViewTextBoxColumn7.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
this.dataGridViewTextBoxColumn7.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn7.Visible = false;
|
|
this.dataGridViewTextBoxColumn7.Width = 110;
|
|
//
|
|
// dataGridViewTextBoxColumn8
|
|
//
|
|
this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle12;
|
|
this.dataGridViewTextBoxColumn8.HeaderText = "收费名称";
|
|
this.dataGridViewTextBoxColumn8.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
this.dataGridViewTextBoxColumn8.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridViewTextBoxColumn8.Visible = false;
|
|
this.dataGridViewTextBoxColumn8.Width = 330;
|
|
//
|
|
// dataGridViewTextBoxColumn9
|
|
//
|
|
dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle13;
|
|
this.dataGridViewTextBoxColumn9.HeaderText = "数量";
|
|
this.dataGridViewTextBoxColumn9.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
|
|
this.dataGridViewTextBoxColumn9.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn9.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridViewTextBoxColumn9.Visible = false;
|
|
this.dataGridViewTextBoxColumn9.Width = 80;
|
|
//
|
|
// dataGridViewTextBoxColumn10
|
|
//
|
|
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.dataGridViewTextBoxColumn10.HeaderText = "单价";
|
|
this.dataGridViewTextBoxColumn10.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
|
|
this.dataGridViewTextBoxColumn10.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn10.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridViewTextBoxColumn10.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn11
|
|
//
|
|
this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle14;
|
|
this.dataGridViewTextBoxColumn11.HeaderText = "单位";
|
|
this.dataGridViewTextBoxColumn11.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
|
|
this.dataGridViewTextBoxColumn11.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn11.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridViewTextBoxColumn11.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn12
|
|
//
|
|
this.dataGridViewTextBoxColumn12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
dataGridViewCellStyle15.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.dataGridViewTextBoxColumn12.DefaultCellStyle = dataGridViewCellStyle15;
|
|
this.dataGridViewTextBoxColumn12.HeaderText = "单价";
|
|
this.dataGridViewTextBoxColumn12.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
|
|
this.dataGridViewTextBoxColumn12.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn12.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// dataGridViewTextBoxColumn13
|
|
//
|
|
this.dataGridViewTextBoxColumn13.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.dataGridViewTextBoxColumn13.DataPropertyName = "orderNo";
|
|
this.dataGridViewTextBoxColumn13.HeaderText = "处方号";
|
|
this.dataGridViewTextBoxColumn13.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
|
|
this.dataGridViewTextBoxColumn13.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn13.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// dataGridViewTextBoxColumn14
|
|
//
|
|
this.dataGridViewTextBoxColumn14.HeaderText = "医嘱号";
|
|
this.dataGridViewTextBoxColumn14.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
|
|
this.dataGridViewTextBoxColumn14.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn14.Width = 80;
|
|
//
|
|
// dataGridViewTextBoxColumn15
|
|
//
|
|
this.dataGridViewTextBoxColumn15.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn15.DataPropertyName = "orderNo";
|
|
this.dataGridViewTextBoxColumn15.HeaderText = "处方号";
|
|
this.dataGridViewTextBoxColumn15.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
|
|
this.dataGridViewTextBoxColumn15.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn15.Width = 90;
|
|
//
|
|
// dataGridViewTextBoxColumn16
|
|
//
|
|
this.dataGridViewTextBoxColumn16.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn16.DataPropertyName = "orderNo";
|
|
this.dataGridViewTextBoxColumn16.HeaderText = "处方号";
|
|
this.dataGridViewTextBoxColumn16.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
|
|
this.dataGridViewTextBoxColumn16.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn16.Width = 90;
|
|
//
|
|
// dataGridViewTextBoxColumn17
|
|
//
|
|
this.dataGridViewTextBoxColumn17.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dataGridViewTextBoxColumn17.DataPropertyName = "orderNo";
|
|
this.dataGridViewTextBoxColumn17.HeaderText = "处方号";
|
|
this.dataGridViewTextBoxColumn17.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
|
|
this.dataGridViewTextBoxColumn17.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn17.Width = 80;
|
|
//
|
|
// dataGridViewTextBoxColumn18
|
|
//
|
|
this.dataGridViewTextBoxColumn18.HeaderText = "执行科室";
|
|
this.dataGridViewTextBoxColumn18.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
|
|
this.dataGridViewTextBoxColumn18.Width = 90;
|
|
//
|
|
// dataGridViewTextBoxColumn19
|
|
//
|
|
this.dataGridViewTextBoxColumn19.DataPropertyName = "orderNo";
|
|
this.dataGridViewTextBoxColumn19.HeaderText = "处方号";
|
|
this.dataGridViewTextBoxColumn19.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
|
|
this.dataGridViewTextBoxColumn19.Width = 90;
|
|
//
|
|
// dataGridViewTextBoxColumn20
|
|
//
|
|
this.dataGridViewTextBoxColumn20.DataPropertyName = "orderNo";
|
|
this.dataGridViewTextBoxColumn20.HeaderText = "处方号";
|
|
this.dataGridViewTextBoxColumn20.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
|
|
this.dataGridViewTextBoxColumn20.Width = 90;
|
|
//
|
|
// dataGridViewTextBoxColumn21
|
|
//
|
|
this.dataGridViewTextBoxColumn21.DataPropertyName = "orderNo";
|
|
this.dataGridViewTextBoxColumn21.HeaderText = "处方号";
|
|
this.dataGridViewTextBoxColumn21.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
|
|
this.dataGridViewTextBoxColumn21.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn21.Width = 125;
|
|
//
|
|
// frmChargRecordPrint
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScroll = true;
|
|
this.BackColor = System.Drawing.SystemColors.AppWorkspace;
|
|
this.ClientSize = new System.Drawing.Size(1484, 770);
|
|
this.Controls.Add(this.panel1);
|
|
this.DoubleBuffered = true;
|
|
this.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
this.Name = "frmChargRecordPrint";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "费用清单";
|
|
this.Load += new System.EventHandler(this.frmChargRecordPrint_Load);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.paneloperation.ResumeLayout(false);
|
|
this.paneloperationcost.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvtEMPOperationInfos)).EndInit();
|
|
this.panelAnescost.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvChargsRecord)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).EndInit();
|
|
this.panel51.ResumeLayout(false);
|
|
this.panel68.ResumeLayout(false);
|
|
this.panel68.PerformLayout();
|
|
this.panel391.ResumeLayout(false);
|
|
this.panel391.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel51;
|
|
private System.Windows.Forms.Panel panel68;
|
|
private System.Windows.Forms.Label label36;
|
|
private System.Windows.Forms.Panel panel391;
|
|
private System.Windows.Forms.Label label113;
|
|
private System.Windows.Forms.Panel paneloperation;
|
|
private System.Windows.Forms.Panel panelAnescost;
|
|
private DevComponents.DotNetBar.ButtonX btndel;
|
|
private DevComponents.DotNetBar.ButtonX btnUpLoadHis;
|
|
private DevComponents.DotNetBar.ButtonX buttonX3;
|
|
private DataGridView dgvChargsRecord;
|
|
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 DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private Panel panel3;
|
|
private Label label3;
|
|
private Label label1;
|
|
private Label lblOperatorTime;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX TxtOperatorName;
|
|
private DevComponents.DotNetBar.ButtonX buttonX2;
|
|
private Panel paneloperationcost;
|
|
private DataGridView dgvtEMPOperationInfos;
|
|
private DevComponents.DotNetBar.ButtonX buttonX5;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
|
|
public DevComponents.DotNetBar.ButtonX btnUploadFees;
|
|
private DevComponents.DotNetBar.ButtonX btnCancelDrugFees;
|
|
private DevComponents.DotNetBar.ButtonX btnCancelOpeFees;
|
|
private DevComponents.DotNetBar.ButtonX btnClose;
|
|
private DevComponents.DotNetBar.ButtonX btndelorder;
|
|
private DevComponents.DotNetBar.ButtonX btnAdd;
|
|
private DevComponents.DotNetBar.ButtonX btnPrint;
|
|
private DevComponents.DotNetBar.ButtonX buttonX4;
|
|
private GroupBox groupBox1;
|
|
private DataGridView dgvOrders;
|
|
private DataGridViewTextBoxColumn orderno;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
|
|
public DevComponents.DotNetBar.ButtonX btnShowHistoryLog;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX TxtJLName;
|
|
private Label label2;
|
|
private Label lblDrugs;
|
|
private Label label5;
|
|
private Label lblCharg;
|
|
private Label label4;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
|
|
private Label label7;
|
|
private Label lblName;
|
|
public DevComponents.DotNetBar.ButtonX btnUploadFeesCharg;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
|
|
private DevComponents.DotNetBar.ButtonX btnUploadFeesDrug;
|
|
private Label label8;
|
|
private Label lblInHospitalNo;
|
|
private Label label6;
|
|
private Label labsex;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
|
|
private DataGridViewTextBoxColumn DId;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private DataGridViewTextBoxColumn DUnit;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private DataGridViewTextBoxColumn usage;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
private DataGridViewTextBoxColumn Drugmoney;
|
|
private DataGridViewTextBoxColumn groupno;
|
|
private DataGridViewTextBoxColumn xzyy;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
|
|
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
|
|
private DataGridViewTextBoxColumn Id;
|
|
private DataGridViewTextBoxColumn Code;
|
|
private DataGridViewTextBoxColumn ChargName;
|
|
private DataGridViewTextBoxColumn Unit;
|
|
private DataGridViewTextBoxColumn number;
|
|
private DataGridViewTextBoxColumn price;
|
|
private DataGridViewTextBoxColumn money;
|
|
private DataGridViewTextBoxColumn ordersn;
|
|
private DataGridViewTextBoxColumn execDept;
|
|
private DataGridViewTextBoxColumn kaidept;
|
|
private DataGridViewTextBoxColumn 收费单据号;
|
|
}
|
|
} |