| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- namespace qdr.app.studiou.orders2printpack
- {
- partial class Design
- {
- /// <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 Windows Form 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()
- {
- 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;
- }
- }
|