2021-11-16 22:15:30 +00:00
|
|
|
|
namespace OrderManagement
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class OrderStateDlg
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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.orderLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.orderTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.stateLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.stateTextBox = new System.Windows.Forms.TextBox();
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.targetPcsCountLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.producedPcsCountLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.targetPcsCountTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.producedPcsCountTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.currentSnTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.currentSnLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.currentRATextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.currentRALabel = new System.Windows.Forms.Label();
|
2022-03-10 22:14:56 +00:00
|
|
|
|
this.closeButton = new System.Windows.Forms.Button();
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// orderLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.orderLabel.AutoSize = true;
|
|
|
|
|
|
this.orderLabel.Location = new System.Drawing.Point(28, 26);
|
|
|
|
|
|
this.orderLabel.Name = "orderLabel";
|
|
|
|
|
|
this.orderLabel.Size = new System.Drawing.Size(33, 13);
|
|
|
|
|
|
this.orderLabel.TabIndex = 0;
|
|
|
|
|
|
this.orderLabel.Text = "Order";
|
|
|
|
|
|
//
|
|
|
|
|
|
// orderTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.orderTextBox.Enabled = false;
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.orderTextBox.Location = new System.Drawing.Point(191, 23);
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.orderTextBox.Name = "orderTextBox";
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.orderTextBox.Size = new System.Drawing.Size(131, 20);
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.orderTextBox.TabIndex = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// stateLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.stateLabel.AutoSize = true;
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.stateLabel.Location = new System.Drawing.Point(28, 56);
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.stateLabel.Name = "stateLabel";
|
|
|
|
|
|
this.stateLabel.Size = new System.Drawing.Size(32, 13);
|
|
|
|
|
|
this.stateLabel.TabIndex = 2;
|
|
|
|
|
|
this.stateLabel.Text = "State";
|
|
|
|
|
|
//
|
|
|
|
|
|
// stateTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.stateTextBox.Enabled = false;
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.stateTextBox.Location = new System.Drawing.Point(191, 53);
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.stateTextBox.Name = "stateTextBox";
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.stateTextBox.Size = new System.Drawing.Size(131, 20);
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.stateTextBox.TabIndex = 3;
|
|
|
|
|
|
//
|
2021-12-16 09:00:25 +00:00
|
|
|
|
// targetPcsCountLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.targetPcsCountLabel.AutoSize = true;
|
|
|
|
|
|
this.targetPcsCountLabel.Location = new System.Drawing.Point(28, 86);
|
|
|
|
|
|
this.targetPcsCountLabel.Name = "targetPcsCountLabel";
|
|
|
|
|
|
this.targetPcsCountLabel.Size = new System.Drawing.Size(78, 13);
|
|
|
|
|
|
this.targetPcsCountLabel.TabIndex = 4;
|
|
|
|
|
|
this.targetPcsCountLabel.Text = "Target quantity";
|
|
|
|
|
|
//
|
|
|
|
|
|
// producedPcsCountLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.producedPcsCountLabel.AutoSize = true;
|
|
|
|
|
|
this.producedPcsCountLabel.Location = new System.Drawing.Point(28, 116);
|
|
|
|
|
|
this.producedPcsCountLabel.Name = "producedPcsCountLabel";
|
|
|
|
|
|
this.producedPcsCountLabel.Size = new System.Drawing.Size(93, 13);
|
|
|
|
|
|
this.producedPcsCountLabel.TabIndex = 5;
|
|
|
|
|
|
this.producedPcsCountLabel.Text = "Produced quantity";
|
|
|
|
|
|
//
|
|
|
|
|
|
// targetPcsCountTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.targetPcsCountTextBox.Enabled = false;
|
|
|
|
|
|
this.targetPcsCountTextBox.Location = new System.Drawing.Point(191, 83);
|
|
|
|
|
|
this.targetPcsCountTextBox.Name = "targetPcsCountTextBox";
|
|
|
|
|
|
this.targetPcsCountTextBox.Size = new System.Drawing.Size(131, 20);
|
|
|
|
|
|
this.targetPcsCountTextBox.TabIndex = 6;
|
|
|
|
|
|
//
|
|
|
|
|
|
// producedPcsCountTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.producedPcsCountTextBox.Enabled = false;
|
|
|
|
|
|
this.producedPcsCountTextBox.Location = new System.Drawing.Point(191, 113);
|
|
|
|
|
|
this.producedPcsCountTextBox.Name = "producedPcsCountTextBox";
|
|
|
|
|
|
this.producedPcsCountTextBox.Size = new System.Drawing.Size(131, 20);
|
|
|
|
|
|
this.producedPcsCountTextBox.TabIndex = 7;
|
|
|
|
|
|
//
|
|
|
|
|
|
// currentSnTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.currentSnTextBox.Enabled = false;
|
|
|
|
|
|
this.currentSnTextBox.Location = new System.Drawing.Point(191, 143);
|
|
|
|
|
|
this.currentSnTextBox.Name = "currentSnTextBox";
|
|
|
|
|
|
this.currentSnTextBox.Size = new System.Drawing.Size(131, 20);
|
|
|
|
|
|
this.currentSnTextBox.TabIndex = 9;
|
|
|
|
|
|
//
|
|
|
|
|
|
// currentSnLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.currentSnLabel.AutoSize = true;
|
|
|
|
|
|
this.currentSnLabel.Location = new System.Drawing.Point(28, 146);
|
|
|
|
|
|
this.currentSnLabel.Name = "currentSnLabel";
|
|
|
|
|
|
this.currentSnLabel.Size = new System.Drawing.Size(95, 13);
|
|
|
|
|
|
this.currentSnLabel.TabIndex = 8;
|
|
|
|
|
|
this.currentSnLabel.Text = "Last assigned S/N";
|
|
|
|
|
|
//
|
|
|
|
|
|
// currentRATextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.currentRATextBox.Enabled = false;
|
|
|
|
|
|
this.currentRATextBox.Location = new System.Drawing.Point(191, 173);
|
|
|
|
|
|
this.currentRATextBox.Name = "currentRATextBox";
|
|
|
|
|
|
this.currentRATextBox.Size = new System.Drawing.Size(131, 20);
|
|
|
|
|
|
this.currentRATextBox.TabIndex = 11;
|
|
|
|
|
|
//
|
|
|
|
|
|
// currentRALabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.currentRALabel.AutoSize = true;
|
|
|
|
|
|
this.currentRALabel.Location = new System.Drawing.Point(28, 176);
|
|
|
|
|
|
this.currentRALabel.Name = "currentRALabel";
|
|
|
|
|
|
this.currentRALabel.Size = new System.Drawing.Size(138, 13);
|
|
|
|
|
|
this.currentRALabel.TabIndex = 10;
|
|
|
|
|
|
this.currentRALabel.Text = "Last assigned radio address";
|
|
|
|
|
|
//
|
2022-03-10 22:14:56 +00:00
|
|
|
|
// closeButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.closeButton.Location = new System.Drawing.Point(364, 23);
|
|
|
|
|
|
this.closeButton.Name = "closeButton";
|
|
|
|
|
|
this.closeButton.Size = new System.Drawing.Size(85, 43);
|
|
|
|
|
|
this.closeButton.TabIndex = 12;
|
|
|
|
|
|
this.closeButton.Text = "Close";
|
|
|
|
|
|
this.closeButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
|
|
|
|
|
|
//
|
2021-11-16 22:15:30 +00:00
|
|
|
|
// OrderStateDlg
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(479, 219);
|
2022-03-10 22:14:56 +00:00
|
|
|
|
this.ControlBox = false;
|
|
|
|
|
|
this.Controls.Add(this.closeButton);
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.Controls.Add(this.currentRATextBox);
|
|
|
|
|
|
this.Controls.Add(this.currentRALabel);
|
|
|
|
|
|
this.Controls.Add(this.currentSnTextBox);
|
|
|
|
|
|
this.Controls.Add(this.currentSnLabel);
|
|
|
|
|
|
this.Controls.Add(this.producedPcsCountTextBox);
|
|
|
|
|
|
this.Controls.Add(this.targetPcsCountTextBox);
|
|
|
|
|
|
this.Controls.Add(this.producedPcsCountLabel);
|
|
|
|
|
|
this.Controls.Add(this.targetPcsCountLabel);
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.Controls.Add(this.stateTextBox);
|
|
|
|
|
|
this.Controls.Add(this.stateLabel);
|
|
|
|
|
|
this.Controls.Add(this.orderTextBox);
|
|
|
|
|
|
this.Controls.Add(this.orderLabel);
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
|
|
this.MaximizeBox = false;
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.Name = "OrderStateDlg";
|
2021-12-16 09:00:25 +00:00
|
|
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
2022-03-10 22:14:56 +00:00
|
|
|
|
this.Text = "Order State";
|
2021-11-16 22:15:30 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label orderLabel;
|
|
|
|
|
|
private System.Windows.Forms.TextBox orderTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label stateLabel;
|
|
|
|
|
|
private System.Windows.Forms.TextBox stateTextBox;
|
2021-12-16 09:00:25 +00:00
|
|
|
|
private System.Windows.Forms.Label targetPcsCountLabel;
|
|
|
|
|
|
private System.Windows.Forms.Label producedPcsCountLabel;
|
|
|
|
|
|
private System.Windows.Forms.TextBox targetPcsCountTextBox;
|
|
|
|
|
|
private System.Windows.Forms.TextBox producedPcsCountTextBox;
|
|
|
|
|
|
private System.Windows.Forms.TextBox currentSnTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label currentSnLabel;
|
|
|
|
|
|
private System.Windows.Forms.TextBox currentRATextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label currentRALabel;
|
2022-03-10 22:14:56 +00:00
|
|
|
|
private System.Windows.Forms.Button closeButton;
|
2021-11-16 22:15:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|