dkIdnrkSearchBox.Designer.cs 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
  3. {
  4. partial class dkIdnrkSearchBox
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.lblidnrk = new System.Windows.Forms.Label();
  30. this.SuspendLayout();
  31. //
  32. // lblidnrk
  33. //
  34. this.lblidnrk.AutoSize = true;
  35. this.lblidnrk.Location = new System.Drawing.Point(4, 4);
  36. this.lblidnrk.Name = "lblidnrk";
  37. this.lblidnrk.Size = new System.Drawing.Size(41, 12);
  38. this.lblidnrk.TabIndex = 0;
  39. this.lblidnrk.Text = "label1";
  40. //
  41. // dkIdnrkSearchBox
  42. //
  43. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  44. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  45. this.Controls.Add(this.lblidnrk);
  46. this.Name = "dkIdnrkSearchBox";
  47. this.Size = new System.Drawing.Size(250, 22);
  48. this.ResumeLayout(false);
  49. this.PerformLayout();
  50. }
  51. #endregion
  52. private System.Windows.Forms.Label lblidnrk;
  53. }
  54. }