ImageExportForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class ImageExportForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.gbOptions = new System.Windows.Forms.GroupBox();
  30. this.cbMonochrome = new System.Windows.Forms.CheckBox();
  31. this.lblX = new System.Windows.Forms.Label();
  32. this.cbMultiFrameTiff = new System.Windows.Forms.CheckBox();
  33. this.cbSeparateFiles = new System.Windows.Forms.CheckBox();
  34. this.udQuality = new System.Windows.Forms.NumericUpDown();
  35. this.lblQuality = new System.Windows.Forms.Label();
  36. this.udResolutionY = new System.Windows.Forms.NumericUpDown();
  37. this.udResolution = new System.Windows.Forms.NumericUpDown();
  38. this.lblResolution = new System.Windows.Forms.Label();
  39. this.cbxImageFormat = new System.Windows.Forms.ComboBox();
  40. this.lblImageFormat = new System.Windows.Forms.Label();
  41. this.gbPageRange.SuspendLayout();
  42. this.pcPages.SuspendLayout();
  43. this.panPages.SuspendLayout();
  44. this.gbOptions.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.udQuality)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.udResolutionY)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.udResolution)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // gbPageRange
  51. //
  52. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  53. //
  54. // pcPages
  55. //
  56. this.pcPages.Location = new System.Drawing.Point(0, 0);
  57. this.pcPages.Size = new System.Drawing.Size(276, 324);
  58. //
  59. // panPages
  60. //
  61. this.panPages.Controls.Add(this.gbOptions);
  62. this.panPages.Size = new System.Drawing.Size(276, 324);
  63. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  64. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  65. //
  66. // cbOpenAfter
  67. //
  68. this.cbOpenAfter.Location = new System.Drawing.Point(8, 352);
  69. //
  70. // cbExportAllTabs
  71. //
  72. this.cbExportAllTabs.Location = new System.Drawing.Point(8, 332);
  73. //
  74. // btnOk
  75. //
  76. this.btnOk.Location = new System.Drawing.Point(112, 376);
  77. //
  78. // btnCancel
  79. //
  80. this.btnCancel.Location = new System.Drawing.Point(193, 376);
  81. //
  82. // gbOptions
  83. //
  84. this.gbOptions.Controls.Add(this.cbMonochrome);
  85. this.gbOptions.Controls.Add(this.lblX);
  86. this.gbOptions.Controls.Add(this.cbMultiFrameTiff);
  87. this.gbOptions.Controls.Add(this.cbSeparateFiles);
  88. this.gbOptions.Controls.Add(this.udQuality);
  89. this.gbOptions.Controls.Add(this.lblQuality);
  90. this.gbOptions.Controls.Add(this.udResolutionY);
  91. this.gbOptions.Controls.Add(this.udResolution);
  92. this.gbOptions.Controls.Add(this.lblResolution);
  93. this.gbOptions.Controls.Add(this.cbxImageFormat);
  94. this.gbOptions.Controls.Add(this.lblImageFormat);
  95. this.gbOptions.Location = new System.Drawing.Point(8, 136);
  96. this.gbOptions.Name = "gbOptions";
  97. this.gbOptions.Size = new System.Drawing.Size(260, 184);
  98. this.gbOptions.TabIndex = 4;
  99. this.gbOptions.TabStop = false;
  100. this.gbOptions.Text = "Options";
  101. //
  102. // cbMonochrome
  103. //
  104. this.cbMonochrome.AutoSize = true;
  105. this.cbMonochrome.Location = new System.Drawing.Point(12, 156);
  106. this.cbMonochrome.Name = "cbMonochrome";
  107. this.cbMonochrome.Size = new System.Drawing.Size(112, 17);
  108. this.cbMonochrome.TabIndex = 9;
  109. this.cbMonochrome.Text = "Monochrome TIFF";
  110. this.cbMonochrome.UseVisualStyleBackColor = true;
  111. //
  112. // lblX
  113. //
  114. this.lblX.AutoSize = true;
  115. this.lblX.Location = new System.Drawing.Point(170, 52);
  116. this.lblX.Name = "lblX";
  117. this.lblX.Size = new System.Drawing.Size(13, 13);
  118. this.lblX.TabIndex = 6;
  119. this.lblX.Text = "x";
  120. //
  121. // cbMultiFrameTiff
  122. //
  123. this.cbMultiFrameTiff.AutoSize = true;
  124. this.cbMultiFrameTiff.Location = new System.Drawing.Point(12, 132);
  125. this.cbMultiFrameTiff.Name = "cbMultiFrameTiff";
  126. this.cbMultiFrameTiff.Size = new System.Drawing.Size(105, 17);
  127. this.cbMultiFrameTiff.TabIndex = 8;
  128. this.cbMultiFrameTiff.Text = "Multi-frame TIFF";
  129. this.cbMultiFrameTiff.UseVisualStyleBackColor = true;
  130. this.cbMultiFrameTiff.CheckedChanged += new System.EventHandler(this.cbMultiFrameTiff_CheckedChanged);
  131. //
  132. // cbSeparateFiles
  133. //
  134. this.cbSeparateFiles.AutoSize = true;
  135. this.cbSeparateFiles.Location = new System.Drawing.Point(12, 108);
  136. this.cbSeparateFiles.Name = "cbSeparateFiles";
  137. this.cbSeparateFiles.Size = new System.Drawing.Size(157, 17);
  138. this.cbSeparateFiles.TabIndex = 7;
  139. this.cbSeparateFiles.Text = "Separate file for each page";
  140. this.cbSeparateFiles.UseVisualStyleBackColor = true;
  141. //
  142. // udQuality
  143. //
  144. this.udQuality.Location = new System.Drawing.Point(104, 76);
  145. this.udQuality.Minimum = new decimal(new int[] {
  146. 10,
  147. 0,
  148. 0,
  149. 0});
  150. this.udQuality.Name = "udQuality";
  151. this.udQuality.Size = new System.Drawing.Size(60, 20);
  152. this.udQuality.TabIndex = 6;
  153. this.udQuality.Value = new decimal(new int[] {
  154. 100,
  155. 0,
  156. 0,
  157. 0});
  158. //
  159. // lblQuality
  160. //
  161. this.lblQuality.AutoSize = true;
  162. this.lblQuality.Location = new System.Drawing.Point(12, 80);
  163. this.lblQuality.Name = "lblQuality";
  164. this.lblQuality.Size = new System.Drawing.Size(69, 13);
  165. this.lblQuality.TabIndex = 5;
  166. this.lblQuality.Text = "Jpeg quality:";
  167. //
  168. // udResolutionY
  169. //
  170. this.udResolutionY.Location = new System.Drawing.Point(188, 48);
  171. this.udResolutionY.Maximum = new decimal(new int[] {
  172. 10000,
  173. 0,
  174. 0,
  175. 0});
  176. this.udResolutionY.Minimum = new decimal(new int[] {
  177. 10,
  178. 0,
  179. 0,
  180. 0});
  181. this.udResolutionY.Name = "udResolutionY";
  182. this.udResolutionY.Size = new System.Drawing.Size(60, 20);
  183. this.udResolutionY.TabIndex = 4;
  184. this.udResolutionY.Value = new decimal(new int[] {
  185. 96,
  186. 0,
  187. 0,
  188. 0});
  189. //
  190. // udResolution
  191. //
  192. this.udResolution.Location = new System.Drawing.Point(104, 48);
  193. this.udResolution.Maximum = new decimal(new int[] {
  194. 10000,
  195. 0,
  196. 0,
  197. 0});
  198. this.udResolution.Minimum = new decimal(new int[] {
  199. 10,
  200. 0,
  201. 0,
  202. 0});
  203. this.udResolution.Name = "udResolution";
  204. this.udResolution.Size = new System.Drawing.Size(60, 20);
  205. this.udResolution.TabIndex = 3;
  206. this.udResolution.Value = new decimal(new int[] {
  207. 96,
  208. 0,
  209. 0,
  210. 0});
  211. //
  212. // lblResolution
  213. //
  214. this.lblResolution.AutoSize = true;
  215. this.lblResolution.Location = new System.Drawing.Point(12, 52);
  216. this.lblResolution.Name = "lblResolution";
  217. this.lblResolution.Size = new System.Drawing.Size(61, 13);
  218. this.lblResolution.TabIndex = 2;
  219. this.lblResolution.Text = "Resolution:";
  220. //
  221. // cbxImageFormat
  222. //
  223. this.cbxImageFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  224. this.cbxImageFormat.FormattingEnabled = true;
  225. this.cbxImageFormat.Location = new System.Drawing.Point(104, 20);
  226. this.cbxImageFormat.Name = "cbxImageFormat";
  227. this.cbxImageFormat.Size = new System.Drawing.Size(144, 21);
  228. this.cbxImageFormat.TabIndex = 1;
  229. this.cbxImageFormat.SelectedIndexChanged += new System.EventHandler(this.cbxImageFormat_SelectedIndexChanged);
  230. //
  231. // lblImageFormat
  232. //
  233. this.lblImageFormat.AutoSize = true;
  234. this.lblImageFormat.Location = new System.Drawing.Point(12, 24);
  235. this.lblImageFormat.Name = "lblImageFormat";
  236. this.lblImageFormat.Size = new System.Drawing.Size(45, 13);
  237. this.lblImageFormat.TabIndex = 0;
  238. this.lblImageFormat.Text = "Format:";
  239. //
  240. // ImageExportForm
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  244. this.ClientSize = new System.Drawing.Size(276, 409);
  245. this.Name = "ImageExportForm";
  246. this.OpenAfterVisible = true;
  247. this.Text = "Export to Image";
  248. this.gbPageRange.ResumeLayout(false);
  249. this.gbPageRange.PerformLayout();
  250. this.pcPages.ResumeLayout(false);
  251. this.panPages.ResumeLayout(false);
  252. this.gbOptions.ResumeLayout(false);
  253. this.gbOptions.PerformLayout();
  254. ((System.ComponentModel.ISupportInitialize)(this.udQuality)).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.udResolutionY)).EndInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.udResolution)).EndInit();
  257. this.ResumeLayout(false);
  258. this.PerformLayout();
  259. }
  260. #endregion
  261. private System.Windows.Forms.GroupBox gbOptions;
  262. private System.Windows.Forms.ComboBox cbxImageFormat;
  263. private System.Windows.Forms.Label lblImageFormat;
  264. private System.Windows.Forms.NumericUpDown udResolution;
  265. private System.Windows.Forms.Label lblResolution;
  266. private System.Windows.Forms.CheckBox cbSeparateFiles;
  267. private System.Windows.Forms.NumericUpDown udQuality;
  268. private System.Windows.Forms.Label lblQuality;
  269. private System.Windows.Forms.CheckBox cbMultiFrameTiff;
  270. private System.Windows.Forms.Label lblX;
  271. private System.Windows.Forms.NumericUpDown udResolutionY;
  272. private System.Windows.Forms.CheckBox cbMonochrome;
  273. }
  274. }