dkUserInfoSearchBox.Designer.cs 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
  2. {
  3. partial class dkUserInfoSearchBox
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.lblUser = new System.Windows.Forms.Label();
  29. this.txtUser = new System.Windows.Forms.TextBox();
  30. this.btnSearch = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // lblUser
  34. //
  35. this.lblUser.AutoSize = true;
  36. this.lblUser.BackColor = System.Drawing.Color.Transparent;
  37. this.lblUser.Location = new System.Drawing.Point(3, 10);
  38. this.lblUser.Name = "lblUser";
  39. this.lblUser.Size = new System.Drawing.Size(29, 12);
  40. this.lblUser.TabIndex = 3;
  41. this.lblUser.Text = "工号";
  42. //
  43. // txtUser
  44. //
  45. this.txtUser.Font = new System.Drawing.Font("宋体", 9F);
  46. this.txtUser.Location = new System.Drawing.Point(38, 7);
  47. this.txtUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  48. this.txtUser.Name = "txtUser";
  49. this.txtUser.ReadOnly = true;
  50. this.txtUser.Size = new System.Drawing.Size(155, 21);
  51. this.txtUser.TabIndex = 4;
  52. this.txtUser.TextChanged += new System.EventHandler(this.txtGoodsType_TextChanged);
  53. this.txtUser.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUser_KeyDown);
  54. //
  55. // btnSearch
  56. //
  57. this.btnSearch.Image = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.searchButton;
  58. this.btnSearch.Location = new System.Drawing.Point(199, 6);
  59. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  60. this.btnSearch.Name = "btnSearch";
  61. this.btnSearch.Size = new System.Drawing.Size(21, 21);
  62. this.btnSearch.TabIndex = 5;
  63. this.btnSearch.UseVisualStyleBackColor = true;
  64. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  65. //
  66. // dkUserInfoSearchBox
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.Controls.Add(this.btnSearch);
  71. this.Controls.Add(this.txtUser);
  72. this.Controls.Add(this.lblUser);
  73. this.Name = "dkUserInfoSearchBox";
  74. this.Size = new System.Drawing.Size(225, 31);
  75. this.SizeChanged += new System.EventHandler(this.dkGGoodsSearchBox_SizeChanged);
  76. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dkUserInfoSearchBox_KeyDown);
  77. this.ResumeLayout(false);
  78. this.PerformLayout();
  79. }
  80. #endregion
  81. private System.Windows.Forms.Label lblUser;
  82. private System.Windows.Forms.TextBox txtUser;
  83. private System.Windows.Forms.Button btnSearch;
  84. }
  85. }