ElectricalForm.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class ElectricalForm
  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. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pnlWrapper = new System.Windows.Forms.Panel();
  29. this.syz_nss1 = new IntelligentControlForsx.MyControls.syz.syz_nss();
  30. this.syz_qs1 = new IntelligentControlForsx.MyControls.syz.syz_qs();
  31. this.syz_xs1 = new IntelligentControlForsx.MyControls.syz.syz_xs();
  32. this.syz_sbq1 = new IntelligentControlForsx.MyControls.syz.syz_sbq();
  33. this.syz_mhs1 = new IntelligentControlForsx.MyControls.syz.syz_mhs();
  34. this.pnlWrapper.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // pnlWrapper
  38. //
  39. this.pnlWrapper.Controls.Add(this.syz_nss1);
  40. this.pnlWrapper.Controls.Add(this.syz_qs1);
  41. this.pnlWrapper.Controls.Add(this.syz_xs1);
  42. this.pnlWrapper.Controls.Add(this.syz_sbq1);
  43. this.pnlWrapper.Controls.Add(this.syz_mhs1);
  44. this.pnlWrapper.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.pnlWrapper.Location = new System.Drawing.Point(0, 0);
  46. this.pnlWrapper.Name = "pnlWrapper";
  47. this.pnlWrapper.Size = new System.Drawing.Size(1920, 961);
  48. this.pnlWrapper.TabIndex = 0;
  49. //
  50. // syz_nss1
  51. //
  52. this.syz_nss1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
  53. this.syz_nss1.Location = new System.Drawing.Point(-15, -15);
  54. this.syz_nss1.Name = "syz_nss1";
  55. this.syz_nss1.Size = new System.Drawing.Size(1920, 960);
  56. this.syz_nss1.TabIndex = 4;
  57. this.syz_nss1.Visible = false;
  58. //
  59. // syz_qs1
  60. //
  61. this.syz_qs1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
  62. this.syz_qs1.Location = new System.Drawing.Point(-15, -15);
  63. this.syz_qs1.Name = "syz_qs1";
  64. this.syz_qs1.Size = new System.Drawing.Size(1920, 960);
  65. this.syz_qs1.TabIndex = 3;
  66. this.syz_qs1.Visible = false;
  67. //
  68. // syz_xs1
  69. //
  70. this.syz_xs1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
  71. this.syz_xs1.Location = new System.Drawing.Point(0, 0);
  72. this.syz_xs1.Name = "syz_xs1";
  73. this.syz_xs1.Size = new System.Drawing.Size(1920, 960);
  74. this.syz_xs1.TabIndex = 2;
  75. this.syz_xs1.Visible = false;
  76. //
  77. // syz_sbq1
  78. //
  79. this.syz_sbq1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
  80. this.syz_sbq1.Location = new System.Drawing.Point(0, 0);
  81. this.syz_sbq1.Name = "syz_sbq1";
  82. this.syz_sbq1.Size = new System.Drawing.Size(1920, 960);
  83. this.syz_sbq1.TabIndex = 1;
  84. this.syz_sbq1.Visible = false;
  85. //
  86. // syz_mhs1
  87. //
  88. this.syz_mhs1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
  89. this.syz_mhs1.Location = new System.Drawing.Point(0, 0);
  90. this.syz_mhs1.Name = "syz_mhs1";
  91. this.syz_mhs1.Size = new System.Drawing.Size(1920, 960);
  92. this.syz_mhs1.TabIndex = 0;
  93. this.syz_mhs1.Visible = false;
  94. //
  95. // ElectricalForm
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  100. this.ClientSize = new System.Drawing.Size(1920, 961);
  101. this.Controls.Add(this.pnlWrapper);
  102. this.Name = "ElectricalForm";
  103. this.Text = "ElectricalForm";
  104. this.pnlWrapper.ResumeLayout(false);
  105. this.ResumeLayout(false);
  106. }
  107. #endregion
  108. private System.Windows.Forms.Panel pnlWrapper;
  109. private MyControls.syz.syz_mhs syz_mhs1;
  110. private MyControls.syz.syz_xs syz_xs1;
  111. private MyControls.syz.syz_sbq syz_sbq1;
  112. private MyControls.syz.syz_nss syz_nss1;
  113. private MyControls.syz.syz_qs syz_qs1;
  114. }
  115. }