FormProductEdit.Designer.cs 42 KB

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