Treefrog.Windows.LevelPanel.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent ()
        {
            this._viewportControl = new ViewportControl();
            this.layerControl1 = new LayerGraphicsControl();
            this.SuspendLayout();
            // 
            // viewportControl1
            // 
            this._viewportControl.Control = this.layerControl1;
            this._viewportControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this._viewportControl.Location = new System.Drawing.Point(0, 0);
            this._viewportControl.Margin = new System.Windows.Forms.Padding(0);
            this._viewportControl.Name = "viewportControl1";
            this._viewportControl.Size = new System.Drawing.Size(765, 692);
            this._viewportControl.TabIndex = 0;
            // 
            // layerControl1
            // 
            this.layerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layerControl1.HeightSynced = false;
            this.layerControl1.Location = new System.Drawing.Point(0, 0);
            this.layerControl1.Margin = new System.Windows.Forms.Padding(0);
            this.layerControl1.Name = "layerControl1";
            this.layerControl1.Size = new System.Drawing.Size(748, 675);
            this.layerControl1.TabIndex = 0;
            this.layerControl1.Text = "layerControl1";
            this.layerControl1.WidthSynced = false;
            // 
            // LevelPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this._viewportControl);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "LevelPanel";
            this.Size = new System.Drawing.Size(765, 692);
            this.ResumeLayout(false);

        }