namespace qdr.app.studiou.orders2printpack { partial class FormProductEdit { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProductEdit)); ssMain = new StatusStrip(); tsslblOutput = new ToolStripStatusLabel(); tsslblProducts = new ToolStripStatusLabel(); tsslblVariants = new ToolStripStatusLabel(); tsMain = new ToolStrip(); tbbutNew = new ToolStripButton(); tbbutOpen = new ToolStripButton(); tbbutSave = new ToolStripButton(); toolStripSeparator1 = new ToolStripSeparator(); tbbutImport = new ToolStripButton(); toolStripSeparator11 = new ToolStripSeparator(); tbbutGenerateRepo = new ToolStripButton(); splitContainer1 = new SplitContainer(); lvProducts = new ListView(); colprdCat = new ColumnHeader(); colprdType = new ColumnHeader(); colprdPrior = new ColumnHeader(); colprdSku = new ColumnHeader(); colprdName = new ColumnHeader(); colprdVariant = new ColumnHeader(); colprdPrice = new ColumnHeader(); colprdUri = new ColumnHeader(); colprdDescription = new ColumnHeader(); tsProducts = new ToolStrip(); toolStripLabel4 = new ToolStripLabel(); toolStripSeparator10 = new ToolStripSeparator(); tbbutProdNew = new ToolStripButton(); tbbutProdVarNew = new ToolStripButton(); tbbutProdDelete = new ToolStripButton(); toolStripSeparator2 = new ToolStripSeparator(); tbbutProdClone = new ToolStripButton(); toolStripSeparator3 = new ToolStripSeparator(); toolStripLabel1 = new ToolStripLabel(); tbbutProduct = new ToolStripButton(); tbbutVariant = new ToolStripButton(); splitContainer2 = new SplitContainer(); splitContainer3 = new SplitContainer(); lvVariants = new ListView(); colvarName = new ColumnHeader(); colvarPrice = new ColumnHeader(); tsVariants = new ToolStrip(); toolStripLabel2 = new ToolStripLabel(); toolStripSeparator6 = new ToolStripSeparator(); tbbutVarNew = new ToolStripButton(); tbbutVarDelete = new ToolStripButton(); toolStripSeparator7 = new ToolStripSeparator(); tbbutVarApply = new ToolStripButton(); lvCategories = new ListView(); colcatName = new ColumnHeader(); tsCategories = new ToolStrip(); toolStripLabel3 = new ToolStripLabel(); toolStripSeparator8 = new ToolStripSeparator(); tbbutCatNew = new ToolStripButton(); tbbutCatDelete = new ToolStripButton(); toolStripSeparator9 = new ToolStripSeparator(); detProduct = new FlowLayoutPanel(); ltbdetId = new Label(); tbdetId = new TextBox(); lcbdetParent = new Label(); cbdetParent = new ComboBox(); ltbdetName = new Label(); tbdetName = new TextBox(); ltbdetSku = new Label(); tbdetSku = new TextBox(); ltbdetShortDescription = new Label(); tbdetShortDescription = new TextBox(); ltbdetDescription = new Label(); tbdetDescription = new TextBox(); ltbdetPrice = new Label(); tbdetPrice = new NumericUpDown(); lcbdetCategories = new Label(); cbdetCategories = new ComboBox(); ltbdetUri = new Label(); tbdetUri = new TextBox(); tsProductDetail = new ToolStrip(); tblbCaption = new ToolStripLabel(); toolStripSeparator5 = new ToolStripSeparator(); tbbutDetSave = new ToolStripButton(); toolStripSeparator4 = new ToolStripSeparator(); tbbutDetCopy = new ToolStripButton(); tbbutDetPaste = new ToolStripButton(); dlgOpenFile = new OpenFileDialog(); dlgOpenDir = new FolderBrowserDialog(); dlgSaveFile = new SaveFileDialog(); dlgDirSelect = new FolderBrowserDialog(); ssMain.SuspendLayout(); tsMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tsProducts.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)splitContainer3).BeginInit(); splitContainer3.Panel1.SuspendLayout(); splitContainer3.Panel2.SuspendLayout(); splitContainer3.SuspendLayout(); tsVariants.SuspendLayout(); tsCategories.SuspendLayout(); detProduct.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)tbdetPrice).BeginInit(); tsProductDetail.SuspendLayout(); SuspendLayout(); // // ssMain // ssMain.Items.AddRange(new ToolStripItem[] { tsslblOutput, tsslblProducts, tsslblVariants }); ssMain.Location = new Point(0, 428); ssMain.Name = "ssMain"; ssMain.Size = new Size(1117, 22); ssMain.TabIndex = 0; ssMain.Text = "statusStrip1"; // // tsslblOutput // tsslblOutput.Name = "tsslblOutput"; tsslblOutput.Size = new Size(66, 17); tsslblOutput.Text = "Output File"; // // tsslblProducts // tsslblProducts.Name = "tsslblProducts"; tsslblProducts.Size = new Size(54, 17); tsslblProducts.Text = "Products"; // // tsslblVariants // tsslblVariants.Name = "tsslblVariants"; tsslblVariants.Size = new Size(48, 17); tsslblVariants.Text = "Variants"; // // tsMain // tsMain.Items.AddRange(new ToolStripItem[] { tbbutNew, tbbutOpen, tbbutSave, toolStripSeparator1, tbbutImport, toolStripSeparator11, tbbutGenerateRepo }); tsMain.Location = new Point(0, 0); tsMain.Name = "tsMain"; tsMain.Size = new Size(1117, 25); tsMain.TabIndex = 1; tsMain.Text = "toolStrip1"; // // tbbutNew // tbbutNew.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutNew.Image = (Image)resources.GetObject("tbbutNew.Image"); tbbutNew.ImageTransparentColor = Color.Magenta; tbbutNew.Name = "tbbutNew"; tbbutNew.Size = new Size(39, 22); tbbutNew.Text = "Nový"; tbbutNew.Click += tbbutNew_Click; // // tbbutOpen // tbbutOpen.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutOpen.Image = (Image)resources.GetObject("tbbutOpen.Image"); tbbutOpen.ImageTransparentColor = Color.Magenta; tbbutOpen.Name = "tbbutOpen"; tbbutOpen.Size = new Size(47, 22); tbbutOpen.Text = "Otevřít"; tbbutOpen.Click += tbbutOpen_Click; // // tbbutSave // tbbutSave.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutSave.Image = (Image)resources.GetObject("tbbutSave.Image"); tbbutSave.ImageTransparentColor = Color.Magenta; tbbutSave.Name = "tbbutSave"; tbbutSave.Size = new Size(41, 22); tbbutSave.Text = "Uložit"; tbbutSave.Click += tbbutSave_Click; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new Size(6, 25); // // tbbutImport // tbbutImport.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutImport.Image = (Image)resources.GetObject("tbbutImport.Image"); tbbutImport.ImageTransparentColor = Color.Magenta; tbbutImport.Name = "tbbutImport"; tbbutImport.Size = new Size(47, 22); tbbutImport.Text = "Import"; tbbutImport.Click += tbbutImport_Click; // // toolStripSeparator11 // toolStripSeparator11.Name = "toolStripSeparator11"; toolStripSeparator11.Size = new Size(6, 25); // // tbbutGenerateRepo // tbbutGenerateRepo.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutGenerateRepo.Image = (Image)resources.GetObject("tbbutGenerateRepo.Image"); tbbutGenerateRepo.ImageTransparentColor = Color.Magenta; tbbutGenerateRepo.Name = "tbbutGenerateRepo"; tbbutGenerateRepo.Size = new Size(108, 22); tbbutGenerateRepo.Text = "Generuj repository"; tbbutGenerateRepo.Click += tbbutGenerateRepo_Click; // // splitContainer1 // splitContainer1.Dock = DockStyle.Fill; splitContainer1.Location = new Point(0, 25); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(lvProducts); splitContainer1.Panel1.Controls.Add(tsProducts); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new Size(1117, 403); splitContainer1.SplitterDistance = 580; splitContainer1.TabIndex = 2; // // lvProducts // lvProducts.AllowColumnReorder = true; lvProducts.Columns.AddRange(new ColumnHeader[] { colprdCat, colprdType, colprdPrior, colprdSku, colprdName, colprdVariant, colprdPrice, colprdUri, colprdDescription }); lvProducts.Dock = DockStyle.Fill; lvProducts.FullRowSelect = true; lvProducts.GridLines = true; lvProducts.Location = new Point(0, 25); lvProducts.Name = "lvProducts"; lvProducts.Size = new Size(580, 378); lvProducts.TabIndex = 1; lvProducts.UseCompatibleStateImageBehavior = false; lvProducts.View = View.Details; lvProducts.ItemSelectionChanged += lvProducts_ItemSelectionChanged; // // colprdCat // colprdCat.Tag = "Category"; colprdCat.Text = "Kategorie"; colprdCat.Width = 120; // // colprdType // colprdType.Tag = "TypeAsString"; colprdType.Text = "Typ"; // // colprdPrior // colprdPrior.Tag = "ParentName"; colprdPrior.Text = "Nadřazený"; // // colprdSku // colprdSku.Tag = "Sku"; colprdSku.Text = "SKU"; // // colprdName // colprdName.Tag = "ProductName"; colprdName.Text = "Jméno"; colprdName.Width = 120; // // colprdVariant // colprdVariant.Tag = "VariantName"; colprdVariant.Text = "Varianta"; // // colprdPrice // colprdPrice.Tag = "Price"; colprdPrice.Text = "Cena"; // // colprdUri // colprdUri.Tag = "Uri"; colprdUri.Text = "Uri"; colprdUri.Width = 260; // // colprdDescription // colprdDescription.Tag = "ShortDescription"; colprdDescription.Text = "Popis"; // // tsProducts // tsProducts.Items.AddRange(new ToolStripItem[] { toolStripLabel4, toolStripSeparator10, tbbutProdNew, tbbutProdVarNew, tbbutProdDelete, toolStripSeparator2, tbbutProdClone, toolStripSeparator3, toolStripLabel1, tbbutProduct, tbbutVariant }); tsProducts.Location = new Point(0, 0); tsProducts.Name = "tsProducts"; tsProducts.Size = new Size(580, 25); tsProducts.TabIndex = 0; tsProducts.Text = "toolStrip3"; // // toolStripLabel4 // toolStripLabel4.Font = new Font("Segoe UI", 9F, FontStyle.Bold); toolStripLabel4.Name = "toolStripLabel4"; toolStripLabel4.Size = new Size(58, 22); toolStripLabel4.Text = "Produkty"; // // toolStripSeparator10 // toolStripSeparator10.Name = "toolStripSeparator10"; toolStripSeparator10.Size = new Size(6, 25); // // tbbutProdNew // tbbutProdNew.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutProdNew.Image = (Image)resources.GetObject("tbbutProdNew.Image"); tbbutProdNew.ImageTransparentColor = Color.Magenta; tbbutProdNew.Name = "tbbutProdNew"; tbbutProdNew.Size = new Size(86, 22); tbbutProdNew.Text = "Přidej Produkt"; tbbutProdNew.Click += tbbutProdNew_Click; // // tbbutProdVarNew // tbbutProdVarNew.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutProdVarNew.Image = (Image)resources.GetObject("tbbutProdVarNew.Image"); tbbutProdVarNew.ImageTransparentColor = Color.Magenta; tbbutProdVarNew.Name = "tbbutProdVarNew"; tbbutProdVarNew.Size = new Size(87, 22); tbbutProdVarNew.Text = "Přidej Variantu"; tbbutProdVarNew.Click += tbbutProdVarNew_Click; // // tbbutProdDelete // tbbutProdDelete.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutProdDelete.Image = (Image)resources.GetObject("tbbutProdDelete.Image"); tbbutProdDelete.ImageTransparentColor = Color.Magenta; tbbutProdDelete.Name = "tbbutProdDelete"; tbbutProdDelete.Size = new Size(39, 22); tbbutProdDelete.Text = "Smaž"; tbbutProdDelete.Click += tbbutProdDelete_Click; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new Size(6, 25); // // tbbutProdClone // tbbutProdClone.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutProdClone.Image = (Image)resources.GetObject("tbbutProdClone.Image"); tbbutProdClone.ImageTransparentColor = Color.Magenta; tbbutProdClone.Name = "tbbutProdClone"; tbbutProdClone.Size = new Size(45, 22); tbbutProdClone.Text = "Klonuj"; tbbutProdClone.Click += tbbutProdClone_Click; // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new Size(6, 25); // // toolStripLabel1 // toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new Size(30, 22); toolStripLabel1.Text = "Filtr:"; // // tbbutProduct // tbbutProduct.Checked = true; tbbutProduct.CheckState = CheckState.Checked; tbbutProduct.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutProduct.Image = (Image)resources.GetObject("tbbutProduct.Image"); tbbutProduct.ImageTransparentColor = Color.Magenta; tbbutProduct.Name = "tbbutProduct"; tbbutProduct.Size = new Size(59, 22); tbbutProduct.Text = "Produkty"; tbbutProduct.Click += tbbutProduct_Click; // // tbbutVariant // tbbutVariant.Checked = true; tbbutVariant.CheckState = CheckState.Checked; tbbutVariant.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutVariant.Image = (Image)resources.GetObject("tbbutVariant.Image"); tbbutVariant.ImageTransparentColor = Color.Magenta; tbbutVariant.Name = "tbbutVariant"; tbbutVariant.Size = new Size(53, 22); tbbutVariant.Text = "Varianty"; tbbutVariant.Click += tbbutVariant_Click; // // splitContainer2 // splitContainer2.Dock = DockStyle.Fill; splitContainer2.Location = new Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(splitContainer3); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(detProduct); splitContainer2.Panel2.Controls.Add(tsProductDetail); splitContainer2.Size = new Size(533, 403); splitContainer2.SplitterDistance = 124; splitContainer2.TabIndex = 0; // // splitContainer3 // splitContainer3.Dock = DockStyle.Fill; splitContainer3.Location = new Point(0, 0); splitContainer3.Name = "splitContainer3"; // // splitContainer3.Panel1 // splitContainer3.Panel1.Controls.Add(lvVariants); splitContainer3.Panel1.Controls.Add(tsVariants); // // splitContainer3.Panel2 // splitContainer3.Panel2.Controls.Add(lvCategories); splitContainer3.Panel2.Controls.Add(tsCategories); splitContainer3.Size = new Size(533, 124); splitContainer3.SplitterDistance = 267; splitContainer3.TabIndex = 0; // // lvVariants // lvVariants.AllowColumnReorder = true; lvVariants.Columns.AddRange(new ColumnHeader[] { colvarName, colvarPrice }); lvVariants.Dock = DockStyle.Fill; lvVariants.FullRowSelect = true; lvVariants.GridLines = true; lvVariants.Location = new Point(0, 25); lvVariants.Name = "lvVariants"; lvVariants.Size = new Size(267, 99); lvVariants.TabIndex = 2; lvVariants.UseCompatibleStateImageBehavior = false; lvVariants.View = View.Details; lvVariants.ItemSelectionChanged += lvVariants_ItemSelectionChanged; // // colvarName // colvarName.Tag = "Name"; colvarName.Text = "Jméno"; colvarName.Width = 120; // // colvarPrice // colvarPrice.Tag = "Price"; colvarPrice.Text = "Cena"; // // tsVariants // tsVariants.Items.AddRange(new ToolStripItem[] { toolStripLabel2, toolStripSeparator6, tbbutVarNew, tbbutVarDelete, toolStripSeparator7, tbbutVarApply }); tsVariants.Location = new Point(0, 0); tsVariants.Name = "tsVariants"; tsVariants.Size = new Size(267, 25); tsVariants.TabIndex = 0; tsVariants.Text = "toolStrip1"; // // toolStripLabel2 // toolStripLabel2.Font = new Font("Segoe UI", 9F, FontStyle.Bold); toolStripLabel2.Name = "toolStripLabel2"; toolStripLabel2.Size = new Size(52, 22); toolStripLabel2.Text = "Varianty"; // // toolStripSeparator6 // toolStripSeparator6.Name = "toolStripSeparator6"; toolStripSeparator6.Size = new Size(6, 25); // // tbbutVarNew // tbbutVarNew.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutVarNew.Image = (Image)resources.GetObject("tbbutVarNew.Image"); tbbutVarNew.ImageTransparentColor = Color.Magenta; tbbutVarNew.Name = "tbbutVarNew"; tbbutVarNew.Size = new Size(41, 22); tbbutVarNew.Text = "Přidej"; tbbutVarNew.Click += tbbutVarNew_Click; // // tbbutVarDelete // tbbutVarDelete.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutVarDelete.Image = (Image)resources.GetObject("tbbutVarDelete.Image"); tbbutVarDelete.ImageTransparentColor = Color.Magenta; tbbutVarDelete.Name = "tbbutVarDelete"; tbbutVarDelete.Size = new Size(39, 22); tbbutVarDelete.Text = "Smaž"; tbbutVarDelete.Click += tbbutVarDelete_Click; // // toolStripSeparator7 // toolStripSeparator7.Name = "toolStripSeparator7"; toolStripSeparator7.Size = new Size(6, 25); // // tbbutVarApply // tbbutVarApply.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutVarApply.Image = (Image)resources.GetObject("tbbutVarApply.Image"); tbbutVarApply.ImageTransparentColor = Color.Magenta; tbbutVarApply.Name = "tbbutVarApply"; tbbutVarApply.Size = new Size(48, 22); tbbutVarApply.Text = "Aplikuj"; tbbutVarApply.Click += tbbutVarApply_Click; // // lvCategories // lvCategories.AllowColumnReorder = true; lvCategories.Columns.AddRange(new ColumnHeader[] { colcatName }); lvCategories.Dock = DockStyle.Fill; lvCategories.FullRowSelect = true; lvCategories.GridLines = true; lvCategories.Location = new Point(0, 25); lvCategories.Name = "lvCategories"; lvCategories.Size = new Size(262, 99); lvCategories.TabIndex = 3; lvCategories.UseCompatibleStateImageBehavior = false; lvCategories.View = View.Details; lvCategories.ItemSelectionChanged += lvCategories_ItemSelectionChanged; // // colcatName // colcatName.Tag = "Name"; colcatName.Text = "Jméno"; colcatName.Width = 120; // // tsCategories // tsCategories.Items.AddRange(new ToolStripItem[] { toolStripLabel3, toolStripSeparator8, tbbutCatNew, tbbutCatDelete, toolStripSeparator9 }); tsCategories.Location = new Point(0, 0); tsCategories.Name = "tsCategories"; tsCategories.Size = new Size(262, 25); tsCategories.TabIndex = 0; tsCategories.Text = "toolStrip1"; // // toolStripLabel3 // toolStripLabel3.Font = new Font("Segoe UI", 9F, FontStyle.Bold); toolStripLabel3.Name = "toolStripLabel3"; toolStripLabel3.Size = new Size(62, 22); toolStripLabel3.Text = "Kategorie"; // // toolStripSeparator8 // toolStripSeparator8.Name = "toolStripSeparator8"; toolStripSeparator8.Size = new Size(6, 25); // // tbbutCatNew // tbbutCatNew.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutCatNew.Image = (Image)resources.GetObject("tbbutCatNew.Image"); tbbutCatNew.ImageTransparentColor = Color.Magenta; tbbutCatNew.Name = "tbbutCatNew"; tbbutCatNew.Size = new Size(41, 22); tbbutCatNew.Text = "Přidej"; tbbutCatNew.Click += tbbutCatNew_Click; // // tbbutCatDelete // tbbutCatDelete.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutCatDelete.Image = (Image)resources.GetObject("tbbutCatDelete.Image"); tbbutCatDelete.ImageTransparentColor = Color.Magenta; tbbutCatDelete.Name = "tbbutCatDelete"; tbbutCatDelete.Size = new Size(39, 22); tbbutCatDelete.Text = "Smaž"; tbbutCatDelete.Click += tbbutCatDelete_Click; // // toolStripSeparator9 // toolStripSeparator9.Name = "toolStripSeparator9"; toolStripSeparator9.Size = new Size(6, 25); // // detProduct // detProduct.AutoScroll = true; detProduct.Controls.Add(ltbdetId); detProduct.Controls.Add(tbdetId); detProduct.Controls.Add(lcbdetParent); detProduct.Controls.Add(cbdetParent); detProduct.Controls.Add(ltbdetName); detProduct.Controls.Add(tbdetName); detProduct.Controls.Add(ltbdetSku); detProduct.Controls.Add(tbdetSku); detProduct.Controls.Add(ltbdetShortDescription); detProduct.Controls.Add(tbdetShortDescription); detProduct.Controls.Add(ltbdetDescription); detProduct.Controls.Add(tbdetDescription); detProduct.Controls.Add(ltbdetPrice); detProduct.Controls.Add(tbdetPrice); detProduct.Controls.Add(lcbdetCategories); detProduct.Controls.Add(cbdetCategories); detProduct.Controls.Add(ltbdetUri); detProduct.Controls.Add(tbdetUri); detProduct.Dock = DockStyle.Fill; detProduct.FlowDirection = FlowDirection.TopDown; detProduct.Location = new Point(0, 25); detProduct.Name = "detProduct"; detProduct.Size = new Size(533, 250); detProduct.TabIndex = 3; // // ltbdetId // ltbdetId.AutoSize = true; ltbdetId.Location = new Point(3, 0); ltbdetId.Name = "ltbdetId"; ltbdetId.Size = new Size(17, 15); ltbdetId.TabIndex = 0; ltbdetId.Text = "Id"; // // tbdetId // tbdetId.Location = new Point(3, 18); tbdetId.Name = "tbdetId"; tbdetId.ReadOnly = true; tbdetId.Size = new Size(203, 23); tbdetId.TabIndex = 1; // // lcbdetParent // lcbdetParent.AutoSize = true; lcbdetParent.Location = new Point(3, 44); lcbdetParent.Name = "lcbdetParent"; lcbdetParent.Size = new Size(101, 15); lcbdetParent.TabIndex = 12; lcbdetParent.Text = "Nadřazený / rodič"; // // cbdetParent // cbdetParent.DropDownStyle = ComboBoxStyle.DropDownList; cbdetParent.FormattingEnabled = true; cbdetParent.Location = new Point(3, 62); cbdetParent.Name = "cbdetParent"; cbdetParent.Size = new Size(203, 23); cbdetParent.TabIndex = 13; // // ltbdetName // ltbdetName.AutoSize = true; ltbdetName.Location = new Point(3, 88); ltbdetName.Name = "ltbdetName"; ltbdetName.Size = new Size(42, 15); ltbdetName.TabIndex = 2; ltbdetName.Text = "Jméno"; // // tbdetName // tbdetName.Location = new Point(3, 106); tbdetName.Name = "tbdetName"; tbdetName.Size = new Size(203, 23); tbdetName.TabIndex = 3; // // ltbdetSku // ltbdetSku.AutoSize = true; ltbdetSku.Location = new Point(3, 132); ltbdetSku.Name = "ltbdetSku"; ltbdetSku.Size = new Size(125, 15); ltbdetSku.TabIndex = 4; ltbdetSku.Text = "Katalogové číslo (SKU)"; // // tbdetSku // tbdetSku.Location = new Point(3, 150); tbdetSku.Name = "tbdetSku"; tbdetSku.Size = new Size(203, 23); tbdetSku.TabIndex = 5; // // ltbdetShortDescription // ltbdetShortDescription.AutoSize = true; ltbdetShortDescription.Location = new Point(3, 176); ltbdetShortDescription.Name = "ltbdetShortDescription"; ltbdetShortDescription.Size = new Size(72, 15); ltbdetShortDescription.TabIndex = 6; ltbdetShortDescription.Text = "Krátký popis"; // // tbdetShortDescription // tbdetShortDescription.Location = new Point(3, 194); tbdetShortDescription.Name = "tbdetShortDescription"; tbdetShortDescription.Size = new Size(203, 23); tbdetShortDescription.TabIndex = 7; // // ltbdetDescription // ltbdetDescription.AutoSize = true; ltbdetDescription.Location = new Point(3, 220); ltbdetDescription.Name = "ltbdetDescription"; ltbdetDescription.Size = new Size(36, 15); ltbdetDescription.TabIndex = 8; ltbdetDescription.Text = "Popis"; // // tbdetDescription // tbdetDescription.Location = new Point(212, 3); tbdetDescription.Multiline = true; tbdetDescription.Name = "tbdetDescription"; tbdetDescription.Size = new Size(203, 91); tbdetDescription.TabIndex = 9; // // ltbdetPrice // ltbdetPrice.AutoSize = true; ltbdetPrice.Location = new Point(212, 97); ltbdetPrice.Name = "ltbdetPrice"; ltbdetPrice.Size = new Size(34, 15); ltbdetPrice.TabIndex = 14; ltbdetPrice.Text = "Cena"; // // tbdetPrice // tbdetPrice.DecimalPlaces = 2; detProduct.SetFlowBreak(tbdetPrice, true); tbdetPrice.Location = new Point(212, 115); tbdetPrice.Maximum = new decimal(new int[] { 100000, 0, 0, 0 }); tbdetPrice.Name = "tbdetPrice"; tbdetPrice.Size = new Size(203, 23); tbdetPrice.TabIndex = 16; tbdetPrice.ThousandsSeparator = true; // // lcbdetCategories // lcbdetCategories.AutoSize = true; lcbdetCategories.Location = new Point(421, 0); lcbdetCategories.Name = "lcbdetCategories"; lcbdetCategories.Size = new Size(57, 15); lcbdetCategories.TabIndex = 17; lcbdetCategories.Text = "Kategorie"; // // cbdetCategories // cbdetCategories.DropDownStyle = ComboBoxStyle.DropDownList; cbdetCategories.FormattingEnabled = true; cbdetCategories.Location = new Point(421, 18); cbdetCategories.Name = "cbdetCategories"; cbdetCategories.Size = new Size(203, 23); cbdetCategories.TabIndex = 18; // // ltbdetUri // ltbdetUri.AutoSize = true; ltbdetUri.Location = new Point(421, 44); ltbdetUri.Name = "ltbdetUri"; ltbdetUri.Size = new Size(68, 15); ltbdetUri.TabIndex = 19; ltbdetUri.Text = "Obrázek Uri"; // // tbdetUri // tbdetUri.Location = new Point(421, 62); tbdetUri.Name = "tbdetUri"; tbdetUri.Size = new Size(203, 23); tbdetUri.TabIndex = 20; // // tsProductDetail // tsProductDetail.Items.AddRange(new ToolStripItem[] { tblbCaption, toolStripSeparator5, tbbutDetSave, toolStripSeparator4, tbbutDetCopy, tbbutDetPaste }); tsProductDetail.Location = new Point(0, 0); tsProductDetail.Name = "tsProductDetail"; tsProductDetail.Size = new Size(533, 25); tsProductDetail.TabIndex = 0; tsProductDetail.Text = "toolStrip2"; // // tblbCaption // tblbCaption.Font = new Font("Segoe UI", 9F, FontStyle.Bold); tblbCaption.Name = "tblbCaption"; tblbCaption.Size = new Size(85, 22); tblbCaption.Text = "Detail Caption"; // // toolStripSeparator5 // toolStripSeparator5.Name = "toolStripSeparator5"; toolStripSeparator5.Size = new Size(6, 25); // // tbbutDetSave // tbbutDetSave.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutDetSave.Image = (Image)resources.GetObject("tbbutDetSave.Image"); tbbutDetSave.ImageTransparentColor = Color.Magenta; tbbutDetSave.Name = "tbbutDetSave"; tbbutDetSave.Size = new Size(34, 22); tbbutDetSave.Text = "Ulož"; tbbutDetSave.Click += tbbutDetSave_Click; // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new Size(6, 25); // // tbbutDetCopy // tbbutDetCopy.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutDetCopy.Image = (Image)resources.GetObject("tbbutDetCopy.Image"); tbbutDetCopy.ImageTransparentColor = Color.Magenta; tbbutDetCopy.Name = "tbbutDetCopy"; tbbutDetCopy.Size = new Size(49, 22); tbbutDetCopy.Text = "Kopíruj"; tbbutDetCopy.Click += tbbutDetCopy_Click; // // tbbutDetPaste // tbbutDetPaste.DisplayStyle = ToolStripItemDisplayStyle.Text; tbbutDetPaste.Image = (Image)resources.GetObject("tbbutDetPaste.Image"); tbbutDetPaste.ImageTransparentColor = Color.Magenta; tbbutDetPaste.Name = "tbbutDetPaste"; tbbutDetPaste.Size = new Size(33, 22); tbbutDetPaste.Text = "Vlož"; tbbutDetPaste.Click += tbbutDetPaste_Click; // // dlgOpenFile // dlgOpenFile.CheckFileExists = false; dlgOpenFile.DefaultExt = "*.csv"; dlgOpenFile.Filter = "CSV files|*.csv"; // // dlgSaveFile // dlgSaveFile.DefaultExt = "*.csv"; dlgSaveFile.Filter = "CSV files|*.csv"; // // dlgDirSelect // dlgDirSelect.Description = "Vyberte adresář do kterého se vygeneruje struktura repository"; // // FormProductEdit // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1117, 450); Controls.Add(splitContainer1); Controls.Add(tsMain); Controls.Add(ssMain); Icon = (Icon)resources.GetObject("$this.Icon"); Name = "FormProductEdit"; Text = "Editor produktů"; ssMain.ResumeLayout(false); ssMain.PerformLayout(); tsMain.ResumeLayout(false); tsMain.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit(); splitContainer1.ResumeLayout(false); tsProducts.ResumeLayout(false); tsProducts.PerformLayout(); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit(); splitContainer2.ResumeLayout(false); splitContainer3.Panel1.ResumeLayout(false); splitContainer3.Panel1.PerformLayout(); splitContainer3.Panel2.ResumeLayout(false); splitContainer3.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)splitContainer3).EndInit(); splitContainer3.ResumeLayout(false); tsVariants.ResumeLayout(false); tsVariants.PerformLayout(); tsCategories.ResumeLayout(false); tsCategories.PerformLayout(); detProduct.ResumeLayout(false); detProduct.PerformLayout(); ((System.ComponentModel.ISupportInitialize)tbdetPrice).EndInit(); tsProductDetail.ResumeLayout(false); tsProductDetail.PerformLayout(); ResumeLayout(false); PerformLayout(); } #endregion private StatusStrip ssMain; private ToolStrip tsMain; private SplitContainer splitContainer1; private ListView lvProducts; private ToolStrip tsProducts; private SplitContainer splitContainer2; private ListView lvVariants; private ToolStrip tsVariants; private ToolStrip tsProductDetail; private ToolStripButton tbbutNew; private ToolStripButton tbbutOpen; private ToolStripButton tbbutSave; private ToolStripSeparator toolStripSeparator1; private ToolStripButton tbbutImport; private ToolStripButton tbbutProdNew; private ToolStripButton tbbutProdDelete; private ToolStripSeparator toolStripSeparator2; private ToolStripButton tbbutProdClone; private ToolStripSeparator toolStripSeparator3; private ToolStripLabel toolStripLabel1; private ToolStripButton tbbutDetSave; private ToolStripSeparator toolStripSeparator4; private ToolStripButton tbbutDetCopy; private ToolStripButton tbbutDetPaste; private ToolStripButton tbbutVarNew; private ToolStripButton tbbutVarDelete; private ToolStripSeparator toolStripSeparator5; private ToolStripLabel tblbCaption; private ToolStripStatusLabel tsslblOutput; private ToolStripStatusLabel tsslblProducts; private ColumnHeader colprdName; private ColumnHeader colprdVariant; private ColumnHeader colprdPrice; private ColumnHeader colprdUri; private ColumnHeader colprdDescription; private ColumnHeader colvarName; private ColumnHeader colvarPrice; private ToolStripLabel toolStripLabel2; private ToolStripSeparator toolStripSeparator6; private ToolStripSeparator toolStripSeparator7; private ToolStripButton tbbutVarApply; private ToolStripLabel toolStripLabel4; private ToolStripSeparator toolStripSeparator10; private SplitContainer splitContainer3; private ListView lvCategories; private ColumnHeader colcatName; private ToolStrip tsCategories; private ToolStripLabel toolStripLabel3; private ToolStripSeparator toolStripSeparator8; private ToolStripButton tbbutCatNew; private ToolStripButton tbbutCatDelete; private ToolStripSeparator toolStripSeparator9; private ColumnHeader colprdCat; private ToolStripStatusLabel tsslblVariants; private ColumnHeader colprdType; private OpenFileDialog dlgOpenFile; private ToolStripButton tbbutProduct; private ToolStripButton tbbutVariant; private ColumnHeader colprdPrior; private FlowLayoutPanel detProduct; private Label ltbdetId; private TextBox tbdetId; private Label lcbdetParent; private ComboBox cbdetParent; private Label ltbdetName; private TextBox tbdetName; private Label ltbdetSku; private TextBox tbdetSku; private Label ltbdetShortDescription; private TextBox tbdetShortDescription; private Label ltbdetDescription; private TextBox tbdetDescription; private Label ltbdetPrice; private NumericUpDown tbdetPrice; private Label lcbdetCategories; private ComboBox cbdetCategories; private Label ltbdetUri; private TextBox tbdetUri; private ToolStripButton tbbutProdVarNew; private FolderBrowserDialog dlgOpenDir; private ColumnHeader colprdSku; private SaveFileDialog dlgSaveFile; private ToolStripSeparator toolStripSeparator11; private ToolStripButton tbbutGenerateRepo; private FolderBrowserDialog dlgDirSelect; } }