namespace FastReport.Forms
{
partial class JsonExportForm
{
///
/// 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.gbPageRange.SuspendLayout();
this.pcPages.SuspendLayout();
this.panPages.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, 136);
//
// panPages
//
this.panPages.Size = new System.Drawing.Size(275, 136);
//
// cbOpenAfter
//
this.cbOpenAfter.Location = new System.Drawing.Point(8, 162);
//
// cbExportAllTabs
//
this.cbExportAllTabs.Location = new System.Drawing.Point(8, 142);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(112, 185);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(192, 185);
//
// JsonExportForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(276, 218);
this.Name = "JsonExportForm";
this.OpenAfterVisible = true;
this.gbPageRange.ResumeLayout(false);
this.gbPageRange.PerformLayout();
this.pcPages.ResumeLayout(false);
this.panPages.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
}
}