namespace Workplace.CheckItems { partial class Scale { /// /// 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(Scale)); 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.massTextBox = new System.Windows.Forms.TextBox(); this.scaleSerialNrLabel = new System.Windows.Forms.Label(); this.massLabel = new System.Windows.Forms.Label(); this.rangeHiLabel = new System.Windows.Forms.Label(); this.rangeLoLabel = 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, -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"; // // massTextBox // this.massTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.massTextBox.Location = new System.Drawing.Point(239, 26); this.massTextBox.Name = "massTextBox"; this.massTextBox.Size = new System.Drawing.Size(230, 62); this.massTextBox.TabIndex = 5; this.massTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // scaleSerialNrLabel // this.scaleSerialNrLabel.AutoSize = true; this.scaleSerialNrLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.scaleSerialNrLabel.Location = new System.Drawing.Point(42, 71); this.scaleSerialNrLabel.Name = "scaleSerialNrLabel"; this.scaleSerialNrLabel.Size = new System.Drawing.Size(117, 15); this.scaleSerialNrLabel.TabIndex = 7; this.scaleSerialNrLabel.Text = "Scale serial number"; // // massLabel // this.massLabel.AutoSize = true; this.massLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.massLabel.Location = new System.Drawing.Point(236, 8); this.massLabel.Name = "massLabel"; this.massLabel.Size = new System.Drawing.Size(45, 15); this.massLabel.TabIndex = 8; this.massLabel.Text = "Weight"; // // rangeHiLabel // this.rangeHiLabel.AutoSize = true; this.rangeHiLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.rangeHiLabel.Location = new System.Drawing.Point(42, 56); this.rangeHiLabel.Name = "rangeHiLabel"; this.rangeHiLabel.Size = new System.Drawing.Size(73, 15); this.rangeHiLabel.TabIndex = 9; this.rangeHiLabel.Text = "Max. weight"; // // rangeLoLabel // this.rangeLoLabel.AutoSize = true; this.rangeLoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.rangeLoLabel.Location = new System.Drawing.Point(42, 41); this.rangeLoLabel.Name = "rangeLoLabel"; this.rangeLoLabel.Size = new System.Drawing.Size(70, 15); this.rangeLoLabel.TabIndex = 10; this.rangeLoLabel.Text = "Min. weight"; // // Scale // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.rangeLoLabel); this.Controls.Add(this.rangeHiLabel); this.Controls.Add(this.massLabel); this.Controls.Add(this.scaleSerialNrLabel); this.Controls.Add(this.massTextBox); 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 = "Scale"; 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 massTextBox; private System.Windows.Forms.Label scaleSerialNrLabel; private System.Windows.Forms.Label massLabel; private System.Windows.Forms.Label rangeHiLabel; private System.Windows.Forms.Label rangeLoLabel; } }