namespace Step.UI.Views { partial class OpeningLayer { /// /// Variabile di progettazione necessaria. /// private System.ComponentModel.IContainer components = null; /// /// Pulire le risorse in uso. /// /// ha valore true se le risorse gestite devono essere eliminate, false in caso contrario. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Codice generato da Progettazione componenti /// /// Metodo necessario per il supporto della finestra di progettazione. Non modificare /// il contenuto del metodo con l'editor di codice. /// private void InitializeComponent() { // // statusLabel // this.statusLabel.AutoSize = true; this.statusLabel.Location = new System.Drawing.Point(132, 362); this.statusLabel.Name = "statusLabel"; this.statusLabel.Size = new System.Drawing.Size(83, 19); this.statusLabel.TabIndex = 1; this.statusLabel.Text = "metroLabel1"; // // OpeningLayer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.BackColor = System.Drawing.Color.Black; this.Controls.Add(this.statusLabel); this.Name = "OpeningLayer"; this.Size = new System.Drawing.Size(350, 565); this.Load += new System.EventHandler(this.OpeningLayer_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label statusLabel; } }