namespace MedicalInsurance.Forms { partial class SettlementChecklist { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.dgvSettlRecord = new Sunny.UI.UIDataGridView(); this.pgSettlRecod = new Sunny.UI.UIPagination(); this.uiPanel1 = new Sunny.UI.UIPanel(); 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.btnDownload = new Sunny.UI.UIButton(); this.gbType = new Sunny.UI.UIRadioButtonGroup(); this.gbDateTime = new Sunny.UI.UIGroupBox(); this.dpED = new Sunny.UI.UIDatetimePicker(); this.dpST = new Sunny.UI.UIDatetimePicker(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit(); this.uiPanel1.SuspendLayout(); this.gbExactLocate.SuspendLayout(); this.gbInterface.SuspendLayout(); this.gbDateTime.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.dgvSettlRecord); this.panel1.Controls.Add(this.pgSettlRecod); this.panel1.Controls.Add(this.uiPanel1); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1180, 557); this.panel1.TabIndex = 1; // // 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.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(1180, 404); this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgvSettlRecord.TabIndex = 3; 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, 404); 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 = 5; this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None; this.pgSettlRecod.ShowJumpButton = false; this.pgSettlRecod.ShowText = false; this.pgSettlRecod.Size = new System.Drawing.Size(1180, 31); this.pgSettlRecod.TabIndex = 2; this.pgSettlRecod.Text = "uiPagination1"; this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiPanel1 // this.uiPanel1.Controls.Add(this.gbExactLocate); this.uiPanel1.Controls.Add(this.gbInterface); this.uiPanel1.Controls.Add(this.btnQuery); this.uiPanel1.Controls.Add(this.btnDownload); this.uiPanel1.Controls.Add(this.gbType); 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, 435); 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(1180, 122); this.uiPanel1.TabIndex = 4; this.uiPanel1.Text = null; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // 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(468, 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(184, 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(8, 93); 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(8, 62); 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(8, 31); 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(314, 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(154, 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(6, 37); 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(134, 23); this.cbxInterface.TabIndex = 0; this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // 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(977, 37); this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(67, 32); 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_1); // // btnDownload // this.btnDownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDownload.Cursor = System.Windows.Forms.Cursors.Hand; this.btnDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDownload.Location = new System.Drawing.Point(1070, 37); this.btnDownload.MinimumSize = new System.Drawing.Size(1, 1); this.btnDownload.Name = "btnDownload"; this.btnDownload.Size = new System.Drawing.Size(67, 32); this.btnDownload.TabIndex = 18; this.btnDownload.Text = "打印"; this.btnDownload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click); // // gbType // this.gbType.Dock = System.Windows.Forms.DockStyle.Left; this.gbType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gbType.Items.AddRange(new object[] { "门诊", "住院"}); this.gbType.Location = new System.Drawing.Point(226, 0); this.gbType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.gbType.MinimumSize = new System.Drawing.Size(1, 1); this.gbType.Name = "gbType"; this.gbType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.gbType.Size = new System.Drawing.Size(88, 122); this.gbType.TabIndex = 21; this.gbType.Text = "类型"; this.gbType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.gbType.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(226, 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(13, 70); 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(13, 31); 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); // // SettlementChecklist // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1180, 561); this.Controls.Add(this.panel1); this.Name = "SettlementChecklist"; this.Text = "结算单打印"; this.Load += new System.EventHandler(this.SettlementChecklist_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit(); this.uiPanel1.ResumeLayout(false); this.gbExactLocate.ResumeLayout(false); this.gbInterface.ResumeLayout(false); this.gbDateTime.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private Sunny.UI.UIDataGridView dgvSettlRecord; private Sunny.UI.UIPagination pgSettlRecod; private Sunny.UI.UIPanel uiPanel1; 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 btnDownload; private Sunny.UI.UIRadioButtonGroup gbType; private Sunny.UI.UIGroupBox gbDateTime; private Sunny.UI.UIDatetimePicker dpED; private Sunny.UI.UIDatetimePicker dpST; } }