namespace PTMedicalInsurance.Business.Core.Forms.DischargeAudit
{
partial class AuditForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.tcAudit = new System.Windows.Forms.TabControl();
this.tpPatientInfo = new System.Windows.Forms.TabPage();
this.tpAdmissionRegistration = new System.Windows.Forms.TabPage();
this.tpDischargeRegistration = new System.Windows.Forms.TabPage();
this.tpOutpatRegistration = new System.Windows.Forms.TabPage();
this.pnlAuditBottom = new System.Windows.Forms.Panel();
this.btCancel = new System.Windows.Forms.Button();
this.btConfirm = new System.Windows.Forms.Button();
this.rbOnHold = new System.Windows.Forms.RadioButton();
this.rbRefused = new System.Windows.Forms.RadioButton();
this.rbApproved = new System.Windows.Forms.RadioButton();
this.gbOpinion = new System.Windows.Forms.GroupBox();
this.rtbMemo = new System.Windows.Forms.RichTextBox();
this.tpFeeDetail = new System.Windows.Forms.TabPage();
this.tcAudit.SuspendLayout();
this.pnlAuditBottom.SuspendLayout();
this.gbOpinion.SuspendLayout();
this.SuspendLayout();
//
// tcAudit
//
this.tcAudit.Controls.Add(this.tpPatientInfo);
this.tcAudit.Controls.Add(this.tpAdmissionRegistration);
this.tcAudit.Controls.Add(this.tpDischargeRegistration);
this.tcAudit.Controls.Add(this.tpOutpatRegistration);
this.tcAudit.Controls.Add(this.tpFeeDetail);
this.tcAudit.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcAudit.Location = new System.Drawing.Point(0, 0);
this.tcAudit.Name = "tcAudit";
this.tcAudit.SelectedIndex = 0;
this.tcAudit.Size = new System.Drawing.Size(1348, 405);
this.tcAudit.TabIndex = 0;
//
// tpPatientInfo
//
this.tpPatientInfo.AutoScroll = true;
this.tpPatientInfo.Location = new System.Drawing.Point(4, 22);
this.tpPatientInfo.Name = "tpPatientInfo";
this.tpPatientInfo.Padding = new System.Windows.Forms.Padding(3);
this.tpPatientInfo.Size = new System.Drawing.Size(1340, 379);
this.tpPatientInfo.TabIndex = 0;
this.tpPatientInfo.Text = "患者信息展示";
this.tpPatientInfo.UseVisualStyleBackColor = true;
//
// tpAdmissionRegistration
//
this.tpAdmissionRegistration.Location = new System.Drawing.Point(4, 22);
this.tpAdmissionRegistration.Name = "tpAdmissionRegistration";
this.tpAdmissionRegistration.Padding = new System.Windows.Forms.Padding(3);
this.tpAdmissionRegistration.Size = new System.Drawing.Size(1340, 379);
this.tpAdmissionRegistration.TabIndex = 1;
this.tpAdmissionRegistration.Text = "入院登记";
this.tpAdmissionRegistration.UseVisualStyleBackColor = true;
//
// tpDischargeRegistration
//
this.tpDischargeRegistration.Location = new System.Drawing.Point(4, 22);
this.tpDischargeRegistration.Name = "tpDischargeRegistration";
this.tpDischargeRegistration.Size = new System.Drawing.Size(1340, 379);
this.tpDischargeRegistration.TabIndex = 2;
this.tpDischargeRegistration.Text = "出院登记";
this.tpDischargeRegistration.UseVisualStyleBackColor = true;
//
// tpOutpatRegistration
//
this.tpOutpatRegistration.Location = new System.Drawing.Point(4, 22);
this.tpOutpatRegistration.Name = "tpOutpatRegistration";
this.tpOutpatRegistration.Size = new System.Drawing.Size(1340, 379);
this.tpOutpatRegistration.TabIndex = 3;
this.tpOutpatRegistration.Text = "门诊登记";
this.tpOutpatRegistration.UseVisualStyleBackColor = true;
//
// pnlAuditBottom
//
this.pnlAuditBottom.Controls.Add(this.btCancel);
this.pnlAuditBottom.Controls.Add(this.btConfirm);
this.pnlAuditBottom.Controls.Add(this.rbOnHold);
this.pnlAuditBottom.Controls.Add(this.rbRefused);
this.pnlAuditBottom.Controls.Add(this.rbApproved);
this.pnlAuditBottom.Controls.Add(this.gbOpinion);
this.pnlAuditBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlAuditBottom.Location = new System.Drawing.Point(0, 405);
this.pnlAuditBottom.Name = "pnlAuditBottom";
this.pnlAuditBottom.Size = new System.Drawing.Size(1348, 150);
this.pnlAuditBottom.TabIndex = 1;
//
// btCancel
//
this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btCancel.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btCancel.Location = new System.Drawing.Point(1200, 88);
this.btCancel.Name = "btCancel";
this.btCancel.Size = new System.Drawing.Size(101, 39);
this.btCancel.TabIndex = 5;
this.btCancel.Text = "放 弃";
this.btCancel.UseVisualStyleBackColor = true;
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
//
// btConfirm
//
this.btConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btConfirm.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btConfirm.Location = new System.Drawing.Point(1200, 23);
this.btConfirm.Name = "btConfirm";
this.btConfirm.Size = new System.Drawing.Size(101, 39);
this.btConfirm.TabIndex = 4;
this.btConfirm.Text = "确 定";
this.btConfirm.UseVisualStyleBackColor = true;
this.btConfirm.Click += new System.EventHandler(this.btConfirm_Click);
//
// rbOnHold
//
this.rbOnHold.AutoSize = true;
this.rbOnHold.Location = new System.Drawing.Point(644, 109);
this.rbOnHold.Name = "rbOnHold";
this.rbOnHold.Size = new System.Drawing.Size(59, 16);
this.rbOnHold.TabIndex = 3;
this.rbOnHold.TabStop = true;
this.rbOnHold.Text = "未审核";
this.rbOnHold.UseVisualStyleBackColor = true;
this.rbOnHold.CheckedChanged += new System.EventHandler(this.rbOnHold_CheckedChanged);
//
// rbRefused
//
this.rbRefused.AutoSize = true;
this.rbRefused.Location = new System.Drawing.Point(644, 71);
this.rbRefused.Name = "rbRefused";
this.rbRefused.Size = new System.Drawing.Size(59, 16);
this.rbRefused.TabIndex = 2;
this.rbRefused.TabStop = true;
this.rbRefused.Text = "不通过";
this.rbRefused.UseVisualStyleBackColor = true;
this.rbRefused.CheckedChanged += new System.EventHandler(this.rbRefused_CheckedChanged);
//
// rbApproved
//
this.rbApproved.AutoSize = true;
this.rbApproved.Location = new System.Drawing.Point(644, 36);
this.rbApproved.Name = "rbApproved";
this.rbApproved.Size = new System.Drawing.Size(47, 16);
this.rbApproved.TabIndex = 1;
this.rbApproved.TabStop = true;
this.rbApproved.Text = "通过";
this.rbApproved.UseVisualStyleBackColor = true;
this.rbApproved.CheckedChanged += new System.EventHandler(this.rbApproved_CheckedChanged);
//
// gbOpinion
//
this.gbOpinion.Controls.Add(this.rtbMemo);
this.gbOpinion.Dock = System.Windows.Forms.DockStyle.Left;
this.gbOpinion.Location = new System.Drawing.Point(0, 0);
this.gbOpinion.Name = "gbOpinion";
this.gbOpinion.Size = new System.Drawing.Size(623, 150);
this.gbOpinion.TabIndex = 0;
this.gbOpinion.TabStop = false;
this.gbOpinion.Text = "审核意见";
//
// rtbMemo
//
this.rtbMemo.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbMemo.Location = new System.Drawing.Point(3, 17);
this.rtbMemo.Name = "rtbMemo";
this.rtbMemo.Size = new System.Drawing.Size(617, 130);
this.rtbMemo.TabIndex = 0;
this.rtbMemo.Text = "";
//
// tpFeeDetail
//
this.tpFeeDetail.Location = new System.Drawing.Point(4, 22);
this.tpFeeDetail.Name = "tpFeeDetail";
this.tpFeeDetail.Size = new System.Drawing.Size(1340, 379);
this.tpFeeDetail.TabIndex = 4;
this.tpFeeDetail.Text = "费用明细";
this.tpFeeDetail.UseVisualStyleBackColor = true;
//
// AuditForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1348, 555);
this.Controls.Add(this.tcAudit);
this.Controls.Add(this.pnlAuditBottom);
this.Name = "AuditForm";
this.Text = "费用核查(出院审核)";
this.tcAudit.ResumeLayout(false);
this.pnlAuditBottom.ResumeLayout(false);
this.pnlAuditBottom.PerformLayout();
this.gbOpinion.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.TabControl tcAudit;
public System.Windows.Forms.TabPage tpPatientInfo;
public System.Windows.Forms.TabPage tpAdmissionRegistration;
public System.Windows.Forms.TabPage tpDischargeRegistration;
public System.Windows.Forms.TabPage tpOutpatRegistration;
private System.Windows.Forms.Panel pnlAuditBottom;
private System.Windows.Forms.RadioButton rbOnHold;
private System.Windows.Forms.RadioButton rbRefused;
private System.Windows.Forms.RadioButton rbApproved;
private System.Windows.Forms.GroupBox gbOpinion;
public System.Windows.Forms.RichTextBox rtbMemo;
private System.Windows.Forms.Button btCancel;
private System.Windows.Forms.Button btConfirm;
public System.Windows.Forms.TabPage tpFeeDetail;
}
}