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 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();
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.tbcMain.SuspendLayout();
this.tabInHosPerInfoExport.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
this.uiPanel1.SuspendLayout();
this.gbDateTime.SuspendLayout();
this.SuspendLayout();
//
// tbcMain
//
this.tbcMain.Controls.Add(this.tabInHosPerInfoExport);
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(150, 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;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
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;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle3;
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";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle5;
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);
//
// 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.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;
}
}