dlgEditCfg.Designer.cs 10.0 KB

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