FormLabelPrint.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. namespace qdr.app.studiou.orders2printpack
  2. {
  3. partial class FormLabelPrint
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLabelPrint));
  29. butOpenCsv = new Button();
  30. butOpenXls = new Button();
  31. butGenerate = new Button();
  32. label1 = new Label();
  33. tbCsvPath = new TextBox();
  34. tbXslxPath = new TextBox();
  35. label2 = new Label();
  36. butConfig = new Button();
  37. groupBox1 = new GroupBox();
  38. lParRow = new Label();
  39. lParCol = new Label();
  40. lParCount = new Label();
  41. butClose = new Button();
  42. dlgOpenCsv = new OpenFileDialog();
  43. dlgSaveXls = new SaveFileDialog();
  44. groupBox1.SuspendLayout();
  45. SuspendLayout();
  46. //
  47. // butOpenCsv
  48. //
  49. butOpenCsv.Location = new Point(12, 12);
  50. butOpenCsv.Name = "butOpenCsv";
  51. butOpenCsv.Size = new Size(142, 47);
  52. butOpenCsv.TabIndex = 0;
  53. butOpenCsv.Text = "1. Otevři CSV soubor";
  54. butOpenCsv.UseVisualStyleBackColor = true;
  55. butOpenCsv.Click += butOpenCsv_Click;
  56. //
  57. // butOpenXls
  58. //
  59. butOpenXls.Location = new Point(160, 12);
  60. butOpenXls.Name = "butOpenXls";
  61. butOpenXls.Size = new Size(142, 47);
  62. butOpenXls.TabIndex = 1;
  63. butOpenXls.Text = "2. Výstupní XSLX soubor";
  64. butOpenXls.UseVisualStyleBackColor = true;
  65. butOpenXls.Click += butOpenXls_Click;
  66. //
  67. // butGenerate
  68. //
  69. butGenerate.BackColor = Color.FromArgb(192, 255, 192);
  70. butGenerate.Location = new Point(308, 12);
  71. butGenerate.Name = "butGenerate";
  72. butGenerate.Size = new Size(142, 47);
  73. butGenerate.TabIndex = 2;
  74. butGenerate.Text = "3. Generuj";
  75. butGenerate.UseVisualStyleBackColor = false;
  76. butGenerate.Click += butGenerate_Click;
  77. //
  78. // label1
  79. //
  80. label1.AutoSize = true;
  81. label1.Location = new Point(14, 62);
  82. label1.Name = "label1";
  83. label1.Size = new Size(87, 15);
  84. label1.TabIndex = 3;
  85. label1.Text = "Vstupní soubor";
  86. //
  87. // tbCsvPath
  88. //
  89. tbCsvPath.Location = new Point(14, 80);
  90. tbCsvPath.Name = "tbCsvPath";
  91. tbCsvPath.Size = new Size(436, 23);
  92. tbCsvPath.TabIndex = 4;
  93. //
  94. // tbXslxPath
  95. //
  96. tbXslxPath.Location = new Point(14, 125);
  97. tbXslxPath.Name = "tbXslxPath";
  98. tbXslxPath.Size = new Size(436, 23);
  99. tbXslxPath.TabIndex = 6;
  100. //
  101. // label2
  102. //
  103. label2.AutoSize = true;
  104. label2.Location = new Point(14, 107);
  105. label2.Name = "label2";
  106. label2.Size = new Size(93, 15);
  107. label2.TabIndex = 5;
  108. label2.Text = "Výstupní soubor";
  109. //
  110. // butConfig
  111. //
  112. butConfig.Location = new Point(351, 162);
  113. butConfig.Name = "butConfig";
  114. butConfig.Size = new Size(99, 29);
  115. butConfig.TabIndex = 7;
  116. butConfig.Text = "Konfigurace";
  117. butConfig.UseVisualStyleBackColor = true;
  118. butConfig.Click += butConfig_Click;
  119. //
  120. // groupBox1
  121. //
  122. groupBox1.Controls.Add(lParRow);
  123. groupBox1.Controls.Add(lParCol);
  124. groupBox1.Controls.Add(lParCount);
  125. groupBox1.Location = new Point(12, 154);
  126. groupBox1.Name = "groupBox1";
  127. groupBox1.Size = new Size(200, 134);
  128. groupBox1.TabIndex = 8;
  129. groupBox1.TabStop = false;
  130. groupBox1.Text = "Parametry";
  131. //
  132. // lParRow
  133. //
  134. lParRow.AutoSize = true;
  135. lParRow.Location = new Point(15, 52);
  136. lParRow.Name = "lParRow";
  137. lParRow.Size = new Size(131, 15);
  138. lParRow.TabIndex = 2;
  139. lParRow.Text = "Štítků řádků na stránku:";
  140. //
  141. // lParCol
  142. //
  143. lParCol.AutoSize = true;
  144. lParCol.Location = new Point(15, 37);
  145. lParCol.Name = "lParCol";
  146. lParCol.Size = new Size(96, 15);
  147. lParCol.TabIndex = 1;
  148. lParCol.Text = "Štítků ve sloupci:";
  149. //
  150. // lParCount
  151. //
  152. lParCount.AutoSize = true;
  153. lParCount.Location = new Point(15, 22);
  154. lParCount.Name = "lParCount";
  155. lParCount.Size = new Size(92, 15);
  156. lParCount.TabIndex = 0;
  157. lParCount.Text = "Štítků/záznamů:";
  158. //
  159. // butClose
  160. //
  161. butClose.Location = new Point(351, 259);
  162. butClose.Name = "butClose";
  163. butClose.Size = new Size(99, 29);
  164. butClose.TabIndex = 9;
  165. butClose.Text = "Zavřít";
  166. butClose.UseVisualStyleBackColor = true;
  167. butClose.Click += butClose_Click;
  168. //
  169. // dlgOpenCsv
  170. //
  171. dlgOpenCsv.Filter = "CSV files|*.csv";
  172. dlgOpenCsv.Title = "Otevři CSV soubor s daty pro štítky";
  173. //
  174. // dlgSaveXls
  175. //
  176. dlgSaveXls.Filter = "Xlsx Excel soubor|*.xlsx";
  177. dlgSaveXls.Title = "Vyber výstupní soubor Xlsx štítků";
  178. //
  179. // FormLabelPrint
  180. //
  181. AutoScaleDimensions = new SizeF(7F, 15F);
  182. AutoScaleMode = AutoScaleMode.Font;
  183. ClientSize = new Size(465, 309);
  184. Controls.Add(butClose);
  185. Controls.Add(groupBox1);
  186. Controls.Add(butConfig);
  187. Controls.Add(tbXslxPath);
  188. Controls.Add(label2);
  189. Controls.Add(tbCsvPath);
  190. Controls.Add(label1);
  191. Controls.Add(butGenerate);
  192. Controls.Add(butOpenXls);
  193. Controls.Add(butOpenCsv);
  194. FormBorderStyle = FormBorderStyle.FixedSingle;
  195. Icon = (Icon)resources.GetObject("$this.Icon");
  196. MaximizeBox = false;
  197. MinimizeBox = false;
  198. Name = "FormLabelPrint";
  199. Text = "Tisk štítků";
  200. groupBox1.ResumeLayout(false);
  201. groupBox1.PerformLayout();
  202. ResumeLayout(false);
  203. PerformLayout();
  204. }
  205. #endregion
  206. private Button butOpenCsv;
  207. private Button butOpenXls;
  208. private Button butGenerate;
  209. private Label label1;
  210. private TextBox tbCsvPath;
  211. private TextBox tbXslxPath;
  212. private Label label2;
  213. private Button butConfig;
  214. private GroupBox groupBox1;
  215. private Label lParRow;
  216. private Label lParCol;
  217. private Label lParCount;
  218. private Button butClose;
  219. private OpenFileDialog dlgOpenCsv;
  220. private SaveFileDialog dlgSaveXls;
  221. }
  222. }