FormProductEdit.Designer.cs 41 KB

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