dkLogoSearchBox.Designer.cs 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
  2. {
  3. partial class dkLogoSearchBox
  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.txtLogoName = new System.Windows.Forms.TextBox();
  29. this.lblLogoName = new System.Windows.Forms.Label();
  30. this.btnSearch = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // txtLogoName
  34. //
  35. this.txtLogoName.Font = new System.Drawing.Font("宋体", 9F);
  36. this.txtLogoName.Location = new System.Drawing.Point(65, 3);
  37. this.txtLogoName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  38. this.txtLogoName.Name = "txtLogoName";
  39. this.txtLogoName.ReadOnly = true;
  40. this.txtLogoName.Size = new System.Drawing.Size(143, 21);
  41. this.txtLogoName.TabIndex = 4;
  42. this.txtLogoName.TextChanged += new System.EventHandler(this.txtProcedureName_TextChanged);
  43. this.txtLogoName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProcedureName_KeyDown);
  44. //
  45. // lblLogoName
  46. //
  47. this.lblLogoName.AutoSize = true;
  48. this.lblLogoName.BackColor = System.Drawing.Color.Transparent;
  49. this.lblLogoName.Location = new System.Drawing.Point(6, 7);
  50. this.lblLogoName.Name = "lblLogoName";
  51. this.lblLogoName.Size = new System.Drawing.Size(53, 12);
  52. this.lblLogoName.TabIndex = 3;
  53. this.lblLogoName.Text = "产品商标";
  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(214, 2);
  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. // dkLogoSearchBox
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.BackColor = System.Drawing.Color.Transparent;
  71. this.Controls.Add(this.btnSearch);
  72. this.Controls.Add(this.txtLogoName);
  73. this.Controls.Add(this.lblLogoName);
  74. this.Name = "dkLogoSearchBox";
  75. this.Size = new System.Drawing.Size(240, 24);
  76. this.SizeChanged += new System.EventHandler(this.dkProcedureSearchBox_SizeChanged);
  77. this.ResumeLayout(false);
  78. this.PerformLayout();
  79. }
  80. #endregion
  81. private System.Windows.Forms.Button btnSearch;
  82. private System.Windows.Forms.Label lblLogoName;
  83. private System.Windows.Forms.TextBox txtLogoName;
  84. }
  85. }