Files
cms_thermo_active/Thermo.Active.UI/Dialogs/LockForm.Designer.cs
T
2020-04-09 14:37:07 +02:00

75 lines
2.9 KiB
C#

namespace Thermo.Active.UI
{
partial class LockForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.PictureBox_Gif = new System.Windows.Forms.PictureBox();
this.Timer_Exit = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Gif)).BeginInit();
this.SuspendLayout();
//
// PictureBox_Gif
//
this.PictureBox_Gif.Location = new System.Drawing.Point(0, 0);
this.PictureBox_Gif.Margin = new System.Windows.Forms.Padding(0);
this.PictureBox_Gif.Name = "PictureBox_Gif";
this.PictureBox_Gif.Size = new System.Drawing.Size(480, 360);
this.PictureBox_Gif.TabIndex = 1;
this.PictureBox_Gif.TabStop = false;
//
// Timer_Exit
//
this.Timer_Exit.Interval = 2000;
this.Timer_Exit.Tick += new System.EventHandler(this.Timer_Exit_Tick);
//
// LockForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(480, 360);
this.Controls.Add(this.PictureBox_Gif);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "LockForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "dlgLocked";
this.TopMost = true;
this.Load += new System.EventHandler(this.LockForm_Load);
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Gif)).EndInit();
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.PictureBox PictureBox_Gif;
private System.Windows.Forms.Timer Timer_Exit;
}
}