namespace PTMedicalInsurance.Forms { partial class SettlementBillPrint { /// /// 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.uiPanel1 = new Sunny.UI.UIPanel(); this.btnUpdateMedInsuFee = new Sunny.UI.UIButton(); this.btnClose = new Sunny.UI.UIButton(); this.btnDesign = new Sunny.UI.UIButton(); this.gbExactLocate = new Sunny.UI.UIGroupBox(); this.tbHisNO = new Sunny.UI.UITextBox(); this.tbPatSettlID = new Sunny.UI.UITextBox(); this.tbName = new Sunny.UI.UITextBox(); this.gbInterface = new Sunny.UI.UIGroupBox(); this.cbxInterface = new Sunny.UI.UIComboBox(); this.btnQuery = new Sunny.UI.UIButton(); this.btnPrint = new Sunny.UI.UIButton(); this.rbgBillType = new Sunny.UI.UIRadioButtonGroup(); this.rbgAdmType = new Sunny.UI.UIRadioButtonGroup(); this.gbDateTime = new Sunny.UI.UIGroupBox(); this.dpED = new Sunny.UI.UIDatetimePicker(); this.dpST = new Sunny.UI.UIDatetimePicker(); this.pgSettlRecod = new Sunny.UI.UIPagination(); this.dgvSettlRecord = new Sunny.UI.UIDataGridView(); this.uiPanel1.SuspendLayout(); this.gbExactLocate.SuspendLayout(); this.gbInterface.SuspendLayout(); this.gbDateTime.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit(); this.SuspendLayout(); // // uiPanel1 // this.uiPanel1.Controls.Add(this.btnUpdateMedInsuFee); this.uiPanel1.Controls.Add(this.btnClose); this.uiPanel1.Controls.Add(this.btnDesign); this.uiPanel1.Controls.Add(this.gbExactLocate); this.uiPanel1.Controls.Add(this.gbInterface); this.uiPanel1.Controls.Add(this.btnQuery); this.uiPanel1.Controls.Add(this.btnPrint); this.uiPanel1.Controls.Add(this.rbgBillType); this.uiPanel1.Controls.Add(this.rbgAdmType); 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, 568); 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(1400, 122); this.uiPanel1.TabIndex = 5; this.uiPanel1.Text = null; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // btnUpdateMedInsuFee // this.btnUpdateMedInsuFee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnUpdateMedInsuFee.Cursor = System.Windows.Forms.Cursors.Hand; this.btnUpdateMedInsuFee.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnUpdateMedInsuFee.Location = new System.Drawing.Point(1120, 20); this.btnUpdateMedInsuFee.MinimumSize = new System.Drawing.Size(1, 1); this.btnUpdateMedInsuFee.Name = "btnUpdateMedInsuFee"; this.btnUpdateMedInsuFee.Size = new System.Drawing.Size(164, 85); this.btnUpdateMedInsuFee.TabIndex = 27; this.btnUpdateMedInsuFee.Text = "更新医保费用明细"; this.btnUpdateMedInsuFee.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnUpdateMedInsuFee.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnUpdateMedInsuFee.Click += new System.EventHandler(this.btn_UpdateMedInsuFee_Click); // // 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(1286, 20); this.btnClose.MinimumSize = new System.Drawing.Size(1, 1); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(110, 85); 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); // // btnDesign // this.btnDesign.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDesign.Cursor = System.Windows.Forms.Cursors.Hand; this.btnDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDesign.Location = new System.Drawing.Point(984, 63); this.btnDesign.MinimumSize = new System.Drawing.Size(1, 1); this.btnDesign.Name = "btnDesign"; this.btnDesign.Size = new System.Drawing.Size(134, 42); this.btnDesign.TabIndex = 25; this.btnDesign.Text = "报表设计"; this.btnDesign.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDesign.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click); // // gbExactLocate // this.gbExactLocate.Controls.Add(this.tbHisNO); this.gbExactLocate.Controls.Add(this.tbPatSettlID); this.gbExactLocate.Controls.Add(this.tbName); this.gbExactLocate.Dock = System.Windows.Forms.DockStyle.Left; this.gbExactLocate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gbExactLocate.Location = new System.Drawing.Point(599, 0); this.gbExactLocate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.gbExactLocate.MinimumSize = new System.Drawing.Size(1, 1); this.gbExactLocate.Name = "gbExactLocate"; this.gbExactLocate.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.gbExactLocate.Size = new System.Drawing.Size(186, 122); this.gbExactLocate.TabIndex = 23; this.gbExactLocate.Text = "精确定位"; this.gbExactLocate.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.gbExactLocate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // tbHisNO // this.tbHisNO.Cursor = System.Windows.Forms.Cursors.IBeam; this.tbHisNO.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbHisNO.Location = new System.Drawing.Point(12, 88); this.tbHisNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tbHisNO.MinimumSize = new System.Drawing.Size(1, 16); this.tbHisNO.Name = "tbHisNO"; this.tbHisNO.ShowText = false; this.tbHisNO.Size = new System.Drawing.Size(164, 24); this.tbHisNO.TabIndex = 3; this.tbHisNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.tbHisNO.Watermark = "患者卡号"; this.tbHisNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // tbPatSettlID // this.tbPatSettlID.Cursor = System.Windows.Forms.Cursors.IBeam; this.tbPatSettlID.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbPatSettlID.Location = new System.Drawing.Point(12, 59); this.tbPatSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tbPatSettlID.MinimumSize = new System.Drawing.Size(1, 16); this.tbPatSettlID.Name = "tbPatSettlID"; this.tbPatSettlID.ShowText = false; this.tbPatSettlID.Size = new System.Drawing.Size(164, 24); this.tbPatSettlID.TabIndex = 2; this.tbPatSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.tbPatSettlID.Watermark = "结算编号"; this.tbPatSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // tbName // this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam; this.tbName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbName.Location = new System.Drawing.Point(12, 30); this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tbName.MinimumSize = new System.Drawing.Size(1, 16); this.tbName.Name = "tbName"; this.tbName.ShowText = false; this.tbName.Size = new System.Drawing.Size(164, 24); this.tbName.TabIndex = 1; this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.tbName.Watermark = "姓名"; this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // gbInterface // this.gbInterface.Controls.Add(this.cbxInterface); this.gbInterface.Dock = System.Windows.Forms.DockStyle.Left; this.gbInterface.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gbInterface.Location = new System.Drawing.Point(437, 0); this.gbInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.gbInterface.MinimumSize = new System.Drawing.Size(1, 1); this.gbInterface.Name = "gbInterface"; this.gbInterface.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.gbInterface.Size = new System.Drawing.Size(162, 122); this.gbInterface.TabIndex = 22; this.gbInterface.Text = "接口选择"; this.gbInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.gbInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // cbxInterface // this.cbxInterface.DataSource = null; this.cbxInterface.FillColor = System.Drawing.Color.White; this.cbxInterface.FilterMaxCount = 50; this.cbxInterface.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbxInterface.Location = new System.Drawing.Point(9, 34); this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0); this.cbxInterface.Name = "cbxInterface"; this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.cbxInterface.Size = new System.Drawing.Size(145, 23); this.cbxInterface.TabIndex = 0; this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.cbxInterface.SelectedValueChanged += new System.EventHandler(this.cbxInterface_SelectedValueChanged); // // 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(848, 20); this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(134, 85); 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.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPrint.Location = new System.Drawing.Point(984, 20); this.btnPrint.MinimumSize = new System.Drawing.Size(1, 1); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(134, 42); 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); // // rbgBillType // this.rbgBillType.Dock = System.Windows.Forms.DockStyle.Left; this.rbgBillType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbgBillType.Items.AddRange(new object[] { "全部", "正票", "负票"}); this.rbgBillType.ItemSize = new System.Drawing.Size(150, 30); this.rbgBillType.Location = new System.Drawing.Point(335, 0); this.rbgBillType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rbgBillType.MinimumSize = new System.Drawing.Size(1, 1); this.rbgBillType.Name = "rbgBillType"; this.rbgBillType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.rbgBillType.Size = new System.Drawing.Size(102, 122); this.rbgBillType.TabIndex = 24; this.rbgBillType.Text = "票据类型"; this.rbgBillType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.rbgBillType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rbgAdmType // this.rbgAdmType.Dock = System.Windows.Forms.DockStyle.Left; this.rbgAdmType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.rbgAdmType.Items.AddRange(new object[] { "全部", "住院", "门诊"}); this.rbgAdmType.ItemSize = new System.Drawing.Size(150, 30); this.rbgAdmType.Location = new System.Drawing.Point(233, 0); this.rbgAdmType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rbgAdmType.MinimumSize = new System.Drawing.Size(1, 1); this.rbgAdmType.Name = "rbgAdmType"; this.rbgAdmType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.rbgAdmType.Size = new System.Drawing.Size(102, 122); this.rbgAdmType.TabIndex = 21; this.rbgAdmType.Text = "就诊类型"; this.rbgAdmType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.rbgAdmType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // 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(233, 122); 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(18, 75); 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(200, 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(18, 36); 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(200, 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); // // 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, 533); 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(1400, 35); this.pgSettlRecod.TabIndex = 6; this.pgSettlRecod.Text = "uiPagination1"; this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // 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.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(1400, 533); this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgvSettlRecord.TabIndex = 7; this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // SettlementBillPrint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1400, 690); this.Controls.Add(this.dgvSettlRecord); this.Controls.Add(this.pgSettlRecod); this.Controls.Add(this.uiPanel1); this.Name = "SettlementBillPrint"; this.Text = "医保结算单查询打印"; this.Load += new System.EventHandler(this.SettlementBillPrint_Load); this.uiPanel1.ResumeLayout(false); this.gbExactLocate.ResumeLayout(false); this.gbInterface.ResumeLayout(false); this.gbDateTime.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit(); this.ResumeLayout(false); } #endregion private Sunny.UI.UIPanel uiPanel1; private Sunny.UI.UIButton btnClose; private Sunny.UI.UIButton btnDesign; private Sunny.UI.UIGroupBox gbExactLocate; private Sunny.UI.UITextBox tbHisNO; private Sunny.UI.UITextBox tbPatSettlID; private Sunny.UI.UITextBox tbName; private Sunny.UI.UIGroupBox gbInterface; private Sunny.UI.UIComboBox cbxInterface; private Sunny.UI.UIButton btnQuery; private Sunny.UI.UIButton btnPrint; private Sunny.UI.UIRadioButtonGroup rbgBillType; private Sunny.UI.UIRadioButtonGroup rbgAdmType; private Sunny.UI.UIGroupBox gbDateTime; private Sunny.UI.UIDatetimePicker dpED; private Sunny.UI.UIDatetimePicker dpST; private Sunny.UI.UIPagination pgSettlRecod; public Sunny.UI.UIDataGridView dgvSettlRecord; private Sunny.UI.UIButton btnUpdateMedInsuFee; } }