FrmSweepBuilding.Designer.cs 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. namespace SweepBuilding {
  2. partial class FrmSweepBuilding {
  3. /// <summary>
  4. /// Required designer variable.
  5. /// </summary>
  6. private System.ComponentModel.IContainer components = null;
  7. /// <summary>
  8. /// Clean up any resources being used.
  9. /// </summary>
  10. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  11. protected override void Dispose(bool disposing) {
  12. if (disposing && (components != null)) {
  13. components.Dispose();
  14. }
  15. base.Dispose(disposing);
  16. }
  17. #region Windows Form Designer generated code
  18. /// <summary>
  19. /// Required method for Designer support - do not modify
  20. /// the contents of this method with the code editor.
  21. /// </summary>
  22. private void InitializeComponent() {
  23. this.components = new System.ComponentModel.Container();
  24. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  25. this.Text = "FrmSweepBuilding";
  26. }
  27. #endregion
  28. }
  29. }