namespace Workplace.CheckItems { partial class BarcodeAndOraDBQuery { /// /// 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.part1NameLabel = new System.Windows.Forms.Label(); this.part1CodeTextBox = new System.Windows.Forms.TextBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.setFocusButton = new System.Windows.Forms.Button(); this.part1DescriptionLabel = new System.Windows.Forms.Label(); this.blackListLabel = new System.Windows.Forms.Label(); this.part2CodeTextBox = new System.Windows.Forms.TextBox(); this.part2DescriptionLabel = new System.Windows.Forms.Label(); this.part2NameLabel = new System.Windows.Forms.Label(); this.suffixLenTextBox = new System.Windows.Forms.TextBox(); this.suffixLenUpButton = new System.Windows.Forms.Button(); this.suffixLenDownButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // part1NameLabel // this.part1NameLabel.AutoSize = true; this.part1NameLabel.Location = new System.Drawing.Point(42, -5); this.part1NameLabel.Name = "part1NameLabel"; this.part1NameLabel.Size = new System.Drawing.Size(122, 24); this.part1NameLabel.TabIndex = 1; this.part1NameLabel.Text = "kod materialu"; // // part1CodeTextBox // this.part1CodeTextBox.Location = new System.Drawing.Point(239, 3); this.part1CodeTextBox.Name = "part1CodeTextBox"; this.part1CodeTextBox.Size = new System.Drawing.Size(240, 29); this.part1CodeTextBox.TabIndex = 3; // // pictureBox1 // this.pictureBox1.Image = global::Workplace.Properties.Resources.Barcode; this.pictureBox1.InitialImage = null; this.pictureBox1.Location = new System.Drawing.Point(499, 5); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(32, 32); this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // setFocusButton // this.setFocusButton.Location = new System.Drawing.Point(2, 38); 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); // // part1DescriptionLabel // this.part1DescriptionLabel.AutoSize = true; this.part1DescriptionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.part1DescriptionLabel.Location = new System.Drawing.Point(43, 20); this.part1DescriptionLabel.Name = "part1DescriptionLabel"; this.part1DescriptionLabel.Size = new System.Drawing.Size(71, 13); this.part1DescriptionLabel.TabIndex = 2; this.part1DescriptionLabel.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(480, 5); this.blackListLabel.Name = "blackListLabel"; this.blackListLabel.Size = new System.Drawing.Size(19, 25); this.blackListLabel.TabIndex = 4; this.blackListLabel.Text = "!"; this.blackListLabel.Visible = false; // // part2CodeTextBox // this.part2CodeTextBox.Location = new System.Drawing.Point(239, 41); this.part2CodeTextBox.Name = "part2CodeTextBox"; this.part2CodeTextBox.Size = new System.Drawing.Size(240, 29); this.part2CodeTextBox.TabIndex = 5; this.part2CodeTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.part2CodeTextBox_KeyPress); // // part2DescriptionLabel // this.part2DescriptionLabel.AutoSize = true; this.part2DescriptionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.part2DescriptionLabel.Location = new System.Drawing.Point(43, 60); this.part2DescriptionLabel.Name = "part2DescriptionLabel"; this.part2DescriptionLabel.Size = new System.Drawing.Size(71, 13); this.part2DescriptionLabel.TabIndex = 7; this.part2DescriptionLabel.Text = "opis materialu"; // // part2NameLabel // this.part2NameLabel.AutoSize = true; this.part2NameLabel.Location = new System.Drawing.Point(42, 35); this.part2NameLabel.Name = "part2NameLabel"; this.part2NameLabel.Size = new System.Drawing.Size(122, 24); this.part2NameLabel.TabIndex = 6; this.part2NameLabel.Text = "kod materialu"; // // suffixLenTextBox // this.suffixLenTextBox.Location = new System.Drawing.Point(485, 41); this.suffixLenTextBox.Name = "suffixLenTextBox"; this.suffixLenTextBox.Size = new System.Drawing.Size(25, 29); this.suffixLenTextBox.TabIndex = 8; this.suffixLenTextBox.Text = "0"; // // suffixLenUpButton // this.suffixLenUpButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.suffixLenUpButton.Location = new System.Drawing.Point(513, 40); this.suffixLenUpButton.Name = "suffixLenUpButton"; this.suffixLenUpButton.Size = new System.Drawing.Size(28, 15); this.suffixLenUpButton.TabIndex = 9; this.suffixLenUpButton.Text = "^"; this.suffixLenUpButton.UseVisualStyleBackColor = true; this.suffixLenUpButton.Click += new System.EventHandler(this.suffixLenUpButton_Click); // // suffixLenDownButton // this.suffixLenDownButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.suffixLenDownButton.Location = new System.Drawing.Point(513, 54); this.suffixLenDownButton.Name = "suffixLenDownButton"; this.suffixLenDownButton.Size = new System.Drawing.Size(28, 19); this.suffixLenDownButton.TabIndex = 10; this.suffixLenDownButton.Text = "v"; this.suffixLenDownButton.UseVisualStyleBackColor = true; this.suffixLenDownButton.Click += new System.EventHandler(this.suffixLenDownButton_Click); // // BarcodeAndOraDBQuery // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.suffixLenDownButton); this.Controls.Add(this.suffixLenUpButton); this.Controls.Add(this.suffixLenTextBox); this.Controls.Add(this.part2DescriptionLabel); this.Controls.Add(this.part2NameLabel); this.Controls.Add(this.part2CodeTextBox); this.Controls.Add(this.blackListLabel); this.Controls.Add(this.part1DescriptionLabel); this.Controls.Add(this.setFocusButton); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.part1CodeTextBox); this.Controls.Add(this.part1NameLabel); 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 = "BarcodeAndOraDBQuery"; this.Size = new System.Drawing.Size(547, 72); this.Load += new System.EventHandler(this.BarcodeAndOraDBQuery_Load); this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Polozka_MouseClick); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label part1NameLabel; private System.Windows.Forms.TextBox part1CodeTextBox; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button setFocusButton; private System.Windows.Forms.Label part1DescriptionLabel; private System.Windows.Forms.Label blackListLabel; private System.Windows.Forms.TextBox part2CodeTextBox; private System.Windows.Forms.Label part2DescriptionLabel; private System.Windows.Forms.Label part2NameLabel; private System.Windows.Forms.TextBox suffixLenTextBox; private System.Windows.Forms.Button suffixLenUpButton; private System.Windows.Forms.Button suffixLenDownButton; } }