namespace Workplace.CheckItems { partial class SNGeneratorPrinter { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.blackListLabel = new System.Windows.Forms.Label(); this.descriptionMaterialuLabel = new System.Windows.Forms.Label(); this.setFocusButton = new System.Windows.Forms.Button(); this.scannedCodeTextBox = new System.Windows.Forms.TextBox(); this.kodMaterialuLabel = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // 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, 15); this.blackListLabel.Name = "blackListLabel"; this.blackListLabel.Size = new System.Drawing.Size(19, 25); this.blackListLabel.TabIndex = 9; this.blackListLabel.Text = "!"; this.blackListLabel.Visible = false; // // 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, 35); this.descriptionMaterialuLabel.Name = "descriptionMaterialuLabel"; this.descriptionMaterialuLabel.Size = new System.Drawing.Size(71, 13); this.descriptionMaterialuLabel.TabIndex = 7; this.descriptionMaterialuLabel.Text = "opis materialu"; // // setFocusButton // this.setFocusButton.Location = new System.Drawing.Point(2, 11); this.setFocusButton.Name = "setFocusButton"; this.setFocusButton.Size = new System.Drawing.Size(32, 32); this.setFocusButton.TabIndex = 5; this.setFocusButton.UseVisualStyleBackColor = true; // // scannedCodeTextBox // this.scannedCodeTextBox.Enabled = false; this.scannedCodeTextBox.Location = new System.Drawing.Point(191, 13); this.scannedCodeTextBox.Name = "scannedCodeTextBox"; this.scannedCodeTextBox.Size = new System.Drawing.Size(273, 29); this.scannedCodeTextBox.TabIndex = 8; // // 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 = 6; this.kodMaterialuLabel.Text = "kod materialu"; // // pictureBox1 // this.pictureBox1.Image = global::Workplace.Properties.Resources.datamatrix_54x54; this.pictureBox1.InitialImage = null; this.pictureBox1.Location = new System.Drawing.Point(492, 3); this.pictureBox1.Margin = new System.Windows.Forms.Padding(6); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(48, 48); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // SNGeneratorPrinter // 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.scannedCodeTextBox); this.Controls.Add(this.kodMaterialuLabel); this.Controls.Add(this.pictureBox1); 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 = "SNGeneratorPrinter"; this.Size = new System.Drawing.Size(547, 54); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label blackListLabel; private System.Windows.Forms.Label descriptionMaterialuLabel; private System.Windows.Forms.Button setFocusButton; private System.Windows.Forms.TextBox scannedCodeTextBox; private System.Windows.Forms.Label kodMaterialuLabel; } }