namespace HighWayIot.Winform.UserControlPages.ParamConfigPages { partial class UpdateRfidWindow { /// /// 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() { 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; } }