ZMForm.Designer.cs 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. using IntelligentControlForsx.MyControls.zm;
  2. namespace IntelligentControlForsx.ChildForms
  3. {
  4. partial class ZMForm
  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. // ZMForm_MHS
  32. //
  33. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  34. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  35. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  36. this.ClientSize = new System.Drawing.Size(1920, 961);
  37. this.Name = "ZMForm_MHS";
  38. this.Text = "ZMForm";
  39. this.ResumeLayout(false);
  40. }
  41. #endregion
  42. }
  43. }