PSExportForm.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class PSExportForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.gbOptions = new System.Windows.Forms.GroupBox();
  30. this.lblQuality = new System.Windows.Forms.Label();
  31. this.nudJpegQuality = new System.Windows.Forms.NumericUpDown();
  32. this.chImages = new System.Windows.Forms.CheckBox();
  33. this.chPages = new System.Windows.Forms.CheckBox();
  34. this.chCurves = new System.Windows.Forms.CheckBox();
  35. this.gbPageRange.SuspendLayout();
  36. this.pcPages.SuspendLayout();
  37. this.panPages.SuspendLayout();
  38. this.gbOptions.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // gbPageRange
  43. //
  44. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  45. this.gbPageRange.Size = new System.Drawing.Size(260, 141);
  46. //
  47. // lblHint
  48. //
  49. this.lblHint.Location = new System.Drawing.Point(2, 96);
  50. //
  51. // pcPages
  52. //
  53. this.pcPages.Location = new System.Drawing.Point(0, 0);
  54. this.pcPages.Size = new System.Drawing.Size(284, 278);
  55. //
  56. // panPages
  57. //
  58. this.panPages.Controls.Add(this.gbOptions);
  59. this.panPages.Size = new System.Drawing.Size(284, 278);
  60. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  61. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  62. //
  63. // cbOpenAfter
  64. //
  65. this.cbOpenAfter.Location = new System.Drawing.Point(8, 305);
  66. //
  67. // cbExportAllTabs
  68. //
  69. this.cbExportAllTabs.Location = new System.Drawing.Point(8, 285);
  70. //
  71. // btnOk
  72. //
  73. this.btnOk.Location = new System.Drawing.Point(113, 325);
  74. //
  75. // btnCancel
  76. //
  77. this.btnCancel.Location = new System.Drawing.Point(193, 325);
  78. this.btnCancel.TabIndex = 1;
  79. //
  80. // gbOptions
  81. //
  82. this.gbOptions.Controls.Add(this.lblQuality);
  83. this.gbOptions.Controls.Add(this.nudJpegQuality);
  84. this.gbOptions.Controls.Add(this.chImages);
  85. this.gbOptions.Controls.Add(this.chPages);
  86. this.gbOptions.Controls.Add(this.chCurves);
  87. this.gbOptions.Location = new System.Drawing.Point(8, 151);
  88. this.gbOptions.Name = "gbOptions";
  89. this.gbOptions.Size = new System.Drawing.Size(260, 125);
  90. this.gbOptions.TabIndex = 4;
  91. this.gbOptions.TabStop = false;
  92. this.gbOptions.Text = "Options";
  93. //
  94. // lblQuality
  95. //
  96. this.lblQuality.AutoSize = true;
  97. this.lblQuality.Location = new System.Drawing.Point(12, 92);
  98. this.lblQuality.Name = "lblQuality";
  99. this.lblQuality.Size = new System.Drawing.Size(72, 13);
  100. this.lblQuality.TabIndex = 3;
  101. this.lblQuality.Text = "Jpeg quality :";
  102. //
  103. // nudJpegQuality
  104. //
  105. this.nudJpegQuality.Location = new System.Drawing.Point(137, 90);
  106. this.nudJpegQuality.Name = "nudJpegQuality";
  107. this.nudJpegQuality.Size = new System.Drawing.Size(43, 20);
  108. this.nudJpegQuality.TabIndex = 4;
  109. this.nudJpegQuality.Value = new decimal(new int[] {
  110. 100,
  111. 0,
  112. 0,
  113. 0});
  114. //
  115. // chImages
  116. //
  117. this.chImages.AutoSize = true;
  118. this.chImages.Location = new System.Drawing.Point(12, 65);
  119. this.chImages.Name = "chImages";
  120. this.chImages.Size = new System.Drawing.Size(140, 17);
  121. this.chImages.TabIndex = 2;
  122. this.chImages.Text = "Save images separately";
  123. this.chImages.UseVisualStyleBackColor = true;
  124. //
  125. // chPages
  126. //
  127. this.chPages.AutoSize = true;
  128. this.chPages.Location = new System.Drawing.Point(12, 42);
  129. this.chPages.Name = "chPages";
  130. this.chPages.Size = new System.Drawing.Size(133, 17);
  131. this.chPages.TabIndex = 1;
  132. this.chPages.Text = "Pages in different files";
  133. this.chPages.UseVisualStyleBackColor = true;
  134. //
  135. // chCurves
  136. //
  137. this.chCurves.AutoSize = true;
  138. this.chCurves.Location = new System.Drawing.Point(12, 19);
  139. this.chCurves.Name = "chCurves";
  140. this.chCurves.Size = new System.Drawing.Size(94, 17);
  141. this.chCurves.TabIndex = 0;
  142. this.chCurves.Text = "Text in curves";
  143. this.chCurves.UseVisualStyleBackColor = true;
  144. //
  145. // PSExportForm
  146. //
  147. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  148. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  149. this.ClientSize = new System.Drawing.Size(276, 358);
  150. this.Name = "PSExportForm";
  151. this.OpenAfterVisible = true;
  152. this.Text = "Export to PostScript";
  153. this.gbPageRange.ResumeLayout(false);
  154. this.gbPageRange.PerformLayout();
  155. this.pcPages.ResumeLayout(false);
  156. this.panPages.ResumeLayout(false);
  157. this.gbOptions.ResumeLayout(false);
  158. this.gbOptions.PerformLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).EndInit();
  160. this.ResumeLayout(false);
  161. this.PerformLayout();
  162. }
  163. #endregion
  164. private System.Windows.Forms.GroupBox gbOptions;
  165. private System.Windows.Forms.CheckBox chCurves;
  166. private System.Windows.Forms.CheckBox chImages;
  167. private System.Windows.Forms.CheckBox chPages;
  168. private System.Windows.Forms.Label lblQuality;
  169. private System.Windows.Forms.NumericUpDown nudJpegQuality;
  170. }
  171. }