DbfExportForm.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class DbfExportForm
  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.lblFieldNames = new System.Windows.Forms.Label();
  31. this.tbFieldNames = new System.Windows.Forms.TextBox();
  32. this.cbDataOnly = new System.Windows.Forms.CheckBox();
  33. this.cbExportTypes = new System.Windows.Forms.CheckBox();
  34. this.cbbCodepage = new System.Windows.Forms.ComboBox();
  35. this.lblCodepage = new System.Windows.Forms.Label();
  36. this.gbPageRange.SuspendLayout();
  37. this.pcPages.SuspendLayout();
  38. this.panPages.SuspendLayout();
  39. this.gbOptions.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // gbPageRange
  43. //
  44. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  45. //
  46. // rbNumbers
  47. //
  48. this.rbNumbers.Size = new System.Drawing.Size(77, 17);
  49. this.rbNumbers.Text = "Numbers: ";
  50. //
  51. // rbCurrent
  52. //
  53. this.rbCurrent.Size = new System.Drawing.Size(68, 17);
  54. this.rbCurrent.Text = "Current ";
  55. //
  56. // rbAll
  57. //
  58. this.rbAll.Size = new System.Drawing.Size(42, 17);
  59. this.rbAll.Text = "All ";
  60. //
  61. // pcPages
  62. //
  63. this.pcPages.Location = new System.Drawing.Point(0, 0);
  64. this.pcPages.Size = new System.Drawing.Size(276, 292);
  65. //
  66. // panPages
  67. //
  68. this.panPages.Controls.Add(this.gbOptions);
  69. this.panPages.Dock = System.Windows.Forms.DockStyle.None;
  70. this.panPages.Size = new System.Drawing.Size(276, 308);
  71. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  72. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  73. //
  74. // cbOpenAfter
  75. //
  76. this.cbOpenAfter.Location = new System.Drawing.Point(12, 315);
  77. this.cbOpenAfter.Size = new System.Drawing.Size(120, 17);
  78. this.cbOpenAfter.Text = "Open after export ";
  79. //
  80. // cbExportAllTabs
  81. //
  82. this.cbExportAllTabs.Location = new System.Drawing.Point(12, 295);
  83. //
  84. // btnOk
  85. //
  86. this.btnOk.Location = new System.Drawing.Point(112, 336);
  87. //
  88. // btnCancel
  89. //
  90. this.btnCancel.Location = new System.Drawing.Point(193, 336);
  91. this.btnCancel.TabIndex = 1;
  92. //
  93. // gbOptions
  94. //
  95. this.gbOptions.Controls.Add(this.lblFieldNames);
  96. this.gbOptions.Controls.Add(this.tbFieldNames);
  97. this.gbOptions.Controls.Add(this.cbDataOnly);
  98. this.gbOptions.Controls.Add(this.cbExportTypes);
  99. this.gbOptions.Controls.Add(this.cbbCodepage);
  100. this.gbOptions.Controls.Add(this.lblCodepage);
  101. this.gbOptions.Location = new System.Drawing.Point(8, 136);
  102. this.gbOptions.Name = "gbOptions";
  103. this.gbOptions.Size = new System.Drawing.Size(260, 150);
  104. this.gbOptions.TabIndex = 4;
  105. this.gbOptions.TabStop = false;
  106. this.gbOptions.Text = "Options";
  107. //
  108. // lblFieldNames
  109. //
  110. this.lblFieldNames.AutoSize = true;
  111. this.lblFieldNames.Location = new System.Drawing.Point(12, 48);
  112. this.lblFieldNames.Name = "lblFieldNames";
  113. this.lblFieldNames.Size = new System.Drawing.Size(202, 13);
  114. this.lblFieldNames.TabIndex = 2;
  115. this.lblFieldNames.Text = "Field names (for example, Field1;Field2):";
  116. //
  117. // tbFieldNames
  118. //
  119. this.tbFieldNames.Location = new System.Drawing.Point(12, 68);
  120. this.tbFieldNames.Name = "tbFieldNames";
  121. this.tbFieldNames.Size = new System.Drawing.Size(236, 20);
  122. this.tbFieldNames.TabIndex = 3;
  123. //
  124. // cbDataOnly
  125. //
  126. this.cbDataOnly.AutoSize = true;
  127. this.cbDataOnly.Location = new System.Drawing.Point(12, 100);
  128. this.cbDataOnly.Name = "cbDataOnly";
  129. this.cbDataOnly.Size = new System.Drawing.Size(78, 17);
  130. this.cbDataOnly.TabIndex = 4;
  131. this.cbDataOnly.Text = "Data only ";
  132. this.cbDataOnly.UseVisualStyleBackColor = true;
  133. //
  134. // cbExportTypes
  135. //
  136. this.cbExportTypes.AutoSize = true;
  137. this.cbExportTypes.Location = new System.Drawing.Point(12, 120);
  138. this.cbExportTypes.Name = "cbExportTypes";
  139. this.cbExportTypes.Size = new System.Drawing.Size(88, 17);
  140. this.cbExportTypes.TabIndex = 5;
  141. this.cbExportTypes.Text = "Export types";
  142. this.cbExportTypes.UseVisualStyleBackColor = true;
  143. //
  144. // cbbCodepage
  145. //
  146. this.cbbCodepage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  147. this.cbbCodepage.FormattingEnabled = true;
  148. this.cbbCodepage.Items.AddRange(new object[] {
  149. "Default",
  150. "OEM"});
  151. this.cbbCodepage.Location = new System.Drawing.Point(104, 20);
  152. this.cbbCodepage.Name = "cbbCodepage";
  153. this.cbbCodepage.Size = new System.Drawing.Size(144, 21);
  154. this.cbbCodepage.TabIndex = 1;
  155. //
  156. // lblCodepage
  157. //
  158. this.lblCodepage.AutoSize = true;
  159. this.lblCodepage.Location = new System.Drawing.Point(12, 24);
  160. this.lblCodepage.Name = "lblCodepage";
  161. this.lblCodepage.Size = new System.Drawing.Size(56, 13);
  162. this.lblCodepage.TabIndex = 0;
  163. this.lblCodepage.Text = "Codepage";
  164. //
  165. // DbfExportForm
  166. //
  167. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  168. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  169. this.ClientSize = new System.Drawing.Size(276, 369);
  170. this.Name = "DbfExportForm";
  171. this.OpenAfterVisible = true;
  172. this.Text = "Export to dBase";
  173. this.gbPageRange.ResumeLayout(false);
  174. this.gbPageRange.PerformLayout();
  175. this.pcPages.ResumeLayout(false);
  176. this.panPages.ResumeLayout(false);
  177. this.gbOptions.ResumeLayout(false);
  178. this.gbOptions.PerformLayout();
  179. this.ResumeLayout(false);
  180. this.PerformLayout();
  181. }
  182. #endregion // Windows Form Designer generated code
  183. private System.Windows.Forms.GroupBox gbOptions;
  184. private System.Windows.Forms.ComboBox cbbCodepage;
  185. private System.Windows.Forms.Label lblCodepage;
  186. private System.Windows.Forms.CheckBox cbDataOnly;
  187. private System.Windows.Forms.CheckBox cbExportTypes;
  188. private System.Windows.Forms.Label lblFieldNames;
  189. private System.Windows.Forms.TextBox tbFieldNames;
  190. }
  191. }