namespace LYFZ.Software.UI
{
partial class frmShutDown
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmShutDown));
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.lab_Seconds = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.btn_Close = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.btn_Close);
this.plExMainContainer.Controls.Add(this.labelEx3);
this.plExMainContainer.Controls.Add(this.lab_Seconds);
this.plExMainContainer.Controls.Add(this.labelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(280, 173);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(280, 173);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(248, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(66, 58);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(80, 17);
this.labelEx1.TabIndex = 0;
this.labelEx1.Text = "关机倒计时:";
//
// lab_Seconds
//
this.lab_Seconds.AutoSize = true;
this.lab_Seconds.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_Seconds.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_Seconds.Location = new System.Drawing.Point(152, 58);
this.lab_Seconds.Name = "lab_Seconds";
this.lab_Seconds.Size = new System.Drawing.Size(22, 17);
this.lab_Seconds.TabIndex = 1;
this.lab_Seconds.Text = "30";
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(180, 58);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(15, 17);
this.labelEx3.TabIndex = 1;
this.labelEx3.Text = "S";
//
// btn_Close
//
this.btn_Close.BackColor = System.Drawing.Color.Transparent;
this.btn_Close.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Close.BackImg")));
this.btn_Close.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Close.ForeColor = System.Drawing.Color.White;
this.btn_Close.IsCustomBackImg = false;
this.btn_Close.IsShowText = true;
this.btn_Close.Location = new System.Drawing.Point(95, 110);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(85, 28);
this.btn_Close.TabIndex = 2;
this.btn_Close.Text = " 取消";
this.btn_Close.UseVisualStyleBackColor = false;
//
// frmShutDown
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(280, 238);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmShutDown";
this.Text = "自动关机";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
this.Controls.SetChildIndex(this.btnAppFormExit, 0);
this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.plFormMainContent, 0);
this.plExMainContainer.ResumeLayout(false);
this.plExMainContainer.PerformLayout();
this.plFormMainContent.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx1;
protected internal ComponentLibrary.LabelEx lab_Seconds;
protected internal ComponentLibrary.ButtonEx btn_Close;
}
}