namespace Dongke.IBOSS.PRD.Client.Controls { partial class dkPostSearchBox { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.txtPost = new System.Windows.Forms.TextBox(); this.lblPost = new System.Windows.Forms.Label(); this.btnSearch = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtPost // this.txtPost.Font = new System.Drawing.Font("宋体", 9F); this.txtPost.Location = new System.Drawing.Point(60, 5); this.txtPost.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtPost.Name = "txtPost"; this.txtPost.ReadOnly = true; this.txtPost.Size = new System.Drawing.Size(155, 21); this.txtPost.TabIndex = 6; this.txtPost.TextChanged += new System.EventHandler(this.txtUser_TextChanged); this.txtPost.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUser_KeyDown); // // lblPost // this.lblPost.AutoSize = true; this.lblPost.BackColor = System.Drawing.Color.Transparent; this.lblPost.Location = new System.Drawing.Point(4, 8); this.lblPost.Name = "lblPost"; this.lblPost.Size = new System.Drawing.Size(53, 12); this.lblPost.TabIndex = 5; this.lblPost.Text = "职务名称"; // // btnSearch // this.btnSearch.Image = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.searchButton; this.btnSearch.Location = new System.Drawing.Point(221, 4); this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(21, 21); this.btnSearch.TabIndex = 7; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dkPostSearchBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtPost); this.Controls.Add(this.lblPost); this.Name = "dkPostSearchBox"; this.Size = new System.Drawing.Size(247, 31); this.SizeChanged += new System.EventHandler(this.dkPostSearchBox_SizeChanged); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.TextBox txtPost; private System.Windows.Forms.Label lblPost; } }