XAMLExportForm.designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class XAMLExportForm
  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.lblImageFormat = new System.Windows.Forms.Label();
  31. this.cbScroll = new System.Windows.Forms.CheckBox();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. this.cbToMultipleFiles = new System.Windows.Forms.CheckBox();
  34. this.gbPageRange.SuspendLayout();
  35. this.pcPages.SuspendLayout();
  36. this.panPages.SuspendLayout();
  37. this.gbOptions.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // gbPageRange
  41. //
  42. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  43. //
  44. // pcPages
  45. //
  46. this.pcPages.Location = new System.Drawing.Point(0, 0);
  47. this.pcPages.Size = new System.Drawing.Size(276, 237);
  48. //
  49. // panPages
  50. //
  51. this.panPages.Controls.Add(this.gbOptions);
  52. this.panPages.Size = new System.Drawing.Size(276, 237);
  53. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  54. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  55. //
  56. // cbOpenAfter
  57. //
  58. this.cbOpenAfter.Location = new System.Drawing.Point(8, 263);
  59. //
  60. // cbExportAllTabs
  61. //
  62. this.cbExportAllTabs.Location = new System.Drawing.Point(8, 243);
  63. //
  64. // btnOk
  65. //
  66. this.btnOk.Location = new System.Drawing.Point(112, 286);
  67. //
  68. // btnCancel
  69. //
  70. this.btnCancel.Location = new System.Drawing.Point(193, 286);
  71. this.btnCancel.TabIndex = 1;
  72. //
  73. // gbOptions
  74. //
  75. this.gbOptions.Controls.Add(this.lblImageFormat);
  76. this.gbOptions.Controls.Add(this.cbScroll);
  77. this.gbOptions.Controls.Add(this.comboBox1);
  78. this.gbOptions.Controls.Add(this.cbToMultipleFiles);
  79. this.gbOptions.Location = new System.Drawing.Point(8, 138);
  80. this.gbOptions.Name = "gbOptions";
  81. this.gbOptions.Size = new System.Drawing.Size(260, 96);
  82. this.gbOptions.TabIndex = 5;
  83. this.gbOptions.TabStop = false;
  84. this.gbOptions.Text = "Options";
  85. //
  86. // lblImageFormat
  87. //
  88. this.lblImageFormat.AutoSize = true;
  89. this.lblImageFormat.Location = new System.Drawing.Point(12, 24);
  90. this.lblImageFormat.Name = "lblImageFormat";
  91. this.lblImageFormat.Size = new System.Drawing.Size(76, 13);
  92. this.lblImageFormat.TabIndex = 1;
  93. this.lblImageFormat.Text = "Image format:";
  94. //
  95. // cbScroll
  96. //
  97. this.cbScroll.AutoSize = true;
  98. this.cbScroll.Location = new System.Drawing.Point(12, 70);
  99. this.cbScroll.Name = "cbScroll";
  100. this.cbScroll.Size = new System.Drawing.Size(91, 17);
  101. this.cbScroll.TabIndex = 7;
  102. this.cbScroll.Text = "Add scroll bar";
  103. this.cbScroll.UseVisualStyleBackColor = true;
  104. //
  105. // comboBox1
  106. //
  107. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  108. this.comboBox1.FormattingEnabled = true;
  109. this.comboBox1.Items.AddRange(new object[] {
  110. "Png",
  111. "Jpeg"});
  112. this.comboBox1.Location = new System.Drawing.Point(104, 20);
  113. this.comboBox1.Name = "comboBox1";
  114. this.comboBox1.Size = new System.Drawing.Size(144, 21);
  115. this.comboBox1.TabIndex = 0;
  116. //
  117. // cbToMultipleFiles
  118. //
  119. this.cbToMultipleFiles.AutoSize = true;
  120. this.cbToMultipleFiles.Location = new System.Drawing.Point(12, 47);
  121. this.cbToMultipleFiles.Name = "cbToMultipleFiles";
  122. this.cbToMultipleFiles.Size = new System.Drawing.Size(132, 17);
  123. this.cbToMultipleFiles.TabIndex = 6;
  124. this.cbToMultipleFiles.Text = "Export to multiple files";
  125. this.cbToMultipleFiles.UseVisualStyleBackColor = true;
  126. //
  127. // XAMLExportForm
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  131. this.ClientSize = new System.Drawing.Size(276, 318);
  132. this.Name = "XAMLExportForm";
  133. this.OpenAfterVisible = true;
  134. this.Text = "Export to XAML";
  135. this.gbPageRange.ResumeLayout(false);
  136. this.gbPageRange.PerformLayout();
  137. this.pcPages.ResumeLayout(false);
  138. this.panPages.ResumeLayout(false);
  139. this.gbOptions.ResumeLayout(false);
  140. this.gbOptions.PerformLayout();
  141. this.ResumeLayout(false);
  142. this.PerformLayout();
  143. }
  144. #endregion
  145. private System.Windows.Forms.GroupBox gbOptions;
  146. private System.Windows.Forms.ComboBox comboBox1;
  147. private System.Windows.Forms.Label lblImageFormat;
  148. private System.Windows.Forms.CheckBox cbToMultipleFiles;
  149. private System.Windows.Forms.CheckBox cbScroll;
  150. }
  151. }