FormProductEdit.Designer.cs 45 KB

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