namespace ShareWifi.Views.Components
{
partial class SimpleAlert
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.lbMessage = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(489, 192);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
this.dateTimePicker1.TabIndex = 0;
//
// lbMessage
//
this.lbMessage.AutoSize = true;
this.lbMessage.Font = new System.Drawing.Font("SimSun", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbMessage.ForeColor = System.Drawing.Color.White;
this.lbMessage.Location = new System.Drawing.Point(12, 13);
this.lbMessage.Name = "lbMessage";
this.lbMessage.Size = new System.Drawing.Size(34, 15);
this.lbMessage.TabIndex = 1;
this.lbMessage.Text = "85%";
//
// timer1
//
this.timer1.Interval = 3000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// SimpleAlert
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(169, 37);
this.Controls.Add(this.lbMessage);
this.Controls.Add(this.dateTimePicker1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SimpleAlert";
this.Opacity = 0.5D;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SimpleAlert";
this.Load += new System.EventHandler(this.SimpleAlert_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label lbMessage;
private System.Windows.Forms.Timer timer1;
}
}