dlgEditCfg.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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. SuspendLayout();
  55. //
  56. // butCancel
  57. //
  58. butCancel.Location = new Point(392, 394);
  59. butCancel.Margin = new Padding(3, 2, 3, 2);
  60. butCancel.Name = "butCancel";
  61. butCancel.Size = new Size(82, 22);
  62. butCancel.TabIndex = 3;
  63. butCancel.Text = "Zrušit";
  64. butCancel.UseVisualStyleBackColor = true;
  65. butCancel.Click += butCancel_Click;
  66. //
  67. // butOk
  68. //
  69. butOk.Location = new Point(12, 394);
  70. butOk.Margin = new Padding(3, 2, 3, 2);
  71. butOk.Name = "butOk";
  72. butOk.Size = new Size(82, 22);
  73. butOk.TabIndex = 2;
  74. butOk.Text = "Ok";
  75. butOk.UseVisualStyleBackColor = true;
  76. butOk.Click += butOk_Click;
  77. //
  78. // label1
  79. //
  80. label1.AutoSize = true;
  81. label1.Location = new Point(14, 9);
  82. label1.Name = "label1";
  83. label1.Size = new Size(119, 15);
  84. label1.TabIndex = 4;
  85. label1.Text = "RAW hodnoty variant";
  86. //
  87. // label2
  88. //
  89. label2.AutoSize = true;
  90. label2.Location = new Point(14, 104);
  91. label2.Name = "label2";
  92. label2.Size = new Size(129, 15);
  93. label2.TabIndex = 5;
  94. label2.Text = "RAW hodnoty kategorií";
  95. //
  96. // tbVariants
  97. //
  98. tbVariants.Location = new Point(19, 27);
  99. tbVariants.Multiline = true;
  100. tbVariants.Name = "tbVariants";
  101. tbVariants.Size = new Size(455, 70);
  102. tbVariants.TabIndex = 6;
  103. //
  104. // tbCategories
  105. //
  106. tbCategories.Location = new Point(19, 122);
  107. tbCategories.Multiline = true;
  108. tbCategories.Name = "tbCategories";
  109. tbCategories.Size = new Size(455, 70);
  110. tbCategories.TabIndex = 7;
  111. //
  112. // label3
  113. //
  114. label3.AutoSize = true;
  115. label3.Location = new Point(14, 195);
  116. label3.Name = "label3";
  117. label3.Size = new Size(120, 15);
  118. label3.TabIndex = 8;
  119. label3.Text = "Mapování Batch CSV:";
  120. //
  121. // label4
  122. //
  123. label4.AutoSize = true;
  124. label4.Location = new Point(19, 210);
  125. label4.Name = "label4";
  126. label4.Size = new Size(53, 15);
  127. label4.TabIndex = 9;
  128. label4.Text = "OrderNo";
  129. //
  130. // tbOrderNo
  131. //
  132. tbOrderNo.Location = new Point(20, 228);
  133. tbOrderNo.Name = "tbOrderNo";
  134. tbOrderNo.Size = new Size(100, 23);
  135. tbOrderNo.TabIndex = 10;
  136. //
  137. // tbProuductCat
  138. //
  139. tbProuductCat.Location = new Point(126, 228);
  140. tbProuductCat.Name = "tbProuductCat";
  141. tbProuductCat.Size = new Size(100, 23);
  142. tbProuductCat.TabIndex = 12;
  143. //
  144. // label5
  145. //
  146. label5.AutoSize = true;
  147. label5.Location = new Point(125, 210);
  148. label5.Name = "label5";
  149. label5.Size = new Size(67, 15);
  150. label5.TabIndex = 11;
  151. label5.Text = "ProductCat";
  152. //
  153. // tbUri
  154. //
  155. tbUri.Location = new Point(232, 228);
  156. tbUri.Name = "tbUri";
  157. tbUri.Size = new Size(100, 23);
  158. tbUri.TabIndex = 14;
  159. //
  160. // label6
  161. //
  162. label6.AutoSize = true;
  163. label6.Location = new Point(231, 210);
  164. label6.Name = "label6";
  165. label6.Size = new Size(22, 15);
  166. label6.TabIndex = 13;
  167. label6.Text = "Uri";
  168. //
  169. // tbQuantity
  170. //
  171. tbQuantity.Location = new Point(338, 228);
  172. tbQuantity.Name = "tbQuantity";
  173. tbQuantity.Size = new Size(100, 23);
  174. tbQuantity.TabIndex = 16;
  175. //
  176. // label7
  177. //
  178. label7.AutoSize = true;
  179. label7.Location = new Point(337, 210);
  180. label7.Name = "label7";
  181. label7.Size = new Size(53, 15);
  182. label7.TabIndex = 15;
  183. label7.Text = "Quantity";
  184. //
  185. // tbProductFormat
  186. //
  187. tbProductFormat.Location = new Point(20, 282);
  188. tbProductFormat.Name = "tbProductFormat";
  189. tbProductFormat.Size = new Size(100, 23);
  190. tbProductFormat.TabIndex = 18;
  191. //
  192. // label8
  193. //
  194. label8.AutoSize = true;
  195. label8.Location = new Point(19, 264);
  196. label8.Name = "label8";
  197. label8.Size = new Size(87, 15);
  198. label8.TabIndex = 17;
  199. label8.Text = "ProductFormat";
  200. //
  201. // tbProductName
  202. //
  203. tbProductName.Location = new Point(126, 282);
  204. tbProductName.Name = "tbProductName";
  205. tbProductName.Size = new Size(100, 23);
  206. tbProductName.TabIndex = 20;
  207. //
  208. // label9
  209. //
  210. label9.AutoSize = true;
  211. label9.Location = new Point(125, 264);
  212. label9.Name = "label9";
  213. label9.Size = new Size(81, 15);
  214. label9.TabIndex = 19;
  215. label9.Text = "ProductName";
  216. //
  217. // tbCSVDelimiter
  218. //
  219. tbCSVDelimiter.Location = new Point(337, 282);
  220. tbCSVDelimiter.Name = "tbCSVDelimiter";
  221. tbCSVDelimiter.Size = new Size(100, 23);
  222. tbCSVDelimiter.TabIndex = 22;
  223. //
  224. // label10
  225. //
  226. label10.AutoSize = true;
  227. label10.Location = new Point(336, 264);
  228. label10.Name = "label10";
  229. label10.Size = new Size(79, 15);
  230. label10.TabIndex = 21;
  231. label10.Text = "CSV Delimiter";
  232. //
  233. // tbEmail
  234. //
  235. tbEmail.Location = new Point(232, 282);
  236. tbEmail.Name = "tbEmail";
  237. tbEmail.Size = new Size(100, 23);
  238. tbEmail.TabIndex = 24;
  239. //
  240. // label11
  241. //
  242. label11.AutoSize = true;
  243. label11.Location = new Point(231, 264);
  244. label11.Name = "label11";
  245. label11.Size = new Size(36, 15);
  246. label11.TabIndex = 23;
  247. label11.Text = "Email";
  248. //
  249. // label12
  250. //
  251. label12.AutoSize = true;
  252. label12.Location = new Point(19, 320);
  253. label12.Name = "label12";
  254. label12.Size = new Size(45, 15);
  255. label12.TabIndex = 25;
  256. label12.Text = "Ostatní";
  257. //
  258. // tbFormatDigital
  259. //
  260. tbFormatDigital.Location = new Point(20, 355);
  261. tbFormatDigital.Name = "tbFormatDigital";
  262. tbFormatDigital.Size = new Size(100, 23);
  263. tbFormatDigital.TabIndex = 27;
  264. //
  265. // label13
  266. //
  267. label13.AutoSize = true;
  268. label13.Location = new Point(19, 337);
  269. label13.Name = "label13";
  270. label13.Size = new Size(95, 15);
  271. label13.TabIndex = 26;
  272. label13.Text = "Formát: Digitální";
  273. //
  274. // dlgEditCfg
  275. //
  276. AutoScaleDimensions = new SizeF(7F, 15F);
  277. AutoScaleMode = AutoScaleMode.Font;
  278. ClientSize = new Size(503, 488);
  279. ControlBox = false;
  280. Controls.Add(tbFormatDigital);
  281. Controls.Add(label13);
  282. Controls.Add(label12);
  283. Controls.Add(tbEmail);
  284. Controls.Add(label11);
  285. Controls.Add(tbCSVDelimiter);
  286. Controls.Add(label10);
  287. Controls.Add(tbProductName);
  288. Controls.Add(label9);
  289. Controls.Add(tbProductFormat);
  290. Controls.Add(label8);
  291. Controls.Add(tbQuantity);
  292. Controls.Add(label7);
  293. Controls.Add(tbUri);
  294. Controls.Add(label6);
  295. Controls.Add(tbProuductCat);
  296. Controls.Add(label5);
  297. Controls.Add(tbOrderNo);
  298. Controls.Add(label4);
  299. Controls.Add(label3);
  300. Controls.Add(tbCategories);
  301. Controls.Add(tbVariants);
  302. Controls.Add(label2);
  303. Controls.Add(label1);
  304. Controls.Add(butCancel);
  305. Controls.Add(butOk);
  306. FormBorderStyle = FormBorderStyle.FixedDialog;
  307. Name = "dlgEditCfg";
  308. StartPosition = FormStartPosition.CenterScreen;
  309. Text = "Editor konfigurace";
  310. Load += dlgEditCfg_Load;
  311. ResumeLayout(false);
  312. PerformLayout();
  313. }
  314. #endregion
  315. private Button butCancel;
  316. private Button butOk;
  317. private Label label1;
  318. private Label label2;
  319. private TextBox tbVariants;
  320. private TextBox tbCategories;
  321. private Label label3;
  322. private Label label4;
  323. private TextBox tbOrderNo;
  324. private TextBox tbProuductCat;
  325. private Label label5;
  326. private TextBox tbUri;
  327. private Label label6;
  328. private TextBox tbQuantity;
  329. private Label label7;
  330. private TextBox tbProductFormat;
  331. private Label label8;
  332. private TextBox tbProductName;
  333. private Label label9;
  334. private TextBox tbCSVDelimiter;
  335. private Label label10;
  336. private TextBox tbEmail;
  337. private Label label11;
  338. private Label label12;
  339. private TextBox tbFormatDigital;
  340. private Label label13;
  341. }
  342. }