namespace WCS
|
{
|
partial class exit
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(exit));
|
this.yes = new DevComponents.DotNetBar.ButtonX();
|
this.no = new DevComponents.DotNetBar.ButtonX();
|
this.pb = new System.Windows.Forms.PictureBox();
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
|
this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
((System.ComponentModel.ISupportInitialize)(this.pb)).BeginInit();
|
this.SuspendLayout();
|
//
|
// yes
|
//
|
this.yes.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.yes.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.yes.Location = new System.Drawing.Point(104, 176);
|
this.yes.Margin = new System.Windows.Forms.Padding(4);
|
this.yes.Name = "yes";
|
this.yes.Size = new System.Drawing.Size(87, 31);
|
this.yes.TabIndex = 2;
|
this.yes.Text = "确定";
|
this.yes.Click += new System.EventHandler(this.yes_Click);
|
//
|
// no
|
//
|
this.no.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.no.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.no.Location = new System.Drawing.Point(246, 176);
|
this.no.Margin = new System.Windows.Forms.Padding(4);
|
this.no.Name = "no";
|
this.no.Size = new System.Drawing.Size(87, 31);
|
this.no.TabIndex = 3;
|
this.no.Text = "取消";
|
this.no.Click += new System.EventHandler(this.no_Click);
|
//
|
// pb
|
//
|
this.pb.BackgroundImage = global::WCS.Properties.Resources.warn;
|
this.pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.pb.Location = new System.Drawing.Point(13, 19);
|
this.pb.Margin = new System.Windows.Forms.Padding(4);
|
this.pb.Name = "pb";
|
this.pb.Size = new System.Drawing.Size(59, 48);
|
this.pb.TabIndex = 0;
|
this.pb.TabStop = false;
|
//
|
// labelX1
|
//
|
//
|
//
|
//
|
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.labelX1.ForeColor = System.Drawing.Color.Red;
|
this.labelX1.Location = new System.Drawing.Point(86, 15);
|
this.labelX1.Name = "labelX1";
|
this.labelX1.Size = new System.Drawing.Size(331, 71);
|
this.labelX1.TabIndex = 11;
|
this.labelX1.Text = "退出系统自动仓库将无法正常作业,\r\n且可能导致正在入出货物的数据异常,\r\n退出前请确认设备已都处于空闲状态!";
|
//
|
// textBoxX1
|
//
|
//
|
//
|
//
|
this.textBoxX1.Border.Class = "TextBoxBorder";
|
this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.textBoxX1.Location = new System.Drawing.Point(141, 123);
|
this.textBoxX1.Name = "textBoxX1";
|
this.textBoxX1.PasswordChar = '*';
|
this.textBoxX1.Size = new System.Drawing.Size(190, 25);
|
this.textBoxX1.TabIndex = 1;
|
//
|
// labelX2
|
//
|
//
|
//
|
//
|
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.labelX2.Location = new System.Drawing.Point(60, 124);
|
this.labelX2.Name = "labelX2";
|
this.labelX2.Size = new System.Drawing.Size(75, 23);
|
this.labelX2.TabIndex = 5;
|
this.labelX2.Text = "退出密码";
|
//
|
// exit
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(429, 221);
|
this.Controls.Add(this.labelX2);
|
this.Controls.Add(this.textBoxX1);
|
this.Controls.Add(this.labelX1);
|
this.Controls.Add(this.no);
|
this.Controls.Add(this.yes);
|
this.Controls.Add(this.pb);
|
this.DoubleBuffered = true;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "exit";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "警告";
|
this.Load += new System.EventHandler(this.exit_Load);
|
((System.ComponentModel.ISupportInitialize)(this.pb)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox pb;
|
private DevComponents.DotNetBar.ButtonX yes;
|
private DevComponents.DotNetBar.ButtonX no;
|
private DevComponents.DotNetBar.LabelX labelX1;
|
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1;
|
private DevComponents.DotNetBar.LabelX labelX2;
|
}
|
}
|