namespace Workplace.CheckItems { partial class S640Stream { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S640Stream)); this.kodMaterialuLabel = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.setFocusButton = new System.Windows.Forms.Button(); this.descriptionMaterialuLabel = new System.Windows.Forms.Label(); this.pcbNumberTextBox = new System.Windows.Forms.TextBox(); this.pcbNumberLabel = new System.Windows.Forms.Label(); this.pcbNumberProgressBar = new MyProgressBar(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // kodMaterialuLabel // this.kodMaterialuLabel.AutoSize = true; this.kodMaterialuLabel.Location = new System.Drawing.Point(42, -3); this.kodMaterialuLabel.Name = "kodMaterialuLabel"; this.kodMaterialuLabel.Size = new System.Drawing.Size(122, 24); this.kodMaterialuLabel.TabIndex = 1; this.kodMaterialuLabel.Text = "kod materialu"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.InitialImage = null; this.pictureBox1.Location = new System.Drawing.Point(493, 28); 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, 3); 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"; // // pcbNumberTextBox // this.pcbNumberTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.pcbNumberTextBox.Location = new System.Drawing.Point(239, 26); this.pcbNumberTextBox.Name = "pcbNumberTextBox"; this.pcbNumberTextBox.Size = new System.Drawing.Size(230, 29); this.pcbNumberTextBox.TabIndex = 5; this.pcbNumberTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // pcbNumberLabel // this.pcbNumberLabel.AutoSize = true; this.pcbNumberLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.pcbNumberLabel.Location = new System.Drawing.Point(236, 8); this.pcbNumberLabel.Name = "pcbNumberLabel"; this.pcbNumberLabel.Size = new System.Drawing.Size(79, 15); this.pcbNumberLabel.TabIndex = 8; this.pcbNumberLabel.Text = "PCB Number"; // // pcbNumberProgressBar // this.pcbNumberProgressBar.Location = new System.Drawing.Point(241, 65); this.pcbNumberProgressBar.Name = "pcbNumberProgressBar"; this.pcbNumberProgressBar.Size = new System.Drawing.Size(227, 19); this.pcbNumberProgressBar.TabIndex = 9; // // S640Stream // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pcbNumberProgressBar); this.Controls.Add(this.pcbNumberLabel); this.Controls.Add(this.pcbNumberTextBox); this.Controls.Add(this.descriptionMaterialuLabel); this.Controls.Add(this.setFocusButton); this.Controls.Add(this.pictureBox1); 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 = "S640Stream"; this.Size = new System.Drawing.Size(547, 108); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label kodMaterialuLabel; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button setFocusButton; private System.Windows.Forms.Label descriptionMaterialuLabel; private System.Windows.Forms.TextBox pcbNumberTextBox; private System.Windows.Forms.Label pcbNumberLabel; private MyProgressBar pcbNumberProgressBar; } }