using FastReport.Controls;
namespace FastReport.Forms
{
partial class MHTExportForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.gbOptions = new System.Windows.Forms.GroupBox();
this.cbPictures = new System.Windows.Forms.CheckBox();
this.cbWysiwyg = new System.Windows.Forms.CheckBox();
this.gbPageRange.SuspendLayout();
this.pcPages.SuspendLayout();
this.panPages.SuspendLayout();
this.gbOptions.SuspendLayout();
this.SuspendLayout();
//
// gbPageRange
//
this.gbPageRange.Location = new System.Drawing.Point(8, 4);
//
// pcPages
//
this.pcPages.Location = new System.Drawing.Point(0, 0);
this.pcPages.Size = new System.Drawing.Size(275, 209);
//
// panPages
//
this.panPages.Controls.Add(this.gbOptions);
this.panPages.Size = new System.Drawing.Size(275, 209);
this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
//
// cbOpenAfter
//
this.cbOpenAfter.Location = new System.Drawing.Point(8, 235);
//
// cbExportAllTabs
//
this.cbExportAllTabs.Location = new System.Drawing.Point(8, 215);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(113, 257);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(193, 257);
this.btnCancel.TabIndex = 1;
//
// gbOptions
//
this.gbOptions.Controls.Add(this.cbPictures);
this.gbOptions.Controls.Add(this.cbWysiwyg);
this.gbOptions.Location = new System.Drawing.Point(8, 138);
this.gbOptions.Name = "gbOptions";
this.gbOptions.Size = new System.Drawing.Size(260, 69);
this.gbOptions.TabIndex = 6;
this.gbOptions.TabStop = false;
this.gbOptions.Text = "Options";
//
// cbPictures
//
this.cbPictures.AutoSize = true;
this.cbPictures.Checked = true;
this.cbPictures.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbPictures.Location = new System.Drawing.Point(12, 42);
this.cbPictures.Name = "cbPictures";
this.cbPictures.Size = new System.Drawing.Size(64, 17);
this.cbPictures.TabIndex = 3;
this.cbPictures.Text = "Pictures";
this.cbPictures.UseVisualStyleBackColor = true;
//
// cbWysiwyg
//
this.cbWysiwyg.AutoSize = true;
this.cbWysiwyg.Checked = true;
this.cbWysiwyg.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbWysiwyg.Location = new System.Drawing.Point(12, 19);
this.cbWysiwyg.Name = "cbWysiwyg";
this.cbWysiwyg.Size = new System.Drawing.Size(69, 17);
this.cbWysiwyg.TabIndex = 1;
this.cbWysiwyg.Text = "Wysiwyg";
this.cbWysiwyg.UseVisualStyleBackColor = true;
//
// MHTExportForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(277, 291);
this.Name = "MHTExportForm";
this.OpenAfterVisible = true;
this.Text = "Export to MHT";
this.gbPageRange.ResumeLayout(false);
this.gbPageRange.PerformLayout();
this.pcPages.ResumeLayout(false);
this.panPages.ResumeLayout(false);
this.gbOptions.ResumeLayout(false);
this.gbOptions.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox gbOptions;
private System.Windows.Forms.CheckBox cbPictures;
private System.Windows.Forms.CheckBox cbWysiwyg;
}
}