Ecco:

//
// MainFormUI
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
resources.ApplyResources(this, "$this");
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.toolBarMenu);
this.Controls.Add(this.statusBar1);
this.Menu = this.mnuMainMenu;
this.Name = "MainFormUI";
this.Load += new System.EventHandler(this.InizializzaControlli);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.MainFo rmUI_Paint);
this.SizeChanged += new System.EventHandler(this.MainFormUI_SizeChanged);
this.tabControl1.ResumeLayout(false);
this.tabLayers.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.p ctbxMappa)).EndInit();
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.n umSpessoreShape)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.n umTrasparenzaShape)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();