123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- using FastReport.Controls;
- namespace FastReport.Forms
- {
- partial class PSExportForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.gbOptions = new System.Windows.Forms.GroupBox();
- this.lblQuality = new System.Windows.Forms.Label();
- this.nudJpegQuality = new System.Windows.Forms.NumericUpDown();
- this.chImages = new System.Windows.Forms.CheckBox();
- this.chPages = new System.Windows.Forms.CheckBox();
- this.chCurves = new System.Windows.Forms.CheckBox();
- 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, 141);
- //
- // lblHint
- //
- this.lblHint.Location = new System.Drawing.Point(2, 96);
- //
- // pcPages
- //
- this.pcPages.Location = new System.Drawing.Point(0, 0);
- this.pcPages.Size = new System.Drawing.Size(284, 278);
- //
- // panPages
- //
- this.panPages.Controls.Add(this.gbOptions);
- this.panPages.Size = new System.Drawing.Size(284, 278);
- this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
- this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
- //
- // cbOpenAfter
- //
- this.cbOpenAfter.Location = new System.Drawing.Point(8, 305);
- //
- // cbExportAllTabs
- //
- this.cbExportAllTabs.Location = new System.Drawing.Point(8, 285);
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(113, 325);
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(193, 325);
- this.btnCancel.TabIndex = 1;
- //
- // gbOptions
- //
- this.gbOptions.Controls.Add(this.lblQuality);
- this.gbOptions.Controls.Add(this.nudJpegQuality);
- this.gbOptions.Controls.Add(this.chImages);
- this.gbOptions.Controls.Add(this.chPages);
- this.gbOptions.Controls.Add(this.chCurves);
- this.gbOptions.Location = new System.Drawing.Point(8, 151);
- this.gbOptions.Name = "gbOptions";
- this.gbOptions.Size = new System.Drawing.Size(260, 125);
- this.gbOptions.TabIndex = 4;
- this.gbOptions.TabStop = false;
- this.gbOptions.Text = "Options";
- //
- // lblQuality
- //
- this.lblQuality.AutoSize = true;
- this.lblQuality.Location = new System.Drawing.Point(12, 92);
- this.lblQuality.Name = "lblQuality";
- this.lblQuality.Size = new System.Drawing.Size(72, 13);
- this.lblQuality.TabIndex = 3;
- this.lblQuality.Text = "Jpeg quality :";
- //
- // nudJpegQuality
- //
- this.nudJpegQuality.Location = new System.Drawing.Point(137, 90);
- this.nudJpegQuality.Name = "nudJpegQuality";
- this.nudJpegQuality.Size = new System.Drawing.Size(43, 20);
- this.nudJpegQuality.TabIndex = 4;
- this.nudJpegQuality.Value = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- //
- // chImages
- //
- this.chImages.AutoSize = true;
- this.chImages.Location = new System.Drawing.Point(12, 65);
- this.chImages.Name = "chImages";
- this.chImages.Size = new System.Drawing.Size(140, 17);
- this.chImages.TabIndex = 2;
- this.chImages.Text = "Save images separately";
- this.chImages.UseVisualStyleBackColor = true;
- //
- // chPages
- //
- this.chPages.AutoSize = true;
- this.chPages.Location = new System.Drawing.Point(12, 42);
- this.chPages.Name = "chPages";
- this.chPages.Size = new System.Drawing.Size(133, 17);
- this.chPages.TabIndex = 1;
- this.chPages.Text = "Pages in different files";
- this.chPages.UseVisualStyleBackColor = true;
- //
- // 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;
- //
- // PSExportForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.ClientSize = new System.Drawing.Size(276, 358);
- this.Name = "PSExportForm";
- this.OpenAfterVisible = true;
- this.Text = "Export to PostScript";
- 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.GroupBox gbOptions;
- private System.Windows.Forms.CheckBox chCurves;
- private System.Windows.Forms.CheckBox chImages;
- private System.Windows.Forms.CheckBox chPages;
- private System.Windows.Forms.Label lblQuality;
- private System.Windows.Forms.NumericUpDown nudJpegQuality;
- }
- }
|