LaTeXExportForm.Designer.cs 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. namespace FastReport.Forms
  2. {
  3. partial class LaTeXExportForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.gbPageRange.SuspendLayout();
  29. this.pcPages.SuspendLayout();
  30. this.panPages.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // gbPageRange
  34. //
  35. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  36. //
  37. // pcPages
  38. //
  39. this.pcPages.Location = new System.Drawing.Point(0, 0);
  40. this.pcPages.Size = new System.Drawing.Size(274, 135);
  41. //
  42. // panPages
  43. //
  44. this.panPages.Size = new System.Drawing.Size(274, 135);
  45. //
  46. // cbOpenAfter
  47. //
  48. this.cbOpenAfter.Location = new System.Drawing.Point(8, 161);
  49. //
  50. // cbExportAllTabs
  51. //
  52. this.cbExportAllTabs.Location = new System.Drawing.Point(8, 141);
  53. //
  54. // btnOk
  55. //
  56. this.btnOk.Location = new System.Drawing.Point(113, 186);
  57. //
  58. // btnCancel
  59. //
  60. this.btnCancel.Location = new System.Drawing.Point(193, 186);
  61. //
  62. // LaTeXExportForm
  63. //
  64. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  65. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  66. this.ClientSize = new System.Drawing.Size(277, 220);
  67. this.Name = "LaTeXExportForm";
  68. this.OpenAfterVisible = true;
  69. this.gbPageRange.ResumeLayout(false);
  70. this.gbPageRange.PerformLayout();
  71. this.pcPages.ResumeLayout(false);
  72. this.panPages.ResumeLayout(false);
  73. this.ResumeLayout(false);
  74. this.PerformLayout();
  75. }
  76. #endregion
  77. }
  78. }