ODFExportForm.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class ODFExportForm
  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.lblCompliance = new System.Windows.Forms.Label();
  31. this.cbOdfStandard = new System.Windows.Forms.ComboBox();
  32. this.cbPageBreaks = new System.Windows.Forms.CheckBox();
  33. this.cbWysiwyg = new System.Windows.Forms.CheckBox();
  34. this.cbbLocalization = new System.Windows.Forms.ComboBox();
  35. this.cbLocalization = new System.Windows.Forms.CheckBox();
  36. this.gbPageRange.SuspendLayout();
  37. this.pcPages.SuspendLayout();
  38. this.panPages.SuspendLayout();
  39. this.gbOptions.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // gbPageRange
  43. //
  44. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  45. this.gbPageRange.Size = new System.Drawing.Size(327, 126);
  46. //
  47. // lblHint
  48. //
  49. this.lblHint.Location = new System.Drawing.Point(2, 81);
  50. this.lblHint.Size = new System.Drawing.Size(323, 43);
  51. //
  52. // tbNumbers
  53. //
  54. this.tbNumbers.Location = new System.Drawing.Point(160, 60);
  55. this.tbNumbers.Size = new System.Drawing.Size(154, 20);
  56. //
  57. // pcPages
  58. //
  59. this.pcPages.Location = new System.Drawing.Point(0, 1);
  60. this.pcPages.Size = new System.Drawing.Size(344, 264);
  61. //
  62. // panPages
  63. //
  64. this.panPages.Controls.Add(this.gbOptions);
  65. this.panPages.Size = new System.Drawing.Size(344, 264);
  66. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  67. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  68. //
  69. // cbOpenAfter
  70. //
  71. this.cbOpenAfter.Location = new System.Drawing.Point(8, 291);
  72. //
  73. // cbExportAllTabs
  74. //
  75. this.cbExportAllTabs.Location = new System.Drawing.Point(8, 271);
  76. //
  77. // btnOk
  78. //
  79. this.btnOk.Location = new System.Drawing.Point(179, 308);
  80. //
  81. // btnCancel
  82. //
  83. this.btnCancel.Location = new System.Drawing.Point(260, 308);
  84. this.btnCancel.TabIndex = 1;
  85. //
  86. // gbOptions
  87. //
  88. this.gbOptions.Controls.Add(this.lblCompliance);
  89. this.gbOptions.Controls.Add(this.cbOdfStandard);
  90. this.gbOptions.Controls.Add(this.cbPageBreaks);
  91. this.gbOptions.Controls.Add(this.cbWysiwyg);
  92. this.gbOptions.Controls.Add(this.cbbLocalization);
  93. this.gbOptions.Controls.Add(this.cbLocalization);
  94. this.gbOptions.Location = new System.Drawing.Point(8, 135);
  95. this.gbOptions.Name = "gbOptions";
  96. this.gbOptions.Size = new System.Drawing.Size(327, 126);
  97. this.gbOptions.TabIndex = 4;
  98. this.gbOptions.TabStop = false;
  99. this.gbOptions.Text = "Options";
  100. //
  101. // lblCompliance
  102. //
  103. this.lblCompliance.AutoSize = true;
  104. this.lblCompliance.Location = new System.Drawing.Point(9, 22);
  105. this.lblCompliance.Name = "lblCompliance";
  106. this.lblCompliance.Size = new System.Drawing.Size(95, 13);
  107. this.lblCompliance.TabIndex = 0;
  108. this.lblCompliance.Text = "ODF Compliance: ";
  109. //
  110. // cbOdfStandard
  111. //
  112. this.cbOdfStandard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  113. this.cbOdfStandard.FormattingEnabled = true;
  114. this.cbOdfStandard.Items.AddRange(new object[] {
  115. "ODF 1.0/1.1",
  116. "ODF 1.2",
  117. "XODF 1.0/1.1",
  118. "XODF 1.2"});
  119. this.cbOdfStandard.Location = new System.Drawing.Point(160, 19);
  120. this.cbOdfStandard.Name = "cbOdfStandard";
  121. this.cbOdfStandard.Size = new System.Drawing.Size(154, 21);
  122. this.cbOdfStandard.TabIndex = 1;
  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(12, 71);
  130. this.cbPageBreaks.Name = "cbPageBreaks";
  131. this.cbPageBreaks.Size = new System.Drawing.Size(85, 17);
  132. this.cbPageBreaks.TabIndex = 3;
  133. this.cbPageBreaks.Text = "Page breaks";
  134. this.cbPageBreaks.UseVisualStyleBackColor = true;
  135. //
  136. // cbWysiwyg
  137. //
  138. this.cbWysiwyg.AutoSize = true;
  139. this.cbWysiwyg.Checked = true;
  140. this.cbWysiwyg.CheckState = System.Windows.Forms.CheckState.Checked;
  141. this.cbWysiwyg.Location = new System.Drawing.Point(12, 47);
  142. this.cbWysiwyg.Name = "cbWysiwyg";
  143. this.cbWysiwyg.Size = new System.Drawing.Size(69, 17);
  144. this.cbWysiwyg.TabIndex = 2;
  145. this.cbWysiwyg.Text = "Wysiwyg";
  146. this.cbWysiwyg.UseVisualStyleBackColor = true;
  147. //
  148. // cbbLocalization
  149. //
  150. this.cbbLocalization.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  151. this.cbbLocalization.Location = new System.Drawing.Point(160, 91);
  152. this.cbbLocalization.Name = "cbbLocalization";
  153. this.cbbLocalization.Size = new System.Drawing.Size(154, 21);
  154. this.cbbLocalization.TabIndex = 5;
  155. //
  156. // cbLocalization
  157. //
  158. this.cbLocalization.AutoSize = true;
  159. this.cbLocalization.Location = new System.Drawing.Point(12, 95);
  160. this.cbLocalization.Name = "cbLocalization";
  161. this.cbLocalization.Size = new System.Drawing.Size(88, 17);
  162. this.cbLocalization.TabIndex = 4;
  163. this.cbLocalization.Text = "Export locale";
  164. this.cbLocalization.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  165. this.cbLocalization.CheckedChanged += new System.EventHandler(this.CbLocalization_CheckedChanged);
  166. //
  167. // ODFExportForm
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  171. this.ClientSize = new System.Drawing.Size(344, 343);
  172. this.Name = "ODFExportForm";
  173. this.OpenAfterVisible = true;
  174. this.Text = "Export to Open Office";
  175. this.gbPageRange.ResumeLayout(false);
  176. this.gbPageRange.PerformLayout();
  177. this.pcPages.ResumeLayout(false);
  178. this.panPages.ResumeLayout(false);
  179. this.gbOptions.ResumeLayout(false);
  180. this.gbOptions.PerformLayout();
  181. this.ResumeLayout(false);
  182. this.PerformLayout();
  183. }
  184. #endregion
  185. private System.Windows.Forms.GroupBox gbOptions;
  186. private System.Windows.Forms.CheckBox cbWysiwyg;
  187. private System.Windows.Forms.CheckBox cbPageBreaks;
  188. private System.Windows.Forms.ComboBox cbOdfStandard;
  189. private System.Windows.Forms.ComboBox cbbLocalization;
  190. private System.Windows.Forms.Label lblCompliance;
  191. private System.Windows.Forms.CheckBox cbLocalization;
  192. }
  193. }