Form1.Designer.cs 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. 
  2. namespace IMCS.UControl
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.SuspendLayout();
  30. //
  31. // Form1
  32. //
  33. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  34. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  35. this.BackgroundImage = global::IMCS.Properties.Resources.ToolTip1;
  36. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  37. this.ClientSize = new System.Drawing.Size(570, 361);
  38. this.DoubleBuffered = true;
  39. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  40. this.Name = "Form1";
  41. this.Text = "Form1";
  42. this.ResumeLayout(false);
  43. }
  44. #endregion
  45. }
  46. }