PopupComboBox.Designer.cs 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. namespace Dongke.IBOSS.PRD.Basics.BaseControls
  2. {
  3. partial class PopupComboBox
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing)
  16. {
  17. if (components != null)
  18. {
  19. components.Dispose();
  20. }
  21. if (dropDown != null)
  22. {
  23. dropDown.Dispose();
  24. }
  25. }
  26. base.Dispose(disposing);
  27. }
  28. #region Component Designer generated code
  29. /// <summary>
  30. /// Required method for Designer support - do not modify
  31. /// the contents of this method with the code editor.
  32. /// </summary>
  33. private void InitializeComponent()
  34. {
  35. this.SuspendLayout();
  36. //
  37. // PopupComboBox
  38. //
  39. this.ResumeLayout(false);
  40. }
  41. #endregion
  42. }
  43. }