Animatroller.Simulator.SimulatorForm.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.flowLayoutPanelLights = new System.Windows.Forms.FlowLayoutPanel();
            this.updateTimer = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // flowLayoutPanelLights
            // 
            this.flowLayoutPanelLights.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanelLights.Location = new System.Drawing.Point(0, 0);
            this.flowLayoutPanelLights.Name = "flowLayoutPanelLights";
            this.flowLayoutPanelLights.Size = new System.Drawing.Size(1307, 769);
            this.flowLayoutPanelLights.TabIndex = 4;
            // 
            // updateTimer
            // 
            this.updateTimer.Enabled = true;
            this.updateTimer.Tick += new System.EventHandler(this.updateTimer_Tick);
            // 
            // SimulatorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1307, 769);
            this.Controls.Add(this.flowLayoutPanelLights);
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "SimulatorForm";
            this.Text = "Simulator";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SimulatorForm_FormClosed);
            this.ResumeLayout(false);

        }