123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class ElectricalForm
- {
- /// <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.pnlWrapper = new System.Windows.Forms.Panel();
- this.syz_nss1 = new IntelligentControlForsx.MyControls.syz.syz_nss();
- this.syz_qs1 = new IntelligentControlForsx.MyControls.syz.syz_qs();
- this.syz_xs1 = new IntelligentControlForsx.MyControls.syz.syz_xs();
- this.syz_sbq1 = new IntelligentControlForsx.MyControls.syz.syz_sbq();
- this.syz_mhs1 = new IntelligentControlForsx.MyControls.syz.syz_mhs();
- this.pnlWrapper.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlWrapper
- //
- this.pnlWrapper.Controls.Add(this.syz_nss1);
- this.pnlWrapper.Controls.Add(this.syz_qs1);
- this.pnlWrapper.Controls.Add(this.syz_xs1);
- this.pnlWrapper.Controls.Add(this.syz_sbq1);
- this.pnlWrapper.Controls.Add(this.syz_mhs1);
- this.pnlWrapper.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlWrapper.Location = new System.Drawing.Point(0, 0);
- this.pnlWrapper.Name = "pnlWrapper";
- this.pnlWrapper.Size = new System.Drawing.Size(1920, 961);
- this.pnlWrapper.TabIndex = 0;
- //
- // syz_nss1
- //
- this.syz_nss1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
- this.syz_nss1.Location = new System.Drawing.Point(-15, -15);
- this.syz_nss1.Name = "syz_nss1";
- this.syz_nss1.Size = new System.Drawing.Size(1920, 960);
- this.syz_nss1.TabIndex = 4;
- this.syz_nss1.Visible = false;
- //
- // syz_qs1
- //
- this.syz_qs1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
- this.syz_qs1.Location = new System.Drawing.Point(-15, -15);
- this.syz_qs1.Name = "syz_qs1";
- this.syz_qs1.Size = new System.Drawing.Size(1920, 960);
- this.syz_qs1.TabIndex = 3;
- this.syz_qs1.Visible = false;
- //
- // syz_xs1
- //
- this.syz_xs1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
- this.syz_xs1.Location = new System.Drawing.Point(0, 0);
- this.syz_xs1.Name = "syz_xs1";
- this.syz_xs1.Size = new System.Drawing.Size(1920, 960);
- this.syz_xs1.TabIndex = 2;
- this.syz_xs1.Visible = false;
- //
- // syz_sbq1
- //
- this.syz_sbq1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
- this.syz_sbq1.Location = new System.Drawing.Point(0, 0);
- this.syz_sbq1.Name = "syz_sbq1";
- this.syz_sbq1.Size = new System.Drawing.Size(1920, 960);
- this.syz_sbq1.TabIndex = 1;
- this.syz_sbq1.Visible = false;
- //
- // syz_mhs1
- //
- this.syz_mhs1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
- this.syz_mhs1.Location = new System.Drawing.Point(0, 0);
- this.syz_mhs1.Name = "syz_mhs1";
- this.syz_mhs1.Size = new System.Drawing.Size(1920, 960);
- this.syz_mhs1.TabIndex = 0;
- this.syz_mhs1.Visible = false;
- //
- // ElectricalForm
- //
- 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.pnlWrapper);
- this.Name = "ElectricalForm";
- this.Text = "ElectricalForm";
- this.pnlWrapper.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel pnlWrapper;
- private MyControls.syz.syz_mhs syz_mhs1;
- private MyControls.syz.syz_xs syz_xs1;
- private MyControls.syz.syz_sbq syz_sbq1;
- private MyControls.syz.syz_nss syz_nss1;
- private MyControls.syz.syz_qs syz_qs1;
- }
- }
|