FormProductEdit.Designer.cs 41 KB

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