From f7d45e10e631c4c0e7d98f1c8fe87172b5f08db5 Mon Sep 17 00:00:00 2001
From: lk <1837241092@qq.com>
Date: 星期四, 10 十一月 2022 20:14:55 +0800
Subject: [PATCH] 已修复新闻数据模糊查询Bug20221110LK

---
 SunnyUI.Demo/Controls/DomesticPolicyData.Designer.cs |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/SunnyUI.Demo/Controls/DomesticPolicyData.Designer.cs b/SunnyUI.Demo/Controls/DomesticPolicyData.Designer.cs
index 2ef69ad..e5127b4 100644
--- a/SunnyUI.Demo/Controls/DomesticPolicyData.Designer.cs
+++ b/SunnyUI.Demo/Controls/DomesticPolicyData.Designer.cs
@@ -38,6 +38,7 @@
             this.txtIndustryIndex = new Sunny.UI.UITextBox();
             this.dgViewIndustryIndex = new Sunny.UI.UIDataGridView();
             this.uiPagination1 = new Sunny.UI.UIPagination();
+            this.lblCompanyIn = new Sunny.UI.UITextBox();
             ((System.ComponentModel.ISupportInitialize)(this.dgViewIndustryIndex)).BeginInit();
             this.SuspendLayout();
             // 
@@ -91,7 +92,6 @@
             this.dgViewIndustryIndex.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
             | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
-            this.dgViewIndustryIndex.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
             this.dgViewIndustryIndex.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
             this.dgViewIndustryIndex.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
@@ -102,7 +102,8 @@
             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
             this.dgViewIndustryIndex.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
-            this.dgViewIndustryIndex.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+            this.dgViewIndustryIndex.ColumnHeadersHeight = 32;
+            this.dgViewIndustryIndex.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
             dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
             dataGridViewCellStyle3.Font = new System.Drawing.Font("寰蒋闆呴粦", 9.6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
@@ -158,11 +159,30 @@
             this.uiPagination1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
             this.uiPagination1.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.uiPagination1_PageChanged);
             // 
+            // lblCompanyIn
+            // 
+            this.lblCompanyIn.AutoSize = true;
+            this.lblCompanyIn.Cursor = System.Windows.Forms.Cursors.WaitCursor;
+            this.lblCompanyIn.Enabled = false;
+            this.lblCompanyIn.Font = new System.Drawing.Font("寰蒋闆呴粦", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblCompanyIn.Location = new System.Drawing.Point(426, 44);
+            this.lblCompanyIn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.lblCompanyIn.MinimumSize = new System.Drawing.Size(1, 16);
+            this.lblCompanyIn.Name = "lblCompanyIn";
+            this.lblCompanyIn.ReadOnly = true;
+            this.lblCompanyIn.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
+            this.lblCompanyIn.ShowText = false;
+            this.lblCompanyIn.Size = new System.Drawing.Size(408, 35);
+            this.lblCompanyIn.TabIndex = 33;
+            this.lblCompanyIn.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
+            this.lblCompanyIn.WatermarkColor = System.Drawing.Color.Black;
+            // 
             // DomesticPolicyData
             // 
             this.AllowShowTitle = true;
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
             this.ClientSize = new System.Drawing.Size(879, 521);
+            this.Controls.Add(this.lblCompanyIn);
             this.Controls.Add(this.uiPagination1);
             this.Controls.Add(this.uiButton1);
             this.Controls.Add(this.btnIndustryIndex);
@@ -187,5 +207,6 @@
         private UITextBox txtIndustryIndex;
         private UIDataGridView dgViewIndustryIndex;
         private UIPagination uiPagination1;
+        private UITextBox lblCompanyIn;
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0