using FastReport.Controls; namespace FastReport.Forms { partial class PPMLExportForm { /// /// 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.chCurves = new System.Windows.Forms.CheckBox(); this.gbOptions = new System.Windows.Forms.GroupBox(); this.nudJpegQuality = new System.Windows.Forms.NumericUpDown(); this.lblQuality = new System.Windows.Forms.Label(); this.gbPageRange.SuspendLayout(); this.pcPages.SuspendLayout(); this.panPages.SuspendLayout(); this.gbOptions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).BeginInit(); this.SuspendLayout(); // // gbPageRange // this.gbPageRange.Location = new System.Drawing.Point(8, 4); this.gbPageRange.Size = new System.Drawing.Size(260, 135); // // lblHint // this.lblHint.Location = new System.Drawing.Point(2, 90); // // pcPages // this.pcPages.Location = new System.Drawing.Point(0, 0); this.pcPages.Size = new System.Drawing.Size(273, 227); // // panPages // this.panPages.Controls.Add(this.gbOptions); this.panPages.Size = new System.Drawing.Size(273, 227); this.panPages.Controls.SetChildIndex(this.gbOptions, 0); this.panPages.Controls.SetChildIndex(this.gbPageRange, 0); // // cbOpenAfter // this.cbOpenAfter.Location = new System.Drawing.Point(7, 253); // // cbExportAllTabs // this.cbExportAllTabs.Location = new System.Drawing.Point(7, 233); // // btnOk // this.btnOk.Location = new System.Drawing.Point(112, 274); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(193, 274); // // chCurves // this.chCurves.AutoSize = true; this.chCurves.Location = new System.Drawing.Point(12, 19); this.chCurves.Name = "chCurves"; this.chCurves.Size = new System.Drawing.Size(94, 17); this.chCurves.TabIndex = 0; this.chCurves.Text = "Text in curves"; this.chCurves.UseVisualStyleBackColor = true; // // gbOptions // this.gbOptions.Controls.Add(this.nudJpegQuality); this.gbOptions.Controls.Add(this.lblQuality); this.gbOptions.Controls.Add(this.chCurves); this.gbOptions.Location = new System.Drawing.Point(8, 145); this.gbOptions.Name = "gbOptions"; this.gbOptions.Size = new System.Drawing.Size(260, 79); this.gbOptions.TabIndex = 4; this.gbOptions.TabStop = false; this.gbOptions.Text = "Options"; // // nudJpegQuality // this.nudJpegQuality.Location = new System.Drawing.Point(105, 42); this.nudJpegQuality.Name = "nudJpegQuality"; this.nudJpegQuality.Size = new System.Drawing.Size(43, 20); this.nudJpegQuality.TabIndex = 2; // // lblQuality // this.lblQuality.AutoSize = true; this.lblQuality.Location = new System.Drawing.Point(12, 44); this.lblQuality.Name = "lblQuality"; this.lblQuality.Size = new System.Drawing.Size(65, 13); this.lblQuality.TabIndex = 1; this.lblQuality.Text = "Jpeg quality"; // // PPMLExportForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(276, 307); this.Name = "PPMLExportForm"; this.OpenAfterVisible = true; this.Text = "Export to PPML"; this.gbPageRange.ResumeLayout(false); this.gbPageRange.PerformLayout(); this.pcPages.ResumeLayout(false); this.panPages.ResumeLayout(false); this.gbOptions.ResumeLayout(false); this.gbOptions.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox chCurves; private System.Windows.Forms.GroupBox gbOptions; private System.Windows.Forms.Label lblQuality; private System.Windows.Forms.NumericUpDown nudJpegQuality; } }