75 lines
2.8 KiB
C#
75 lines
2.8 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()
|
|
{
|
|
this.metroProgressSpinner = new MetroFramework.Controls.MetroProgressSpinner();
|
|
this.statusLabel = new MetroFramework.Controls.MetroLabel();
|
|
this.SuspendLayout();
|
|
//
|
|
// metroProgressSpinner
|
|
//
|
|
this.metroProgressSpinner.Location = new System.Drawing.Point(120, 224);
|
|
this.metroProgressSpinner.Maximum = 100;
|
|
this.metroProgressSpinner.Name = "metroProgressSpinner";
|
|
this.metroProgressSpinner.Size = new System.Drawing.Size(110, 110);
|
|
this.metroProgressSpinner.TabIndex = 0;
|
|
this.metroProgressSpinner.UseSelectable = true;
|
|
//
|
|
// 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.Controls.Add(this.metroProgressSpinner);
|
|
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 MetroFramework.Controls.MetroProgressSpinner metroProgressSpinner;
|
|
private MetroFramework.Controls.MetroLabel statusLabel;
|
|
}
|
|
}
|