namespace PTMedicalInsurance.Business.Core.Forms.DischargeAudit
{
partial class FeeDetail
{
///
/// 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.panel3 = new System.Windows.Forms.Panel();
this.btUploadFee = new System.Windows.Forms.Button();
this.btGetFee = new System.Windows.Forms.Button();
this.dgvFeeDetail = new System.Windows.Forms.DataGridView();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvFeeDetail)).BeginInit();
this.SuspendLayout();
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.Window;
this.panel3.Controls.Add(this.btUploadFee);
this.panel3.Controls.Add(this.btGetFee);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 408);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1142, 62);
this.panel3.TabIndex = 17;
//
// btUploadFee
//
this.btUploadFee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btUploadFee.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btUploadFee.Location = new System.Drawing.Point(939, 11);
this.btUploadFee.Name = "btUploadFee";
this.btUploadFee.Size = new System.Drawing.Size(166, 39);
this.btUploadFee.TabIndex = 5;
this.btUploadFee.Text = "上传费用明细";
this.btUploadFee.UseVisualStyleBackColor = true;
this.btUploadFee.Click += new System.EventHandler(this.btUploadFee_Click);
//
// btGetFee
//
this.btGetFee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btGetFee.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btGetFee.Location = new System.Drawing.Point(743, 11);
this.btGetFee.Name = "btGetFee";
this.btGetFee.Size = new System.Drawing.Size(166, 39);
this.btGetFee.TabIndex = 3;
this.btGetFee.Text = "查询费用明细";
this.btGetFee.UseVisualStyleBackColor = true;
this.btGetFee.Click += new System.EventHandler(this.btGetFee_Click);
//
// dgvFeeDetail
//
this.dgvFeeDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvFeeDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvFeeDetail.Location = new System.Drawing.Point(0, 0);
this.dgvFeeDetail.Name = "dgvFeeDetail";
this.dgvFeeDetail.RowTemplate.Height = 23;
this.dgvFeeDetail.Size = new System.Drawing.Size(1142, 408);
this.dgvFeeDetail.TabIndex = 18;
//
// FeeDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1142, 470);
this.Controls.Add(this.dgvFeeDetail);
this.Controls.Add(this.panel3);
this.Name = "FeeDetail";
this.Text = "FeeDetail";
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvFeeDetail)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button btGetFee;
private System.Windows.Forms.DataGridView dgvFeeDetail;
private System.Windows.Forms.Button btUploadFee;
}
}