Design.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. namespace qdr.app.studiou.orders2printpack
  2. {
  3. partial class Design
  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. detProduct = new FlowLayoutPanel();
  29. label1 = new Label();
  30. tbdetId = new TextBox();
  31. label2 = new Label();
  32. tbdetName = new TextBox();
  33. label3 = new Label();
  34. tbdetSku = new TextBox();
  35. label4 = new Label();
  36. tbdetShortDescription = new TextBox();
  37. label5 = new Label();
  38. tbdetDescription = new TextBox();
  39. label6 = new Label();
  40. cbdetVariants = new ComboBox();
  41. label7 = new Label();
  42. tbdetParent = new ComboBox();
  43. label8 = new Label();
  44. tbdetPrice = new NumericUpDown();
  45. label9 = new Label();
  46. cbdetCategories = new ComboBox();
  47. label10 = new Label();
  48. tbdetUri = new TextBox();
  49. detProduct.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)tbdetPrice).BeginInit();
  51. SuspendLayout();
  52. //
  53. // detProduct
  54. //
  55. detProduct.Controls.Add(label1);
  56. detProduct.Controls.Add(tbdetId);
  57. detProduct.Controls.Add(label7);
  58. detProduct.Controls.Add(tbdetParent);
  59. detProduct.Controls.Add(label2);
  60. detProduct.Controls.Add(tbdetName);
  61. detProduct.Controls.Add(label3);
  62. detProduct.Controls.Add(tbdetSku);
  63. detProduct.Controls.Add(label4);
  64. detProduct.Controls.Add(tbdetShortDescription);
  65. detProduct.Controls.Add(label5);
  66. detProduct.Controls.Add(tbdetDescription);
  67. detProduct.Controls.Add(label6);
  68. detProduct.Controls.Add(cbdetVariants);
  69. detProduct.Controls.Add(label8);
  70. detProduct.Controls.Add(tbdetPrice);
  71. detProduct.Controls.Add(label9);
  72. detProduct.Controls.Add(cbdetCategories);
  73. detProduct.Controls.Add(label10);
  74. detProduct.Controls.Add(tbdetUri);
  75. detProduct.FlowDirection = FlowDirection.TopDown;
  76. detProduct.Location = new Point(163, 6);
  77. detProduct.Name = "detProduct";
  78. detProduct.Size = new Size(474, 438);
  79. detProduct.TabIndex = 2;
  80. //
  81. // label1
  82. //
  83. label1.AutoSize = true;
  84. label1.Location = new Point(3, 0);
  85. label1.Name = "label1";
  86. label1.Size = new Size(17, 15);
  87. label1.TabIndex = 0;
  88. label1.Text = "Id";
  89. //
  90. // tbdetId
  91. //
  92. tbdetId.Location = new Point(3, 18);
  93. tbdetId.Name = "tbdetId";
  94. tbdetId.ReadOnly = true;
  95. tbdetId.Size = new Size(203, 23);
  96. tbdetId.TabIndex = 1;
  97. //
  98. // label2
  99. //
  100. label2.AutoSize = true;
  101. label2.Location = new Point(3, 88);
  102. label2.Name = "label2";
  103. label2.Size = new Size(42, 15);
  104. label2.TabIndex = 2;
  105. label2.Text = "Jméno";
  106. //
  107. // tbdetName
  108. //
  109. tbdetName.Location = new Point(3, 106);
  110. tbdetName.Name = "tbdetName";
  111. tbdetName.Size = new Size(203, 23);
  112. tbdetName.TabIndex = 3;
  113. //
  114. // label3
  115. //
  116. label3.AutoSize = true;
  117. label3.Location = new Point(3, 132);
  118. label3.Name = "label3";
  119. label3.Size = new Size(125, 15);
  120. label3.TabIndex = 4;
  121. label3.Text = "Katalogové číslo (SKU)";
  122. //
  123. // tbdetSku
  124. //
  125. tbdetSku.Location = new Point(3, 150);
  126. tbdetSku.Name = "tbdetSku";
  127. tbdetSku.Size = new Size(203, 23);
  128. tbdetSku.TabIndex = 5;
  129. //
  130. // label4
  131. //
  132. label4.AutoSize = true;
  133. label4.Location = new Point(3, 176);
  134. label4.Name = "label4";
  135. label4.Size = new Size(72, 15);
  136. label4.TabIndex = 6;
  137. label4.Text = "Krátký popis";
  138. //
  139. // tbdetShortDescription
  140. //
  141. tbdetShortDescription.Location = new Point(3, 194);
  142. tbdetShortDescription.Name = "tbdetShortDescription";
  143. tbdetShortDescription.Size = new Size(203, 23);
  144. tbdetShortDescription.TabIndex = 7;
  145. //
  146. // label5
  147. //
  148. label5.AutoSize = true;
  149. label5.Location = new Point(3, 220);
  150. label5.Name = "label5";
  151. label5.Size = new Size(36, 15);
  152. label5.TabIndex = 8;
  153. label5.Text = "Popis";
  154. //
  155. // tbdetDescription
  156. //
  157. tbdetDescription.Location = new Point(3, 238);
  158. tbdetDescription.Multiline = true;
  159. tbdetDescription.Name = "tbdetDescription";
  160. tbdetDescription.Size = new Size(203, 91);
  161. tbdetDescription.TabIndex = 9;
  162. //
  163. // label6
  164. //
  165. label6.AutoSize = true;
  166. label6.Location = new Point(3, 332);
  167. label6.Name = "label6";
  168. label6.Size = new Size(49, 15);
  169. label6.TabIndex = 10;
  170. label6.Text = "Varianta";
  171. //
  172. // cbdetVariants
  173. //
  174. cbdetVariants.FormattingEnabled = true;
  175. cbdetVariants.Location = new Point(3, 350);
  176. cbdetVariants.Name = "cbdetVariants";
  177. cbdetVariants.Size = new Size(203, 23);
  178. cbdetVariants.TabIndex = 11;
  179. //
  180. // label7
  181. //
  182. label7.AutoSize = true;
  183. label7.Location = new Point(3, 44);
  184. label7.Name = "label7";
  185. label7.Size = new Size(101, 15);
  186. label7.TabIndex = 12;
  187. label7.Text = "Nadřazený / rodič";
  188. //
  189. // tbdetParent
  190. //
  191. tbdetParent.FormattingEnabled = true;
  192. tbdetParent.Location = new Point(3, 62);
  193. tbdetParent.Name = "tbdetParent";
  194. tbdetParent.Size = new Size(203, 23);
  195. tbdetParent.TabIndex = 13;
  196. //
  197. // label8
  198. //
  199. label8.AutoSize = true;
  200. label8.Location = new Point(3, 376);
  201. label8.Name = "label8";
  202. label8.Size = new Size(34, 15);
  203. label8.TabIndex = 14;
  204. label8.Text = "Cena";
  205. //
  206. // tbdetPrice
  207. //
  208. tbdetPrice.DecimalPlaces = 2;
  209. detProduct.SetFlowBreak(tbdetPrice, true);
  210. tbdetPrice.Location = new Point(3, 394);
  211. tbdetPrice.Name = "tbdetPrice";
  212. tbdetPrice.Size = new Size(203, 23);
  213. tbdetPrice.TabIndex = 16;
  214. tbdetPrice.ThousandsSeparator = true;
  215. //
  216. // label9
  217. //
  218. label9.AutoSize = true;
  219. label9.Location = new Point(212, 0);
  220. label9.Name = "label9";
  221. label9.Size = new Size(57, 15);
  222. label9.TabIndex = 17;
  223. label9.Text = "Kategorie";
  224. //
  225. // cbdetCategories
  226. //
  227. cbdetCategories.FormattingEnabled = true;
  228. cbdetCategories.Location = new Point(212, 18);
  229. cbdetCategories.Name = "cbdetCategories";
  230. cbdetCategories.Size = new Size(203, 23);
  231. cbdetCategories.TabIndex = 18;
  232. //
  233. // label10
  234. //
  235. label10.AutoSize = true;
  236. label10.Location = new Point(212, 44);
  237. label10.Name = "label10";
  238. label10.Size = new Size(68, 15);
  239. label10.TabIndex = 19;
  240. label10.Text = "Obrázek Uri";
  241. //
  242. // tbdetUri
  243. //
  244. tbdetUri.Location = new Point(212, 62);
  245. tbdetUri.Name = "tbdetUri";
  246. tbdetUri.Size = new Size(203, 23);
  247. tbdetUri.TabIndex = 20;
  248. //
  249. // Design
  250. //
  251. AutoScaleDimensions = new SizeF(7F, 15F);
  252. AutoScaleMode = AutoScaleMode.Font;
  253. ClientSize = new Size(800, 450);
  254. Controls.Add(detProduct);
  255. Name = "Design";
  256. Text = "Design";
  257. detProduct.ResumeLayout(false);
  258. detProduct.PerformLayout();
  259. ((System.ComponentModel.ISupportInitialize)tbdetPrice).EndInit();
  260. ResumeLayout(false);
  261. }
  262. #endregion
  263. private FlowLayoutPanel detProduct;
  264. private Label label1;
  265. private TextBox tbdetId;
  266. private Label label2;
  267. private TextBox tbdetName;
  268. private Label label3;
  269. private TextBox tbdetSku;
  270. private Label label4;
  271. private TextBox tbdetShortDescription;
  272. private Label label5;
  273. private TextBox tbdetDescription;
  274. private Label label7;
  275. private ComboBox tbdetParent;
  276. private Label label6;
  277. private ComboBox cbdetVariants;
  278. private Label label8;
  279. private NumericUpDown tbdetPrice;
  280. private Label label9;
  281. private ComboBox cbdetCategories;
  282. private Label label10;
  283. private TextBox tbdetUri;
  284. }
  285. }