Excel2003ExportForm.designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class Excel2003ExportForm
  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.cbPageBreaks = new System.Windows.Forms.CheckBox();
  31. this.cbWysiwyg = new System.Windows.Forms.CheckBox();
  32. this.cbHideGridLines = new System.Windows.Forms.CheckBox();
  33. this.cbPrintOptimized = new System.Windows.Forms.CheckBox();
  34. this.gbPageRange.SuspendLayout();
  35. this.pcPages.SuspendLayout();
  36. this.panPages.SuspendLayout();
  37. this.gbOptions.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // gbPageRange
  41. //
  42. this.gbPageRange.Location = new System.Drawing.Point(10, 5);
  43. this.gbPageRange.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  44. this.gbPageRange.Size = new System.Drawing.Size(325, 160);
  45. //
  46. // lblHint
  47. //
  48. this.lblHint.Location = new System.Drawing.Point(2, 104);
  49. this.lblHint.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  50. this.lblHint.Padding = new System.Windows.Forms.Padding(6, 6, 6, 0);
  51. this.lblHint.Size = new System.Drawing.Size(321, 54);
  52. //
  53. // tbNumbers
  54. //
  55. this.tbNumbers.Location = new System.Drawing.Point(130, 75);
  56. this.tbNumbers.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  57. this.tbNumbers.Size = new System.Drawing.Size(179, 24);
  58. //
  59. // rbNumbers
  60. //
  61. this.rbNumbers.Location = new System.Drawing.Point(15, 75);
  62. this.rbNumbers.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  63. //
  64. // rbCurrent
  65. //
  66. this.rbCurrent.Location = new System.Drawing.Point(15, 50);
  67. this.rbCurrent.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  68. //
  69. // rbAll
  70. //
  71. this.rbAll.Location = new System.Drawing.Point(15, 25);
  72. this.rbAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  73. //
  74. // pcPages
  75. //
  76. this.pcPages.Location = new System.Drawing.Point(0, 0);
  77. this.pcPages.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  78. this.pcPages.Size = new System.Drawing.Size(345, 330);
  79. //
  80. // panPages
  81. //
  82. this.panPages.Controls.Add(this.gbOptions);
  83. this.panPages.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  84. this.panPages.Size = new System.Drawing.Size(345, 330);
  85. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  86. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  87. //
  88. // cbOpenAfter
  89. //
  90. this.cbOpenAfter.Location = new System.Drawing.Point(10, 355);
  91. //
  92. // cbExportAllTabs
  93. //
  94. this.cbExportAllTabs.Location = new System.Drawing.Point(10, 330);
  95. //
  96. // btnOk
  97. //
  98. this.btnOk.Location = new System.Drawing.Point(140, 385);
  99. this.btnOk.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  100. this.btnOk.Size = new System.Drawing.Size(94, 29);
  101. //
  102. // btnCancel
  103. //
  104. this.btnCancel.Location = new System.Drawing.Point(240, 385);
  105. this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  106. this.btnCancel.Size = new System.Drawing.Size(94, 29);
  107. this.btnCancel.TabIndex = 1;
  108. //
  109. // gbOptions
  110. //
  111. this.gbOptions.Controls.Add(this.cbPageBreaks);
  112. this.gbOptions.Controls.Add(this.cbWysiwyg);
  113. this.gbOptions.Controls.Add(this.cbHideGridLines);
  114. this.gbOptions.Controls.Add(this.cbPrintOptimized);
  115. this.gbOptions.Location = new System.Drawing.Point(10, 170);
  116. this.gbOptions.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  117. this.gbOptions.Name = "gbOptions";
  118. this.gbOptions.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  119. this.gbOptions.Size = new System.Drawing.Size(325, 150);
  120. this.gbOptions.TabIndex = 4;
  121. this.gbOptions.TabStop = false;
  122. this.gbOptions.Text = "Options";
  123. //
  124. // cbPageBreaks
  125. //
  126. this.cbPageBreaks.AutoSize = true;
  127. this.cbPageBreaks.Checked = true;
  128. this.cbPageBreaks.CheckState = System.Windows.Forms.CheckState.Checked;
  129. this.cbPageBreaks.Location = new System.Drawing.Point(15, 55);
  130. this.cbPageBreaks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  131. this.cbPageBreaks.Name = "cbPageBreaks";
  132. this.cbPageBreaks.Size = new System.Drawing.Size(104, 21);
  133. this.cbPageBreaks.TabIndex = 1;
  134. this.cbPageBreaks.Text = "Page breaks";
  135. this.cbPageBreaks.UseVisualStyleBackColor = true;
  136. //
  137. // cbWysiwyg
  138. //
  139. this.cbWysiwyg.AutoSize = true;
  140. this.cbWysiwyg.Checked = true;
  141. this.cbWysiwyg.CheckState = System.Windows.Forms.CheckState.Checked;
  142. this.cbWysiwyg.Location = new System.Drawing.Point(15, 25);
  143. this.cbWysiwyg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  144. this.cbWysiwyg.Name = "cbWysiwyg";
  145. this.cbWysiwyg.Size = new System.Drawing.Size(86, 21);
  146. this.cbWysiwyg.TabIndex = 0;
  147. this.cbWysiwyg.Text = "Wysiwyg";
  148. this.cbWysiwyg.UseVisualStyleBackColor = true;
  149. //
  150. // cbHideGridLines
  151. //
  152. this.cbHideGridLines.AutoSize = true;
  153. this.cbHideGridLines.Checked = true;
  154. this.cbHideGridLines.CheckState = System.Windows.Forms.CheckState.Checked;
  155. this.cbHideGridLines.Location = new System.Drawing.Point(15, 85);
  156. this.cbHideGridLines.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  157. this.cbHideGridLines.Name = "cbHideGridLines";
  158. this.cbHideGridLines.Size = new System.Drawing.Size(114, 21);
  159. this.cbHideGridLines.TabIndex = 2;
  160. this.cbHideGridLines.Text = "Hide GridLines";
  161. this.cbHideGridLines.UseVisualStyleBackColor = true;
  162. //
  163. // cbPrintOptimized
  164. //
  165. this.cbPrintOptimized.AutoSize = true;
  166. this.cbPrintOptimized.Checked = true;
  167. this.cbPrintOptimized.CheckState = System.Windows.Forms.CheckState.Checked;
  168. this.cbPrintOptimized.Location = new System.Drawing.Point(15, 115);
  169. this.cbPrintOptimized.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  170. this.cbPrintOptimized.Name = "cbPrintOptimized";
  171. this.cbPrintOptimized.Size = new System.Drawing.Size(118, 21);
  172. this.cbPrintOptimized.TabIndex = 3;
  173. this.cbPrintOptimized.Text = "PrintOptimized";
  174. this.cbPrintOptimized.UseVisualStyleBackColor = true;
  175. //
  176. // Excel2003ExportForm
  177. //
  178. this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
  179. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  180. this.ClientSize = new System.Drawing.Size(345, 426);
  181. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  182. this.Name = "Excel2003ExportForm";
  183. this.OpenAfterVisible = true;
  184. this.Text = "Export to MS Excel2003";
  185. this.gbPageRange.ResumeLayout(false);
  186. this.gbPageRange.PerformLayout();
  187. this.pcPages.ResumeLayout(false);
  188. this.panPages.ResumeLayout(false);
  189. this.gbOptions.ResumeLayout(false);
  190. this.gbOptions.PerformLayout();
  191. this.ResumeLayout(false);
  192. this.PerformLayout();
  193. }
  194. #endregion
  195. private System.Windows.Forms.GroupBox gbOptions;
  196. private System.Windows.Forms.CheckBox cbWysiwyg;
  197. private System.Windows.Forms.CheckBox cbPageBreaks;
  198. private System.Windows.Forms.CheckBox cbHideGridLines;
  199. private System.Windows.Forms.CheckBox cbPrintOptimized;
  200. }
  201. }