MHTExportForm.designer.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class MHTExportForm
  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.cbPictures = new System.Windows.Forms.CheckBox();
  31. this.cbWysiwyg = new System.Windows.Forms.CheckBox();
  32. this.gbPageRange.SuspendLayout();
  33. this.pcPages.SuspendLayout();
  34. this.panPages.SuspendLayout();
  35. this.gbOptions.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // gbPageRange
  39. //
  40. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  41. //
  42. // pcPages
  43. //
  44. this.pcPages.Location = new System.Drawing.Point(0, 0);
  45. this.pcPages.Size = new System.Drawing.Size(275, 209);
  46. //
  47. // panPages
  48. //
  49. this.panPages.Controls.Add(this.gbOptions);
  50. this.panPages.Size = new System.Drawing.Size(275, 209);
  51. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  52. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  53. //
  54. // cbOpenAfter
  55. //
  56. this.cbOpenAfter.Location = new System.Drawing.Point(8, 235);
  57. //
  58. // cbExportAllTabs
  59. //
  60. this.cbExportAllTabs.Location = new System.Drawing.Point(8, 215);
  61. //
  62. // btnOk
  63. //
  64. this.btnOk.Location = new System.Drawing.Point(113, 257);
  65. //
  66. // btnCancel
  67. //
  68. this.btnCancel.Location = new System.Drawing.Point(193, 257);
  69. this.btnCancel.TabIndex = 1;
  70. //
  71. // gbOptions
  72. //
  73. this.gbOptions.Controls.Add(this.cbPictures);
  74. this.gbOptions.Controls.Add(this.cbWysiwyg);
  75. this.gbOptions.Location = new System.Drawing.Point(8, 138);
  76. this.gbOptions.Name = "gbOptions";
  77. this.gbOptions.Size = new System.Drawing.Size(260, 69);
  78. this.gbOptions.TabIndex = 6;
  79. this.gbOptions.TabStop = false;
  80. this.gbOptions.Text = "Options";
  81. //
  82. // cbPictures
  83. //
  84. this.cbPictures.AutoSize = true;
  85. this.cbPictures.Checked = true;
  86. this.cbPictures.CheckState = System.Windows.Forms.CheckState.Checked;
  87. this.cbPictures.Location = new System.Drawing.Point(12, 42);
  88. this.cbPictures.Name = "cbPictures";
  89. this.cbPictures.Size = new System.Drawing.Size(64, 17);
  90. this.cbPictures.TabIndex = 3;
  91. this.cbPictures.Text = "Pictures";
  92. this.cbPictures.UseVisualStyleBackColor = true;
  93. //
  94. // cbWysiwyg
  95. //
  96. this.cbWysiwyg.AutoSize = true;
  97. this.cbWysiwyg.Checked = true;
  98. this.cbWysiwyg.CheckState = System.Windows.Forms.CheckState.Checked;
  99. this.cbWysiwyg.Location = new System.Drawing.Point(12, 19);
  100. this.cbWysiwyg.Name = "cbWysiwyg";
  101. this.cbWysiwyg.Size = new System.Drawing.Size(69, 17);
  102. this.cbWysiwyg.TabIndex = 1;
  103. this.cbWysiwyg.Text = "Wysiwyg";
  104. this.cbWysiwyg.UseVisualStyleBackColor = true;
  105. //
  106. // MHTExportForm
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  110. this.ClientSize = new System.Drawing.Size(277, 291);
  111. this.Name = "MHTExportForm";
  112. this.OpenAfterVisible = true;
  113. this.Text = "Export to MHT";
  114. this.gbPageRange.ResumeLayout(false);
  115. this.gbPageRange.PerformLayout();
  116. this.pcPages.ResumeLayout(false);
  117. this.panPages.ResumeLayout(false);
  118. this.gbOptions.ResumeLayout(false);
  119. this.gbOptions.PerformLayout();
  120. this.ResumeLayout(false);
  121. this.PerformLayout();
  122. }
  123. #endregion
  124. private System.Windows.Forms.GroupBox gbOptions;
  125. private System.Windows.Forms.CheckBox cbPictures;
  126. private System.Windows.Forms.CheckBox cbWysiwyg;
  127. }
  128. }