Form1.Designer.cs 928 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. namespace MonoCharting
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components;
  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 && (components != null)) {
  16. components.Dispose ();
  17. }
  18. base.Dispose (disposing);
  19. }
  20. #region Windows Form Designer generated code
  21. /// <summary>
  22. /// Required method for Designer support - do not modify
  23. /// the contents of this method with the code editor.
  24. /// </summary>
  25. private void InitializeComponent ()
  26. {
  27. this.components = new System.ComponentModel.Container ();
  28. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  29. this.Text = "Form1";
  30. }
  31. #endregion
  32. }
  33. }