namespace Workplace { partial class WorkplaceDlg { /// /// 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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.workplaceLabel = new System.Windows.Forms.Label(); this.workerLabel = new System.Windows.Forms.Label(); this.workflowLabel = new System.Windows.Forms.Label(); this.workstepLabel = new System.Windows.Forms.Label(); this.workflowComboBox = new System.Windows.Forms.ComboBox(); this.workstepComboBox = new System.Windows.Forms.ComboBox(); this.configureButton = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.batchesGroupBox = new System.Windows.Forms.GroupBox(); this.batchesCheckBox = new System.Windows.Forms.CheckBox(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.saveAllCodesButton = new System.Windows.Forms.Button(); this.clearButton = new System.Windows.Forms.Button(); this.failedCheckBox = new System.Windows.Forms.CheckBox(); this.resetErrorStateButton = new System.Windows.Forms.Button(); this.workerTextBox = new System.Windows.Forms.TextBox(); this.workplaceTextBox = new System.Windows.Forms.TextBox(); this.logoutButton = new System.Windows.Forms.Button(); this.refreshButton = new System.Windows.Forms.Button(); this.completedGroupBox = new System.Windows.Forms.GroupBox(); this.completedLabel = new System.Windows.Forms.Label(); this.targetGroupBox = new System.Windows.Forms.GroupBox(); this.targetLabel = new System.Windows.Forms.Label(); this.orderComboBox = new System.Windows.Forms.ComboBox(); this.orderLabel = new System.Windows.Forms.Label(); this.groupBox2.SuspendLayout(); this.batchesGroupBox.SuspendLayout(); this.completedGroupBox.SuspendLayout(); this.targetGroupBox.SuspendLayout(); this.SuspendLayout(); // // flowLayoutPanel1 // this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 25); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(550, 572); this.flowLayoutPanel1.TabIndex = 1; // // workplaceLabel // this.workplaceLabel.AutoSize = true; this.workplaceLabel.Location = new System.Drawing.Point(12, 287); this.workplaceLabel.Name = "workplaceLabel"; this.workplaceLabel.Size = new System.Drawing.Size(105, 24); this.workplaceLabel.TabIndex = 0; this.workplaceLabel.Text = "Workplace:"; // // workerLabel // this.workerLabel.AutoSize = true; this.workerLabel.Location = new System.Drawing.Point(12, 190); this.workerLabel.Name = "workerLabel"; this.workerLabel.Size = new System.Drawing.Size(181, 24); this.workerLabel.TabIndex = 6; this.workerLabel.Text = "Production operator:"; // // workflowLabel // this.workflowLabel.AutoSize = true; this.workflowLabel.Location = new System.Drawing.Point(12, 70); this.workflowLabel.Name = "workflowLabel"; this.workflowLabel.Size = new System.Drawing.Size(92, 24); this.workflowLabel.TabIndex = 2; this.workflowLabel.Text = "Workflow:"; // // workstepLabel // this.workstepLabel.AutoSize = true; this.workstepLabel.Location = new System.Drawing.Point(11, 130); this.workstepLabel.Name = "workstepLabel"; this.workstepLabel.Size = new System.Drawing.Size(132, 24); this.workstepLabel.TabIndex = 4; this.workstepLabel.Text = "Workflow step:"; // // workflowComboBox // this.workflowComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.workflowComboBox.FormattingEnabled = true; this.workflowComboBox.Location = new System.Drawing.Point(16, 95); this.workflowComboBox.Name = "workflowComboBox"; this.workflowComboBox.Size = new System.Drawing.Size(766, 28); this.workflowComboBox.TabIndex = 3; this.workflowComboBox.SelectedIndexChanged += new System.EventHandler(this.workflowComboBox_SelectedIndexChanged); // // workstepComboBox // this.workstepComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.workstepComboBox.FormattingEnabled = true; this.workstepComboBox.Location = new System.Drawing.Point(16, 155); this.workstepComboBox.Name = "workstepComboBox"; this.workstepComboBox.Size = new System.Drawing.Size(200, 28); this.workstepComboBox.TabIndex = 5; this.workstepComboBox.SelectedIndexChanged += new System.EventHandler(this.workstepComboBox_SelectedIndexChanged); // // configureButton // this.configureButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.configureButton.Location = new System.Drawing.Point(16, 345); this.configureButton.Name = "configureButton"; this.configureButton.Size = new System.Drawing.Size(200, 29); this.configureButton.TabIndex = 9; this.configureButton.Text = "Configure"; this.configureButton.UseVisualStyleBackColor = true; this.configureButton.Click += new System.EventHandler(this.configureButton_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.flowLayoutPanel1); this.groupBox2.Location = new System.Drawing.Point(231, 130); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(556, 600); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Codes of components"; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.Yellow; this.label2.Location = new System.Drawing.Point(6, 579); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(0, 24); this.label2.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.Yellow; this.label1.Location = new System.Drawing.Point(6, 546); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(0, 24); this.label1.TabIndex = 2; // // batchesGroupBox // this.batchesGroupBox.Controls.Add(this.batchesCheckBox); this.batchesGroupBox.Controls.Add(this.flowLayoutPanel2); this.batchesGroupBox.Location = new System.Drawing.Point(797, 1); this.batchesGroupBox.Name = "batchesGroupBox"; this.batchesGroupBox.Size = new System.Drawing.Size(556, 726); this.batchesGroupBox.TabIndex = 3; this.batchesGroupBox.TabStop = false; // // batchesCheckBox // this.batchesCheckBox.AutoSize = true; this.batchesCheckBox.Location = new System.Drawing.Point(248, 1); this.batchesCheckBox.Name = "batchesCheckBox"; this.batchesCheckBox.Size = new System.Drawing.Size(175, 28); this.batchesCheckBox.TabIndex = 2; this.batchesCheckBox.Text = "Codes of batches"; this.batchesCheckBox.UseVisualStyleBackColor = true; this.batchesCheckBox.CheckedChanged += new System.EventHandler(this.batchesCheckBox_CheckedChanged); // // flowLayoutPanel2 // this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 25); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(550, 698); this.flowLayoutPanel2.TabIndex = 1; // // saveAllCodesButton // this.saveAllCodesButton.Location = new System.Drawing.Point(46, 581); this.saveAllCodesButton.Name = "saveAllCodesButton"; this.saveAllCodesButton.Size = new System.Drawing.Size(140, 115); this.saveAllCodesButton.TabIndex = 4; this.saveAllCodesButton.Text = "Save"; this.saveAllCodesButton.UseVisualStyleBackColor = true; this.saveAllCodesButton.Click += new System.EventHandler(this.saveAllCodesButton_Click); // // clearButton // this.clearButton.Location = new System.Drawing.Point(46, 413); this.clearButton.Name = "clearButton"; this.clearButton.Size = new System.Drawing.Size(140, 45); this.clearButton.TabIndex = 5; this.clearButton.Text = "Clear codes"; this.clearButton.UseVisualStyleBackColor = true; this.clearButton.Click += new System.EventHandler(this.clearButton_Click); // // failedCheckBox // this.failedCheckBox.AutoSize = true; this.failedCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.failedCheckBox.Location = new System.Drawing.Point(56, 528); this.failedCheckBox.Name = "failedCheckBox"; this.failedCheckBox.Size = new System.Drawing.Size(134, 41); this.failedCheckBox.TabIndex = 6; this.failedCheckBox.Text = "Failure"; this.failedCheckBox.UseVisualStyleBackColor = true; // // resetErrorStateButton // this.resetErrorStateButton.Location = new System.Drawing.Point(46, 468); this.resetErrorStateButton.Name = "resetErrorStateButton"; this.resetErrorStateButton.Size = new System.Drawing.Size(140, 45); this.resetErrorStateButton.TabIndex = 7; this.resetErrorStateButton.Text = "Clear errors"; this.resetErrorStateButton.UseVisualStyleBackColor = true; this.resetErrorStateButton.Click += new System.EventHandler(this.resetErrorStateButton_Click); // // workerTextBox // this.workerTextBox.Enabled = false; this.workerTextBox.Location = new System.Drawing.Point(16, 215); this.workerTextBox.Name = "workerTextBox"; this.workerTextBox.Size = new System.Drawing.Size(200, 29); this.workerTextBox.TabIndex = 10; // // workplaceTextBox // this.workplaceTextBox.Enabled = false; this.workplaceTextBox.Location = new System.Drawing.Point(16, 312); this.workplaceTextBox.Name = "workplaceTextBox"; this.workplaceTextBox.Size = new System.Drawing.Size(200, 29); this.workplaceTextBox.TabIndex = 11; // // logoutButton // this.logoutButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.logoutButton.Location = new System.Drawing.Point(15, 250); this.logoutButton.Name = "logoutButton"; this.logoutButton.Size = new System.Drawing.Size(200, 29); this.logoutButton.TabIndex = 12; this.logoutButton.Text = "Logout"; this.logoutButton.UseVisualStyleBackColor = true; this.logoutButton.Click += new System.EventHandler(this.logoutButton_Click); // // refreshButton // this.refreshButton.Location = new System.Drawing.Point(664, 25); this.refreshButton.Name = "refreshButton"; this.refreshButton.Size = new System.Drawing.Size(118, 45); this.refreshButton.TabIndex = 13; this.refreshButton.Text = "Refresh"; this.refreshButton.UseVisualStyleBackColor = true; this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); // // completedGroupBox // this.completedGroupBox.Controls.Add(this.completedLabel); this.completedGroupBox.Location = new System.Drawing.Point(446, 10); this.completedGroupBox.Name = "completedGroupBox"; this.completedGroupBox.Size = new System.Drawing.Size(200, 70); this.completedGroupBox.TabIndex = 14; this.completedGroupBox.TabStop = false; this.completedGroupBox.Text = "Completed"; this.completedGroupBox.Visible = false; // // completedLabel // this.completedLabel.AutoSize = true; this.completedLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.completedLabel.Location = new System.Drawing.Point(53, 23); this.completedLabel.Name = "completedLabel"; this.completedLabel.Size = new System.Drawing.Size(35, 37); this.completedLabel.TabIndex = 0; this.completedLabel.Text = "0"; this.completedLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // targetGroupBox // this.targetGroupBox.Controls.Add(this.targetLabel); this.targetGroupBox.Location = new System.Drawing.Point(231, 10); this.targetGroupBox.Name = "targetGroupBox"; this.targetGroupBox.Size = new System.Drawing.Size(200, 70); this.targetGroupBox.TabIndex = 15; this.targetGroupBox.TabStop = false; this.targetGroupBox.Text = "Target"; this.targetGroupBox.Visible = false; // // targetLabel // this.targetLabel.AutoSize = true; this.targetLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.targetLabel.Location = new System.Drawing.Point(53, 23); this.targetLabel.Name = "targetLabel"; this.targetLabel.Size = new System.Drawing.Size(35, 37); this.targetLabel.TabIndex = 1; this.targetLabel.Text = "0"; this.targetLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // orderComboBox // this.orderComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.orderComboBox.FormattingEnabled = true; this.orderComboBox.Location = new System.Drawing.Point(17, 35); this.orderComboBox.Name = "orderComboBox"; this.orderComboBox.Size = new System.Drawing.Size(200, 28); this.orderComboBox.TabIndex = 17; this.orderComboBox.SelectedIndexChanged += new System.EventHandler(this.orderComboBox_SelectedIndexChanged); this.orderComboBox.GotFocus += new System.EventHandler(this.orderComboBox_GotFocus); this.orderComboBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.orderComboBox_KeyPress); this.orderComboBox.LostFocus += new System.EventHandler(this.orderComboBox_LostFocus); // // orderLabel // this.orderLabel.AutoSize = true; this.orderLabel.Location = new System.Drawing.Point(13, 10); this.orderLabel.Name = "orderLabel"; this.orderLabel.Size = new System.Drawing.Size(64, 24); this.orderLabel.TabIndex = 16; this.orderLabel.Text = "Order:"; this.orderLabel.Click += new System.EventHandler(this.orderLabel_Click); // // WorkplaceDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1362, 742); this.Controls.Add(this.completedGroupBox); this.Controls.Add(this.targetGroupBox); this.Controls.Add(this.orderComboBox); this.Controls.Add(this.orderLabel); this.Controls.Add(this.refreshButton); this.Controls.Add(this.logoutButton); this.Controls.Add(this.workplaceTextBox); this.Controls.Add(this.workerTextBox); this.Controls.Add(this.workplaceLabel); this.Controls.Add(this.configureButton); this.Controls.Add(this.resetErrorStateButton); this.Controls.Add(this.failedCheckBox); this.Controls.Add(this.clearButton); this.Controls.Add(this.workerLabel); this.Controls.Add(this.workstepComboBox); this.Controls.Add(this.workflowComboBox); this.Controls.Add(this.saveAllCodesButton); this.Controls.Add(this.workstepLabel); this.Controls.Add(this.batchesGroupBox); this.Controls.Add(this.workflowLabel); this.Controls.Add(this.groupBox2); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.Margin = new System.Windows.Forms.Padding(6); this.Name = "WorkplaceDlg"; this.Text = "Workplace"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WorkplaceDlg_FormClosing); this.Load += new System.EventHandler(this.WorkplaceDlg_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.batchesGroupBox.ResumeLayout(false); this.batchesGroupBox.PerformLayout(); this.completedGroupBox.ResumeLayout(false); this.completedGroupBox.PerformLayout(); this.targetGroupBox.ResumeLayout(false); this.targetGroupBox.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Label workplaceLabel; private System.Windows.Forms.Label workerLabel; private System.Windows.Forms.Label workflowLabel; private System.Windows.Forms.Label workstepLabel; private System.Windows.Forms.ComboBox workflowComboBox; private System.Windows.Forms.ComboBox workstepComboBox; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox batchesGroupBox; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.Button saveAllCodesButton; private System.Windows.Forms.Button clearButton; private System.Windows.Forms.CheckBox failedCheckBox; private System.Windows.Forms.Button configureButton; private System.Windows.Forms.Button resetErrorStateButton; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox workerTextBox; private System.Windows.Forms.TextBox workplaceTextBox; private System.Windows.Forms.Button logoutButton; private System.Windows.Forms.Button refreshButton; private System.Windows.Forms.CheckBox batchesCheckBox; private System.Windows.Forms.GroupBox completedGroupBox; private System.Windows.Forms.Label completedLabel; private System.Windows.Forms.GroupBox targetGroupBox; private System.Windows.Forms.Label targetLabel; private System.Windows.Forms.ComboBox orderComboBox; private System.Windows.Forms.Label orderLabel; } }