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.
151 lines
6.6 KiB
C#
151 lines
6.6 KiB
C#
namespace Rs.MotionPlat
|
|
{
|
|
partial class GrrScanFailFrm
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.btnFillQrcode = new System.Windows.Forms.Button();
|
|
this.btnRetry = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.txtQrcode = new System.Windows.Forms.TextBox();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.btnFillQrcode);
|
|
this.panel1.Controls.Add(this.btnRetry);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 167);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(343, 51);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// btnFillQrcode
|
|
//
|
|
this.btnFillQrcode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnFillQrcode.FlatAppearance.BorderSize = 0;
|
|
this.btnFillQrcode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnFillQrcode.ForeColor = System.Drawing.Color.White;
|
|
this.btnFillQrcode.Location = new System.Drawing.Point(223, 16);
|
|
this.btnFillQrcode.Name = "btnFillQrcode";
|
|
this.btnFillQrcode.Size = new System.Drawing.Size(93, 23);
|
|
this.btnFillQrcode.TabIndex = 0;
|
|
this.btnFillQrcode.Text = "Fill qrcode";
|
|
this.btnFillQrcode.UseVisualStyleBackColor = false;
|
|
this.btnFillQrcode.Click += new System.EventHandler(this.btnFillQrcode_Click);
|
|
//
|
|
// btnRetry
|
|
//
|
|
this.btnRetry.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnRetry.FlatAppearance.BorderSize = 0;
|
|
this.btnRetry.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnRetry.ForeColor = System.Drawing.Color.White;
|
|
this.btnRetry.Location = new System.Drawing.Point(12, 16);
|
|
this.btnRetry.Name = "btnRetry";
|
|
this.btnRetry.Size = new System.Drawing.Size(93, 23);
|
|
this.btnRetry.TabIndex = 0;
|
|
this.btnRetry.Text = "Retry";
|
|
this.btnRetry.UseVisualStyleBackColor = false;
|
|
this.btnRetry.Click += new System.EventHandler(this.btnRetry_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.label1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 40);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(343, 76);
|
|
this.panel2.TabIndex = 4;
|
|
//
|
|
// 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(343, 76);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "二维码扫码失败,请输入二维码或重试";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.txtQrcode);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 116);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(343, 51);
|
|
this.panel3.TabIndex = 5;
|
|
//
|
|
// txtQrcode
|
|
//
|
|
this.txtQrcode.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtQrcode.Location = new System.Drawing.Point(0, 0);
|
|
this.txtQrcode.Multiline = true;
|
|
this.txtQrcode.Name = "txtQrcode";
|
|
this.txtQrcode.Size = new System.Drawing.Size(343, 51);
|
|
this.txtQrcode.TabIndex = 0;
|
|
//
|
|
// GrrScanFailFrm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(343, 218);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "GrrScanFailFrm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "GrrScanFailFrm";
|
|
this.Controls.SetChildIndex(this.panel1, 0);
|
|
this.Controls.SetChildIndex(this.panel2, 0);
|
|
this.Controls.SetChildIndex(this.panel3, 0);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnFillQrcode;
|
|
private System.Windows.Forms.Button btnRetry;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.TextBox txtQrcode;
|
|
}
|
|
} |