You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rs.SkyLine/Rs.SkyLine/MsgBox/TakeFailMsg.Designer.cs

147 lines
6.1 KiB
C#

namespace Rs.MotionPlat.MsgBox
{
partial class TakeFailMsg
{
/// <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.panel2 = new System.Windows.Forms.Panel();
this.btnContinue = new System.Windows.Forms.Button();
this.btnRetry = new System.Windows.Forms.Button();
this.btnSkip = new System.Windows.Forms.Button();
this.btnEndInput = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel2
//
this.panel2.Controls.Add(this.btnContinue);
this.panel2.Controls.Add(this.btnRetry);
this.panel2.Controls.Add(this.btnSkip);
this.panel2.Controls.Add(this.btnEndInput);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 234);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(476, 48);
this.panel2.TabIndex = 4;
//
// btnContinue
//
this.btnContinue.Location = new System.Drawing.Point(373, 3);
this.btnContinue.Name = "btnContinue";
this.btnContinue.Size = new System.Drawing.Size(89, 39);
this.btnContinue.TabIndex = 0;
this.btnContinue.Text = "继续";
this.btnContinue.UseVisualStyleBackColor = true;
this.btnContinue.Click += new System.EventHandler(this.btnContinue_Click);
//
// btnRetry
//
this.btnRetry.Location = new System.Drawing.Point(260, 3);
this.btnRetry.Name = "btnRetry";
this.btnRetry.Size = new System.Drawing.Size(89, 39);
this.btnRetry.TabIndex = 0;
this.btnRetry.Text = "重试";
this.btnRetry.UseVisualStyleBackColor = true;
this.btnRetry.Click += new System.EventHandler(this.btnRetry_Click);
//
// btnSkip
//
this.btnSkip.Location = new System.Drawing.Point(147, 4);
this.btnSkip.Name = "btnSkip";
this.btnSkip.Size = new System.Drawing.Size(89, 39);
this.btnSkip.TabIndex = 0;
this.btnSkip.Text = "跳过";
this.btnSkip.UseVisualStyleBackColor = true;
this.btnSkip.Click += new System.EventHandler(this.btnSkip_Click);
//
// btnEndInput
//
this.btnEndInput.Location = new System.Drawing.Point(34, 4);
this.btnEndInput.Name = "btnEndInput";
this.btnEndInput.Size = new System.Drawing.Size(89, 39);
this.btnEndInput.TabIndex = 0;
this.btnEndInput.Text = "结束上料";
this.btnEndInput.UseVisualStyleBackColor = true;
this.btnEndInput.Click += new System.EventHandler(this.btnEndInput_Click);
//
// panel1
//
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 40);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(476, 194);
this.panel1.TabIndex = 5;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(476, 194);
this.label1.TabIndex = 0;
this.label1.Text = "label1";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TakeFailMsg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.ClientSize = new System.Drawing.Size(476, 282);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.HeadText = "提示";
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "TakeFailMsg";
this.ShowMax = false;
this.ShowMin = false;
this.Text = "TakeFailMsg";
this.Controls.SetChildIndex(this.panel2, 0);
this.Controls.SetChildIndex(this.panel1, 0);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnRetry;
private System.Windows.Forms.Button btnSkip;
private System.Windows.Forms.Button btnEndInput;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnContinue;
private System.Windows.Forms.Label label1;
}
}