FaultInfo.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. namespace IntelligentControlForsx.MyControls.windturbine
  2. {
  3. partial class FaultInfo
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  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.panel1 = new System.Windows.Forms.Panel();
  31. this.pl = new System.Windows.Forms.Panel();
  32. this.outInLine1 = new IntelligentControlForsx.MyControls.windturbine.OutInLine();
  33. this.plInfo = new System.Windows.Forms.Panel();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.plType = new System.Windows.Forms.Panel();
  36. this.panel1.SuspendLayout();
  37. this.pl.SuspendLayout();
  38. this.panel2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // timer1
  42. //
  43. this.timer1.Interval = 1000;
  44. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  45. //
  46. // panel1
  47. //
  48. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  49. this.panel1.Controls.Add(this.pl);
  50. this.panel1.Location = new System.Drawing.Point(231, 8);
  51. this.panel1.Name = "panel1";
  52. this.panel1.Size = new System.Drawing.Size(1288, 749);
  53. this.panel1.TabIndex = 2;
  54. //
  55. // pl
  56. //
  57. this.pl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  58. this.pl.Controls.Add(this.outInLine1);
  59. this.pl.Controls.Add(this.plInfo);
  60. this.pl.Location = new System.Drawing.Point(1, 1);
  61. this.pl.Name = "pl";
  62. this.pl.Size = new System.Drawing.Size(1285, 747);
  63. this.pl.TabIndex = 0;
  64. //
  65. // outInLine1
  66. //
  67. this.outInLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  68. this.outInLine1.Location = new System.Drawing.Point(0, 0);
  69. this.outInLine1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  70. this.outInLine1.Name = "outInLine1";
  71. this.outInLine1.PLCName = "PLC测点";
  72. this.outInLine1.PointName = "名 称";
  73. this.outInLine1.PointValue = "值";
  74. this.outInLine1.Size = new System.Drawing.Size(1284, 42);
  75. this.outInLine1.TabIndex = 3;
  76. this.outInLine1.WarningNum = null;
  77. //
  78. // plInfo
  79. //
  80. this.plInfo.AutoScroll = true;
  81. this.plInfo.Location = new System.Drawing.Point(0, 42);
  82. this.plInfo.Name = "plInfo";
  83. this.plInfo.Size = new System.Drawing.Size(1284, 712);
  84. this.plInfo.TabIndex = 2;
  85. //
  86. // panel2
  87. //
  88. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  89. this.panel2.Controls.Add(this.plType);
  90. this.panel2.Location = new System.Drawing.Point(13, 8);
  91. this.panel2.Name = "panel2";
  92. this.panel2.Size = new System.Drawing.Size(199, 749);
  93. this.panel2.TabIndex = 0;
  94. //
  95. // plType
  96. //
  97. this.plType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  98. this.plType.Location = new System.Drawing.Point(1, 1);
  99. this.plType.Name = "plType";
  100. this.plType.Size = new System.Drawing.Size(197, 747);
  101. this.plType.TabIndex = 0;
  102. //
  103. // FaultInfo
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  108. this.Controls.Add(this.panel2);
  109. this.Controls.Add(this.panel1);
  110. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  112. this.Name = "FaultInfo";
  113. this.Size = new System.Drawing.Size(1760, 882);
  114. this.panel1.ResumeLayout(false);
  115. this.pl.ResumeLayout(false);
  116. this.panel2.ResumeLayout(false);
  117. this.ResumeLayout(false);
  118. }
  119. #endregion
  120. private System.Windows.Forms.Timer timer1;
  121. private System.Windows.Forms.Panel panel1;
  122. private System.Windows.Forms.Panel pl;
  123. private System.Windows.Forms.Panel plInfo;
  124. private OutInLine outInLine1;
  125. private System.Windows.Forms.Panel panel2;
  126. private System.Windows.Forms.Panel plType;
  127. }
  128. }