namespace qdr.app.studiou.orders2printpack
{
partial class Design
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
detProduct = new FlowLayoutPanel();
label1 = new Label();
tbdetId = new TextBox();
label2 = new Label();
tbdetName = new TextBox();
label3 = new Label();
tbdetSku = new TextBox();
label4 = new Label();
tbdetShortDescription = new TextBox();
label5 = new Label();
tbdetDescription = new TextBox();
label6 = new Label();
cbdetVariants = new ComboBox();
label7 = new Label();
tbdetParent = new ComboBox();
label8 = new Label();
tbdetPrice = new NumericUpDown();
label9 = new Label();
cbdetCategories = new ComboBox();
label10 = new Label();
tbdetUri = new TextBox();
detProduct.SuspendLayout();
((System.ComponentModel.ISupportInitialize)tbdetPrice).BeginInit();
SuspendLayout();
//
// detProduct
//
detProduct.Controls.Add(label1);
detProduct.Controls.Add(tbdetId);
detProduct.Controls.Add(label7);
detProduct.Controls.Add(tbdetParent);
detProduct.Controls.Add(label2);
detProduct.Controls.Add(tbdetName);
detProduct.Controls.Add(label3);
detProduct.Controls.Add(tbdetSku);
detProduct.Controls.Add(label4);
detProduct.Controls.Add(tbdetShortDescription);
detProduct.Controls.Add(label5);
detProduct.Controls.Add(tbdetDescription);
detProduct.Controls.Add(label6);
detProduct.Controls.Add(cbdetVariants);
detProduct.Controls.Add(label8);
detProduct.Controls.Add(tbdetPrice);
detProduct.Controls.Add(label9);
detProduct.Controls.Add(cbdetCategories);
detProduct.Controls.Add(label10);
detProduct.Controls.Add(tbdetUri);
detProduct.FlowDirection = FlowDirection.TopDown;
detProduct.Location = new Point(163, 6);
detProduct.Name = "detProduct";
detProduct.Size = new Size(474, 438);
detProduct.TabIndex = 2;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(3, 0);
label1.Name = "label1";
label1.Size = new Size(17, 15);
label1.TabIndex = 0;
label1.Text = "Id";
//
// tbdetId
//
tbdetId.Location = new Point(3, 18);
tbdetId.Name = "tbdetId";
tbdetId.ReadOnly = true;
tbdetId.Size = new Size(203, 23);
tbdetId.TabIndex = 1;
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(3, 88);
label2.Name = "label2";
label2.Size = new Size(42, 15);
label2.TabIndex = 2;
label2.Text = "Jméno";
//
// tbdetName
//
tbdetName.Location = new Point(3, 106);
tbdetName.Name = "tbdetName";
tbdetName.Size = new Size(203, 23);
tbdetName.TabIndex = 3;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(3, 132);
label3.Name = "label3";
label3.Size = new Size(125, 15);
label3.TabIndex = 4;
label3.Text = "Katalogové číslo (SKU)";
//
// tbdetSku
//
tbdetSku.Location = new Point(3, 150);
tbdetSku.Name = "tbdetSku";
tbdetSku.Size = new Size(203, 23);
tbdetSku.TabIndex = 5;
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(3, 176);
label4.Name = "label4";
label4.Size = new Size(72, 15);
label4.TabIndex = 6;
label4.Text = "Krátký popis";
//
// tbdetShortDescription
//
tbdetShortDescription.Location = new Point(3, 194);
tbdetShortDescription.Name = "tbdetShortDescription";
tbdetShortDescription.Size = new Size(203, 23);
tbdetShortDescription.TabIndex = 7;
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(3, 220);
label5.Name = "label5";
label5.Size = new Size(36, 15);
label5.TabIndex = 8;
label5.Text = "Popis";
//
// tbdetDescription
//
tbdetDescription.Location = new Point(3, 238);
tbdetDescription.Multiline = true;
tbdetDescription.Name = "tbdetDescription";
tbdetDescription.Size = new Size(203, 91);
tbdetDescription.TabIndex = 9;
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(3, 332);
label6.Name = "label6";
label6.Size = new Size(49, 15);
label6.TabIndex = 10;
label6.Text = "Varianta";
//
// cbdetVariants
//
cbdetVariants.FormattingEnabled = true;
cbdetVariants.Location = new Point(3, 350);
cbdetVariants.Name = "cbdetVariants";
cbdetVariants.Size = new Size(203, 23);
cbdetVariants.TabIndex = 11;
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(3, 44);
label7.Name = "label7";
label7.Size = new Size(101, 15);
label7.TabIndex = 12;
label7.Text = "Nadřazený / rodič";
//
// tbdetParent
//
tbdetParent.FormattingEnabled = true;
tbdetParent.Location = new Point(3, 62);
tbdetParent.Name = "tbdetParent";
tbdetParent.Size = new Size(203, 23);
tbdetParent.TabIndex = 13;
//
// label8
//
label8.AutoSize = true;
label8.Location = new Point(3, 376);
label8.Name = "label8";
label8.Size = new Size(34, 15);
label8.TabIndex = 14;
label8.Text = "Cena";
//
// tbdetPrice
//
tbdetPrice.DecimalPlaces = 2;
detProduct.SetFlowBreak(tbdetPrice, true);
tbdetPrice.Location = new Point(3, 394);
tbdetPrice.Name = "tbdetPrice";
tbdetPrice.Size = new Size(203, 23);
tbdetPrice.TabIndex = 16;
tbdetPrice.ThousandsSeparator = true;
//
// label9
//
label9.AutoSize = true;
label9.Location = new Point(212, 0);
label9.Name = "label9";
label9.Size = new Size(57, 15);
label9.TabIndex = 17;
label9.Text = "Kategorie";
//
// cbdetCategories
//
cbdetCategories.FormattingEnabled = true;
cbdetCategories.Location = new Point(212, 18);
cbdetCategories.Name = "cbdetCategories";
cbdetCategories.Size = new Size(203, 23);
cbdetCategories.TabIndex = 18;
//
// label10
//
label10.AutoSize = true;
label10.Location = new Point(212, 44);
label10.Name = "label10";
label10.Size = new Size(68, 15);
label10.TabIndex = 19;
label10.Text = "Obrázek Uri";
//
// tbdetUri
//
tbdetUri.Location = new Point(212, 62);
tbdetUri.Name = "tbdetUri";
tbdetUri.Size = new Size(203, 23);
tbdetUri.TabIndex = 20;
//
// Design
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(detProduct);
Name = "Design";
Text = "Design";
detProduct.ResumeLayout(false);
detProduct.PerformLayout();
((System.ComponentModel.ISupportInitialize)tbdetPrice).EndInit();
ResumeLayout(false);
}
#endregion
private FlowLayoutPanel detProduct;
private Label label1;
private TextBox tbdetId;
private Label label2;
private TextBox tbdetName;
private Label label3;
private TextBox tbdetSku;
private Label label4;
private TextBox tbdetShortDescription;
private Label label5;
private TextBox tbdetDescription;
private Label label7;
private ComboBox tbdetParent;
private Label label6;
private ComboBox cbdetVariants;
private Label label8;
private NumericUpDown tbdetPrice;
private Label label9;
private ComboBox cbdetCategories;
private Label label10;
private TextBox tbdetUri;
}
}