dlgLabelSettings.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. namespace qdr.app.studiou.orders2printpack
  2. {
  3. partial class dlgLabelSettings
  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. butOk = new Button();
  29. butCancel = new Button();
  30. label1 = new Label();
  31. tbTemplate = new TextBox();
  32. label2 = new Label();
  33. label3 = new Label();
  34. label4 = new Label();
  35. tbLPerCol = new TextBox();
  36. tbLPerRow = new TextBox();
  37. label5 = new Label();
  38. tbLWidth = new TextBox();
  39. label6 = new Label();
  40. tbLHeight = new TextBox();
  41. label7 = new Label();
  42. label8 = new Label();
  43. SuspendLayout();
  44. //
  45. // butOk
  46. //
  47. butOk.DialogResult = DialogResult.OK;
  48. butOk.Location = new Point(12, 176);
  49. butOk.Name = "butOk";
  50. butOk.Size = new Size(75, 23);
  51. butOk.TabIndex = 0;
  52. butOk.Text = "Ok";
  53. butOk.UseVisualStyleBackColor = true;
  54. butOk.Click += butOk_Click;
  55. //
  56. // butCancel
  57. //
  58. butCancel.DialogResult = DialogResult.Cancel;
  59. butCancel.Location = new Point(405, 176);
  60. butCancel.Name = "butCancel";
  61. butCancel.Size = new Size(75, 23);
  62. butCancel.TabIndex = 1;
  63. butCancel.Text = "Zrušit";
  64. butCancel.UseVisualStyleBackColor = true;
  65. butCancel.Click += butCancel_Click;
  66. //
  67. // label1
  68. //
  69. label1.AutoSize = true;
  70. label1.Location = new Point(12, 9);
  71. label1.Name = "label1";
  72. label1.Size = new Size(81, 15);
  73. label1.TabIndex = 2;
  74. label1.Text = "Šablona štítku";
  75. //
  76. // tbTemplate
  77. //
  78. tbTemplate.Location = new Point(12, 27);
  79. tbTemplate.Multiline = true;
  80. tbTemplate.Name = "tbTemplate";
  81. tbTemplate.Size = new Size(360, 70);
  82. tbTemplate.TabIndex = 3;
  83. //
  84. // label2
  85. //
  86. label2.AutoSize = true;
  87. label2.Location = new Point(385, 11);
  88. label2.Name = "label2";
  89. label2.Size = new Size(100, 120);
  90. label2.TabIndex = 4;
  91. label2.Text = "Použité proměné:\r\norder_no\r\nprod_cat\r\nprod_name\r\nprod_var\r\nprod_var_type\r\nprod_img_url\r\nqty";
  92. //
  93. // label3
  94. //
  95. label3.AutoSize = true;
  96. label3.Location = new Point(12, 100);
  97. label3.Name = "label3";
  98. label3.Size = new Size(95, 15);
  99. label3.TabIndex = 5;
  100. label3.Text = "Štítků na stránku";
  101. //
  102. // label4
  103. //
  104. label4.AutoSize = true;
  105. label4.Location = new Point(12, 116);
  106. label4.Name = "label4";
  107. label4.Size = new Size(66, 15);
  108. label4.TabIndex = 6;
  109. label4.Text = "Na sloupec";
  110. //
  111. // tbLPerCol
  112. //
  113. tbLPerCol.Location = new Point(12, 134);
  114. tbLPerCol.Name = "tbLPerCol";
  115. tbLPerCol.Size = new Size(66, 23);
  116. tbLPerCol.TabIndex = 7;
  117. //
  118. // tbLPerRow
  119. //
  120. tbLPerRow.Location = new Point(84, 134);
  121. tbLPerRow.Name = "tbLPerRow";
  122. tbLPerRow.Size = new Size(66, 23);
  123. tbLPerRow.TabIndex = 9;
  124. //
  125. // label5
  126. //
  127. label5.AutoSize = true;
  128. label5.Location = new Point(84, 116);
  129. label5.Name = "label5";
  130. label5.Size = new Size(55, 15);
  131. label5.TabIndex = 8;
  132. label5.Text = "Na řádku";
  133. //
  134. // tbLWidth
  135. //
  136. tbLWidth.Location = new Point(305, 134);
  137. tbLWidth.Name = "tbLWidth";
  138. tbLWidth.Size = new Size(66, 23);
  139. tbLWidth.TabIndex = 14;
  140. //
  141. // label6
  142. //
  143. label6.AutoSize = true;
  144. label6.Location = new Point(305, 116);
  145. label6.Name = "label6";
  146. label6.Size = new Size(32, 15);
  147. label6.TabIndex = 13;
  148. label6.Text = "Šířka";
  149. //
  150. // tbLHeight
  151. //
  152. tbLHeight.Location = new Point(233, 134);
  153. tbLHeight.Name = "tbLHeight";
  154. tbLHeight.Size = new Size(66, 23);
  155. tbLHeight.TabIndex = 12;
  156. //
  157. // label7
  158. //
  159. label7.AutoSize = true;
  160. label7.Location = new Point(233, 116);
  161. label7.Name = "label7";
  162. label7.Size = new Size(37, 15);
  163. label7.TabIndex = 11;
  164. label7.Text = "Výška";
  165. //
  166. // label8
  167. //
  168. label8.AutoSize = true;
  169. label8.Location = new Point(233, 100);
  170. label8.Name = "label8";
  171. label8.Size = new Size(85, 15);
  172. label8.TabIndex = 10;
  173. label8.Text = "Dimenze štítků";
  174. //
  175. // dlgLabelSettings
  176. //
  177. AutoScaleDimensions = new SizeF(7F, 15F);
  178. AutoScaleMode = AutoScaleMode.Font;
  179. ClientSize = new Size(491, 210);
  180. Controls.Add(tbLWidth);
  181. Controls.Add(label6);
  182. Controls.Add(tbLHeight);
  183. Controls.Add(label7);
  184. Controls.Add(label8);
  185. Controls.Add(tbLPerRow);
  186. Controls.Add(label5);
  187. Controls.Add(tbLPerCol);
  188. Controls.Add(label4);
  189. Controls.Add(label3);
  190. Controls.Add(label2);
  191. Controls.Add(tbTemplate);
  192. Controls.Add(label1);
  193. Controls.Add(butCancel);
  194. Controls.Add(butOk);
  195. FormBorderStyle = FormBorderStyle.FixedDialog;
  196. MaximizeBox = false;
  197. MinimizeBox = false;
  198. Name = "dlgLabelSettings";
  199. Text = "Nastavení štítků";
  200. Load += dlgLabelSettings_Load;
  201. ResumeLayout(false);
  202. PerformLayout();
  203. }
  204. #endregion
  205. private Button butOk;
  206. private Button butCancel;
  207. private Label label1;
  208. private TextBox tbTemplate;
  209. private Label label2;
  210. private Label label3;
  211. private Label label4;
  212. private TextBox tbLPerCol;
  213. private TextBox tbLPerRow;
  214. private Label label5;
  215. private TextBox tbLWidth;
  216. private Label label6;
  217. private TextBox tbLHeight;
  218. private Label label7;
  219. private Label label8;
  220. }
  221. }