| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
- {
- partial class dkUserInfoSearchBox
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.lblUser = new System.Windows.Forms.Label();
- this.txtUser = new System.Windows.Forms.TextBox();
- this.btnSearch = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // lblUser
- //
- this.lblUser.AutoSize = true;
- this.lblUser.BackColor = System.Drawing.Color.Transparent;
- this.lblUser.Location = new System.Drawing.Point(3, 10);
- this.lblUser.Name = "lblUser";
- this.lblUser.Size = new System.Drawing.Size(29, 12);
- this.lblUser.TabIndex = 3;
- this.lblUser.Text = "工号";
- //
- // txtUser
- //
- this.txtUser.Font = new System.Drawing.Font("宋体", 9F);
- this.txtUser.Location = new System.Drawing.Point(38, 7);
- this.txtUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtUser.Name = "txtUser";
- this.txtUser.ReadOnly = true;
- this.txtUser.Size = new System.Drawing.Size(155, 21);
- this.txtUser.TabIndex = 4;
- this.txtUser.TextChanged += new System.EventHandler(this.txtGoodsType_TextChanged);
- this.txtUser.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUser_KeyDown);
- //
- // btnSearch
- //
- this.btnSearch.Image = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.searchButton;
- this.btnSearch.Location = new System.Drawing.Point(199, 6);
- 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 = 5;
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // dkUserInfoSearchBox
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.txtUser);
- this.Controls.Add(this.lblUser);
- this.Name = "dkUserInfoSearchBox";
- this.Size = new System.Drawing.Size(225, 31);
- this.SizeChanged += new System.EventHandler(this.dkGGoodsSearchBox_SizeChanged);
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dkUserInfoSearchBox_KeyDown);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lblUser;
- private System.Windows.Forms.TextBox txtUser;
- private System.Windows.Forms.Button btnSearch;
- }
- }
|