HTMLExportForm.designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class HTMLExportForm
  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.cbEmbPic = new System.Windows.Forms.CheckBox();
  31. this.cbLayers = new System.Windows.Forms.CheckBox();
  32. this.cbNavigator = new System.Windows.Forms.CheckBox();
  33. this.cbSinglePage = new System.Windows.Forms.CheckBox();
  34. this.cbSubFolder = new System.Windows.Forms.CheckBox();
  35. this.cbPictures = new System.Windows.Forms.CheckBox();
  36. this.cbWysiwyg = new System.Windows.Forms.CheckBox();
  37. this.cbNotRotateLandscapePage = new System.Windows.Forms.CheckBox();
  38. this.cbUsePageBreaks = new System.Windows.Forms.CheckBox();
  39. this.cbHighQualitySVG = new System.Windows.Forms.CheckBox();
  40. this.gbPageRange.SuspendLayout();
  41. this.pcPages.SuspendLayout();
  42. this.panPages.SuspendLayout();
  43. this.gbOptions.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // gbPageRange
  47. //
  48. this.gbPageRange.Location = new System.Drawing.Point(12, 9);
  49. this.gbPageRange.Size = new System.Drawing.Size(260, 136);
  50. //
  51. // lblHint
  52. //
  53. this.lblHint.Location = new System.Drawing.Point(2, 91);
  54. //
  55. // pcPages
  56. //
  57. this.pcPages.Location = new System.Drawing.Point(0, 0);
  58. this.pcPages.Size = new System.Drawing.Size(284, 416);
  59. //
  60. // panPages
  61. //
  62. this.panPages.Controls.Add(this.gbOptions);
  63. this.panPages.Size = new System.Drawing.Size(284, 416);
  64. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  65. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  66. //
  67. // cbOpenAfter
  68. //
  69. this.cbOpenAfter.Location = new System.Drawing.Point(12, 442);
  70. //
  71. // cbExportAllTabs
  72. //
  73. this.cbExportAllTabs.Location = new System.Drawing.Point(12, 422);
  74. //
  75. // btnOk
  76. //
  77. this.btnOk.Location = new System.Drawing.Point(116, 462);
  78. //
  79. // btnCancel
  80. //
  81. this.btnCancel.Location = new System.Drawing.Point(197, 462);
  82. this.btnCancel.TabIndex = 1;
  83. //
  84. // gbOptions
  85. //
  86. this.gbOptions.Controls.Add(this.cbEmbPic);
  87. this.gbOptions.Controls.Add(this.cbLayers);
  88. this.gbOptions.Controls.Add(this.cbNavigator);
  89. this.gbOptions.Controls.Add(this.cbSinglePage);
  90. this.gbOptions.Controls.Add(this.cbSubFolder);
  91. this.gbOptions.Controls.Add(this.cbPictures);
  92. this.gbOptions.Controls.Add(this.cbWysiwyg);
  93. this.gbOptions.Controls.Add(this.cbNotRotateLandscapePage);
  94. this.gbOptions.Controls.Add(this.cbUsePageBreaks);
  95. this.gbOptions.Controls.Add(this.cbHighQualitySVG);
  96. this.gbOptions.Location = new System.Drawing.Point(12, 151);
  97. this.gbOptions.Name = "gbOptions";
  98. this.gbOptions.Size = new System.Drawing.Size(260, 262);
  99. this.gbOptions.TabIndex = 4;
  100. this.gbOptions.TabStop = false;
  101. this.gbOptions.Text = "Options";
  102. //
  103. // cbEmbPic
  104. //
  105. this.cbEmbPic.AutoSize = true;
  106. this.cbEmbPic.Checked = true;
  107. this.cbEmbPic.CheckState = System.Windows.Forms.CheckState.Checked;
  108. this.cbEmbPic.Location = new System.Drawing.Point(12, 163);
  109. this.cbEmbPic.Name = "cbEmbPic";
  110. this.cbEmbPic.Size = new System.Drawing.Size(119, 17);
  111. this.cbEmbPic.TabIndex = 9;
  112. this.cbEmbPic.Text = "Embedding pictures";
  113. this.cbEmbPic.UseVisualStyleBackColor = true;
  114. //
  115. // cbLayers
  116. //
  117. this.cbLayers.AutoSize = true;
  118. this.cbLayers.Location = new System.Drawing.Point(12, 140);
  119. this.cbLayers.Name = "cbLayers";
  120. this.cbLayers.Size = new System.Drawing.Size(58, 17);
  121. this.cbLayers.TabIndex = 8;
  122. this.cbLayers.Text = "Layers";
  123. this.cbLayers.UseVisualStyleBackColor = true;
  124. //
  125. // cbNavigator
  126. //
  127. this.cbNavigator.AutoSize = true;
  128. this.cbNavigator.Checked = true;
  129. this.cbNavigator.CheckState = System.Windows.Forms.CheckState.Checked;
  130. this.cbNavigator.Location = new System.Drawing.Point(12, 93);
  131. this.cbNavigator.Name = "cbNavigator";
  132. this.cbNavigator.Size = new System.Drawing.Size(73, 17);
  133. this.cbNavigator.TabIndex = 6;
  134. this.cbNavigator.Text = "Navigator";
  135. this.cbNavigator.UseVisualStyleBackColor = true;
  136. //
  137. // cbSinglePage
  138. //
  139. this.cbSinglePage.AutoSize = true;
  140. this.cbSinglePage.Location = new System.Drawing.Point(12, 117);
  141. this.cbSinglePage.Name = "cbSinglePage";
  142. this.cbSinglePage.Size = new System.Drawing.Size(81, 17);
  143. this.cbSinglePage.TabIndex = 7;
  144. this.cbSinglePage.Text = "Single page";
  145. this.cbSinglePage.UseVisualStyleBackColor = true;
  146. //
  147. // cbSubFolder
  148. //
  149. this.cbSubFolder.AutoSize = true;
  150. this.cbSubFolder.Checked = true;
  151. this.cbSubFolder.CheckState = System.Windows.Forms.CheckState.Checked;
  152. this.cbSubFolder.Location = new System.Drawing.Point(12, 69);
  153. this.cbSubFolder.Name = "cbSubFolder";
  154. this.cbSubFolder.Size = new System.Drawing.Size(76, 17);
  155. this.cbSubFolder.TabIndex = 5;
  156. this.cbSubFolder.Text = "Sub-folder";
  157. this.cbSubFolder.UseVisualStyleBackColor = true;
  158. //
  159. // cbPictures
  160. //
  161. this.cbPictures.AutoSize = true;
  162. this.cbPictures.Checked = true;
  163. this.cbPictures.CheckState = System.Windows.Forms.CheckState.Checked;
  164. this.cbPictures.Location = new System.Drawing.Point(12, 45);
  165. this.cbPictures.Name = "cbPictures";
  166. this.cbPictures.Size = new System.Drawing.Size(64, 17);
  167. this.cbPictures.TabIndex = 3;
  168. this.cbPictures.Text = "Pictures";
  169. this.cbPictures.UseVisualStyleBackColor = true;
  170. //
  171. // cbWysiwyg
  172. //
  173. this.cbWysiwyg.AutoSize = true;
  174. this.cbWysiwyg.Checked = true;
  175. this.cbWysiwyg.CheckState = System.Windows.Forms.CheckState.Checked;
  176. this.cbWysiwyg.Location = new System.Drawing.Point(12, 21);
  177. this.cbWysiwyg.Name = "cbWysiwyg";
  178. this.cbWysiwyg.Size = new System.Drawing.Size(69, 17);
  179. this.cbWysiwyg.TabIndex = 1;
  180. this.cbWysiwyg.Text = "Wysiwyg";
  181. this.cbWysiwyg.UseVisualStyleBackColor = true;
  182. //
  183. // cbNotRotateLandscapePage
  184. //
  185. this.cbNotRotateLandscapePage.Checked = true;
  186. this.cbNotRotateLandscapePage.CheckState = System.Windows.Forms.CheckState.Checked;
  187. this.cbNotRotateLandscapePage.Location = new System.Drawing.Point(12, 186);
  188. this.cbNotRotateLandscapePage.Name = "cbNotRotateLandscapePage";
  189. this.cbNotRotateLandscapePage.Size = new System.Drawing.Size(240, 17);
  190. this.cbNotRotateLandscapePage.TabIndex = 10;
  191. this.cbNotRotateLandscapePage.Text = "Not rotate landscape page";
  192. this.cbNotRotateLandscapePage.UseVisualStyleBackColor = true;
  193. //
  194. // cbUsePageBreaks
  195. //
  196. this.cbUsePageBreaks.Checked = true;
  197. this.cbUsePageBreaks.CheckState = System.Windows.Forms.CheckState.Checked;
  198. this.cbUsePageBreaks.Location = new System.Drawing.Point(12, 232);
  199. this.cbUsePageBreaks.Name = "cbUsePageBreaks";
  200. this.cbUsePageBreaks.Size = new System.Drawing.Size(240, 17);
  201. this.cbUsePageBreaks.TabIndex = 10;
  202. this.cbUsePageBreaks.Text = "Use page breaks";
  203. this.cbUsePageBreaks.UseVisualStyleBackColor = true;
  204. //
  205. // cbHighQualitySVG
  206. //
  207. this.cbHighQualitySVG.Checked = true;
  208. this.cbHighQualitySVG.CheckState = System.Windows.Forms.CheckState.Checked;
  209. this.cbHighQualitySVG.Location = new System.Drawing.Point(12, 209);
  210. this.cbHighQualitySVG.Name = "cbHighQualitySVG";
  211. this.cbHighQualitySVG.Size = new System.Drawing.Size(240, 17);
  212. this.cbHighQualitySVG.TabIndex = 10;
  213. this.cbHighQualitySVG.Text = "Print optimized";
  214. this.cbHighQualitySVG.UseVisualStyleBackColor = true;
  215. //
  216. // HTMLExportForm
  217. //
  218. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  219. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  220. this.ClientSize = new System.Drawing.Size(284, 497);
  221. this.Name = "HTMLExportForm";
  222. this.OpenAfterVisible = true;
  223. this.Text = "Export to HTML";
  224. this.gbPageRange.ResumeLayout(false);
  225. this.gbPageRange.PerformLayout();
  226. this.pcPages.ResumeLayout(false);
  227. this.panPages.ResumeLayout(false);
  228. this.gbOptions.ResumeLayout(false);
  229. this.gbOptions.PerformLayout();
  230. this.ResumeLayout(false);
  231. this.PerformLayout();
  232. }
  233. #endregion
  234. private System.Windows.Forms.GroupBox gbOptions;
  235. private System.Windows.Forms.CheckBox cbEmbPic;
  236. private System.Windows.Forms.CheckBox cbLayers;
  237. private System.Windows.Forms.CheckBox cbNavigator;
  238. private System.Windows.Forms.CheckBox cbNotRotateLandscapePage;
  239. private System.Windows.Forms.CheckBox cbHighQualitySVG;
  240. private System.Windows.Forms.CheckBox cbUsePageBreaks;
  241. private System.Windows.Forms.CheckBox cbSinglePage;
  242. private System.Windows.Forms.CheckBox cbSubFolder;
  243. private System.Windows.Forms.CheckBox cbPictures;
  244. private System.Windows.Forms.CheckBox cbWysiwyg;
  245. }
  246. }