130 lines
6.1 KiB
C#
130 lines
6.1 KiB
C#
namespace Workplace.CheckItems
|
|
{
|
|
partial class Keyboard
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Keyboard));
|
|
this.kodMaterialuLabel = new System.Windows.Forms.Label();
|
|
this.scannedCodeTextBox = new System.Windows.Forms.TextBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.setFocusButton = new System.Windows.Forms.Button();
|
|
this.descriptionMaterialuLabel = new System.Windows.Forms.Label();
|
|
this.blackListLabel = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// kodMaterialuLabel
|
|
//
|
|
this.kodMaterialuLabel.AutoSize = true;
|
|
this.kodMaterialuLabel.Location = new System.Drawing.Point(42, -5);
|
|
this.kodMaterialuLabel.Name = "kodMaterialuLabel";
|
|
this.kodMaterialuLabel.Size = new System.Drawing.Size(122, 24);
|
|
this.kodMaterialuLabel.TabIndex = 1;
|
|
this.kodMaterialuLabel.Text = "kod materialu";
|
|
//
|
|
// scannedCodeTextBox
|
|
//
|
|
this.scannedCodeTextBox.Location = new System.Drawing.Point(239, 3);
|
|
this.scannedCodeTextBox.Name = "scannedCodeTextBox";
|
|
this.scannedCodeTextBox.Size = new System.Drawing.Size(228, 29);
|
|
this.scannedCodeTextBox.TabIndex = 3;
|
|
this.scannedCodeTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.scannedCodeTextBox_KeyPress);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.InitialImage = null;
|
|
this.pictureBox1.Location = new System.Drawing.Point(493, -9);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(48, 48);
|
|
this.pictureBox1.TabIndex = 2;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// setFocusButton
|
|
//
|
|
this.setFocusButton.Location = new System.Drawing.Point(2, 1);
|
|
this.setFocusButton.Name = "setFocusButton";
|
|
this.setFocusButton.Size = new System.Drawing.Size(32, 32);
|
|
this.setFocusButton.TabIndex = 0;
|
|
this.setFocusButton.UseVisualStyleBackColor = true;
|
|
this.setFocusButton.Click += new System.EventHandler(this.setFocusButton_Click);
|
|
//
|
|
// descriptionMaterialuLabel
|
|
//
|
|
this.descriptionMaterialuLabel.AutoSize = true;
|
|
this.descriptionMaterialuLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.descriptionMaterialuLabel.Location = new System.Drawing.Point(43, 25);
|
|
this.descriptionMaterialuLabel.Name = "descriptionMaterialuLabel";
|
|
this.descriptionMaterialuLabel.Size = new System.Drawing.Size(71, 13);
|
|
this.descriptionMaterialuLabel.TabIndex = 2;
|
|
this.descriptionMaterialuLabel.Text = "opis materialu";
|
|
//
|
|
// blackListLabel
|
|
//
|
|
this.blackListLabel.AutoSize = true;
|
|
this.blackListLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.blackListLabel.ForeColor = System.Drawing.Color.Red;
|
|
this.blackListLabel.Location = new System.Drawing.Point(470, 5);
|
|
this.blackListLabel.Name = "blackListLabel";
|
|
this.blackListLabel.Size = new System.Drawing.Size(19, 25);
|
|
this.blackListLabel.TabIndex = 5;
|
|
this.blackListLabel.Text = "!";
|
|
this.blackListLabel.Visible = false;
|
|
//
|
|
// PolozkaKbd
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.blackListLabel);
|
|
this.Controls.Add(this.descriptionMaterialuLabel);
|
|
this.Controls.Add(this.setFocusButton);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.scannedCodeTextBox);
|
|
this.Controls.Add(this.kodMaterialuLabel);
|
|
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 = "PolozkaKbd";
|
|
this.Size = new System.Drawing.Size(547, 36);
|
|
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PolozkaKbd_MouseClick);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label kodMaterialuLabel;
|
|
private System.Windows.Forms.TextBox scannedCodeTextBox;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Button setFocusButton;
|
|
private System.Windows.Forms.Label descriptionMaterialuLabel;
|
|
private System.Windows.Forms.Label blackListLabel;
|
|
}
|
|
}
|