namespace PTMedicalInsurance.Forms
{
partial class MedInsuQuery
{
///
/// 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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = 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();
this.tbcMain = new Sunny.UI.UITabControl();
this.tabInHosPerInfoExport = new System.Windows.Forms.TabPage();
this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
this.pgSettlRecod = new Sunny.UI.UIPagination();
this.uiPanel1 = new Sunny.UI.UIPanel();
this.btnClose = new Sunny.UI.UIButton();
this.btnQuery = new Sunny.UI.UIButton();
this.btnPrint = new Sunny.UI.UIButton();
this.gbDateTime = new Sunny.UI.UIGroupBox();
this.dpED = new Sunny.UI.UIDatetimePicker();
this.dpST = new Sunny.UI.UIDatetimePicker();
this.tP_InsuFeel = new System.Windows.Forms.TabPage();
this.dgvInsuFeeUpload = new Sunny.UI.UIDataGridView();
this.uiPanel2 = new Sunny.UI.UIPanel();
this.tb_SettleID = new Sunny.UI.UITextBox();
this.tb_InHospNo = new Sunny.UI.UITextBox();
this.uiLabel2 = new Sunny.UI.UILabel();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiButton1 = new Sunny.UI.UIButton();
this.btnOK = new Sunny.UI.UIButton();
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
this.dt_ET = new Sunny.UI.UIDatetimePicker();
this.dt_ST = new Sunny.UI.UIDatetimePicker();
this.uiLabel3 = new Sunny.UI.UILabel();
this.uiLabel4 = new Sunny.UI.UILabel();
this.cbbLevel = new Sunny.UI.UIComboBox();
this.cbbOverPrice = new Sunny.UI.UIComboBox();
this.tbcMain.SuspendLayout();
this.tabInHosPerInfoExport.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
this.uiPanel1.SuspendLayout();
this.gbDateTime.SuspendLayout();
this.tP_InsuFeel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvInsuFeeUpload)).BeginInit();
this.uiPanel2.SuspendLayout();
this.uiGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// tbcMain
//
this.tbcMain.Controls.Add(this.tabInHosPerInfoExport);
this.tbcMain.Controls.Add(this.tP_InsuFeel);
this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbcMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.tbcMain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbcMain.ItemSize = new System.Drawing.Size(200, 40);
this.tbcMain.Location = new System.Drawing.Point(0, 0);
this.tbcMain.MainPage = "";
this.tbcMain.Name = "tbcMain";
this.tbcMain.SelectedIndex = 0;
this.tbcMain.Size = new System.Drawing.Size(1337, 630);
this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tbcMain.TabIndex = 0;
this.tbcMain.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbcMain.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tabInHosPerInfoExport
//
this.tabInHosPerInfoExport.Controls.Add(this.dgvSettlRecord);
this.tabInHosPerInfoExport.Controls.Add(this.pgSettlRecod);
this.tabInHosPerInfoExport.Controls.Add(this.uiPanel1);
this.tabInHosPerInfoExport.Location = new System.Drawing.Point(0, 40);
this.tabInHosPerInfoExport.Name = "tabInHosPerInfoExport";
this.tabInHosPerInfoExport.Size = new System.Drawing.Size(1337, 590);
this.tabInHosPerInfoExport.TabIndex = 0;
this.tabInHosPerInfoExport.Text = "在院患者信息导出";
this.tabInHosPerInfoExport.UseVisualStyleBackColor = true;
//
// dgvSettlRecord
//
this.dgvSettlRecord.AllowUserToAddRows = false;
this.dgvSettlRecord.AllowUserToDeleteRows = false;
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
this.dgvSettlRecord.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dgvSettlRecord.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
this.dgvSettlRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle18;
this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvSettlRecord.EnableHeadersVisualStyles = false;
this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
this.dgvSettlRecord.Name = "dgvSettlRecord";
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle20;
this.dgvSettlRecord.RowTemplate.Height = 23;
this.dgvSettlRecord.SelectedIndex = -1;
this.dgvSettlRecord.Size = new System.Drawing.Size(1337, 428);
this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgvSettlRecord.TabIndex = 9;
this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// pgSettlRecod
//
this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pgSettlRecod.Location = new System.Drawing.Point(0, 428);
this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
this.pgSettlRecod.Name = "pgSettlRecod";
this.pgSettlRecod.PagerCount = 13;
this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
this.pgSettlRecod.ShowJumpButton = false;
this.pgSettlRecod.ShowText = false;
this.pgSettlRecod.Size = new System.Drawing.Size(1337, 31);
this.pgSettlRecod.TabIndex = 8;
this.pgSettlRecod.Text = "uiPagination1";
this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.pgSettlRecod.Visible = false;
this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiPanel1
//
this.uiPanel1.Controls.Add(this.btnClose);
this.uiPanel1.Controls.Add(this.btnQuery);
this.uiPanel1.Controls.Add(this.btnPrint);
this.uiPanel1.Controls.Add(this.gbDateTime);
this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel1.Location = new System.Drawing.Point(0, 459);
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel1.Name = "uiPanel1";
this.uiPanel1.Size = new System.Drawing.Size(1337, 131);
this.uiPanel1.TabIndex = 10;
this.uiPanel1.Text = null;
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.Location = new System.Drawing.Point(1196, 40);
this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(134, 67);
this.btnClose.TabIndex = 26;
this.btnClose.Text = "退 出";
this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnQuery
//
this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnQuery.Location = new System.Drawing.Point(924, 40);
this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(134, 67);
this.btnQuery.TabIndex = 19;
this.btnQuery.Text = "查 询";
this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// btnPrint
//
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnPrint.Enabled = false;
this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPrint.Location = new System.Drawing.Point(1060, 40);
this.btnPrint.MinimumSize = new System.Drawing.Size(1, 1);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(134, 67);
this.btnPrint.TabIndex = 18;
this.btnPrint.Text = "导 出";
this.btnPrint.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPrint.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// gbDateTime
//
this.gbDateTime.Controls.Add(this.dpED);
this.gbDateTime.Controls.Add(this.dpST);
this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Left;
this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbDateTime.Location = new System.Drawing.Point(0, 0);
this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
this.gbDateTime.Name = "gbDateTime";
this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.gbDateTime.Size = new System.Drawing.Size(260, 131);
this.gbDateTime.TabIndex = 20;
this.gbDateTime.Text = "起止时间";
this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// dpED
//
this.dpED.FillColor = System.Drawing.Color.White;
this.dpED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dpED.Location = new System.Drawing.Point(29, 79);
this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dpED.MaxLength = 19;
this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
this.dpED.Name = "dpED";
this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.dpED.Size = new System.Drawing.Size(211, 29);
this.dpED.SymbolDropDown = 61555;
this.dpED.SymbolNormal = 61555;
this.dpED.TabIndex = 1;
this.dpED.Text = "2022-05-22 14:03:13";
this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.dpED.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// dpST
//
this.dpST.FillColor = System.Drawing.Color.White;
this.dpST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dpST.Location = new System.Drawing.Point(29, 40);
this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dpST.MaxLength = 19;
this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
this.dpST.Name = "dpST";
this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.dpST.Size = new System.Drawing.Size(211, 29);
this.dpST.SymbolDropDown = 61555;
this.dpST.SymbolNormal = 61555;
this.dpST.TabIndex = 0;
this.dpST.Text = "2022-05-22 14:03:13";
this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.dpST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tP_InsuFeel
//
this.tP_InsuFeel.Controls.Add(this.dgvInsuFeeUpload);
this.tP_InsuFeel.Controls.Add(this.uiPanel2);
this.tP_InsuFeel.Location = new System.Drawing.Point(0, 40);
this.tP_InsuFeel.Name = "tP_InsuFeel";
this.tP_InsuFeel.Size = new System.Drawing.Size(1337, 590);
this.tP_InsuFeel.TabIndex = 1;
this.tP_InsuFeel.Text = "医保患者费用明细信息查询";
this.tP_InsuFeel.UseVisualStyleBackColor = true;
//
// dgvInsuFeeUpload
//
this.dgvInsuFeeUpload.AllowUserToAddRows = false;
this.dgvInsuFeeUpload.AllowUserToDeleteRows = false;
dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgvInsuFeeUpload.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
this.dgvInsuFeeUpload.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dgvInsuFeeUpload.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dgvInsuFeeUpload.BackgroundColor = System.Drawing.Color.White;
this.dgvInsuFeeUpload.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvInsuFeeUpload.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
this.dgvInsuFeeUpload.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvInsuFeeUpload.DefaultCellStyle = dataGridViewCellStyle13;
this.dgvInsuFeeUpload.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvInsuFeeUpload.EnableHeadersVisualStyles = false;
this.dgvInsuFeeUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvInsuFeeUpload.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.dgvInsuFeeUpload.Location = new System.Drawing.Point(0, 0);
this.dgvInsuFeeUpload.Name = "dgvInsuFeeUpload";
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvInsuFeeUpload.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvInsuFeeUpload.RowsDefaultCellStyle = dataGridViewCellStyle15;
this.dgvInsuFeeUpload.RowTemplate.Height = 23;
this.dgvInsuFeeUpload.SelectedIndex = -1;
this.dgvInsuFeeUpload.Size = new System.Drawing.Size(1337, 475);
this.dgvInsuFeeUpload.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgvInsuFeeUpload.TabIndex = 11;
this.dgvInsuFeeUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiPanel2
//
this.uiPanel2.Controls.Add(this.cbbOverPrice);
this.uiPanel2.Controls.Add(this.cbbLevel);
this.uiPanel2.Controls.Add(this.uiLabel4);
this.uiPanel2.Controls.Add(this.uiLabel3);
this.uiPanel2.Controls.Add(this.tb_SettleID);
this.uiPanel2.Controls.Add(this.tb_InHospNo);
this.uiPanel2.Controls.Add(this.uiLabel2);
this.uiPanel2.Controls.Add(this.uiLabel1);
this.uiPanel2.Controls.Add(this.uiButton1);
this.uiPanel2.Controls.Add(this.btnOK);
this.uiPanel2.Controls.Add(this.uiGroupBox1);
this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel2.Location = new System.Drawing.Point(0, 475);
this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel2.Name = "uiPanel2";
this.uiPanel2.Size = new System.Drawing.Size(1337, 115);
this.uiPanel2.TabIndex = 12;
this.uiPanel2.Text = null;
this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tb_SettleID
//
this.tb_SettleID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.tb_SettleID.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_SettleID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_SettleID.Location = new System.Drawing.Point(707, 71);
this.tb_SettleID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_SettleID.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_SettleID.Name = "tb_SettleID";
this.tb_SettleID.ShowText = false;
this.tb_SettleID.Size = new System.Drawing.Size(199, 29);
this.tb_SettleID.TabIndex = 30;
this.tb_SettleID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_SettleID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tb_InHospNo
//
this.tb_InHospNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.tb_InHospNo.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_InHospNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_InHospNo.Location = new System.Drawing.Point(707, 32);
this.tb_InHospNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_InHospNo.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_InHospNo.Name = "tb_InHospNo";
this.tb_InHospNo.ShowText = false;
this.tb_InHospNo.Size = new System.Drawing.Size(199, 29);
this.tb_InHospNo.TabIndex = 29;
this.tb_InHospNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_InHospNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiLabel2
//
this.uiLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.Location = new System.Drawing.Point(605, 74);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(98, 23);
this.uiLabel2.TabIndex = 28;
this.uiLabel2.Text = "医保结算ID:";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiLabel1
//
this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.Location = new System.Drawing.Point(605, 35);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(98, 23);
this.uiLabel1.TabIndex = 27;
this.uiLabel1.Text = "HIS住院号:";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiButton1
//
this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.Location = new System.Drawing.Point(1195, 26);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.Size = new System.Drawing.Size(134, 67);
this.uiButton1.TabIndex = 26;
this.uiButton1.Text = "退 出";
this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiButton1.Click += new System.EventHandler(this.btnClose_Click);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.Location = new System.Drawing.Point(1054, 26);
this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(134, 67);
this.btnOK.TabIndex = 19;
this.btnOK.Text = "查 询";
this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// uiGroupBox1
//
this.uiGroupBox1.Controls.Add(this.dt_ET);
this.uiGroupBox1.Controls.Add(this.dt_ST);
this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox1.Name = "uiGroupBox1";
this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox1.Size = new System.Drawing.Size(260, 115);
this.uiGroupBox1.TabIndex = 20;
this.uiGroupBox1.Text = "起止时间";
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// dt_ET
//
this.dt_ET.FillColor = System.Drawing.Color.White;
this.dt_ET.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dt_ET.Location = new System.Drawing.Point(29, 71);
this.dt_ET.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dt_ET.MaxLength = 19;
this.dt_ET.MinimumSize = new System.Drawing.Size(63, 0);
this.dt_ET.Name = "dt_ET";
this.dt_ET.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.dt_ET.Size = new System.Drawing.Size(211, 29);
this.dt_ET.SymbolDropDown = 61555;
this.dt_ET.SymbolNormal = 61555;
this.dt_ET.TabIndex = 1;
this.dt_ET.Text = "2022-05-22 14:03:13";
this.dt_ET.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.dt_ET.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
this.dt_ET.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// dt_ST
//
this.dt_ST.FillColor = System.Drawing.Color.White;
this.dt_ST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dt_ST.Location = new System.Drawing.Point(29, 32);
this.dt_ST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dt_ST.MaxLength = 19;
this.dt_ST.MinimumSize = new System.Drawing.Size(63, 0);
this.dt_ST.Name = "dt_ST";
this.dt_ST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.dt_ST.Size = new System.Drawing.Size(211, 29);
this.dt_ST.SymbolDropDown = 61555;
this.dt_ST.SymbolNormal = 61555;
this.dt_ST.TabIndex = 0;
this.dt_ST.Text = "2022-05-22 14:03:13";
this.dt_ST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.dt_ST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
this.dt_ST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiLabel3
//
this.uiLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel3.Location = new System.Drawing.Point(285, 35);
this.uiLabel3.Name = "uiLabel3";
this.uiLabel3.Size = new System.Drawing.Size(86, 23);
this.uiLabel3.TabIndex = 31;
this.uiLabel3.Text = "目录等级:";
this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiLabel4
//
this.uiLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel4.Location = new System.Drawing.Point(285, 74);
this.uiLabel4.Name = "uiLabel4";
this.uiLabel4.Size = new System.Drawing.Size(86, 23);
this.uiLabel4.TabIndex = 32;
this.uiLabel4.Text = "超限价:";
this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// cbbLevel
//
this.cbbLevel.DataSource = null;
this.cbbLevel.FillColor = System.Drawing.Color.White;
this.cbbLevel.FilterMaxCount = 50;
this.cbbLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbbLevel.Items.AddRange(new object[] {
"全部",
"甲类",
"乙类",
"丙类"});
this.cbbLevel.Location = new System.Drawing.Point(378, 32);
this.cbbLevel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cbbLevel.MinimumSize = new System.Drawing.Size(63, 0);
this.cbbLevel.Name = "cbbLevel";
this.cbbLevel.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cbbLevel.Size = new System.Drawing.Size(196, 29);
this.cbbLevel.TabIndex = 33;
this.cbbLevel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cbbLevel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// cbbOverPrice
//
this.cbbOverPrice.DataSource = null;
this.cbbOverPrice.FillColor = System.Drawing.Color.White;
this.cbbOverPrice.FilterMaxCount = 50;
this.cbbOverPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbbOverPrice.Items.AddRange(new object[] {
"全部",
"是",
"否"});
this.cbbOverPrice.Location = new System.Drawing.Point(378, 71);
this.cbbOverPrice.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cbbOverPrice.MinimumSize = new System.Drawing.Size(63, 0);
this.cbbOverPrice.Name = "cbbOverPrice";
this.cbbOverPrice.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cbbOverPrice.Size = new System.Drawing.Size(196, 29);
this.cbbOverPrice.TabIndex = 34;
this.cbbOverPrice.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cbbOverPrice.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// MedInsuQuery
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1337, 630);
this.Controls.Add(this.tbcMain);
this.Name = "MedInsuQuery";
this.Text = "医保查询";
this.Load += new System.EventHandler(this.MedInsuQuery_Load);
this.tbcMain.ResumeLayout(false);
this.tabInHosPerInfoExport.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
this.uiPanel1.ResumeLayout(false);
this.gbDateTime.ResumeLayout(false);
this.tP_InsuFeel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvInsuFeeUpload)).EndInit();
this.uiPanel2.ResumeLayout(false);
this.uiGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UITabControl tbcMain;
private System.Windows.Forms.TabPage tabInHosPerInfoExport;
public Sunny.UI.UIDataGridView dgvSettlRecord;
private Sunny.UI.UIPagination pgSettlRecod;
private Sunny.UI.UIPanel uiPanel1;
private Sunny.UI.UIButton btnClose;
private Sunny.UI.UIButton btnQuery;
private Sunny.UI.UIButton btnPrint;
private Sunny.UI.UIGroupBox gbDateTime;
private Sunny.UI.UIDatetimePicker dpED;
private Sunny.UI.UIDatetimePicker dpST;
private System.Windows.Forms.TabPage tP_InsuFeel;
public Sunny.UI.UIDataGridView dgvInsuFeeUpload;
private Sunny.UI.UIPanel uiPanel2;
private Sunny.UI.UIButton uiButton1;
private Sunny.UI.UIButton btnOK;
private Sunny.UI.UIGroupBox uiGroupBox1;
private Sunny.UI.UIDatetimePicker dt_ET;
private Sunny.UI.UIDatetimePicker dt_ST;
private Sunny.UI.UITextBox tb_SettleID;
private Sunny.UI.UITextBox tb_InHospNo;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UIComboBox cbbOverPrice;
private Sunny.UI.UIComboBox cbbLevel;
private Sunny.UI.UILabel uiLabel4;
private Sunny.UI.UILabel uiLabel3;
}
}