AGCForm.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class AGCForm
  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.components = new System.ComponentModel.Container();
  29. this.timer1 = new System.Windows.Forms.Timer(this.components);
  30. this.plCenter = new System.Windows.Forms.Panel();
  31. this.picSun = new System.Windows.Forms.PictureBox();
  32. this.picWindturbine = new System.Windows.Forms.PictureBox();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.lblTitle = new System.Windows.Forms.Label();
  36. this.windAGC = new IntelligentControlForsx.MyControls.agc.WindAGC();
  37. this.sunAGC = new IntelligentControlForsx.MyControls.agc.SunAGC();
  38. this.plCenter.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.picSun)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.picWindturbine)).BeginInit();
  41. this.panel1.SuspendLayout();
  42. this.panel2.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // plCenter
  46. //
  47. this.plCenter.Controls.Add(this.sunAGC);
  48. this.plCenter.Controls.Add(this.windAGC);
  49. this.plCenter.Location = new System.Drawing.Point(32, 80);
  50. this.plCenter.Name = "plCenter";
  51. this.plCenter.Size = new System.Drawing.Size(1856, 869);
  52. this.plCenter.TabIndex = 3;
  53. //
  54. // picSun
  55. //
  56. this.picSun.Image = global::IntelligentControlForsx.Properties.Resources.sun_01;
  57. this.picSun.Location = new System.Drawing.Point(1740, 4);
  58. this.picSun.Name = "picSun";
  59. this.picSun.Size = new System.Drawing.Size(97, 32);
  60. this.picSun.TabIndex = 2;
  61. this.picSun.TabStop = false;
  62. this.picSun.Click += new System.EventHandler(this.picBox_Click);
  63. this.picSun.MouseEnter += new System.EventHandler(this.picBox_MouseEnter);
  64. this.picSun.MouseLeave += new System.EventHandler(this.picBox_MouseLeave);
  65. //
  66. // picWindturbine
  67. //
  68. this.picWindturbine.Image = global::IntelligentControlForsx.Properties.Resources.wind_01;
  69. this.picWindturbine.Location = new System.Drawing.Point(1637, 4);
  70. this.picWindturbine.Name = "picWindturbine";
  71. this.picWindturbine.Size = new System.Drawing.Size(97, 32);
  72. this.picWindturbine.TabIndex = 1;
  73. this.picWindturbine.TabStop = false;
  74. this.picWindturbine.Click += new System.EventHandler(this.picBox_Click);
  75. this.picWindturbine.MouseEnter += new System.EventHandler(this.picBox_MouseEnter);
  76. this.picWindturbine.MouseLeave += new System.EventHandler(this.picBox_MouseLeave);
  77. //
  78. // panel1
  79. //
  80. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  81. this.panel1.Controls.Add(this.panel2);
  82. this.panel1.Location = new System.Drawing.Point(33, 18);
  83. this.panel1.Name = "panel1";
  84. this.panel1.Size = new System.Drawing.Size(1854, 42);
  85. this.panel1.TabIndex = 0;
  86. //
  87. // panel2
  88. //
  89. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
  90. this.panel2.Controls.Add(this.lblTitle);
  91. this.panel2.Location = new System.Drawing.Point(1, 1);
  92. this.panel2.Name = "panel2";
  93. this.panel2.Size = new System.Drawing.Size(1852, 40);
  94. this.panel2.TabIndex = 0;
  95. //
  96. // lblTitle
  97. //
  98. this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(183)))), ((int)(((byte)(250)))));
  100. this.lblTitle.Location = new System.Drawing.Point(778, 4);
  101. this.lblTitle.Name = "lblTitle";
  102. this.lblTitle.Size = new System.Drawing.Size(286, 31);
  103. this.lblTitle.TabIndex = 0;
  104. this.lblTitle.Text = "风电场AGC总览";
  105. this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  106. //
  107. // windAGC
  108. //
  109. this.windAGC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
  110. this.windAGC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.windAGC.Location = new System.Drawing.Point(0, 0);
  112. this.windAGC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  113. this.windAGC.Name = "windAGC";
  114. this.windAGC.Size = new System.Drawing.Size(1856, 860);
  115. this.windAGC.TabIndex = 0;
  116. //
  117. // sunAGC
  118. //
  119. this.sunAGC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
  120. this.sunAGC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.sunAGC.Location = new System.Drawing.Point(0, 0);
  122. this.sunAGC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  123. this.sunAGC.Name = "sunAGC";
  124. this.sunAGC.Size = new System.Drawing.Size(1856, 860);
  125. this.sunAGC.TabIndex = 1;
  126. //
  127. // AGCForm
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
  132. this.ClientSize = new System.Drawing.Size(1920, 961);
  133. this.Controls.Add(this.plCenter);
  134. this.Controls.Add(this.picSun);
  135. this.Controls.Add(this.picWindturbine);
  136. this.Controls.Add(this.panel1);
  137. this.Name = "AGCForm";
  138. this.Text = "ControlForm";
  139. this.plCenter.ResumeLayout(false);
  140. ((System.ComponentModel.ISupportInitialize)(this.picSun)).EndInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.picWindturbine)).EndInit();
  142. this.panel1.ResumeLayout(false);
  143. this.panel2.ResumeLayout(false);
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. private System.Windows.Forms.Timer timer1;
  148. private System.Windows.Forms.Panel panel1;
  149. private System.Windows.Forms.Panel panel2;
  150. private System.Windows.Forms.Label lblTitle;
  151. private System.Windows.Forms.PictureBox picWindturbine;
  152. private System.Windows.Forms.PictureBox picSun;
  153. private System.Windows.Forms.Panel plCenter;
  154. private MyControls.agc.WindAGC windAGC;
  155. private MyControls.agc.SunAGC sunAGC;
  156. }
  157. }