Popup.Designer.cs 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. namespace Dongke.IBOSS.PRD.Basics.BaseControls
  2. {
  3. partial class Popup
  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 (content != null)
  22. {
  23. System.Windows.Forms.Control _content = content;
  24. content = null;
  25. _content.Dispose();
  26. }
  27. }
  28. base.Dispose(disposing);
  29. }
  30. #region Component Designer generated code
  31. /// <summary>
  32. /// Required method for Designer support - do not modify
  33. /// the contents of this method with the code editor.
  34. /// </summary>
  35. private void InitializeComponent()
  36. {
  37. components = new System.ComponentModel.Container();
  38. }
  39. #endregion
  40. }
  41. }