namespace OrderManagement { partial class OrderStateDlg { /// /// 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.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(); 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(); this.closeButton = new System.Windows.Forms.Button(); 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; this.orderTextBox.Location = new System.Drawing.Point(191, 23); this.orderTextBox.Name = "orderTextBox"; this.orderTextBox.Size = new System.Drawing.Size(131, 20); this.orderTextBox.TabIndex = 1; // // stateLabel // this.stateLabel.AutoSize = true; this.stateLabel.Location = new System.Drawing.Point(28, 56); 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; this.stateTextBox.Location = new System.Drawing.Point(191, 53); this.stateTextBox.Name = "stateTextBox"; this.stateTextBox.Size = new System.Drawing.Size(131, 20); this.stateTextBox.TabIndex = 3; // // 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"; // // 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); // // OrderStateDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(479, 219); this.ControlBox = false; this.Controls.Add(this.closeButton); 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); this.Controls.Add(this.stateTextBox); this.Controls.Add(this.stateLabel); this.Controls.Add(this.orderTextBox); this.Controls.Add(this.orderLabel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "OrderStateDlg"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Order State"; 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; 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; private System.Windows.Forms.Button closeButton; } }