FormProductEdit.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  1. namespace qdr.app.studiou.orders2printpack
  2. {
  3. partial class FormProductEdit
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProductEdit));
  29. ssMain = new StatusStrip();
  30. tsslblOutput = new ToolStripStatusLabel();
  31. tsslblProducts = new ToolStripStatusLabel();
  32. tsslblVariants = new ToolStripStatusLabel();
  33. tsMain = new ToolStrip();
  34. tbbutNew = new ToolStripButton();
  35. tbbutOpen = new ToolStripButton();
  36. tbbutSave = new ToolStripButton();
  37. toolStripSeparator1 = new ToolStripSeparator();
  38. tbbutImport = new ToolStripButton();
  39. toolStripSeparator11 = new ToolStripSeparator();
  40. tbbutGenerateRepo = new ToolStripButton();
  41. splitContainer1 = new SplitContainer();
  42. lvProducts = new ListView();
  43. colprdCat = new ColumnHeader();
  44. colprdType = new ColumnHeader();
  45. colprdPrior = new ColumnHeader();
  46. colprdSku = new ColumnHeader();
  47. colprdName = new ColumnHeader();
  48. colprdVariant = new ColumnHeader();
  49. colprdPrice = new ColumnHeader();
  50. colprdUri = new ColumnHeader();
  51. colprdDescription = new ColumnHeader();
  52. tsProducts = new ToolStrip();
  53. toolStripLabel4 = new ToolStripLabel();
  54. toolStripSeparator10 = new ToolStripSeparator();
  55. tbbutProdNew = new ToolStripButton();
  56. tbbutProdVarNew = new ToolStripButton();
  57. tbbutProdDelete = new ToolStripButton();
  58. toolStripSeparator2 = new ToolStripSeparator();
  59. tbbutProdClone = new ToolStripButton();
  60. toolStripSeparator3 = new ToolStripSeparator();
  61. toolStripLabel1 = new ToolStripLabel();
  62. tbbutProduct = new ToolStripButton();
  63. tbbutVariant = new ToolStripButton();
  64. splitContainer2 = new SplitContainer();
  65. splitContainer3 = new SplitContainer();
  66. lvVariants = new ListView();
  67. colvarName = new ColumnHeader();
  68. colvarPrice = new ColumnHeader();
  69. tsVariants = new ToolStrip();
  70. toolStripLabel2 = new ToolStripLabel();
  71. toolStripSeparator6 = new ToolStripSeparator();
  72. tbbutVarNew = new ToolStripButton();
  73. tbbutVarDelete = new ToolStripButton();
  74. toolStripSeparator7 = new ToolStripSeparator();
  75. tbbutVarApply = new ToolStripButton();
  76. lvCategories = new ListView();
  77. colcatName = new ColumnHeader();
  78. tsCategories = new ToolStrip();
  79. toolStripLabel3 = new ToolStripLabel();
  80. toolStripSeparator8 = new ToolStripSeparator();
  81. tbbutCatNew = new ToolStripButton();
  82. tbbutCatDelete = new ToolStripButton();
  83. toolStripSeparator9 = new ToolStripSeparator();
  84. detProduct = new FlowLayoutPanel();
  85. ltbdetId = new Label();
  86. tbdetId = new TextBox();
  87. lcbdetParent = new Label();
  88. cbdetParent = new ComboBox();
  89. ltbdetName = new Label();
  90. tbdetName = new TextBox();
  91. ltbdetSku = new Label();
  92. tbdetSku = new TextBox();
  93. ltbdetShortDescription = new Label();
  94. tbdetShortDescription = new TextBox();
  95. ltbdetDescription = new Label();
  96. tbdetDescription = new TextBox();
  97. ltbdetPrice = new Label();
  98. tbdetPrice = new NumericUpDown();
  99. lcbdetCategories = new Label();
  100. cbdetCategories = new ComboBox();
  101. ltbdetUri = new Label();
  102. tbdetUri = new TextBox();
  103. tsProductDetail = new ToolStrip();
  104. tblbCaption = new ToolStripLabel();
  105. toolStripSeparator5 = new ToolStripSeparator();
  106. tbbutDetSave = new ToolStripButton();
  107. toolStripSeparator4 = new ToolStripSeparator();
  108. tbbutDetCopy = new ToolStripButton();
  109. tbbutDetPaste = new ToolStripButton();
  110. dlgOpenFile = new OpenFileDialog();
  111. dlgOpenDir = new FolderBrowserDialog();
  112. dlgSaveFile = new SaveFileDialog();
  113. dlgDirSelect = new FolderBrowserDialog();
  114. colprdMinQty = new ColumnHeader();
  115. colprdMaxQty = new ColumnHeader();
  116. ssMain.SuspendLayout();
  117. tsMain.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
  119. splitContainer1.Panel1.SuspendLayout();
  120. splitContainer1.Panel2.SuspendLayout();
  121. splitContainer1.SuspendLayout();
  122. tsProducts.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
  124. splitContainer2.Panel1.SuspendLayout();
  125. splitContainer2.Panel2.SuspendLayout();
  126. splitContainer2.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)splitContainer3).BeginInit();
  128. splitContainer3.Panel1.SuspendLayout();
  129. splitContainer3.Panel2.SuspendLayout();
  130. splitContainer3.SuspendLayout();
  131. tsVariants.SuspendLayout();
  132. tsCategories.SuspendLayout();
  133. detProduct.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)tbdetPrice).BeginInit();
  135. tsProductDetail.SuspendLayout();
  136. SuspendLayout();
  137. //
  138. // ssMain
  139. //
  140. ssMain.Items.AddRange(new ToolStripItem[] { tsslblOutput, tsslblProducts, tsslblVariants });
  141. ssMain.Location = new Point(0, 428);
  142. ssMain.Name = "ssMain";
  143. ssMain.Size = new Size(1117, 22);
  144. ssMain.TabIndex = 0;
  145. ssMain.Text = "statusStrip1";
  146. //
  147. // tsslblOutput
  148. //
  149. tsslblOutput.Name = "tsslblOutput";
  150. tsslblOutput.Size = new Size(66, 17);
  151. tsslblOutput.Text = "Output File";
  152. //
  153. // tsslblProducts
  154. //
  155. tsslblProducts.Name = "tsslblProducts";
  156. tsslblProducts.Size = new Size(54, 17);
  157. tsslblProducts.Text = "Products";
  158. //
  159. // tsslblVariants
  160. //
  161. tsslblVariants.Name = "tsslblVariants";
  162. tsslblVariants.Size = new Size(48, 17);
  163. tsslblVariants.Text = "Variants";
  164. //
  165. // tsMain
  166. //
  167. tsMain.Items.AddRange(new ToolStripItem[] { tbbutNew, tbbutOpen, tbbutSave, toolStripSeparator1, tbbutImport, toolStripSeparator11, tbbutGenerateRepo });
  168. tsMain.Location = new Point(0, 0);
  169. tsMain.Name = "tsMain";
  170. tsMain.Size = new Size(1117, 25);
  171. tsMain.TabIndex = 1;
  172. tsMain.Text = "toolStrip1";
  173. //
  174. // tbbutNew
  175. //
  176. tbbutNew.DisplayStyle = ToolStripItemDisplayStyle.Text;
  177. tbbutNew.Image = (Image)resources.GetObject("tbbutNew.Image");
  178. tbbutNew.ImageTransparentColor = Color.Magenta;
  179. tbbutNew.Name = "tbbutNew";
  180. tbbutNew.Size = new Size(39, 22);
  181. tbbutNew.Text = "Nový";
  182. tbbutNew.Click += tbbutNew_Click;
  183. //
  184. // tbbutOpen
  185. //
  186. tbbutOpen.DisplayStyle = ToolStripItemDisplayStyle.Text;
  187. tbbutOpen.Image = (Image)resources.GetObject("tbbutOpen.Image");
  188. tbbutOpen.ImageTransparentColor = Color.Magenta;
  189. tbbutOpen.Name = "tbbutOpen";
  190. tbbutOpen.Size = new Size(47, 22);
  191. tbbutOpen.Text = "Otevřít";
  192. tbbutOpen.Click += tbbutOpen_Click;
  193. //
  194. // tbbutSave
  195. //
  196. tbbutSave.DisplayStyle = ToolStripItemDisplayStyle.Text;
  197. tbbutSave.Image = (Image)resources.GetObject("tbbutSave.Image");
  198. tbbutSave.ImageTransparentColor = Color.Magenta;
  199. tbbutSave.Name = "tbbutSave";
  200. tbbutSave.Size = new Size(41, 22);
  201. tbbutSave.Text = "Uložit";
  202. tbbutSave.Click += tbbutSave_Click;
  203. //
  204. // toolStripSeparator1
  205. //
  206. toolStripSeparator1.Name = "toolStripSeparator1";
  207. toolStripSeparator1.Size = new Size(6, 25);
  208. //
  209. // tbbutImport
  210. //
  211. tbbutImport.DisplayStyle = ToolStripItemDisplayStyle.Text;
  212. tbbutImport.Image = (Image)resources.GetObject("tbbutImport.Image");
  213. tbbutImport.ImageTransparentColor = Color.Magenta;
  214. tbbutImport.Name = "tbbutImport";
  215. tbbutImport.Size = new Size(47, 22);
  216. tbbutImport.Text = "Import";
  217. tbbutImport.Click += tbbutImport_Click;
  218. //
  219. // toolStripSeparator11
  220. //
  221. toolStripSeparator11.Name = "toolStripSeparator11";
  222. toolStripSeparator11.Size = new Size(6, 25);
  223. //
  224. // tbbutGenerateRepo
  225. //
  226. tbbutGenerateRepo.DisplayStyle = ToolStripItemDisplayStyle.Text;
  227. tbbutGenerateRepo.Image = (Image)resources.GetObject("tbbutGenerateRepo.Image");
  228. tbbutGenerateRepo.ImageTransparentColor = Color.Magenta;
  229. tbbutGenerateRepo.Name = "tbbutGenerateRepo";
  230. tbbutGenerateRepo.Size = new Size(108, 22);
  231. tbbutGenerateRepo.Text = "Generuj repository";
  232. tbbutGenerateRepo.Click += tbbutGenerateRepo_Click;
  233. //
  234. // splitContainer1
  235. //
  236. splitContainer1.Dock = DockStyle.Fill;
  237. splitContainer1.Location = new Point(0, 25);
  238. splitContainer1.Name = "splitContainer1";
  239. //
  240. // splitContainer1.Panel1
  241. //
  242. splitContainer1.Panel1.Controls.Add(lvProducts);
  243. splitContainer1.Panel1.Controls.Add(tsProducts);
  244. //
  245. // splitContainer1.Panel2
  246. //
  247. splitContainer1.Panel2.Controls.Add(splitContainer2);
  248. splitContainer1.Size = new Size(1117, 403);
  249. splitContainer1.SplitterDistance = 580;
  250. splitContainer1.TabIndex = 2;
  251. //
  252. // lvProducts
  253. //
  254. lvProducts.AllowColumnReorder = true;
  255. lvProducts.Columns.AddRange(new ColumnHeader[] { colprdCat, colprdType, colprdPrior, colprdSku, colprdName, colprdVariant, colprdPrice, colprdUri, colprdDescription, colprdMinQty, colprdMaxQty });
  256. lvProducts.Dock = DockStyle.Fill;
  257. lvProducts.FullRowSelect = true;
  258. lvProducts.GridLines = true;
  259. lvProducts.Location = new Point(0, 25);
  260. lvProducts.Name = "lvProducts";
  261. lvProducts.Size = new Size(580, 378);
  262. lvProducts.TabIndex = 1;
  263. lvProducts.UseCompatibleStateImageBehavior = false;
  264. lvProducts.View = View.Details;
  265. lvProducts.ItemSelectionChanged += lvProducts_ItemSelectionChanged;
  266. //
  267. // colprdCat
  268. //
  269. colprdCat.Tag = "Category";
  270. colprdCat.Text = "Kategorie";
  271. colprdCat.Width = 120;
  272. //
  273. // colprdType
  274. //
  275. colprdType.Tag = "TypeAsString";
  276. colprdType.Text = "Typ";
  277. //
  278. // colprdPrior
  279. //
  280. colprdPrior.Tag = "ParentName";
  281. colprdPrior.Text = "Nadřazený";
  282. //
  283. // colprdSku
  284. //
  285. colprdSku.Tag = "Sku";
  286. colprdSku.Text = "SKU";
  287. //
  288. // colprdName
  289. //
  290. colprdName.Tag = "ProductName";
  291. colprdName.Text = "Jméno";
  292. colprdName.Width = 120;
  293. //
  294. // colprdVariant
  295. //
  296. colprdVariant.Tag = "VariantName";
  297. colprdVariant.Text = "Varianta";
  298. //
  299. // colprdPrice
  300. //
  301. colprdPrice.Tag = "Price";
  302. colprdPrice.Text = "Cena";
  303. //
  304. // colprdUri
  305. //
  306. colprdUri.Tag = "Uri";
  307. colprdUri.Text = "Uri";
  308. colprdUri.Width = 260;
  309. //
  310. // colprdDescription
  311. //
  312. colprdDescription.Tag = "ShortDescription";
  313. colprdDescription.Text = "Popis";
  314. //
  315. // tsProducts
  316. //
  317. tsProducts.Items.AddRange(new ToolStripItem[] { toolStripLabel4, toolStripSeparator10, tbbutProdNew, tbbutProdVarNew, tbbutProdDelete, toolStripSeparator2, tbbutProdClone, toolStripSeparator3, toolStripLabel1, tbbutProduct, tbbutVariant });
  318. tsProducts.Location = new Point(0, 0);
  319. tsProducts.Name = "tsProducts";
  320. tsProducts.Size = new Size(580, 25);
  321. tsProducts.TabIndex = 0;
  322. tsProducts.Text = "toolStrip3";
  323. //
  324. // toolStripLabel4
  325. //
  326. toolStripLabel4.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
  327. toolStripLabel4.Name = "toolStripLabel4";
  328. toolStripLabel4.Size = new Size(58, 22);
  329. toolStripLabel4.Text = "Produkty";
  330. //
  331. // toolStripSeparator10
  332. //
  333. toolStripSeparator10.Name = "toolStripSeparator10";
  334. toolStripSeparator10.Size = new Size(6, 25);
  335. //
  336. // tbbutProdNew
  337. //
  338. tbbutProdNew.DisplayStyle = ToolStripItemDisplayStyle.Text;
  339. tbbutProdNew.Image = (Image)resources.GetObject("tbbutProdNew.Image");
  340. tbbutProdNew.ImageTransparentColor = Color.Magenta;
  341. tbbutProdNew.Name = "tbbutProdNew";
  342. tbbutProdNew.Size = new Size(86, 22);
  343. tbbutProdNew.Text = "Přidej Produkt";
  344. tbbutProdNew.Click += tbbutProdNew_Click;
  345. //
  346. // tbbutProdVarNew
  347. //
  348. tbbutProdVarNew.DisplayStyle = ToolStripItemDisplayStyle.Text;
  349. tbbutProdVarNew.Image = (Image)resources.GetObject("tbbutProdVarNew.Image");
  350. tbbutProdVarNew.ImageTransparentColor = Color.Magenta;
  351. tbbutProdVarNew.Name = "tbbutProdVarNew";
  352. tbbutProdVarNew.Size = new Size(87, 22);
  353. tbbutProdVarNew.Text = "Přidej Variantu";
  354. tbbutProdVarNew.Click += tbbutProdVarNew_Click;
  355. //
  356. // tbbutProdDelete
  357. //
  358. tbbutProdDelete.DisplayStyle = ToolStripItemDisplayStyle.Text;
  359. tbbutProdDelete.Image = (Image)resources.GetObject("tbbutProdDelete.Image");
  360. tbbutProdDelete.ImageTransparentColor = Color.Magenta;
  361. tbbutProdDelete.Name = "tbbutProdDelete";
  362. tbbutProdDelete.Size = new Size(39, 22);
  363. tbbutProdDelete.Text = "Smaž";
  364. tbbutProdDelete.Click += tbbutProdDelete_Click;
  365. //
  366. // toolStripSeparator2
  367. //
  368. toolStripSeparator2.Name = "toolStripSeparator2";
  369. toolStripSeparator2.Size = new Size(6, 25);
  370. //
  371. // tbbutProdClone
  372. //
  373. tbbutProdClone.DisplayStyle = ToolStripItemDisplayStyle.Text;
  374. tbbutProdClone.Image = (Image)resources.GetObject("tbbutProdClone.Image");
  375. tbbutProdClone.ImageTransparentColor = Color.Magenta;
  376. tbbutProdClone.Name = "tbbutProdClone";
  377. tbbutProdClone.Size = new Size(45, 22);
  378. tbbutProdClone.Text = "Klonuj";
  379. tbbutProdClone.Click += tbbutProdClone_Click;
  380. //
  381. // toolStripSeparator3
  382. //
  383. toolStripSeparator3.Name = "toolStripSeparator3";
  384. toolStripSeparator3.Size = new Size(6, 25);
  385. //
  386. // toolStripLabel1
  387. //
  388. toolStripLabel1.Name = "toolStripLabel1";
  389. toolStripLabel1.Size = new Size(30, 22);
  390. toolStripLabel1.Text = "Filtr:";
  391. //
  392. // tbbutProduct
  393. //
  394. tbbutProduct.Checked = true;
  395. tbbutProduct.CheckState = CheckState.Checked;
  396. tbbutProduct.DisplayStyle = ToolStripItemDisplayStyle.Text;
  397. tbbutProduct.Image = (Image)resources.GetObject("tbbutProduct.Image");
  398. tbbutProduct.ImageTransparentColor = Color.Magenta;
  399. tbbutProduct.Name = "tbbutProduct";
  400. tbbutProduct.Size = new Size(59, 22);
  401. tbbutProduct.Text = "Produkty";
  402. tbbutProduct.Click += tbbutProduct_Click;
  403. //
  404. // tbbutVariant
  405. //
  406. tbbutVariant.Checked = true;
  407. tbbutVariant.CheckState = CheckState.Checked;
  408. tbbutVariant.DisplayStyle = ToolStripItemDisplayStyle.Text;
  409. tbbutVariant.Image = (Image)resources.GetObject("tbbutVariant.Image");
  410. tbbutVariant.ImageTransparentColor = Color.Magenta;
  411. tbbutVariant.Name = "tbbutVariant";
  412. tbbutVariant.Size = new Size(53, 22);
  413. tbbutVariant.Text = "Varianty";
  414. tbbutVariant.Click += tbbutVariant_Click;
  415. //
  416. // splitContainer2
  417. //
  418. splitContainer2.Dock = DockStyle.Fill;
  419. splitContainer2.Location = new Point(0, 0);
  420. splitContainer2.Name = "splitContainer2";
  421. splitContainer2.Orientation = Orientation.Horizontal;
  422. //
  423. // splitContainer2.Panel1
  424. //
  425. splitContainer2.Panel1.Controls.Add(splitContainer3);
  426. //
  427. // splitContainer2.Panel2
  428. //
  429. splitContainer2.Panel2.Controls.Add(detProduct);
  430. splitContainer2.Panel2.Controls.Add(tsProductDetail);
  431. splitContainer2.Size = new Size(533, 403);
  432. splitContainer2.SplitterDistance = 124;
  433. splitContainer2.TabIndex = 0;
  434. //
  435. // splitContainer3
  436. //
  437. splitContainer3.Dock = DockStyle.Fill;
  438. splitContainer3.Location = new Point(0, 0);
  439. splitContainer3.Name = "splitContainer3";
  440. //
  441. // splitContainer3.Panel1
  442. //
  443. splitContainer3.Panel1.Controls.Add(lvVariants);
  444. splitContainer3.Panel1.Controls.Add(tsVariants);
  445. //
  446. // splitContainer3.Panel2
  447. //
  448. splitContainer3.Panel2.Controls.Add(lvCategories);
  449. splitContainer3.Panel2.Controls.Add(tsCategories);
  450. splitContainer3.Size = new Size(533, 124);
  451. splitContainer3.SplitterDistance = 267;
  452. splitContainer3.TabIndex = 0;
  453. //
  454. // lvVariants
  455. //
  456. lvVariants.AllowColumnReorder = true;
  457. lvVariants.Columns.AddRange(new ColumnHeader[] { colvarName, colvarPrice });
  458. lvVariants.Dock = DockStyle.Fill;
  459. lvVariants.FullRowSelect = true;
  460. lvVariants.GridLines = true;
  461. lvVariants.Location = new Point(0, 25);
  462. lvVariants.Name = "lvVariants";
  463. lvVariants.Size = new Size(267, 99);
  464. lvVariants.TabIndex = 2;
  465. lvVariants.UseCompatibleStateImageBehavior = false;
  466. lvVariants.View = View.Details;
  467. lvVariants.ItemSelectionChanged += lvVariants_ItemSelectionChanged;
  468. //
  469. // colvarName
  470. //
  471. colvarName.Tag = "Name";
  472. colvarName.Text = "Jméno";
  473. colvarName.Width = 120;
  474. //
  475. // colvarPrice
  476. //
  477. colvarPrice.Tag = "Price";
  478. colvarPrice.Text = "Cena";
  479. //
  480. // tsVariants
  481. //
  482. tsVariants.Items.AddRange(new ToolStripItem[] { toolStripLabel2, toolStripSeparator6, tbbutVarNew, tbbutVarDelete, toolStripSeparator7, tbbutVarApply });
  483. tsVariants.Location = new Point(0, 0);
  484. tsVariants.Name = "tsVariants";
  485. tsVariants.Size = new Size(267, 25);
  486. tsVariants.TabIndex = 0;
  487. tsVariants.Text = "toolStrip1";
  488. //
  489. // toolStripLabel2
  490. //
  491. toolStripLabel2.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
  492. toolStripLabel2.Name = "toolStripLabel2";
  493. toolStripLabel2.Size = new Size(52, 22);
  494. toolStripLabel2.Text = "Varianty";
  495. //
  496. // toolStripSeparator6
  497. //
  498. toolStripSeparator6.Name = "toolStripSeparator6";
  499. toolStripSeparator6.Size = new Size(6, 25);
  500. //
  501. // tbbutVarNew
  502. //
  503. tbbutVarNew.DisplayStyle = ToolStripItemDisplayStyle.Text;
  504. tbbutVarNew.Image = (Image)resources.GetObject("tbbutVarNew.Image");
  505. tbbutVarNew.ImageTransparentColor = Color.Magenta;
  506. tbbutVarNew.Name = "tbbutVarNew";
  507. tbbutVarNew.Size = new Size(41, 22);
  508. tbbutVarNew.Text = "Přidej";
  509. tbbutVarNew.Click += tbbutVarNew_Click;
  510. //
  511. // tbbutVarDelete
  512. //
  513. tbbutVarDelete.DisplayStyle = ToolStripItemDisplayStyle.Text;
  514. tbbutVarDelete.Image = (Image)resources.GetObject("tbbutVarDelete.Image");
  515. tbbutVarDelete.ImageTransparentColor = Color.Magenta;
  516. tbbutVarDelete.Name = "tbbutVarDelete";
  517. tbbutVarDelete.Size = new Size(39, 22);
  518. tbbutVarDelete.Text = "Smaž";
  519. tbbutVarDelete.Click += tbbutVarDelete_Click;
  520. //
  521. // toolStripSeparator7
  522. //
  523. toolStripSeparator7.Name = "toolStripSeparator7";
  524. toolStripSeparator7.Size = new Size(6, 25);
  525. //
  526. // tbbutVarApply
  527. //
  528. tbbutVarApply.DisplayStyle = ToolStripItemDisplayStyle.Text;
  529. tbbutVarApply.Image = (Image)resources.GetObject("tbbutVarApply.Image");
  530. tbbutVarApply.ImageTransparentColor = Color.Magenta;
  531. tbbutVarApply.Name = "tbbutVarApply";
  532. tbbutVarApply.Size = new Size(48, 22);
  533. tbbutVarApply.Text = "Aplikuj";
  534. tbbutVarApply.Click += tbbutVarApply_Click;
  535. //
  536. // lvCategories
  537. //
  538. lvCategories.AllowColumnReorder = true;
  539. lvCategories.Columns.AddRange(new ColumnHeader[] { colcatName });
  540. lvCategories.Dock = DockStyle.Fill;
  541. lvCategories.FullRowSelect = true;
  542. lvCategories.GridLines = true;
  543. lvCategories.Location = new Point(0, 25);
  544. lvCategories.Name = "lvCategories";
  545. lvCategories.Size = new Size(262, 99);
  546. lvCategories.TabIndex = 3;
  547. lvCategories.UseCompatibleStateImageBehavior = false;
  548. lvCategories.View = View.Details;
  549. lvCategories.ItemSelectionChanged += lvCategories_ItemSelectionChanged;
  550. //
  551. // colcatName
  552. //
  553. colcatName.Tag = "Name";
  554. colcatName.Text = "Jméno";
  555. colcatName.Width = 120;
  556. //
  557. // tsCategories
  558. //
  559. tsCategories.Items.AddRange(new ToolStripItem[] { toolStripLabel3, toolStripSeparator8, tbbutCatNew, tbbutCatDelete, toolStripSeparator9 });
  560. tsCategories.Location = new Point(0, 0);
  561. tsCategories.Name = "tsCategories";
  562. tsCategories.Size = new Size(262, 25);
  563. tsCategories.TabIndex = 0;
  564. tsCategories.Text = "toolStrip1";
  565. //
  566. // toolStripLabel3
  567. //
  568. toolStripLabel3.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
  569. toolStripLabel3.Name = "toolStripLabel3";
  570. toolStripLabel3.Size = new Size(62, 22);
  571. toolStripLabel3.Text = "Kategorie";
  572. //
  573. // toolStripSeparator8
  574. //
  575. toolStripSeparator8.Name = "toolStripSeparator8";
  576. toolStripSeparator8.Size = new Size(6, 25);
  577. //
  578. // tbbutCatNew
  579. //
  580. tbbutCatNew.DisplayStyle = ToolStripItemDisplayStyle.Text;
  581. tbbutCatNew.Image = (Image)resources.GetObject("tbbutCatNew.Image");
  582. tbbutCatNew.ImageTransparentColor = Color.Magenta;
  583. tbbutCatNew.Name = "tbbutCatNew";
  584. tbbutCatNew.Size = new Size(41, 22);
  585. tbbutCatNew.Text = "Přidej";
  586. tbbutCatNew.Click += tbbutCatNew_Click;
  587. //
  588. // tbbutCatDelete
  589. //
  590. tbbutCatDelete.DisplayStyle = ToolStripItemDisplayStyle.Text;
  591. tbbutCatDelete.Image = (Image)resources.GetObject("tbbutCatDelete.Image");
  592. tbbutCatDelete.ImageTransparentColor = Color.Magenta;
  593. tbbutCatDelete.Name = "tbbutCatDelete";
  594. tbbutCatDelete.Size = new Size(39, 22);
  595. tbbutCatDelete.Text = "Smaž";
  596. tbbutCatDelete.Click += tbbutCatDelete_Click;
  597. //
  598. // toolStripSeparator9
  599. //
  600. toolStripSeparator9.Name = "toolStripSeparator9";
  601. toolStripSeparator9.Size = new Size(6, 25);
  602. //
  603. // detProduct
  604. //
  605. detProduct.AutoScroll = true;
  606. detProduct.Controls.Add(ltbdetId);
  607. detProduct.Controls.Add(tbdetId);
  608. detProduct.Controls.Add(lcbdetParent);
  609. detProduct.Controls.Add(cbdetParent);
  610. detProduct.Controls.Add(ltbdetName);
  611. detProduct.Controls.Add(tbdetName);
  612. detProduct.Controls.Add(ltbdetSku);
  613. detProduct.Controls.Add(tbdetSku);
  614. detProduct.Controls.Add(ltbdetShortDescription);
  615. detProduct.Controls.Add(tbdetShortDescription);
  616. detProduct.Controls.Add(ltbdetDescription);
  617. detProduct.Controls.Add(tbdetDescription);
  618. detProduct.Controls.Add(ltbdetPrice);
  619. detProduct.Controls.Add(tbdetPrice);
  620. detProduct.Controls.Add(lcbdetCategories);
  621. detProduct.Controls.Add(cbdetCategories);
  622. detProduct.Controls.Add(ltbdetUri);
  623. detProduct.Controls.Add(tbdetUri);
  624. detProduct.Dock = DockStyle.Fill;
  625. detProduct.FlowDirection = FlowDirection.TopDown;
  626. detProduct.Location = new Point(0, 25);
  627. detProduct.Name = "detProduct";
  628. detProduct.Size = new Size(533, 250);
  629. detProduct.TabIndex = 3;
  630. //
  631. // ltbdetId
  632. //
  633. ltbdetId.AutoSize = true;
  634. ltbdetId.Location = new Point(3, 0);
  635. ltbdetId.Name = "ltbdetId";
  636. ltbdetId.Size = new Size(17, 15);
  637. ltbdetId.TabIndex = 0;
  638. ltbdetId.Text = "Id";
  639. //
  640. // tbdetId
  641. //
  642. tbdetId.Location = new Point(3, 18);
  643. tbdetId.Name = "tbdetId";
  644. tbdetId.ReadOnly = true;
  645. tbdetId.Size = new Size(203, 23);
  646. tbdetId.TabIndex = 1;
  647. //
  648. // lcbdetParent
  649. //
  650. lcbdetParent.AutoSize = true;
  651. lcbdetParent.Location = new Point(3, 44);
  652. lcbdetParent.Name = "lcbdetParent";
  653. lcbdetParent.Size = new Size(101, 15);
  654. lcbdetParent.TabIndex = 12;
  655. lcbdetParent.Text = "Nadřazený / rodič";
  656. //
  657. // cbdetParent
  658. //
  659. cbdetParent.DropDownStyle = ComboBoxStyle.DropDownList;
  660. cbdetParent.FormattingEnabled = true;
  661. cbdetParent.Location = new Point(3, 62);
  662. cbdetParent.Name = "cbdetParent";
  663. cbdetParent.Size = new Size(203, 23);
  664. cbdetParent.TabIndex = 13;
  665. //
  666. // ltbdetName
  667. //
  668. ltbdetName.AutoSize = true;
  669. ltbdetName.Location = new Point(3, 88);
  670. ltbdetName.Name = "ltbdetName";
  671. ltbdetName.Size = new Size(42, 15);
  672. ltbdetName.TabIndex = 2;
  673. ltbdetName.Text = "Jméno";
  674. //
  675. // tbdetName
  676. //
  677. tbdetName.Location = new Point(3, 106);
  678. tbdetName.Name = "tbdetName";
  679. tbdetName.Size = new Size(203, 23);
  680. tbdetName.TabIndex = 3;
  681. //
  682. // ltbdetSku
  683. //
  684. ltbdetSku.AutoSize = true;
  685. ltbdetSku.Location = new Point(3, 132);
  686. ltbdetSku.Name = "ltbdetSku";
  687. ltbdetSku.Size = new Size(125, 15);
  688. ltbdetSku.TabIndex = 4;
  689. ltbdetSku.Text = "Katalogové číslo (SKU)";
  690. //
  691. // tbdetSku
  692. //
  693. tbdetSku.Location = new Point(3, 150);
  694. tbdetSku.Name = "tbdetSku";
  695. tbdetSku.Size = new Size(203, 23);
  696. tbdetSku.TabIndex = 5;
  697. //
  698. // ltbdetShortDescription
  699. //
  700. ltbdetShortDescription.AutoSize = true;
  701. ltbdetShortDescription.Location = new Point(3, 176);
  702. ltbdetShortDescription.Name = "ltbdetShortDescription";
  703. ltbdetShortDescription.Size = new Size(72, 15);
  704. ltbdetShortDescription.TabIndex = 6;
  705. ltbdetShortDescription.Text = "Krátký popis";
  706. //
  707. // tbdetShortDescription
  708. //
  709. tbdetShortDescription.Location = new Point(3, 194);
  710. tbdetShortDescription.Name = "tbdetShortDescription";
  711. tbdetShortDescription.Size = new Size(203, 23);
  712. tbdetShortDescription.TabIndex = 7;
  713. //
  714. // ltbdetDescription
  715. //
  716. ltbdetDescription.AutoSize = true;
  717. ltbdetDescription.Location = new Point(3, 220);
  718. ltbdetDescription.Name = "ltbdetDescription";
  719. ltbdetDescription.Size = new Size(36, 15);
  720. ltbdetDescription.TabIndex = 8;
  721. ltbdetDescription.Text = "Popis";
  722. //
  723. // tbdetDescription
  724. //
  725. tbdetDescription.Location = new Point(212, 3);
  726. tbdetDescription.Multiline = true;
  727. tbdetDescription.Name = "tbdetDescription";
  728. tbdetDescription.Size = new Size(203, 91);
  729. tbdetDescription.TabIndex = 9;
  730. //
  731. // ltbdetPrice
  732. //
  733. ltbdetPrice.AutoSize = true;
  734. ltbdetPrice.Location = new Point(212, 97);
  735. ltbdetPrice.Name = "ltbdetPrice";
  736. ltbdetPrice.Size = new Size(34, 15);
  737. ltbdetPrice.TabIndex = 14;
  738. ltbdetPrice.Text = "Cena";
  739. //
  740. // tbdetPrice
  741. //
  742. tbdetPrice.DecimalPlaces = 2;
  743. detProduct.SetFlowBreak(tbdetPrice, true);
  744. tbdetPrice.Location = new Point(212, 115);
  745. tbdetPrice.Maximum = new decimal(new int[] { 100000, 0, 0, 0 });
  746. tbdetPrice.Name = "tbdetPrice";
  747. tbdetPrice.Size = new Size(203, 23);
  748. tbdetPrice.TabIndex = 16;
  749. tbdetPrice.ThousandsSeparator = true;
  750. //
  751. // lcbdetCategories
  752. //
  753. lcbdetCategories.AutoSize = true;
  754. lcbdetCategories.Location = new Point(421, 0);
  755. lcbdetCategories.Name = "lcbdetCategories";
  756. lcbdetCategories.Size = new Size(57, 15);
  757. lcbdetCategories.TabIndex = 17;
  758. lcbdetCategories.Text = "Kategorie";
  759. //
  760. // cbdetCategories
  761. //
  762. cbdetCategories.DropDownStyle = ComboBoxStyle.DropDownList;
  763. cbdetCategories.FormattingEnabled = true;
  764. cbdetCategories.Location = new Point(421, 18);
  765. cbdetCategories.Name = "cbdetCategories";
  766. cbdetCategories.Size = new Size(203, 23);
  767. cbdetCategories.TabIndex = 18;
  768. //
  769. // ltbdetUri
  770. //
  771. ltbdetUri.AutoSize = true;
  772. ltbdetUri.Location = new Point(421, 44);
  773. ltbdetUri.Name = "ltbdetUri";
  774. ltbdetUri.Size = new Size(68, 15);
  775. ltbdetUri.TabIndex = 19;
  776. ltbdetUri.Text = "Obrázek Uri";
  777. //
  778. // tbdetUri
  779. //
  780. tbdetUri.Location = new Point(421, 62);
  781. tbdetUri.Name = "tbdetUri";
  782. tbdetUri.Size = new Size(203, 23);
  783. tbdetUri.TabIndex = 20;
  784. //
  785. // tsProductDetail
  786. //
  787. tsProductDetail.Items.AddRange(new ToolStripItem[] { tblbCaption, toolStripSeparator5, tbbutDetSave, toolStripSeparator4, tbbutDetCopy, tbbutDetPaste });
  788. tsProductDetail.Location = new Point(0, 0);
  789. tsProductDetail.Name = "tsProductDetail";
  790. tsProductDetail.Size = new Size(533, 25);
  791. tsProductDetail.TabIndex = 0;
  792. tsProductDetail.Text = "toolStrip2";
  793. //
  794. // tblbCaption
  795. //
  796. tblbCaption.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
  797. tblbCaption.Name = "tblbCaption";
  798. tblbCaption.Size = new Size(85, 22);
  799. tblbCaption.Text = "Detail Caption";
  800. //
  801. // toolStripSeparator5
  802. //
  803. toolStripSeparator5.Name = "toolStripSeparator5";
  804. toolStripSeparator5.Size = new Size(6, 25);
  805. //
  806. // tbbutDetSave
  807. //
  808. tbbutDetSave.DisplayStyle = ToolStripItemDisplayStyle.Text;
  809. tbbutDetSave.Image = (Image)resources.GetObject("tbbutDetSave.Image");
  810. tbbutDetSave.ImageTransparentColor = Color.Magenta;
  811. tbbutDetSave.Name = "tbbutDetSave";
  812. tbbutDetSave.Size = new Size(34, 22);
  813. tbbutDetSave.Text = "Ulož";
  814. tbbutDetSave.Click += tbbutDetSave_Click;
  815. //
  816. // toolStripSeparator4
  817. //
  818. toolStripSeparator4.Name = "toolStripSeparator4";
  819. toolStripSeparator4.Size = new Size(6, 25);
  820. //
  821. // tbbutDetCopy
  822. //
  823. tbbutDetCopy.DisplayStyle = ToolStripItemDisplayStyle.Text;
  824. tbbutDetCopy.Image = (Image)resources.GetObject("tbbutDetCopy.Image");
  825. tbbutDetCopy.ImageTransparentColor = Color.Magenta;
  826. tbbutDetCopy.Name = "tbbutDetCopy";
  827. tbbutDetCopy.Size = new Size(49, 22);
  828. tbbutDetCopy.Text = "Kopíruj";
  829. tbbutDetCopy.Click += tbbutDetCopy_Click;
  830. //
  831. // tbbutDetPaste
  832. //
  833. tbbutDetPaste.DisplayStyle = ToolStripItemDisplayStyle.Text;
  834. tbbutDetPaste.Image = (Image)resources.GetObject("tbbutDetPaste.Image");
  835. tbbutDetPaste.ImageTransparentColor = Color.Magenta;
  836. tbbutDetPaste.Name = "tbbutDetPaste";
  837. tbbutDetPaste.Size = new Size(33, 22);
  838. tbbutDetPaste.Text = "Vlož";
  839. tbbutDetPaste.Click += tbbutDetPaste_Click;
  840. //
  841. // dlgOpenFile
  842. //
  843. dlgOpenFile.CheckFileExists = false;
  844. dlgOpenFile.DefaultExt = "*.csv";
  845. dlgOpenFile.Filter = "CSV files|*.csv";
  846. //
  847. // dlgSaveFile
  848. //
  849. dlgSaveFile.DefaultExt = "*.csv";
  850. dlgSaveFile.Filter = "CSV files|*.csv";
  851. //
  852. // dlgDirSelect
  853. //
  854. dlgDirSelect.Description = "Vyberte adresář do kterého se vygeneruje struktura repository";
  855. //
  856. // colprdMinQty
  857. //
  858. colprdMinQty.Tag = "QuantityMinimum";
  859. colprdMinQty.Text = "Počet Min.";
  860. //
  861. // colprdMaxQty
  862. //
  863. colprdMaxQty.Tag = "QuantityMaximum";
  864. colprdMaxQty.Text = "Počet Max.";
  865. //
  866. // FormProductEdit
  867. //
  868. AutoScaleDimensions = new SizeF(7F, 15F);
  869. AutoScaleMode = AutoScaleMode.Font;
  870. ClientSize = new Size(1117, 450);
  871. Controls.Add(splitContainer1);
  872. Controls.Add(tsMain);
  873. Controls.Add(ssMain);
  874. Icon = (Icon)resources.GetObject("$this.Icon");
  875. Name = "FormProductEdit";
  876. Text = "Editor produktů";
  877. ssMain.ResumeLayout(false);
  878. ssMain.PerformLayout();
  879. tsMain.ResumeLayout(false);
  880. tsMain.PerformLayout();
  881. splitContainer1.Panel1.ResumeLayout(false);
  882. splitContainer1.Panel1.PerformLayout();
  883. splitContainer1.Panel2.ResumeLayout(false);
  884. ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
  885. splitContainer1.ResumeLayout(false);
  886. tsProducts.ResumeLayout(false);
  887. tsProducts.PerformLayout();
  888. splitContainer2.Panel1.ResumeLayout(false);
  889. splitContainer2.Panel2.ResumeLayout(false);
  890. splitContainer2.Panel2.PerformLayout();
  891. ((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
  892. splitContainer2.ResumeLayout(false);
  893. splitContainer3.Panel1.ResumeLayout(false);
  894. splitContainer3.Panel1.PerformLayout();
  895. splitContainer3.Panel2.ResumeLayout(false);
  896. splitContainer3.Panel2.PerformLayout();
  897. ((System.ComponentModel.ISupportInitialize)splitContainer3).EndInit();
  898. splitContainer3.ResumeLayout(false);
  899. tsVariants.ResumeLayout(false);
  900. tsVariants.PerformLayout();
  901. tsCategories.ResumeLayout(false);
  902. tsCategories.PerformLayout();
  903. detProduct.ResumeLayout(false);
  904. detProduct.PerformLayout();
  905. ((System.ComponentModel.ISupportInitialize)tbdetPrice).EndInit();
  906. tsProductDetail.ResumeLayout(false);
  907. tsProductDetail.PerformLayout();
  908. ResumeLayout(false);
  909. PerformLayout();
  910. }
  911. #endregion
  912. private StatusStrip ssMain;
  913. private ToolStrip tsMain;
  914. private SplitContainer splitContainer1;
  915. private ListView lvProducts;
  916. private ToolStrip tsProducts;
  917. private SplitContainer splitContainer2;
  918. private ListView lvVariants;
  919. private ToolStrip tsVariants;
  920. private ToolStrip tsProductDetail;
  921. private ToolStripButton tbbutNew;
  922. private ToolStripButton tbbutOpen;
  923. private ToolStripButton tbbutSave;
  924. private ToolStripSeparator toolStripSeparator1;
  925. private ToolStripButton tbbutImport;
  926. private ToolStripButton tbbutProdNew;
  927. private ToolStripButton tbbutProdDelete;
  928. private ToolStripSeparator toolStripSeparator2;
  929. private ToolStripButton tbbutProdClone;
  930. private ToolStripSeparator toolStripSeparator3;
  931. private ToolStripLabel toolStripLabel1;
  932. private ToolStripButton tbbutDetSave;
  933. private ToolStripSeparator toolStripSeparator4;
  934. private ToolStripButton tbbutDetCopy;
  935. private ToolStripButton tbbutDetPaste;
  936. private ToolStripButton tbbutVarNew;
  937. private ToolStripButton tbbutVarDelete;
  938. private ToolStripSeparator toolStripSeparator5;
  939. private ToolStripLabel tblbCaption;
  940. private ToolStripStatusLabel tsslblOutput;
  941. private ToolStripStatusLabel tsslblProducts;
  942. private ColumnHeader colprdName;
  943. private ColumnHeader colprdVariant;
  944. private ColumnHeader colprdPrice;
  945. private ColumnHeader colprdUri;
  946. private ColumnHeader colprdDescription;
  947. private ColumnHeader colvarName;
  948. private ColumnHeader colvarPrice;
  949. private ToolStripLabel toolStripLabel2;
  950. private ToolStripSeparator toolStripSeparator6;
  951. private ToolStripSeparator toolStripSeparator7;
  952. private ToolStripButton tbbutVarApply;
  953. private ToolStripLabel toolStripLabel4;
  954. private ToolStripSeparator toolStripSeparator10;
  955. private SplitContainer splitContainer3;
  956. private ListView lvCategories;
  957. private ColumnHeader colcatName;
  958. private ToolStrip tsCategories;
  959. private ToolStripLabel toolStripLabel3;
  960. private ToolStripSeparator toolStripSeparator8;
  961. private ToolStripButton tbbutCatNew;
  962. private ToolStripButton tbbutCatDelete;
  963. private ToolStripSeparator toolStripSeparator9;
  964. private ColumnHeader colprdCat;
  965. private ToolStripStatusLabel tsslblVariants;
  966. private ColumnHeader colprdType;
  967. private OpenFileDialog dlgOpenFile;
  968. private ToolStripButton tbbutProduct;
  969. private ToolStripButton tbbutVariant;
  970. private ColumnHeader colprdPrior;
  971. private FlowLayoutPanel detProduct;
  972. private Label ltbdetId;
  973. private TextBox tbdetId;
  974. private Label lcbdetParent;
  975. private ComboBox cbdetParent;
  976. private Label ltbdetName;
  977. private TextBox tbdetName;
  978. private Label ltbdetSku;
  979. private TextBox tbdetSku;
  980. private Label ltbdetShortDescription;
  981. private TextBox tbdetShortDescription;
  982. private Label ltbdetDescription;
  983. private TextBox tbdetDescription;
  984. private Label ltbdetPrice;
  985. private NumericUpDown tbdetPrice;
  986. private Label lcbdetCategories;
  987. private ComboBox cbdetCategories;
  988. private Label ltbdetUri;
  989. private TextBox tbdetUri;
  990. private ToolStripButton tbbutProdVarNew;
  991. private FolderBrowserDialog dlgOpenDir;
  992. private ColumnHeader colprdSku;
  993. private SaveFileDialog dlgSaveFile;
  994. private ToolStripSeparator toolStripSeparator11;
  995. private ToolStripButton tbbutGenerateRepo;
  996. private FolderBrowserDialog dlgDirSelect;
  997. private ColumnHeader colprdMinQty;
  998. private ColumnHeader colprdMaxQty;
  999. }
  1000. }