XMLExportForm.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class XMLExportForm
  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.cbSplitPages = new System.Windows.Forms.CheckBox();
  31. this.cbDataOnly = new System.Windows.Forms.CheckBox();
  32. this.cbPageBreaks = new System.Windows.Forms.CheckBox();
  33. this.cbWysiwyg = 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(8, 4);
  43. //
  44. // pcPages
  45. //
  46. this.pcPages.Location = new System.Drawing.Point(0, 0);
  47. this.pcPages.Size = new System.Drawing.Size(276, 259);
  48. //
  49. // panPages
  50. //
  51. this.panPages.Controls.Add(this.gbOptions);
  52. this.panPages.Size = new System.Drawing.Size(276, 259);
  53. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  54. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  55. //
  56. // cbOpenAfter
  57. //
  58. this.cbOpenAfter.Location = new System.Drawing.Point(8, 285);
  59. //
  60. // cbExportAllTabs
  61. //
  62. this.cbExportAllTabs.Location = new System.Drawing.Point(8, 265);
  63. //
  64. // btnOk
  65. //
  66. this.btnOk.Location = new System.Drawing.Point(113, 306);
  67. //
  68. // btnCancel
  69. //
  70. this.btnCancel.Location = new System.Drawing.Point(193, 306);
  71. this.btnCancel.TabIndex = 1;
  72. //
  73. // gbOptions
  74. //
  75. this.gbOptions.Controls.Add(this.cbSplitPages);
  76. this.gbOptions.Controls.Add(this.cbDataOnly);
  77. this.gbOptions.Controls.Add(this.cbPageBreaks);
  78. this.gbOptions.Controls.Add(this.cbWysiwyg);
  79. this.gbOptions.Location = new System.Drawing.Point(8, 136);
  80. this.gbOptions.Name = "gbOptions";
  81. this.gbOptions.Size = new System.Drawing.Size(260, 120);
  82. this.gbOptions.TabIndex = 5;
  83. this.gbOptions.TabStop = false;
  84. this.gbOptions.Text = "Options";
  85. //
  86. // cbSplitPages
  87. //
  88. this.cbSplitPages.AutoSize = true;
  89. this.cbSplitPages.Location = new System.Drawing.Point(12, 92);
  90. this.cbSplitPages.Name = "cbSplitPages";
  91. this.cbSplitPages.Size = new System.Drawing.Size(78, 17);
  92. this.cbSplitPages.TabIndex = 4;
  93. this.cbSplitPages.Text = "Split pages";
  94. this.cbSplitPages.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  95. this.cbSplitPages.UseVisualStyleBackColor = true;
  96. //
  97. // cbDataOnly
  98. //
  99. this.cbDataOnly.AutoSize = true;
  100. this.cbDataOnly.Location = new System.Drawing.Point(12, 68);
  101. this.cbDataOnly.Name = "cbDataOnly";
  102. this.cbDataOnly.Size = new System.Drawing.Size(72, 17);
  103. this.cbDataOnly.TabIndex = 3;
  104. this.cbDataOnly.Text = "Data only";
  105. this.cbDataOnly.UseVisualStyleBackColor = true;
  106. //
  107. // cbPageBreaks
  108. //
  109. this.cbPageBreaks.AutoSize = true;
  110. this.cbPageBreaks.Checked = true;
  111. this.cbPageBreaks.CheckState = System.Windows.Forms.CheckState.Checked;
  112. this.cbPageBreaks.Location = new System.Drawing.Point(12, 44);
  113. this.cbPageBreaks.Name = "cbPageBreaks";
  114. this.cbPageBreaks.Size = new System.Drawing.Size(85, 17);
  115. this.cbPageBreaks.TabIndex = 2;
  116. this.cbPageBreaks.Text = "Page breaks";
  117. this.cbPageBreaks.UseVisualStyleBackColor = true;
  118. //
  119. // cbWysiwyg
  120. //
  121. this.cbWysiwyg.AutoSize = true;
  122. this.cbWysiwyg.Checked = true;
  123. this.cbWysiwyg.CheckState = System.Windows.Forms.CheckState.Checked;
  124. this.cbWysiwyg.Location = new System.Drawing.Point(12, 20);
  125. this.cbWysiwyg.Name = "cbWysiwyg";
  126. this.cbWysiwyg.Size = new System.Drawing.Size(69, 17);
  127. this.cbWysiwyg.TabIndex = 1;
  128. this.cbWysiwyg.Text = "Wysiwyg";
  129. this.cbWysiwyg.UseVisualStyleBackColor = true;
  130. //
  131. // XMLExportForm
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  135. this.ClientSize = new System.Drawing.Size(276, 340);
  136. this.Name = "XMLExportForm";
  137. this.OpenAfterVisible = true;
  138. this.Text = "Export to XML";
  139. this.gbPageRange.ResumeLayout(false);
  140. this.gbPageRange.PerformLayout();
  141. this.pcPages.ResumeLayout(false);
  142. this.panPages.ResumeLayout(false);
  143. this.gbOptions.ResumeLayout(false);
  144. this.gbOptions.PerformLayout();
  145. this.ResumeLayout(false);
  146. this.PerformLayout();
  147. }
  148. #endregion
  149. private System.Windows.Forms.GroupBox gbOptions;
  150. private System.Windows.Forms.CheckBox cbWysiwyg;
  151. private System.Windows.Forms.CheckBox cbPageBreaks;
  152. private System.Windows.Forms.CheckBox cbDataOnly;
  153. private System.Windows.Forms.CheckBox cbSplitPages;
  154. }
  155. }