ZplExportForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. namespace FastReport.Forms
  2. {
  3. public partial class ZplExportForm : BaseExportForm
  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. this.gbPrinterSettings = new System.Windows.Forms.GroupBox();
  29. this.lblBarcodeScale = new System.Windows.Forms.Label();
  30. this.nudBarcodeScale = new System.Windows.Forms.NumericUpDown();
  31. this.lblFontScale = new System.Windows.Forms.Label();
  32. this.nudFontScale = new System.Windows.Forms.NumericUpDown();
  33. this.cbPrintAsBitmap = new System.Windows.Forms.CheckBox();
  34. this.cbDensity = new System.Windows.Forms.ComboBox();
  35. this.lblDensity = new System.Windows.Forms.Label();
  36. this.cbVersion = new System.Windows.Forms.ComboBox();
  37. this.lblVersion = new System.Windows.Forms.Label();
  38. this.gbPageRange.SuspendLayout();
  39. this.pcPages.SuspendLayout();
  40. this.panPages.SuspendLayout();
  41. this.gbPrinterSettings.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.nudBarcodeScale)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.nudFontScale)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // gbPageRange
  47. //
  48. this.gbPageRange.Location = new System.Drawing.Point(10, 5);
  49. this.gbPageRange.Margin = new System.Windows.Forms.Padding(4);
  50. this.gbPageRange.Size = new System.Drawing.Size(325, 160);
  51. //
  52. // lblHint
  53. //
  54. this.lblHint.Location = new System.Drawing.Point(2, 104);
  55. this.lblHint.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  56. this.lblHint.Padding = new System.Windows.Forms.Padding(6, 6, 6, 0);
  57. this.lblHint.Size = new System.Drawing.Size(321, 54);
  58. //
  59. // tbNumbers
  60. //
  61. this.tbNumbers.Location = new System.Drawing.Point(129, 75);
  62. this.tbNumbers.Margin = new System.Windows.Forms.Padding(4);
  63. this.tbNumbers.Size = new System.Drawing.Size(179, 24);
  64. //
  65. // rbNumbers
  66. //
  67. this.rbNumbers.Location = new System.Drawing.Point(15, 75);
  68. this.rbNumbers.Margin = new System.Windows.Forms.Padding(4);
  69. //
  70. // rbCurrent
  71. //
  72. this.rbCurrent.Location = new System.Drawing.Point(15, 50);
  73. this.rbCurrent.Margin = new System.Windows.Forms.Padding(4);
  74. //
  75. // rbAll
  76. //
  77. this.rbAll.Location = new System.Drawing.Point(15, 25);
  78. this.rbAll.Margin = new System.Windows.Forms.Padding(4);
  79. //
  80. // pcPages
  81. //
  82. this.pcPages.Location = new System.Drawing.Point(0, 0);
  83. this.pcPages.Margin = new System.Windows.Forms.Padding(4);
  84. this.pcPages.Size = new System.Drawing.Size(344, 376);
  85. //
  86. // panPages
  87. //
  88. this.panPages.Controls.Add(this.gbPrinterSettings);
  89. this.panPages.Margin = new System.Windows.Forms.Padding(4);
  90. this.panPages.Size = new System.Drawing.Size(344, 376);
  91. this.panPages.Controls.SetChildIndex(this.gbPrinterSettings, 0);
  92. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  93. //
  94. // cbOpenAfter
  95. //
  96. this.cbOpenAfter.Location = new System.Drawing.Point(10, 407);
  97. this.cbOpenAfter.Margin = new System.Windows.Forms.Padding(4);
  98. //
  99. // cbExportAllTabs
  100. //
  101. this.cbExportAllTabs.Location = new System.Drawing.Point(10, 382);
  102. this.cbExportAllTabs.Margin = new System.Windows.Forms.Padding(2);
  103. //
  104. // btnOk
  105. //
  106. this.btnOk.Location = new System.Drawing.Point(142, 435);
  107. this.btnOk.Margin = new System.Windows.Forms.Padding(4);
  108. this.btnOk.Size = new System.Drawing.Size(94, 29);
  109. //
  110. // btnCancel
  111. //
  112. this.btnCancel.Location = new System.Drawing.Point(241, 435);
  113. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  114. this.btnCancel.Size = new System.Drawing.Size(94, 29);
  115. //
  116. // gbPrinterSettings
  117. //
  118. this.gbPrinterSettings.Controls.Add(this.lblBarcodeScale);
  119. this.gbPrinterSettings.Controls.Add(this.nudBarcodeScale);
  120. this.gbPrinterSettings.Controls.Add(this.lblFontScale);
  121. this.gbPrinterSettings.Controls.Add(this.nudFontScale);
  122. this.gbPrinterSettings.Controls.Add(this.cbPrintAsBitmap);
  123. this.gbPrinterSettings.Controls.Add(this.cbDensity);
  124. this.gbPrinterSettings.Controls.Add(this.lblDensity);
  125. this.gbPrinterSettings.Controls.Add(this.cbVersion);
  126. this.gbPrinterSettings.Controls.Add(this.lblVersion);
  127. this.gbPrinterSettings.Location = new System.Drawing.Point(10, 173);
  128. this.gbPrinterSettings.Margin = new System.Windows.Forms.Padding(4);
  129. this.gbPrinterSettings.Name = "gbPrinterSettings";
  130. this.gbPrinterSettings.Padding = new System.Windows.Forms.Padding(4);
  131. this.gbPrinterSettings.Size = new System.Drawing.Size(325, 198);
  132. this.gbPrinterSettings.TabIndex = 4;
  133. this.gbPrinterSettings.TabStop = false;
  134. this.gbPrinterSettings.Text = "Printer settings";
  135. //
  136. // lblBarcodeScale
  137. //
  138. this.lblBarcodeScale.AutoSize = true;
  139. this.lblBarcodeScale.Location = new System.Drawing.Point(11, 126);
  140. this.lblBarcodeScale.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  141. this.lblBarcodeScale.Name = "lblBarcodeScale";
  142. this.lblBarcodeScale.Size = new System.Drawing.Size(93, 17);
  143. this.lblBarcodeScale.TabIndex = 8;
  144. this.lblBarcodeScale.Text = "Barcode Scale";
  145. //
  146. // nudBarcodeScale
  147. //
  148. this.nudBarcodeScale.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.nudBarcodeScale.Location = new System.Drawing.Point(160, 124);
  151. this.nudBarcodeScale.Margin = new System.Windows.Forms.Padding(4);
  152. this.nudBarcodeScale.Maximum = new decimal(new int[] {
  153. 20,
  154. 0,
  155. 0,
  156. 0});
  157. this.nudBarcodeScale.Minimum = new decimal(new int[] {
  158. 1,
  159. 0,
  160. 0,
  161. 0});
  162. this.nudBarcodeScale.Name = "nudBarcodeScale";
  163. this.nudBarcodeScale.Size = new System.Drawing.Size(151, 24);
  164. this.nudBarcodeScale.TabIndex = 7;
  165. this.nudBarcodeScale.Value = new decimal(new int[] {
  166. 2,
  167. 0,
  168. 0,
  169. 0});
  170. //
  171. // lblFontScale
  172. //
  173. this.lblFontScale.AutoSize = true;
  174. this.lblFontScale.Location = new System.Drawing.Point(11, 90);
  175. this.lblFontScale.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  176. this.lblFontScale.Name = "lblFontScale";
  177. this.lblFontScale.Size = new System.Drawing.Size(71, 17);
  178. this.lblFontScale.TabIndex = 3;
  179. this.lblFontScale.Text = "Font Scale";
  180. //
  181. // nudFontScale
  182. //
  183. this.nudFontScale.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  184. | System.Windows.Forms.AnchorStyles.Right)));
  185. this.nudFontScale.DecimalPlaces = 2;
  186. this.nudFontScale.Increment = new decimal(new int[] {
  187. 1,
  188. 0,
  189. 0,
  190. 131072});
  191. this.nudFontScale.Location = new System.Drawing.Point(160, 88);
  192. this.nudFontScale.Margin = new System.Windows.Forms.Padding(4);
  193. this.nudFontScale.Maximum = new decimal(new int[] {
  194. 10,
  195. 0,
  196. 0,
  197. 0});
  198. this.nudFontScale.Name = "nudFontScale";
  199. this.nudFontScale.Size = new System.Drawing.Size(151, 24);
  200. this.nudFontScale.TabIndex = 4;
  201. this.nudFontScale.Value = new decimal(new int[] {
  202. 1,
  203. 0,
  204. 0,
  205. 0});
  206. //
  207. // cbPrintAsBitmap
  208. //
  209. this.cbPrintAsBitmap.AutoSize = true;
  210. this.cbPrintAsBitmap.Checked = true;
  211. this.cbPrintAsBitmap.CheckState = System.Windows.Forms.CheckState.Checked;
  212. this.cbPrintAsBitmap.Location = new System.Drawing.Point(15, 24);
  213. this.cbPrintAsBitmap.Margin = new System.Windows.Forms.Padding(4);
  214. this.cbPrintAsBitmap.Name = "cbPrintAsBitmap";
  215. this.cbPrintAsBitmap.Size = new System.Drawing.Size(121, 21);
  216. this.cbPrintAsBitmap.TabIndex = 2;
  217. this.cbPrintAsBitmap.Text = "Print as Bitmap";
  218. this.cbPrintAsBitmap.UseVisualStyleBackColor = true;
  219. //
  220. // cbDensity
  221. //
  222. this.cbDensity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  223. | System.Windows.Forms.AnchorStyles.Right)));
  224. this.cbDensity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  225. this.cbDensity.FormattingEnabled = true;
  226. this.cbDensity.Items.AddRange(new object[] {
  227. "6 dpmm (152 dpi)",
  228. "8 dpmm (203 dpi)",
  229. "12 dpmm (300 dpi)",
  230. "24 dpmm (600 dpi)"});
  231. this.cbDensity.Location = new System.Drawing.Point(160, 54);
  232. this.cbDensity.Margin = new System.Windows.Forms.Padding(4);
  233. this.cbDensity.Name = "cbDensity";
  234. this.cbDensity.Size = new System.Drawing.Size(152, 24);
  235. this.cbDensity.TabIndex = 1;
  236. //
  237. // lblDensity
  238. //
  239. this.lblDensity.AutoSize = true;
  240. this.lblDensity.Location = new System.Drawing.Point(10, 58);
  241. this.lblDensity.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  242. this.lblDensity.Name = "lblDensity";
  243. this.lblDensity.Size = new System.Drawing.Size(54, 17);
  244. this.lblDensity.TabIndex = 0;
  245. this.lblDensity.Text = "Density";
  246. //
  247. // cbVersion
  248. //
  249. this.cbVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  250. | System.Windows.Forms.AnchorStyles.Right)));
  251. this.cbVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  252. this.cbVersion.FormattingEnabled = true;
  253. this.cbVersion.Items.AddRange(new object[] {
  254. "ZPL",
  255. "ZPL II"});
  256. this.cbVersion.Location = new System.Drawing.Point(160, 156);
  257. this.cbVersion.Margin = new System.Windows.Forms.Padding(4);
  258. this.cbVersion.Name = "cbVersion";
  259. this.cbVersion.Size = new System.Drawing.Size(152, 24);
  260. this.cbVersion.TabIndex = 6;
  261. //
  262. // lblVersion
  263. //
  264. this.lblVersion.AutoSize = true;
  265. this.lblVersion.Location = new System.Drawing.Point(10, 160);
  266. this.lblVersion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  267. this.lblVersion.Name = "lblVersion";
  268. this.lblVersion.Size = new System.Drawing.Size(95, 17);
  269. this.lblVersion.TabIndex = 5;
  270. this.lblVersion.Text = "Version of ZPL";
  271. //
  272. // ZplExportForm
  273. //
  274. this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
  275. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  276. this.ClientSize = new System.Drawing.Size(345, 475);
  277. this.Margin = new System.Windows.Forms.Padding(4);
  278. this.Name = "ZplExportForm";
  279. this.OpenAfterVisible = true;
  280. this.gbPageRange.ResumeLayout(false);
  281. this.gbPageRange.PerformLayout();
  282. this.pcPages.ResumeLayout(false);
  283. this.panPages.ResumeLayout(false);
  284. this.gbPrinterSettings.ResumeLayout(false);
  285. this.gbPrinterSettings.PerformLayout();
  286. ((System.ComponentModel.ISupportInitialize)(this.nudBarcodeScale)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.nudFontScale)).EndInit();
  288. this.ResumeLayout(false);
  289. this.PerformLayout();
  290. }
  291. #endregion
  292. private System.Windows.Forms.GroupBox gbPrinterSettings;
  293. private System.Windows.Forms.ComboBox cbDensity;
  294. private System.Windows.Forms.Label lblDensity;
  295. private System.Windows.Forms.ComboBox cbVersion;
  296. private System.Windows.Forms.Label lblVersion;
  297. private System.Windows.Forms.Label lblFontScale;
  298. private System.Windows.Forms.NumericUpDown nudFontScale;
  299. private System.Windows.Forms.CheckBox cbPrintAsBitmap;
  300. private System.Windows.Forms.Label lblBarcodeScale;
  301. private System.Windows.Forms.NumericUpDown nudBarcodeScale;
  302. }
  303. }