/Skimpt3/Skimpt3/controls/GlassButton.designer.cs

http://skimpt.googlecode.com/ · C# · 62 lines · 43 code · 5 blank · 14 comment · 5 complexity · 04892ea14959060a10f69c719aeeb3b0 MD5 · raw file

  1. namespace SkimptControls
  2. {
  3. partial class GlassButton
  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. try
  16. {
  17. if (disposing)
  18. {
  19. if (_imageButton != null)
  20. {
  21. _imageButton.Parent.Dispose();
  22. _imageButton.Parent = null;
  23. _imageButton.Dispose();
  24. _imageButton = null;
  25. }
  26. DestroyFrames();
  27. if (components != null)
  28. {
  29. components.Dispose();
  30. }
  31. }
  32. }
  33. finally
  34. {
  35. base.Dispose(disposing);
  36. }
  37. }
  38. #region Component Designer generated code
  39. /// <summary>
  40. /// Required method for Designer support - do not modify
  41. /// the contents of this method with the code editor.
  42. /// </summary>
  43. private void InitializeComponent()
  44. {
  45. this.components = new System.ComponentModel.Container();
  46. this.timer = new System.Windows.Forms.Timer(this.components);
  47. this.SuspendLayout();
  48. //
  49. // timer
  50. //
  51. this.timer.Tick += new System.EventHandler(this.timer_Tick);
  52. this.ResumeLayout(false);
  53. }
  54. #endregion
  55. private System.Windows.Forms.Timer timer;
  56. }
  57. }