StatForm.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class StatForm
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.panel3 = new System.Windows.Forms.Panel();
  31. this.panel4 = new System.Windows.Forms.Panel();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.controlLog1 = new IntelligentControlForsx.MyControls.logInfo.ControlLog();
  34. this.panel1.SuspendLayout();
  35. this.panel2.SuspendLayout();
  36. this.panel3.SuspendLayout();
  37. this.panel4.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // panel1
  41. //
  42. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  43. this.panel1.Controls.Add(this.panel2);
  44. this.panel1.Controls.Add(this.controlLog1);
  45. this.panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.panel1.Location = new System.Drawing.Point(2, 7);
  47. this.panel1.Name = "panel1";
  48. this.panel1.Size = new System.Drawing.Size(1916, 942);
  49. this.panel1.TabIndex = 0;
  50. //
  51. // panel2
  52. //
  53. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
  54. this.panel2.Controls.Add(this.panel3);
  55. this.panel2.Location = new System.Drawing.Point(1, 1);
  56. this.panel2.Name = "panel2";
  57. this.panel2.Size = new System.Drawing.Size(1916, 42);
  58. this.panel2.TabIndex = 1;
  59. //
  60. // panel3
  61. //
  62. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  63. this.panel3.Controls.Add(this.panel4);
  64. this.panel3.Location = new System.Drawing.Point(1, 1);
  65. this.panel3.Name = "panel3";
  66. this.panel3.Size = new System.Drawing.Size(122, 40);
  67. this.panel3.TabIndex = 0;
  68. //
  69. // panel4
  70. //
  71. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
  72. this.panel4.Controls.Add(this.label1);
  73. this.panel4.Location = new System.Drawing.Point(1, 1);
  74. this.panel4.Name = "panel4";
  75. this.panel4.Size = new System.Drawing.Size(120, 38);
  76. this.panel4.TabIndex = 0;
  77. //
  78. // label1
  79. //
  80. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  82. this.label1.Location = new System.Drawing.Point(9, 7);
  83. this.label1.Name = "label1";
  84. this.label1.Size = new System.Drawing.Size(100, 28);
  85. this.label1.TabIndex = 0;
  86. this.label1.Text = "风机操控记录";
  87. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  88. //
  89. // controlLog1
  90. //
  91. this.controlLog1.Font = new System.Drawing.Font("Dubai", 8.25F);
  92. this.controlLog1.Location = new System.Drawing.Point(1, 50);
  93. this.controlLog1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  94. this.controlLog1.Name = "controlLog1";
  95. this.controlLog1.Size = new System.Drawing.Size(1914, 892);
  96. this.controlLog1.TabIndex = 0;
  97. //
  98. // StatForm
  99. //
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  102. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  103. this.ClientSize = new System.Drawing.Size(1920, 961);
  104. this.Controls.Add(this.panel1);
  105. this.Name = "StatForm";
  106. this.Text = "StatForm";
  107. this.panel1.ResumeLayout(false);
  108. this.panel2.ResumeLayout(false);
  109. this.panel3.ResumeLayout(false);
  110. this.panel4.ResumeLayout(false);
  111. this.ResumeLayout(false);
  112. }
  113. #endregion
  114. private System.Windows.Forms.Panel panel1;
  115. private MyControls.logInfo.ControlLog controlLog1;
  116. private System.Windows.Forms.Panel panel2;
  117. private System.Windows.Forms.Panel panel3;
  118. private System.Windows.Forms.Panel panel4;
  119. private System.Windows.Forms.Label label1;
  120. }
  121. }