PPMLExportForm.designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class PPMLExportForm
  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.chCurves = new System.Windows.Forms.CheckBox();
  30. this.gbOptions = new System.Windows.Forms.GroupBox();
  31. this.nudJpegQuality = new System.Windows.Forms.NumericUpDown();
  32. this.lblQuality = new System.Windows.Forms.Label();
  33. this.gbPageRange.SuspendLayout();
  34. this.pcPages.SuspendLayout();
  35. this.panPages.SuspendLayout();
  36. this.gbOptions.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // gbPageRange
  41. //
  42. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  43. this.gbPageRange.Size = new System.Drawing.Size(260, 135);
  44. //
  45. // lblHint
  46. //
  47. this.lblHint.Location = new System.Drawing.Point(2, 90);
  48. //
  49. // pcPages
  50. //
  51. this.pcPages.Location = new System.Drawing.Point(0, 0);
  52. this.pcPages.Size = new System.Drawing.Size(273, 227);
  53. //
  54. // panPages
  55. //
  56. this.panPages.Controls.Add(this.gbOptions);
  57. this.panPages.Size = new System.Drawing.Size(273, 227);
  58. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  59. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  60. //
  61. // cbOpenAfter
  62. //
  63. this.cbOpenAfter.Location = new System.Drawing.Point(7, 253);
  64. //
  65. // cbExportAllTabs
  66. //
  67. this.cbExportAllTabs.Location = new System.Drawing.Point(7, 233);
  68. //
  69. // btnOk
  70. //
  71. this.btnOk.Location = new System.Drawing.Point(112, 274);
  72. //
  73. // btnCancel
  74. //
  75. this.btnCancel.Location = new System.Drawing.Point(193, 274);
  76. //
  77. // chCurves
  78. //
  79. this.chCurves.AutoSize = true;
  80. this.chCurves.Location = new System.Drawing.Point(12, 19);
  81. this.chCurves.Name = "chCurves";
  82. this.chCurves.Size = new System.Drawing.Size(94, 17);
  83. this.chCurves.TabIndex = 0;
  84. this.chCurves.Text = "Text in curves";
  85. this.chCurves.UseVisualStyleBackColor = true;
  86. //
  87. // gbOptions
  88. //
  89. this.gbOptions.Controls.Add(this.nudJpegQuality);
  90. this.gbOptions.Controls.Add(this.lblQuality);
  91. this.gbOptions.Controls.Add(this.chCurves);
  92. this.gbOptions.Location = new System.Drawing.Point(8, 145);
  93. this.gbOptions.Name = "gbOptions";
  94. this.gbOptions.Size = new System.Drawing.Size(260, 79);
  95. this.gbOptions.TabIndex = 4;
  96. this.gbOptions.TabStop = false;
  97. this.gbOptions.Text = "Options";
  98. //
  99. // nudJpegQuality
  100. //
  101. this.nudJpegQuality.Location = new System.Drawing.Point(105, 42);
  102. this.nudJpegQuality.Name = "nudJpegQuality";
  103. this.nudJpegQuality.Size = new System.Drawing.Size(43, 20);
  104. this.nudJpegQuality.TabIndex = 2;
  105. //
  106. // lblQuality
  107. //
  108. this.lblQuality.AutoSize = true;
  109. this.lblQuality.Location = new System.Drawing.Point(12, 44);
  110. this.lblQuality.Name = "lblQuality";
  111. this.lblQuality.Size = new System.Drawing.Size(65, 13);
  112. this.lblQuality.TabIndex = 1;
  113. this.lblQuality.Text = "Jpeg quality";
  114. //
  115. // PPMLExportForm
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  119. this.ClientSize = new System.Drawing.Size(276, 307);
  120. this.Name = "PPMLExportForm";
  121. this.OpenAfterVisible = true;
  122. this.Text = "Export to PPML";
  123. this.gbPageRange.ResumeLayout(false);
  124. this.gbPageRange.PerformLayout();
  125. this.pcPages.ResumeLayout(false);
  126. this.panPages.ResumeLayout(false);
  127. this.gbOptions.ResumeLayout(false);
  128. this.gbOptions.PerformLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.nudJpegQuality)).EndInit();
  130. this.ResumeLayout(false);
  131. this.PerformLayout();
  132. }
  133. #endregion
  134. private System.Windows.Forms.CheckBox chCurves;
  135. private System.Windows.Forms.GroupBox gbOptions;
  136. private System.Windows.Forms.Label lblQuality;
  137. private System.Windows.Forms.NumericUpDown nudJpegQuality;
  138. }
  139. }