RTFExportForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class RTFExportForm
  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.lblPictures = new System.Windows.Forms.Label();
  31. this.cbPageBreaks = new System.Windows.Forms.CheckBox();
  32. this.cbWysiwyg = new System.Windows.Forms.CheckBox();
  33. this.lblRTF = new System.Windows.Forms.Label();
  34. this.cbLocalization = new System.Windows.Forms.CheckBox();
  35. this.cbbLocalization = new System.Windows.Forms.ComboBox();
  36. this.cbbPictures = new System.Windows.Forms.ComboBox();
  37. this.cbbRTF = new System.Windows.Forms.ComboBox();
  38. this.cbPrintOptimized = new System.Windows.Forms.CheckBox();
  39. this.gbPageRange.SuspendLayout();
  40. this.pcPages.SuspendLayout();
  41. this.panPages.SuspendLayout();
  42. this.gbOptions.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // gbPageRange
  46. //
  47. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  48. this.gbPageRange.Size = new System.Drawing.Size(377, 128);
  49. //
  50. // lblHint
  51. //
  52. this.lblHint.Size = new System.Drawing.Size(373, 43);
  53. //
  54. // tbNumbers
  55. //
  56. this.tbNumbers.Location = new System.Drawing.Point(156, 60);
  57. this.tbNumbers.Size = new System.Drawing.Size(210, 20);
  58. //
  59. // pcPages
  60. //
  61. this.pcPages.Location = new System.Drawing.Point(0, 0);
  62. this.pcPages.Size = new System.Drawing.Size(394, 320);
  63. //
  64. // panPages
  65. //
  66. this.panPages.Controls.Add(this.gbOptions);
  67. this.panPages.Size = new System.Drawing.Size(394, 320);
  68. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  69. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  70. //
  71. // cbOpenAfter
  72. //
  73. this.cbOpenAfter.Location = new System.Drawing.Point(8, 342);
  74. //
  75. // cbExportAllTabs
  76. //
  77. this.cbExportAllTabs.Location = new System.Drawing.Point(8, 322);
  78. //
  79. // btnOk
  80. //
  81. this.btnOk.Location = new System.Drawing.Point(229, 365);
  82. //
  83. // btnCancel
  84. //
  85. this.btnCancel.Location = new System.Drawing.Point(310, 365);
  86. this.btnCancel.TabIndex = 1;
  87. //
  88. // gbOptions
  89. //
  90. this.gbOptions.Controls.Add(this.lblPictures);
  91. this.gbOptions.Controls.Add(this.cbPageBreaks);
  92. this.gbOptions.Controls.Add(this.cbWysiwyg);
  93. this.gbOptions.Controls.Add(this.lblRTF);
  94. this.gbOptions.Controls.Add(this.cbLocalization);
  95. this.gbOptions.Controls.Add(this.cbbLocalization);
  96. this.gbOptions.Controls.Add(this.cbbPictures);
  97. this.gbOptions.Controls.Add(this.cbbRTF);
  98. this.gbOptions.Controls.Add(this.cbPrintOptimized);
  99. this.gbOptions.Location = new System.Drawing.Point(8, 136);
  100. this.gbOptions.Name = "gbOptions";
  101. this.gbOptions.Size = new System.Drawing.Size(377, 180);
  102. this.gbOptions.TabIndex = 4;
  103. this.gbOptions.Text = "Options";
  104. //
  105. // lblPictures
  106. //
  107. this.lblPictures.AutoSize = true;
  108. this.lblPictures.Location = new System.Drawing.Point(12, 94);
  109. this.lblPictures.Name = "lblPictures";
  110. this.lblPictures.Size = new System.Drawing.Size(45, 13);
  111. this.lblPictures.TabIndex = 0;
  112. this.lblPictures.Text = "Pictures";
  113. //
  114. // cbPageBreaks
  115. //
  116. this.cbPageBreaks.AutoSize = true;
  117. this.cbPageBreaks.Checked = true;
  118. this.cbPageBreaks.CheckState = System.Windows.Forms.CheckState.Checked;
  119. this.cbPageBreaks.Location = new System.Drawing.Point(12, 44);
  120. this.cbPageBreaks.Name = "cbPageBreaks";
  121. this.cbPageBreaks.Size = new System.Drawing.Size(85, 17);
  122. this.cbPageBreaks.TabIndex = 2;
  123. this.cbPageBreaks.Text = "Page breaks";
  124. this.cbPageBreaks.UseVisualStyleBackColor = true;
  125. //
  126. // cbWysiwyg
  127. //
  128. this.cbWysiwyg.AutoSize = true;
  129. this.cbWysiwyg.Checked = true;
  130. this.cbWysiwyg.CheckState = System.Windows.Forms.CheckState.Checked;
  131. this.cbWysiwyg.Location = new System.Drawing.Point(12, 20);
  132. this.cbWysiwyg.Name = "cbWysiwyg";
  133. this.cbWysiwyg.Size = new System.Drawing.Size(69, 17);
  134. this.cbWysiwyg.TabIndex = 1;
  135. this.cbWysiwyg.Text = "Wysiwyg";
  136. this.cbWysiwyg.UseVisualStyleBackColor = true;
  137. //
  138. // lblRTF
  139. //
  140. this.lblRTF.AutoSize = true;
  141. this.lblRTF.Location = new System.Drawing.Point(12, 122);
  142. this.lblRTF.Name = "lblRTF";
  143. this.lblRTF.Size = new System.Drawing.Size(73, 13);
  144. this.lblRTF.TabIndex = 0;
  145. this.lblRTF.Text = "RTF object as";
  146. //
  147. // cbLocalization
  148. //
  149. this.cbLocalization.AutoSize = true;
  150. this.cbLocalization.Location = new System.Drawing.Point(12, 149);
  151. this.cbLocalization.Name = "cbLocalization";
  152. this.cbLocalization.Size = new System.Drawing.Size(88, 17);
  153. this.cbLocalization.TabIndex = 5;
  154. this.cbLocalization.Text = "Export locale";
  155. this.cbLocalization.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  156. this.cbLocalization.CheckedChanged += new System.EventHandler(this.CbLocalization_CheckedChanged);
  157. //
  158. // cbbLocalization
  159. //
  160. this.cbbLocalization.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  161. this.cbbLocalization.Location = new System.Drawing.Point(191, 147);
  162. this.cbbLocalization.Name = "cbbLocalization";
  163. this.cbbLocalization.Size = new System.Drawing.Size(175, 21);
  164. this.cbbLocalization.TabIndex = 6;
  165. //
  166. // cbbPictures
  167. //
  168. this.cbbPictures.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  169. this.cbbPictures.FormattingEnabled = true;
  170. this.cbbPictures.Items.AddRange(new object[] {
  171. "None",
  172. "Metafile",
  173. "Jpeg",
  174. "Png"});
  175. this.cbbPictures.Location = new System.Drawing.Point(191, 91);
  176. this.cbbPictures.Name = "cbbPictures";
  177. this.cbbPictures.Size = new System.Drawing.Size(175, 21);
  178. this.cbbPictures.TabIndex = 3;
  179. //
  180. // cbbRTF
  181. //
  182. this.cbbRTF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  183. this.cbbRTF.FormattingEnabled = true;
  184. this.cbbRTF.Items.AddRange(new object[] {
  185. "Picture",
  186. "Embedded RTF"});
  187. this.cbbRTF.Location = new System.Drawing.Point(191, 119);
  188. this.cbbRTF.Name = "cbbRTF";
  189. this.cbbRTF.Size = new System.Drawing.Size(175, 21);
  190. this.cbbRTF.TabIndex = 4;
  191. //
  192. // cbPrintOptimized
  193. //
  194. this.cbPrintOptimized.AutoSize = true;
  195. this.cbPrintOptimized.Checked = true;
  196. this.cbPrintOptimized.CheckState = System.Windows.Forms.CheckState.Checked;
  197. this.cbPrintOptimized.Location = new System.Drawing.Point(12, 67);
  198. this.cbPrintOptimized.Name = "cbPrintOptimized";
  199. this.cbPrintOptimized.Size = new System.Drawing.Size(98, 17);
  200. this.cbPrintOptimized.TabIndex = 7;
  201. this.cbPrintOptimized.Text = "Print Optimized";
  202. this.cbPrintOptimized.UseVisualStyleBackColor = true;
  203. //
  204. // RTFExportForm
  205. //
  206. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  207. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  208. this.ClientSize = new System.Drawing.Size(394, 400);
  209. this.Name = "RTFExportForm";
  210. this.OpenAfterVisible = true;
  211. this.Text = "Export to Rich Text";
  212. this.gbPageRange.ResumeLayout(false);
  213. this.gbPageRange.PerformLayout();
  214. this.pcPages.ResumeLayout(false);
  215. this.panPages.ResumeLayout(false);
  216. this.gbOptions.ResumeLayout(false);
  217. this.gbOptions.PerformLayout();
  218. this.ResumeLayout(false);
  219. this.PerformLayout();
  220. }
  221. #endregion
  222. private System.Windows.Forms.GroupBox gbOptions;
  223. private System.Windows.Forms.CheckBox cbWysiwyg;
  224. private System.Windows.Forms.CheckBox cbPageBreaks;
  225. private System.Windows.Forms.ComboBox cbbPictures;
  226. private System.Windows.Forms.Label lblPictures;
  227. private System.Windows.Forms.ComboBox cbbRTF;
  228. private System.Windows.Forms.Label lblRTF;
  229. private System.Windows.Forms.CheckBox cbLocalization;
  230. private System.Windows.Forms.ComboBox cbbLocalization;
  231. private System.Windows.Forms.CheckBox cbPrintOptimized;
  232. }
  233. }