namespace Dongke.WinForm.Controls { partial class ScbSearch2Box { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.txtCondition2 = new Dongke.WinForm.Controls.TxtTextBox(); this.SuspendLayout(); // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.Dock = System.Windows.Forms.DockStyle.None; this.btnSearch.TabIndex = 2; // // txtCondition1 // this.txtCondition1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); // // txtCondition2 // this.txtCondition2.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.txtCondition2.Location = new System.Drawing.Point(0, 24); this.txtCondition2.Name = "txtCondition2"; this.txtCondition2.ReadOnly = true; this.txtCondition2.Size = new System.Drawing.Size(124, 21); this.txtCondition2.TabIndex = 1; // // ScbSearch2Box // this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.txtCondition2); this.Name = "ScbSearch2Box"; this.Size = new System.Drawing.Size(124, 45); this.Controls.SetChildIndex(this.txtCondition2, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.txtCondition1, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion /// /// 查询条件2 /// protected TxtTextBox txtCondition2; } }