| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005 |
- namespace qdr.app.studiou.orders2printpack
- {
- partial class FormProductEdit
- {
- /// <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()
- {
- 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();
- colprdMinQty = new ColumnHeader();
- colprdMaxQty = new ColumnHeader();
- 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, colprdMinQty, colprdMaxQty });
- 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";
- //
- // colprdMinQty
- //
- colprdMinQty.Tag = "QuantityMinimum";
- colprdMinQty.Text = "Počet Min.";
- //
- // colprdMaxQty
- //
- colprdMaxQty.Tag = "QuantityMaximum";
- colprdMaxQty.Text = "Počet Max.";
- //
- // 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;
- private ColumnHeader colprdMinQty;
- private ColumnHeader colprdMaxQty;
- }
- }
|