1
0
Fork 0
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.

127 lines
5.1 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace HighWayIot.Winform.UserControlPages.ParamConfigPages
{
partial class UpdateRfidWindow
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.RfidIptextBox = new System.Windows.Forms.TextBox();
this.RfidEpctextBox = new System.Windows.Forms.TextBox();
this.WorkstateNotextBox = new System.Windows.Forms.TextBox();
this.saveButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(174, 56);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "读写器IP";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(174, 135);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "RFID编号";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(174, 211);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 2;
this.label3.Text = "工位编号:";
//
// RfidIptextBox
//
this.RfidIptextBox.Location = new System.Drawing.Point(241, 53);
this.RfidIptextBox.Name = "RfidIptextBox";
this.RfidIptextBox.Size = new System.Drawing.Size(159, 21);
this.RfidIptextBox.TabIndex = 3;
//
// RfidEpctextBox
//
this.RfidEpctextBox.Location = new System.Drawing.Point(241, 135);
this.RfidEpctextBox.Name = "RfidEpctextBox";
this.RfidEpctextBox.Size = new System.Drawing.Size(159, 21);
this.RfidEpctextBox.TabIndex = 4;
//
// WorkstateNotextBox
//
this.WorkstateNotextBox.Location = new System.Drawing.Point(241, 211);
this.WorkstateNotextBox.Name = "WorkstateNotextBox";
this.WorkstateNotextBox.Size = new System.Drawing.Size(159, 21);
this.WorkstateNotextBox.TabIndex = 5;
//
// saveButton
//
this.saveButton.Location = new System.Drawing.Point(271, 315);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 23);
this.saveButton.TabIndex = 6;
this.saveButton.Text = "修改";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// UpdateRfidWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(674, 450);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.WorkstateNotextBox);
this.Controls.Add(this.RfidEpctextBox);
this.Controls.Add(this.RfidIptextBox);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "UpdateRfidWindow";
this.Text = "UpdateRfidWindow";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox RfidIptextBox;
private System.Windows.Forms.TextBox RfidEpctextBox;
private System.Windows.Forms.TextBox WorkstateNotextBox;
private System.Windows.Forms.Button saveButton;
}
}