61 lines
2.0 KiB
C#
61 lines
2.0 KiB
C#
namespace Step.UI.Views
|
|
{
|
|
partial class OpeningLayer
|
|
{
|
|
/// <summary>
|
|
/// Variabile di progettazione necessaria.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Pulire le risorse in uso.
|
|
/// </summary>
|
|
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Codice generato da Progettazione componenti
|
|
|
|
/// <summary>
|
|
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
|
|
/// il contenuto del metodo con l'editor di codice.
|
|
/// </summary>
|
|
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;
|
|
}
|
|
}
|