123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class StatForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.controlLog1 = new IntelligentControlForsx.MyControls.logInfo.ControlLog();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Controls.Add(this.controlLog1);
- this.panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.panel1.Location = new System.Drawing.Point(2, 7);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1916, 942);
- this.panel1.TabIndex = 0;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
- this.panel2.Controls.Add(this.panel3);
- this.panel2.Location = new System.Drawing.Point(1, 1);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1916, 42);
- this.panel2.TabIndex = 1;
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panel3.Controls.Add(this.panel4);
- this.panel3.Location = new System.Drawing.Point(1, 1);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(122, 40);
- this.panel3.TabIndex = 0;
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
- this.panel4.Controls.Add(this.label1);
- this.panel4.Location = new System.Drawing.Point(1, 1);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(120, 38);
- this.panel4.TabIndex = 0;
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.label1.Location = new System.Drawing.Point(9, 7);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(100, 28);
- this.label1.TabIndex = 0;
- this.label1.Text = "风机操控记录";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // controlLog1
- //
- this.controlLog1.Font = new System.Drawing.Font("Dubai", 8.25F);
- this.controlLog1.Location = new System.Drawing.Point(1, 50);
- this.controlLog1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.controlLog1.Name = "controlLog1";
- this.controlLog1.Size = new System.Drawing.Size(1914, 892);
- this.controlLog1.TabIndex = 0;
- //
- // StatForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
- this.ClientSize = new System.Drawing.Size(1920, 961);
- this.Controls.Add(this.panel1);
- this.Name = "StatForm";
- this.Text = "StatForm";
- this.panel1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private MyControls.logInfo.ControlLog controlLog1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Label label1;
- }
- }
|