chenxy 6 лет назад
Родитель
Сommit
52ac8677ff

+ 4 - 4
DK.Basics/WFControls/11_Standard/09_SearchBox/ScbSearchBox.Designer.cs

@@ -44,9 +44,9 @@
             this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
             this.btnSearch.BackgroundImage = global::Dongke.WinForm.Controls.Properties.Resources.SearchBox_Button_00;
             this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
-            this.btnSearch.Location = new System.Drawing.Point(103, 0);
+            this.btnSearch.Location = new System.Drawing.Point(97, 0);
             this.btnSearch.Name = "btnSearch";
-            this.btnSearch.Size = new System.Drawing.Size(21, 21);
+            this.btnSearch.Size = new System.Drawing.Size(23, 23);
             this.btnSearch.TabIndex = 1;
             this.btnSearch.UseVisualStyleBackColor = true;
             this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
@@ -59,7 +59,7 @@
             this.txtCondition1.Location = new System.Drawing.Point(0, 0);
             this.txtCondition1.Name = "txtCondition1";
             this.txtCondition1.ReadOnly = true;
-            this.txtCondition1.Size = new System.Drawing.Size(100, 21);
+            this.txtCondition1.Size = new System.Drawing.Size(95, 21);
             this.txtCondition1.TabIndex = 0;
             this.txtCondition1.TextChanged += new System.EventHandler(this.txtCondition1_TextChanged);
             // 
@@ -69,7 +69,7 @@
             this.Controls.Add(this.txtCondition1);
             this.Controls.Add(this.btnSearch);
             this.Name = "ScbSearchBox";
-            this.Size = new System.Drawing.Size(124, 21);
+            this.Size = new System.Drawing.Size(120, 21);
             this.ResumeLayout(false);
             this.PerformLayout();