namespace FastReport.Forms { partial class LaTeXExportForm { /// /// 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(274, 135); // // panPages // this.panPages.Size = new System.Drawing.Size(274, 135); // // cbOpenAfter // this.cbOpenAfter.Location = new System.Drawing.Point(8, 161); // // cbExportAllTabs // this.cbExportAllTabs.Location = new System.Drawing.Point(8, 141); // // btnOk // this.btnOk.Location = new System.Drawing.Point(113, 186); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(193, 186); // // LaTeXExportForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(277, 220); this.Name = "LaTeXExportForm"; this.OpenAfterVisible = true; this.gbPageRange.ResumeLayout(false); this.gbPageRange.PerformLayout(); this.pcPages.ResumeLayout(false); this.panPages.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion } }