namespace PTMedicalInsurance.Forms
{
partial class CenterQuery
{
///
/// 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
this.tabQuery = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.pnlBottom1 = new Sunny.UI.UIPanel();
this.btClose_1 = new Sunny.UI.UIButton();
this.btnQuery_1 = new Sunny.UI.UIButton();
this.dgvResult1 = new Sunny.UI.UIDataGridView();
this.tbx_PsnNO_1 = new System.Windows.Forms.TextBox();
this.lab_No = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tbCertNO_1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.cbxMedType_1 = new System.Windows.Forms.ComboBox();
this.dtBeginDate_1 = new System.Windows.Forms.DateTimePicker();
this.cbxCertType_1 = new System.Windows.Forms.ComboBox();
this.tabQuery.SuspendLayout();
this.tabPage1.SuspendLayout();
this.pnlBottom1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvResult1)).BeginInit();
this.SuspendLayout();
//
// tabQuery
//
this.tabQuery.Controls.Add(this.tabPage1);
this.tabQuery.Controls.Add(this.tabPage2);
this.tabQuery.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabQuery.Location = new System.Drawing.Point(0, 0);
this.tabQuery.Name = "tabQuery";
this.tabQuery.SelectedIndex = 0;
this.tabQuery.Size = new System.Drawing.Size(1404, 683);
this.tabQuery.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dgvResult1);
this.tabPage1.Controls.Add(this.pnlBottom1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1396, 657);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "门诊结算信息查询";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1098, 521);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "其他查询";
this.tabPage2.UseVisualStyleBackColor = true;
//
// pnlBottom1
//
this.pnlBottom1.Controls.Add(this.cbxCertType_1);
this.pnlBottom1.Controls.Add(this.dtBeginDate_1);
this.pnlBottom1.Controls.Add(this.cbxMedType_1);
this.pnlBottom1.Controls.Add(this.label4);
this.pnlBottom1.Controls.Add(this.label3);
this.pnlBottom1.Controls.Add(this.tbCertNO_1);
this.pnlBottom1.Controls.Add(this.label2);
this.pnlBottom1.Controls.Add(this.label1);
this.pnlBottom1.Controls.Add(this.tbx_PsnNO_1);
this.pnlBottom1.Controls.Add(this.lab_No);
this.pnlBottom1.Controls.Add(this.btClose_1);
this.pnlBottom1.Controls.Add(this.btnQuery_1);
this.pnlBottom1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pnlBottom1.Location = new System.Drawing.Point(3, 531);
this.pnlBottom1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pnlBottom1.MinimumSize = new System.Drawing.Size(1, 1);
this.pnlBottom1.Name = "pnlBottom1";
this.pnlBottom1.Size = new System.Drawing.Size(1390, 123);
this.pnlBottom1.TabIndex = 1;
this.pnlBottom1.Text = null;
this.pnlBottom1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.pnlBottom1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// btClose_1
//
this.btClose_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btClose_1.Cursor = System.Windows.Forms.Cursors.Hand;
this.btClose_1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btClose_1.Location = new System.Drawing.Point(1238, 28);
this.btClose_1.Margin = new System.Windows.Forms.Padding(4);
this.btClose_1.MinimumSize = new System.Drawing.Size(2, 2);
this.btClose_1.Name = "btClose_1";
this.btClose_1.Size = new System.Drawing.Size(100, 48);
this.btClose_1.TabIndex = 18;
this.btClose_1.Text = "退出";
this.btClose_1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btClose_1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btClose_1.Click += new System.EventHandler(this.btClose_1_Click);
//
// btnQuery_1
//
this.btnQuery_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnQuery_1.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnQuery_1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnQuery_1.Location = new System.Drawing.Point(1091, 28);
this.btnQuery_1.Margin = new System.Windows.Forms.Padding(4);
this.btnQuery_1.MinimumSize = new System.Drawing.Size(2, 2);
this.btnQuery_1.Name = "btnQuery_1";
this.btnQuery_1.Size = new System.Drawing.Size(100, 48);
this.btnQuery_1.TabIndex = 15;
this.btnQuery_1.Text = "查询";
this.btnQuery_1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnQuery_1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnQuery_1.Click += new System.EventHandler(this.btnQuery_1_Click);
//
// dgvResult1
//
this.dgvResult1.AllowUserToAddRows = false;
this.dgvResult1.AllowUserToDeleteRows = false;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgvResult1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvResult1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.dgvResult1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvResult1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvResult1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvResult1.DefaultCellStyle = dataGridViewCellStyle8;
this.dgvResult1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvResult1.EnableHeadersVisualStyles = false;
this.dgvResult1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvResult1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
this.dgvResult1.Location = new System.Drawing.Point(3, 3);
this.dgvResult1.Name = "dgvResult1";
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvResult1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgvResult1.RowHeadersWidth = 51;
this.dgvResult1.RowHeight = 30;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.dgvResult1.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.dgvResult1.RowTemplate.Height = 30;
this.dgvResult1.SelectedIndex = -1;
this.dgvResult1.ShowGridLine = false;
this.dgvResult1.ShowRect = false;
this.dgvResult1.Size = new System.Drawing.Size(1390, 528);
this.dgvResult1.TabIndex = 2;
this.dgvResult1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tbx_PsnNO_1
//
this.tbx_PsnNO_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbx_PsnNO_1.Location = new System.Drawing.Point(108, 25);
this.tbx_PsnNO_1.Name = "tbx_PsnNO_1";
this.tbx_PsnNO_1.Size = new System.Drawing.Size(191, 23);
this.tbx_PsnNO_1.TabIndex = 2096;
this.tbx_PsnNO_1.Text = "65000001000000009905895097";
//
// lab_No
//
this.lab_No.AutoSize = true;
this.lab_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_No.ForeColor = System.Drawing.Color.Red;
this.lab_No.Location = new System.Drawing.Point(36, 28);
this.lab_No.Name = "lab_No";
this.lab_No.Size = new System.Drawing.Size(77, 14);
this.lab_No.TabIndex = 2095;
this.lab_No.Text = "人员编号:";
//
// 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.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(36, 62);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 14);
this.label1.TabIndex = 2097;
this.label1.Text = "证件类型:";
//
// tbCertNO_1
//
this.tbCertNO_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbCertNO_1.Location = new System.Drawing.Point(108, 92);
this.tbCertNO_1.Name = "tbCertNO_1";
this.tbCertNO_1.Size = new System.Drawing.Size(191, 23);
this.tbCertNO_1.TabIndex = 2100;
this.tbCertNO_1.Text = "65010319650306718X";
//
// 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.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(36, 95);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 14);
this.label2.TabIndex = 2099;
this.label2.Text = "证件号码:";
//
// 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.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(342, 28);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 14);
this.label3.TabIndex = 2101;
this.label3.Text = "医疗类别:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(342, 65);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 14);
this.label4.TabIndex = 2103;
this.label4.Text = "开始时间:";
//
// cbxMedType_1
//
this.cbxMedType_1.FormattingEnabled = true;
this.cbxMedType_1.Items.AddRange(new object[] {
"11.普通门诊",
"1102.新冠门诊",
"1106.儿科门诊",
"12.门诊挂号",
"13.急诊",
"14.门诊慢特病",
"16.中医特色门诊",
"18.特药购药"});
this.cbxMedType_1.Location = new System.Drawing.Point(414, 20);
this.cbxMedType_1.Name = "cbxMedType_1";
this.cbxMedType_1.Size = new System.Drawing.Size(200, 29);
this.cbxMedType_1.TabIndex = 2105;
//
// dtBeginDate_1
//
this.dtBeginDate_1.Location = new System.Drawing.Point(414, 62);
this.dtBeginDate_1.Name = "dtBeginDate_1";
this.dtBeginDate_1.Size = new System.Drawing.Size(200, 29);
this.dtBeginDate_1.TabIndex = 2106;
//
// cbxCertType_1
//
this.cbxCertType_1.FormattingEnabled = true;
this.cbxCertType_1.Items.AddRange(new object[] {
"01.居民身份证(户口簿)",
"02.中国人民解放军军官证",
"03.中国人民武装警察警官证",
"04.香港特区护照/港澳居民来往内地通行证",
"05.澳门特区护照/港澳居民来往内地通行证",
"06.台湾居民来往大陆通行证",
"07.外国人永久居留证",
"08.外国人护照",
"09.残疾人证",
"10.军烈属证明",
"11.外国人就业证",
"12.外国专家证",
"13.外国人常驻记者证",
"14.台港澳人员就业证",
"15.回国(来华)定居专家证",
"16.中国护照",
"17.港澳台居民居住证",
"90.社会保障卡",
"99.其他身份证件"});
this.cbxCertType_1.Location = new System.Drawing.Point(108, 54);
this.cbxCertType_1.Name = "cbxCertType_1";
this.cbxCertType_1.Size = new System.Drawing.Size(191, 29);
this.cbxCertType_1.TabIndex = 2107;
//
// CenterQuery
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1404, 683);
this.Controls.Add(this.tabQuery);
this.Name = "CenterQuery";
this.Text = "中心查询";
this.tabQuery.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.pnlBottom1.ResumeLayout(false);
this.pnlBottom1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvResult1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabQuery;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private Sunny.UI.UIPanel pnlBottom1;
private Sunny.UI.UIButton btClose_1;
private Sunny.UI.UIButton btnQuery_1;
private Sunny.UI.UIDataGridView dgvResult1;
private System.Windows.Forms.DateTimePicker dtBeginDate_1;
private System.Windows.Forms.ComboBox cbxMedType_1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbCertNO_1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbx_PsnNO_1;
private System.Windows.Forms.Label lab_No;
private System.Windows.Forms.ComboBox cbxCertType_1;
}
}