tbf/Workplace/CheckItems/OkNok.Designer.cs

131 lines
5.9 KiB
C#

namespace Workplace.CheckItems
{
partial class OkNok
{
/// <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(OkNok));
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.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
((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";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.InitialImage = null;
this.pictureBox1.Location = new System.Drawing.Point(493, -8);
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";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(239, 3);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(108, 28);
this.checkBox1.TabIndex = 3;
this.checkBox1.Text = "Vyhovuje";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(353, 3);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(129, 28);
this.checkBox2.TabIndex = 4;
this.checkBox2.Text = "Nevyhovuje";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// PolozkaOkNok
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1);
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 = "PolozkaOkNok";
this.Size = new System.Drawing.Size(547, 36);
((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.CheckBox checkBox1;
private System.Windows.Forms.CheckBox checkBox2;
}
}