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(); 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.tabPage1 = new System.Windows.Forms.TabPage(); this.dgv_MainData = new Sunny.UI.UIDataGridView(); this.uiPagination1 = new Sunny.UI.UIPagination(); this.uiPanel2 = new Sunny.UI.UIPanel(); this.btnImport = new Sunny.UI.UIButton(); this.uiButton1 = new Sunny.UI.UIButton(); this.btnMedQuery = new Sunny.UI.UIButton(); this.uiPanel3 = new Sunny.UI.UIPanel(); this.rb_query2 = new Sunny.UI.UIRadioButtonGroup(); this.chklst_MedTypeList = new System.Windows.Forms.CheckedListBox(); this.chk_returnFlag = new Sunny.UI.UICheckBox(); this.chk_TotleFlag = new Sunny.UI.UICheckBox(); this.rb_query1 = new Sunny.UI.UIRadioButtonGroup(); this.edt_SetID = new Sunny.UI.UITextBox(); this.edt_PageCount = new Sunny.UI.UITextBox(); this.edt_Page = new Sunny.UI.UITextBox(); this.edt_SetlNY = new Sunny.UI.UITextBox(); this.uiLabel4 = new Sunny.UI.UILabel(); this.uiLabel3 = new Sunny.UI.UILabel(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uiLabel1 = new Sunny.UI.UILabel(); this.rb_MedQueryType = new Sunny.UI.UIRadioButtonGroup(); this.cb_MedQueryType = new Sunny.UI.UIComboBox(); this.uiGroupBox1 = new Sunny.UI.UIGroupBox(); this.dt_End = new Sunny.UI.UIDatetimePicker(); this.dt_Begin = new Sunny.UI.UIDatetimePicker(); 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 = new Sunny.UI.UITabControl(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_MainData)).BeginInit(); this.uiPanel2.SuspendLayout(); this.uiPanel3.SuspendLayout(); this.rb_query2.SuspendLayout(); this.rb_query1.SuspendLayout(); this.rb_MedQueryType.SuspendLayout(); this.uiGroupBox1.SuspendLayout(); this.tabInHosPerInfoExport.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit(); this.uiPanel1.SuspendLayout(); this.gbDateTime.SuspendLayout(); this.tbcMain.SuspendLayout(); this.SuspendLayout(); // // tabPage1 // this.tabPage1.Controls.Add(this.dgv_MainData); this.tabPage1.Controls.Add(this.uiPagination1); this.tabPage1.Controls.Add(this.uiPanel2); this.tabPage1.Controls.Add(this.uiPanel3); this.tabPage1.Location = new System.Drawing.Point(0, 50); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(1337, 615); this.tabPage1.TabIndex = 1; this.tabPage1.Text = "医保接口查询"; this.tabPage1.UseVisualStyleBackColor = true; // // dgv_MainData // this.dgv_MainData.AllowUserToAddRows = false; this.dgv_MainData.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgv_MainData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgv_MainData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgv_MainData.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.dgv_MainData.BackgroundColor = System.Drawing.Color.White; this.dgv_MainData.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.dgv_MainData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgv_MainData.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.dgv_MainData.DefaultCellStyle = dataGridViewCellStyle3; this.dgv_MainData.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv_MainData.EnableHeadersVisualStyles = false; this.dgv_MainData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgv_MainData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.dgv_MainData.Location = new System.Drawing.Point(254, 0); this.dgv_MainData.Name = "dgv_MainData"; 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.dgv_MainData.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.dgv_MainData.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgv_MainData.RowTemplate.Height = 23; this.dgv_MainData.SelectedIndex = -1; this.dgv_MainData.Size = new System.Drawing.Size(1083, 507); this.dgv_MainData.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgv_MainData.TabIndex = 16; this.dgv_MainData.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiPagination1 // this.uiPagination1.Dock = System.Windows.Forms.DockStyle.Bottom; this.uiPagination1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPagination1.Location = new System.Drawing.Point(254, 507); this.uiPagination1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPagination1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPagination1.Name = "uiPagination1"; this.uiPagination1.PagerCount = 13; this.uiPagination1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None; this.uiPagination1.ShowJumpButton = false; this.uiPagination1.ShowText = false; this.uiPagination1.Size = new System.Drawing.Size(1083, 31); this.uiPagination1.TabIndex = 15; this.uiPagination1.Text = "uiPagination1"; this.uiPagination1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPagination1.Visible = false; this.uiPagination1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiPanel2 // this.uiPanel2.Controls.Add(this.btnImport); this.uiPanel2.Controls.Add(this.uiButton1); this.uiPanel2.Controls.Add(this.btnMedQuery); 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(254, 538); 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(1083, 77); this.uiPanel2.TabIndex = 14; this.uiPanel2.Text = null; this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // btnImport // this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnImport.Cursor = System.Windows.Forms.Cursors.Hand; this.btnImport.Enabled = false; this.btnImport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnImport.Location = new System.Drawing.Point(840, 5); this.btnImport.MinimumSize = new System.Drawing.Size(1, 1); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(134, 67); this.btnImport.TabIndex = 27; this.btnImport.Text = "导 出"; this.btnImport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnImport.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnImport.Click += new System.EventHandler(this.btnImport_Click); // // uiButton1 // this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(975, 5); this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton1.Name = "uiButton1"; this.uiButton1.Size = new System.Drawing.Size(104, 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); // // btnMedQuery // this.btnMedQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnMedQuery.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMedQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnMedQuery.Location = new System.Drawing.Point(705, 5); this.btnMedQuery.MinimumSize = new System.Drawing.Size(1, 1); this.btnMedQuery.Name = "btnMedQuery"; this.btnMedQuery.Size = new System.Drawing.Size(134, 67); this.btnMedQuery.TabIndex = 19; this.btnMedQuery.Text = "医 保 查 询"; this.btnMedQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnMedQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnMedQuery.Click += new System.EventHandler(this.btnMedQuery_Click); // // uiPanel3 // this.uiPanel3.Controls.Add(this.rb_query2); this.uiPanel3.Controls.Add(this.rb_query1); this.uiPanel3.Controls.Add(this.rb_MedQueryType); this.uiPanel3.Controls.Add(this.uiGroupBox1); this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Left; this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel3.Location = new System.Drawing.Point(0, 0); this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel3.Name = "uiPanel3"; this.uiPanel3.Size = new System.Drawing.Size(254, 615); this.uiPanel3.TabIndex = 13; this.uiPanel3.Text = "uiPanel3"; this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rb_query2 // this.rb_query2.Controls.Add(this.chklst_MedTypeList); this.rb_query2.Controls.Add(this.chk_returnFlag); this.rb_query2.Controls.Add(this.chk_TotleFlag); this.rb_query2.Dock = System.Windows.Forms.DockStyle.Top; this.rb_query2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rb_query2.Location = new System.Drawing.Point(0, 380); this.rb_query2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rb_query2.MinimumSize = new System.Drawing.Size(1, 1); this.rb_query2.Name = "rb_query2"; this.rb_query2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.rb_query2.Size = new System.Drawing.Size(254, 366); this.rb_query2.TabIndex = 32; this.rb_query2.Text = "查询条件"; this.rb_query2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.rb_query2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // chklst_MedTypeList // this.chklst_MedTypeList.Dock = System.Windows.Forms.DockStyle.Bottom; this.chklst_MedTypeList.FormattingEnabled = true; this.chklst_MedTypeList.Items.AddRange(new object[] { "11-普通门诊", "28-日间手术", "2101-普通住院", "2102-单病种住院", "9902-国家谈判药门诊"}); this.chklst_MedTypeList.Location = new System.Drawing.Point(0, 122); this.chklst_MedTypeList.Name = "chklst_MedTypeList"; this.chklst_MedTypeList.Size = new System.Drawing.Size(254, 244); this.chklst_MedTypeList.TabIndex = 29; // // chk_returnFlag // this.chk_returnFlag.Cursor = System.Windows.Forms.Cursors.Hand; this.chk_returnFlag.Dock = System.Windows.Forms.DockStyle.Top; this.chk_returnFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chk_returnFlag.Location = new System.Drawing.Point(0, 62); this.chk_returnFlag.MinimumSize = new System.Drawing.Size(1, 1); this.chk_returnFlag.Name = "chk_returnFlag"; this.chk_returnFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.chk_returnFlag.Size = new System.Drawing.Size(254, 50); this.chk_returnFlag.TabIndex = 4; this.chk_returnFlag.Text = "退费统计标志"; this.chk_returnFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // chk_TotleFlag // this.chk_TotleFlag.Cursor = System.Windows.Forms.Cursors.Hand; this.chk_TotleFlag.Dock = System.Windows.Forms.DockStyle.Top; this.chk_TotleFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chk_TotleFlag.Location = new System.Drawing.Point(0, 32); this.chk_TotleFlag.MinimumSize = new System.Drawing.Size(1, 1); this.chk_TotleFlag.Name = "chk_TotleFlag"; this.chk_TotleFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.chk_TotleFlag.Size = new System.Drawing.Size(254, 30); this.chk_TotleFlag.TabIndex = 3; this.chk_TotleFlag.Text = "统计标志"; this.chk_TotleFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rb_query1 // this.rb_query1.Controls.Add(this.edt_SetID); this.rb_query1.Controls.Add(this.edt_PageCount); this.rb_query1.Controls.Add(this.edt_Page); this.rb_query1.Controls.Add(this.edt_SetlNY); this.rb_query1.Controls.Add(this.uiLabel4); this.rb_query1.Controls.Add(this.uiLabel3); this.rb_query1.Controls.Add(this.uiLabel2); this.rb_query1.Controls.Add(this.uiLabel1); this.rb_query1.Dock = System.Windows.Forms.DockStyle.Top; this.rb_query1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rb_query1.Location = new System.Drawing.Point(0, 192); this.rb_query1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rb_query1.MinimumSize = new System.Drawing.Size(1, 1); this.rb_query1.Name = "rb_query1"; this.rb_query1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.rb_query1.Size = new System.Drawing.Size(254, 188); this.rb_query1.TabIndex = 31; this.rb_query1.Text = "查询条件"; this.rb_query1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.rb_query1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_SetID // this.edt_SetID.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_SetID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_SetID.Location = new System.Drawing.Point(88, 143); this.edt_SetID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_SetID.MinimumSize = new System.Drawing.Size(1, 16); this.edt_SetID.Name = "edt_SetID"; this.edt_SetID.ShowText = false; this.edt_SetID.Size = new System.Drawing.Size(159, 29); this.edt_SetID.TabIndex = 5; this.edt_SetID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_SetID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_PageCount // this.edt_PageCount.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_PageCount.DoubleValue = 10D; this.edt_PageCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_PageCount.IntValue = 10; this.edt_PageCount.Location = new System.Drawing.Point(88, 106); this.edt_PageCount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_PageCount.MinimumSize = new System.Drawing.Size(1, 16); this.edt_PageCount.Name = "edt_PageCount"; this.edt_PageCount.ShowText = false; this.edt_PageCount.Size = new System.Drawing.Size(159, 29); this.edt_PageCount.TabIndex = 5; this.edt_PageCount.Text = "10"; this.edt_PageCount.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_PageCount.Watermark = "10"; this.edt_PageCount.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_Page // this.edt_Page.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_Page.DoubleValue = 1D; this.edt_Page.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_Page.IntValue = 1; this.edt_Page.Location = new System.Drawing.Point(88, 69); this.edt_Page.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_Page.MinimumSize = new System.Drawing.Size(1, 16); this.edt_Page.Name = "edt_Page"; this.edt_Page.ShowText = false; this.edt_Page.Size = new System.Drawing.Size(159, 29); this.edt_Page.TabIndex = 5; this.edt_Page.Text = "1"; this.edt_Page.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_Page.Watermark = "1"; this.edt_Page.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // edt_SetlNY // this.edt_SetlNY.Cursor = System.Windows.Forms.Cursors.IBeam; this.edt_SetlNY.DoubleValue = 202307D; this.edt_SetlNY.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.edt_SetlNY.IntValue = 202307; this.edt_SetlNY.Location = new System.Drawing.Point(88, 32); this.edt_SetlNY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.edt_SetlNY.MinimumSize = new System.Drawing.Size(1, 16); this.edt_SetlNY.Name = "edt_SetlNY"; this.edt_SetlNY.ShowText = false; this.edt_SetlNY.Size = new System.Drawing.Size(159, 29); this.edt_SetlNY.TabIndex = 4; this.edt_SetlNY.Text = "202307"; this.edt_SetlNY.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.edt_SetlNY.Watermark = "202307"; this.edt_SetlNY.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel4 // 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(9, 143); this.uiLabel4.Name = "uiLabel4"; this.uiLabel4.Size = new System.Drawing.Size(77, 23); this.uiLabel4.TabIndex = 3; this.uiLabel4.Text = "结 算 ID"; this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel3 // 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(9, 106); this.uiLabel3.Name = "uiLabel3"; this.uiLabel3.Size = new System.Drawing.Size(77, 23); this.uiLabel3.TabIndex = 2; this.uiLabel3.Text = "分页数量"; this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel2 // 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(9, 69); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(77, 23); this.uiLabel2.TabIndex = 1; this.uiLabel2.Text = "分页页码"; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel1 // 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(9, 32); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(77, 23); this.uiLabel1.TabIndex = 0; this.uiLabel1.Text = "结算年月"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rb_MedQueryType // this.rb_MedQueryType.Controls.Add(this.cb_MedQueryType); this.rb_MedQueryType.Dock = System.Windows.Forms.DockStyle.Top; this.rb_MedQueryType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rb_MedQueryType.Location = new System.Drawing.Point(0, 114); this.rb_MedQueryType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rb_MedQueryType.MinimumSize = new System.Drawing.Size(1, 1); this.rb_MedQueryType.Name = "rb_MedQueryType"; this.rb_MedQueryType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.rb_MedQueryType.Size = new System.Drawing.Size(254, 78); this.rb_MedQueryType.TabIndex = 30; this.rb_MedQueryType.Text = "医保查询业务"; this.rb_MedQueryType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.rb_MedQueryType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // cb_MedQueryType // this.cb_MedQueryType.DataSource = null; this.cb_MedQueryType.FillColor = System.Drawing.Color.White; this.cb_MedQueryType.FilterMaxCount = 50; this.cb_MedQueryType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cb_MedQueryType.Items.AddRange(new object[] { "3605-DRG 分组结果查询", "3606-DIP 分组结果查询", "3607-结算清单质控结果查询", "4105-医疗保障基金结算清单数量统计查询"}); this.cb_MedQueryType.Location = new System.Drawing.Point(10, 34); this.cb_MedQueryType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cb_MedQueryType.MinimumSize = new System.Drawing.Size(63, 0); this.cb_MedQueryType.Name = "cb_MedQueryType"; this.cb_MedQueryType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.cb_MedQueryType.Size = new System.Drawing.Size(238, 29); this.cb_MedQueryType.TabIndex = 29; this.cb_MedQueryType.Text = "4105-医疗保障基金结算清单数量统计查询"; this.cb_MedQueryType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cb_MedQueryType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.cb_MedQueryType.SelectedIndexChanged += new System.EventHandler(this.cb_MedQueryType_SelectedIndexChanged); // // uiGroupBox1 // this.uiGroupBox1.Controls.Add(this.dt_End); this.uiGroupBox1.Controls.Add(this.dt_Begin); this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; 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(254, 114); this.uiGroupBox1.TabIndex = 21; this.uiGroupBox1.Text = "起止时间"; this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // dt_End // this.dt_End.FillColor = System.Drawing.Color.White; this.dt_End.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dt_End.Location = new System.Drawing.Point(14, 72); this.dt_End.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dt_End.MaxLength = 19; this.dt_End.MinimumSize = new System.Drawing.Size(63, 0); this.dt_End.Name = "dt_End"; this.dt_End.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.dt_End.Size = new System.Drawing.Size(234, 29); this.dt_End.SymbolDropDown = 61555; this.dt_End.SymbolNormal = 61555; this.dt_End.TabIndex = 1; this.dt_End.Text = "2022-05-22 14:03:13"; this.dt_End.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.dt_End.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266); this.dt_End.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // dt_Begin // this.dt_Begin.FillColor = System.Drawing.Color.White; this.dt_Begin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dt_Begin.Location = new System.Drawing.Point(14, 33); this.dt_Begin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dt_Begin.MaxLength = 19; this.dt_Begin.MinimumSize = new System.Drawing.Size(63, 0); this.dt_Begin.Name = "dt_Begin"; this.dt_Begin.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.dt_Begin.Size = new System.Drawing.Size(234, 29); this.dt_Begin.SymbolDropDown = 61555; this.dt_Begin.SymbolNormal = 61555; this.dt_Begin.TabIndex = 0; this.dt_Begin.Text = "2022-05-22 14:03:13"; this.dt_Begin.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.dt_Begin.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 0); this.dt_Begin.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, 50); this.tabInHosPerInfoExport.Name = "tabInHosPerInfoExport"; this.tabInHosPerInfoExport.Size = new System.Drawing.Size(1337, 615); this.tabInHosPerInfoExport.TabIndex = 0; this.tabInHosPerInfoExport.Text = "HIS在院患者信息导出"; this.tabInHosPerInfoExport.UseVisualStyleBackColor = true; // // dgvSettlRecord // this.dgvSettlRecord.AllowUserToAddRows = false; this.dgvSettlRecord.AllowUserToDeleteRows = false; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; 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; 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.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle8; 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"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((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.White; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; dataGridViewCellStyle10.BackColor = System.Drawing.Color.White; dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvSettlRecord.RowTemplate.Height = 23; this.dgvSettlRecord.SelectedIndex = -1; this.dgvSettlRecord.Size = new System.Drawing.Size(1337, 483); 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, 483); 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, 514); 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, 101); 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, 19); 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, 19); 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, 19); 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(240, 101); 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(14, 59); 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(14, 28); 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); // // tbcMain // this.tbcMain.Controls.Add(this.tabInHosPerInfoExport); this.tbcMain.Controls.Add(this.tabPage1); 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(180, 50); 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, 665); 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); // // MedInsuQuery // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1337, 665); this.Controls.Add(this.tbcMain); this.Name = "MedInsuQuery"; this.Text = "医保查询"; this.Load += new System.EventHandler(this.MedInsuQuery_Load); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv_MainData)).EndInit(); this.uiPanel2.ResumeLayout(false); this.uiPanel3.ResumeLayout(false); this.rb_query2.ResumeLayout(false); this.rb_query1.ResumeLayout(false); this.rb_MedQueryType.ResumeLayout(false); this.uiGroupBox1.ResumeLayout(false); this.tabInHosPerInfoExport.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit(); this.uiPanel1.ResumeLayout(false); this.gbDateTime.ResumeLayout(false); this.tbcMain.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabPage tabPage1; public Sunny.UI.UIDataGridView dgv_MainData; private Sunny.UI.UIPagination uiPagination1; private Sunny.UI.UIPanel uiPanel2; private Sunny.UI.UIButton uiButton1; private Sunny.UI.UIButton btnMedQuery; private Sunny.UI.UIPanel uiPanel3; private Sunny.UI.UIRadioButtonGroup rb_query1; private Sunny.UI.UILabel uiLabel1; private Sunny.UI.UIRadioButtonGroup rb_MedQueryType; private Sunny.UI.UIComboBox cb_MedQueryType; private Sunny.UI.UIGroupBox uiGroupBox1; private Sunny.UI.UIDatetimePicker dt_End; private Sunny.UI.UIDatetimePicker dt_Begin; 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 Sunny.UI.UITabControl tbcMain; private Sunny.UI.UITextBox edt_SetID; private Sunny.UI.UITextBox edt_PageCount; private Sunny.UI.UITextBox edt_Page; private Sunny.UI.UITextBox edt_SetlNY; private Sunny.UI.UILabel uiLabel4; private Sunny.UI.UILabel uiLabel3; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UIRadioButtonGroup rb_query2; private Sunny.UI.UICheckBox chk_returnFlag; private Sunny.UI.UICheckBox chk_TotleFlag; private System.Windows.Forms.CheckedListBox chklst_MedTypeList; private Sunny.UI.UIButton btnImport; } }