dlgEditCfg.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. namespace qdr.app.studiou.orders2printpack
  2. {
  3. partial class dlgEditCfg
  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. butCancel = new Button();
  29. butOk = new Button();
  30. label1 = new Label();
  31. label2 = new Label();
  32. tbVariants = new TextBox();
  33. tbCategories = new TextBox();
  34. label3 = new Label();
  35. label4 = new Label();
  36. tbOrderNo = new TextBox();
  37. tbProuductCat = new TextBox();
  38. label5 = new Label();
  39. tbUri = new TextBox();
  40. label6 = new Label();
  41. tbQuantity = new TextBox();
  42. label7 = new Label();
  43. tbProductFormat = new TextBox();
  44. label8 = new Label();
  45. tbProductName = new TextBox();
  46. label9 = new Label();
  47. tbCSVDelimiter = new TextBox();
  48. label10 = new Label();
  49. tbEmail = new TextBox();
  50. label11 = new Label();
  51. label12 = new Label();
  52. tbFormatDigital = new TextBox();
  53. label13 = new Label();
  54. label14 = new Label();
  55. tbTssApiKey = new TextBox();
  56. label15 = new Label();
  57. tbTssChunkSize = new TextBox();
  58. label16 = new Label();
  59. tbTssUrl = new TextBox();
  60. label17 = new Label();
  61. SuspendLayout();
  62. //
  63. // butCancel
  64. //
  65. butCancel.Location = new Point(392, 532);
  66. butCancel.Margin = new Padding(3, 2, 3, 2);
  67. butCancel.Name = "butCancel";
  68. butCancel.Size = new Size(82, 22);
  69. butCancel.TabIndex = 3;
  70. butCancel.Text = "Zrušit";
  71. butCancel.UseVisualStyleBackColor = true;
  72. butCancel.Click += butCancel_Click;
  73. //
  74. // butOk
  75. //
  76. butOk.Location = new Point(12, 532);
  77. butOk.Margin = new Padding(3, 2, 3, 2);
  78. butOk.Name = "butOk";
  79. butOk.Size = new Size(82, 22);
  80. butOk.TabIndex = 2;
  81. butOk.Text = "Ok";
  82. butOk.UseVisualStyleBackColor = true;
  83. butOk.Click += butOk_Click;
  84. //
  85. // label1
  86. //
  87. label1.AutoSize = true;
  88. label1.Location = new Point(14, 9);
  89. label1.Name = "label1";
  90. label1.Size = new Size(119, 15);
  91. label1.TabIndex = 4;
  92. label1.Text = "RAW hodnoty variant";
  93. //
  94. // label2
  95. //
  96. label2.AutoSize = true;
  97. label2.Location = new Point(14, 104);
  98. label2.Name = "label2";
  99. label2.Size = new Size(129, 15);
  100. label2.TabIndex = 5;
  101. label2.Text = "RAW hodnoty kategorií";
  102. //
  103. // tbVariants
  104. //
  105. tbVariants.Location = new Point(19, 27);
  106. tbVariants.Multiline = true;
  107. tbVariants.Name = "tbVariants";
  108. tbVariants.Size = new Size(455, 70);
  109. tbVariants.TabIndex = 6;
  110. //
  111. // tbCategories
  112. //
  113. tbCategories.Location = new Point(19, 122);
  114. tbCategories.Multiline = true;
  115. tbCategories.Name = "tbCategories";
  116. tbCategories.Size = new Size(455, 70);
  117. tbCategories.TabIndex = 7;
  118. //
  119. // label3
  120. //
  121. label3.AutoSize = true;
  122. label3.Location = new Point(14, 195);
  123. label3.Name = "label3";
  124. label3.Size = new Size(120, 15);
  125. label3.TabIndex = 8;
  126. label3.Text = "Mapování Batch CSV:";
  127. //
  128. // label4
  129. //
  130. label4.AutoSize = true;
  131. label4.Location = new Point(19, 210);
  132. label4.Name = "label4";
  133. label4.Size = new Size(53, 15);
  134. label4.TabIndex = 9;
  135. label4.Text = "OrderNo";
  136. //
  137. // tbOrderNo
  138. //
  139. tbOrderNo.Location = new Point(20, 228);
  140. tbOrderNo.Name = "tbOrderNo";
  141. tbOrderNo.Size = new Size(100, 23);
  142. tbOrderNo.TabIndex = 10;
  143. //
  144. // tbProuductCat
  145. //
  146. tbProuductCat.Location = new Point(126, 228);
  147. tbProuductCat.Name = "tbProuductCat";
  148. tbProuductCat.Size = new Size(100, 23);
  149. tbProuductCat.TabIndex = 12;
  150. //
  151. // label5
  152. //
  153. label5.AutoSize = true;
  154. label5.Location = new Point(125, 210);
  155. label5.Name = "label5";
  156. label5.Size = new Size(67, 15);
  157. label5.TabIndex = 11;
  158. label5.Text = "ProductCat";
  159. //
  160. // tbUri
  161. //
  162. tbUri.Location = new Point(232, 228);
  163. tbUri.Name = "tbUri";
  164. tbUri.Size = new Size(100, 23);
  165. tbUri.TabIndex = 14;
  166. //
  167. // label6
  168. //
  169. label6.AutoSize = true;
  170. label6.Location = new Point(231, 210);
  171. label6.Name = "label6";
  172. label6.Size = new Size(22, 15);
  173. label6.TabIndex = 13;
  174. label6.Text = "Uri";
  175. //
  176. // tbQuantity
  177. //
  178. tbQuantity.Location = new Point(338, 228);
  179. tbQuantity.Name = "tbQuantity";
  180. tbQuantity.Size = new Size(100, 23);
  181. tbQuantity.TabIndex = 16;
  182. //
  183. // label7
  184. //
  185. label7.AutoSize = true;
  186. label7.Location = new Point(337, 210);
  187. label7.Name = "label7";
  188. label7.Size = new Size(53, 15);
  189. label7.TabIndex = 15;
  190. label7.Text = "Quantity";
  191. //
  192. // tbProductFormat
  193. //
  194. tbProductFormat.Location = new Point(20, 282);
  195. tbProductFormat.Name = "tbProductFormat";
  196. tbProductFormat.Size = new Size(100, 23);
  197. tbProductFormat.TabIndex = 18;
  198. //
  199. // label8
  200. //
  201. label8.AutoSize = true;
  202. label8.Location = new Point(19, 264);
  203. label8.Name = "label8";
  204. label8.Size = new Size(87, 15);
  205. label8.TabIndex = 17;
  206. label8.Text = "ProductFormat";
  207. //
  208. // tbProductName
  209. //
  210. tbProductName.Location = new Point(126, 282);
  211. tbProductName.Name = "tbProductName";
  212. tbProductName.Size = new Size(100, 23);
  213. tbProductName.TabIndex = 20;
  214. //
  215. // label9
  216. //
  217. label9.AutoSize = true;
  218. label9.Location = new Point(125, 264);
  219. label9.Name = "label9";
  220. label9.Size = new Size(81, 15);
  221. label9.TabIndex = 19;
  222. label9.Text = "ProductName";
  223. //
  224. // tbCSVDelimiter
  225. //
  226. tbCSVDelimiter.Location = new Point(337, 282);
  227. tbCSVDelimiter.Name = "tbCSVDelimiter";
  228. tbCSVDelimiter.Size = new Size(100, 23);
  229. tbCSVDelimiter.TabIndex = 22;
  230. //
  231. // label10
  232. //
  233. label10.AutoSize = true;
  234. label10.Location = new Point(336, 264);
  235. label10.Name = "label10";
  236. label10.Size = new Size(79, 15);
  237. label10.TabIndex = 21;
  238. label10.Text = "CSV Delimiter";
  239. //
  240. // tbEmail
  241. //
  242. tbEmail.Location = new Point(232, 282);
  243. tbEmail.Name = "tbEmail";
  244. tbEmail.Size = new Size(100, 23);
  245. tbEmail.TabIndex = 24;
  246. //
  247. // label11
  248. //
  249. label11.AutoSize = true;
  250. label11.Location = new Point(231, 264);
  251. label11.Name = "label11";
  252. label11.Size = new Size(36, 15);
  253. label11.TabIndex = 23;
  254. label11.Text = "Email";
  255. //
  256. // label12
  257. //
  258. label12.AutoSize = true;
  259. label12.Location = new Point(19, 459);
  260. label12.Name = "label12";
  261. label12.Size = new Size(48, 15);
  262. label12.TabIndex = 25;
  263. label12.Text = "Ostatní:";
  264. //
  265. // tbFormatDigital
  266. //
  267. tbFormatDigital.Location = new Point(20, 492);
  268. tbFormatDigital.Name = "tbFormatDigital";
  269. tbFormatDigital.Size = new Size(100, 23);
  270. tbFormatDigital.TabIndex = 27;
  271. //
  272. // label13
  273. //
  274. label13.AutoSize = true;
  275. label13.Location = new Point(19, 474);
  276. label13.Name = "label13";
  277. label13.Size = new Size(95, 15);
  278. label13.TabIndex = 26;
  279. label13.Text = "Formát: Digitální";
  280. //
  281. // label14
  282. //
  283. label14.AutoSize = true;
  284. label14.Location = new Point(19, 323);
  285. label14.Name = "label14";
  286. label14.Size = new Size(171, 15);
  287. label14.TabIndex = 28;
  288. label14.Text = "Zpracování digitálního obsahu:";
  289. //
  290. // tbTssApiKey
  291. //
  292. tbTssApiKey.Location = new Point(20, 367);
  293. tbTssApiKey.Name = "tbTssApiKey";
  294. tbTssApiKey.Size = new Size(312, 23);
  295. tbTssApiKey.TabIndex = 30;
  296. //
  297. // label15
  298. //
  299. label15.AutoSize = true;
  300. label15.Location = new Point(19, 349);
  301. label15.Name = "label15";
  302. label15.Size = new Size(66, 15);
  303. label15.TabIndex = 29;
  304. label15.Text = "TSS APIKEY";
  305. //
  306. // tbTssChunkSize
  307. //
  308. tbTssChunkSize.Location = new Point(336, 367);
  309. tbTssChunkSize.Name = "tbTssChunkSize";
  310. tbTssChunkSize.Size = new Size(100, 23);
  311. tbTssChunkSize.TabIndex = 32;
  312. //
  313. // label16
  314. //
  315. label16.AutoSize = true;
  316. label16.Location = new Point(335, 349);
  317. label16.Name = "label16";
  318. label16.Size = new Size(99, 15);
  319. label16.TabIndex = 31;
  320. label16.Text = "ChunkSize (Bajty)";
  321. //
  322. // tbTssUrl
  323. //
  324. tbTssUrl.Location = new Point(19, 415);
  325. tbTssUrl.Name = "tbTssUrl";
  326. tbTssUrl.Size = new Size(312, 23);
  327. tbTssUrl.TabIndex = 34;
  328. //
  329. // label17
  330. //
  331. label17.AutoSize = true;
  332. label17.Location = new Point(18, 397);
  333. label17.Name = "label17";
  334. label17.Size = new Size(43, 15);
  335. label17.TabIndex = 33;
  336. label17.Text = "TSS Url";
  337. //
  338. // dlgEditCfg
  339. //
  340. AutoScaleDimensions = new SizeF(7F, 15F);
  341. AutoScaleMode = AutoScaleMode.Font;
  342. ClientSize = new Size(509, 627);
  343. ControlBox = false;
  344. Controls.Add(tbTssUrl);
  345. Controls.Add(label17);
  346. Controls.Add(tbTssChunkSize);
  347. Controls.Add(label16);
  348. Controls.Add(tbTssApiKey);
  349. Controls.Add(label15);
  350. Controls.Add(label14);
  351. Controls.Add(tbFormatDigital);
  352. Controls.Add(label13);
  353. Controls.Add(label12);
  354. Controls.Add(tbEmail);
  355. Controls.Add(label11);
  356. Controls.Add(tbCSVDelimiter);
  357. Controls.Add(label10);
  358. Controls.Add(tbProductName);
  359. Controls.Add(label9);
  360. Controls.Add(tbProductFormat);
  361. Controls.Add(label8);
  362. Controls.Add(tbQuantity);
  363. Controls.Add(label7);
  364. Controls.Add(tbUri);
  365. Controls.Add(label6);
  366. Controls.Add(tbProuductCat);
  367. Controls.Add(label5);
  368. Controls.Add(tbOrderNo);
  369. Controls.Add(label4);
  370. Controls.Add(label3);
  371. Controls.Add(tbCategories);
  372. Controls.Add(tbVariants);
  373. Controls.Add(label2);
  374. Controls.Add(label1);
  375. Controls.Add(butCancel);
  376. Controls.Add(butOk);
  377. FormBorderStyle = FormBorderStyle.FixedDialog;
  378. Name = "dlgEditCfg";
  379. StartPosition = FormStartPosition.CenterScreen;
  380. Text = "Editor konfigurace";
  381. Load += dlgEditCfg_Load;
  382. ResumeLayout(false);
  383. PerformLayout();
  384. }
  385. #endregion
  386. private Button butCancel;
  387. private Button butOk;
  388. private Label label1;
  389. private Label label2;
  390. private TextBox tbVariants;
  391. private TextBox tbCategories;
  392. private Label label3;
  393. private Label label4;
  394. private TextBox tbOrderNo;
  395. private TextBox tbProuductCat;
  396. private Label label5;
  397. private TextBox tbUri;
  398. private Label label6;
  399. private TextBox tbQuantity;
  400. private Label label7;
  401. private TextBox tbProductFormat;
  402. private Label label8;
  403. private TextBox tbProductName;
  404. private Label label9;
  405. private TextBox tbCSVDelimiter;
  406. private Label label10;
  407. private TextBox tbEmail;
  408. private Label label11;
  409. private Label label12;
  410. private TextBox tbFormatDigital;
  411. private Label label13;
  412. private Label label14;
  413. private TextBox tbTssApiKey;
  414. private Label label15;
  415. private TextBox tbTssChunkSize;
  416. private Label label16;
  417. private TextBox tbTssUrl;
  418. private Label label17;
  419. }
  420. }