TextExportPrintForm.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. namespace FastReport.Export.Text
  2. {
  3. partial class TextExportPrintForm
  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 = new System.Windows.Forms.GroupBox();
  29. this.lblHint = new System.Windows.Forms.Label();
  30. this.tbNumbers = new System.Windows.Forms.TextBox();
  31. this.rbNumbers = new System.Windows.Forms.RadioButton();
  32. this.rbCurrent = new System.Windows.Forms.RadioButton();
  33. this.rbAll = new System.Windows.Forms.RadioButton();
  34. this.gbOther = new System.Windows.Forms.GroupBox();
  35. this.cbcbbCommands = new System.Windows.Forms.CheckedListBox();
  36. this.lblCommands = new System.Windows.Forms.Label();
  37. this.cbxPrinterTypes = new System.Windows.Forms.ComboBox();
  38. this.lblPrinterType = new System.Windows.Forms.Label();
  39. this.gbPrinter = new System.Windows.Forms.GroupBox();
  40. this.cbxPrinter = new System.Windows.Forms.ComboBox();
  41. this.gbCopies = new System.Windows.Forms.GroupBox();
  42. this.udCount = new System.Windows.Forms.NumericUpDown();
  43. this.lblCount = new System.Windows.Forms.Label();
  44. this.gbPageRange.SuspendLayout();
  45. this.gbOther.SuspendLayout();
  46. this.gbPrinter.SuspendLayout();
  47. this.gbCopies.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.udCount)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // btnOk
  52. //
  53. this.btnOk.Location = new System.Drawing.Point(380, 260);
  54. this.btnOk.TabIndex = 10;
  55. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  56. //
  57. // btnCancel
  58. //
  59. this.btnCancel.Location = new System.Drawing.Point(460, 260);
  60. this.btnCancel.TabIndex = 11;
  61. //
  62. // gbPageRange
  63. //
  64. this.gbPageRange.Controls.Add(this.lblHint);
  65. this.gbPageRange.Controls.Add(this.tbNumbers);
  66. this.gbPageRange.Controls.Add(this.rbNumbers);
  67. this.gbPageRange.Controls.Add(this.rbCurrent);
  68. this.gbPageRange.Controls.Add(this.rbAll);
  69. this.gbPageRange.Location = new System.Drawing.Point(8, 120);
  70. this.gbPageRange.Name = "gbPageRange";
  71. this.gbPageRange.Size = new System.Drawing.Size(260, 128);
  72. this.gbPageRange.TabIndex = 4;
  73. this.gbPageRange.TabStop = false;
  74. this.gbPageRange.Text = "Page range";
  75. //
  76. // lblHint
  77. //
  78. this.lblHint.Location = new System.Drawing.Point(12, 88);
  79. this.lblHint.Name = "lblHint";
  80. this.lblHint.Size = new System.Drawing.Size(236, 28);
  81. this.lblHint.TabIndex = 4;
  82. this.lblHint.Text = "Enter page numbers and/or page ranges, separated by commas. For example, 1,3,5-12" +
  83. "";
  84. //
  85. // tbNumbers
  86. //
  87. this.tbNumbers.Location = new System.Drawing.Point(104, 60);
  88. this.tbNumbers.Name = "tbNumbers";
  89. this.tbNumbers.Size = new System.Drawing.Size(144, 20);
  90. this.tbNumbers.TabIndex = 6;
  91. this.tbNumbers.TextChanged += new System.EventHandler(this.tbNumbers_TextChanged);
  92. //
  93. // rbNumbers
  94. //
  95. this.rbNumbers.AutoSize = true;
  96. this.rbNumbers.Location = new System.Drawing.Point(12, 60);
  97. this.rbNumbers.Name = "rbNumbers";
  98. this.rbNumbers.Size = new System.Drawing.Size(71, 17);
  99. this.rbNumbers.TabIndex = 5;
  100. this.rbNumbers.TabStop = true;
  101. this.rbNumbers.Text = "Numbers:";
  102. this.rbNumbers.UseVisualStyleBackColor = true;
  103. //
  104. // rbCurrent
  105. //
  106. this.rbCurrent.AutoSize = true;
  107. this.rbCurrent.Location = new System.Drawing.Point(12, 40);
  108. this.rbCurrent.Name = "rbCurrent";
  109. this.rbCurrent.Size = new System.Drawing.Size(62, 17);
  110. this.rbCurrent.TabIndex = 4;
  111. this.rbCurrent.TabStop = true;
  112. this.rbCurrent.Text = "Current";
  113. this.rbCurrent.UseVisualStyleBackColor = true;
  114. this.rbCurrent.CheckedChanged += new System.EventHandler(this.rbAll_CheckedChanged);
  115. //
  116. // rbAll
  117. //
  118. this.rbAll.AutoSize = true;
  119. this.rbAll.Checked = true;
  120. this.rbAll.Location = new System.Drawing.Point(12, 20);
  121. this.rbAll.Name = "rbAll";
  122. this.rbAll.Size = new System.Drawing.Size(36, 17);
  123. this.rbAll.TabIndex = 3;
  124. this.rbAll.TabStop = true;
  125. this.rbAll.Text = "All";
  126. this.rbAll.UseVisualStyleBackColor = true;
  127. this.rbAll.CheckedChanged += new System.EventHandler(this.rbAll_CheckedChanged);
  128. //
  129. // gbOther
  130. //
  131. this.gbOther.Controls.Add(this.cbcbbCommands);
  132. this.gbOther.Controls.Add(this.lblCommands);
  133. this.gbOther.Controls.Add(this.cbxPrinterTypes);
  134. this.gbOther.Controls.Add(this.lblPrinterType);
  135. this.gbOther.Location = new System.Drawing.Point(276, 60);
  136. this.gbOther.Name = "gbOther";
  137. this.gbOther.Size = new System.Drawing.Size(260, 188);
  138. this.gbOther.TabIndex = 7;
  139. this.gbOther.TabStop = false;
  140. this.gbOther.Text = "Other";
  141. //
  142. // cbcbbCommands
  143. //
  144. this.cbcbbCommands.CheckOnClick = true;
  145. this.cbcbbCommands.FormattingEnabled = true;
  146. this.cbcbbCommands.Items.AddRange(new object[] {
  147. "1",
  148. "2",
  149. "3"});
  150. this.cbcbbCommands.Location = new System.Drawing.Point(92, 52);
  151. this.cbcbbCommands.Name = "cbcbbCommands";
  152. this.cbcbbCommands.Size = new System.Drawing.Size(156, 124);
  153. this.cbcbbCommands.TabIndex = 8;
  154. this.cbcbbCommands.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cbcbbCommands_ItemCheck);
  155. //
  156. // lblCommands
  157. //
  158. this.lblCommands.AutoSize = true;
  159. this.lblCommands.Location = new System.Drawing.Point(12, 52);
  160. this.lblCommands.Name = "lblCommands";
  161. this.lblCommands.Size = new System.Drawing.Size(59, 13);
  162. this.lblCommands.TabIndex = 6;
  163. this.lblCommands.Text = "Commands";
  164. //
  165. // cbxPrinterTypes
  166. //
  167. this.cbxPrinterTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  168. this.cbxPrinterTypes.FormattingEnabled = true;
  169. this.cbxPrinterTypes.Location = new System.Drawing.Point(92, 20);
  170. this.cbxPrinterTypes.Name = "cbxPrinterTypes";
  171. this.cbxPrinterTypes.Size = new System.Drawing.Size(156, 21);
  172. this.cbxPrinterTypes.TabIndex = 7;
  173. this.cbxPrinterTypes.SelectedIndexChanged += new System.EventHandler(this.cbxPrinterTypes_SelectedIndexChanged);
  174. //
  175. // lblPrinterType
  176. //
  177. this.lblPrinterType.AutoSize = true;
  178. this.lblPrinterType.Location = new System.Drawing.Point(12, 24);
  179. this.lblPrinterType.Name = "lblPrinterType";
  180. this.lblPrinterType.Size = new System.Drawing.Size(64, 13);
  181. this.lblPrinterType.TabIndex = 4;
  182. this.lblPrinterType.Text = "Printer type";
  183. //
  184. // gbPrinter
  185. //
  186. this.gbPrinter.Controls.Add(this.cbxPrinter);
  187. this.gbPrinter.Location = new System.Drawing.Point(8, 4);
  188. this.gbPrinter.Name = "gbPrinter";
  189. this.gbPrinter.Size = new System.Drawing.Size(528, 52);
  190. this.gbPrinter.TabIndex = 8;
  191. this.gbPrinter.TabStop = false;
  192. this.gbPrinter.Text = "Printer";
  193. //
  194. // cbxPrinter
  195. //
  196. this.cbxPrinter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  197. this.cbxPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  198. this.cbxPrinter.FormattingEnabled = true;
  199. this.cbxPrinter.Location = new System.Drawing.Point(12, 20);
  200. this.cbxPrinter.Name = "cbxPrinter";
  201. this.cbxPrinter.Size = new System.Drawing.Size(504, 21);
  202. this.cbxPrinter.TabIndex = 1;
  203. this.cbxPrinter.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cbxPrinter_DrawItem);
  204. //
  205. // gbCopies
  206. //
  207. this.gbCopies.Controls.Add(this.udCount);
  208. this.gbCopies.Controls.Add(this.lblCount);
  209. this.gbCopies.Location = new System.Drawing.Point(8, 60);
  210. this.gbCopies.Name = "gbCopies";
  211. this.gbCopies.Size = new System.Drawing.Size(260, 56);
  212. this.gbCopies.TabIndex = 9;
  213. this.gbCopies.TabStop = false;
  214. this.gbCopies.Text = "Copies";
  215. //
  216. // udCount
  217. //
  218. this.udCount.Location = new System.Drawing.Point(140, 20);
  219. this.udCount.Minimum = new decimal(new int[] {
  220. 1,
  221. 0,
  222. 0,
  223. 0});
  224. this.udCount.Name = "udCount";
  225. this.udCount.Size = new System.Drawing.Size(108, 20);
  226. this.udCount.TabIndex = 2;
  227. this.udCount.Value = new decimal(new int[] {
  228. 1,
  229. 0,
  230. 0,
  231. 0});
  232. //
  233. // lblCount
  234. //
  235. this.lblCount.AutoSize = true;
  236. this.lblCount.Location = new System.Drawing.Point(12, 24);
  237. this.lblCount.Name = "lblCount";
  238. this.lblCount.Size = new System.Drawing.Size(40, 13);
  239. this.lblCount.TabIndex = 0;
  240. this.lblCount.Text = "Count:";
  241. //
  242. // TextExportPrintForm
  243. //
  244. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  245. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  246. this.ClientSize = new System.Drawing.Size(545, 294);
  247. this.Controls.Add(this.gbPrinter);
  248. this.Controls.Add(this.gbCopies);
  249. this.Controls.Add(this.gbOther);
  250. this.Controls.Add(this.gbPageRange);
  251. this.Name = "TextExportPrintForm";
  252. this.Text = "Print";
  253. this.Shown += new System.EventHandler(this.TextExportPrintForm_Shown);
  254. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextExportPrintForm_FormClosing);
  255. this.Controls.SetChildIndex(this.btnOk, 0);
  256. this.Controls.SetChildIndex(this.btnCancel, 0);
  257. this.Controls.SetChildIndex(this.gbPageRange, 0);
  258. this.Controls.SetChildIndex(this.gbOther, 0);
  259. this.Controls.SetChildIndex(this.gbCopies, 0);
  260. this.Controls.SetChildIndex(this.gbPrinter, 0);
  261. this.gbPageRange.ResumeLayout(false);
  262. this.gbPageRange.PerformLayout();
  263. this.gbOther.ResumeLayout(false);
  264. this.gbOther.PerformLayout();
  265. this.gbPrinter.ResumeLayout(false);
  266. this.gbCopies.ResumeLayout(false);
  267. this.gbCopies.PerformLayout();
  268. ((System.ComponentModel.ISupportInitialize)(this.udCount)).EndInit();
  269. this.ResumeLayout(false);
  270. }
  271. #endregion
  272. protected System.Windows.Forms.GroupBox gbPageRange;
  273. protected System.Windows.Forms.Label lblHint;
  274. protected System.Windows.Forms.TextBox tbNumbers;
  275. protected System.Windows.Forms.RadioButton rbNumbers;
  276. protected System.Windows.Forms.RadioButton rbCurrent;
  277. protected System.Windows.Forms.RadioButton rbAll;
  278. private System.Windows.Forms.GroupBox gbOther;
  279. private System.Windows.Forms.CheckedListBox cbcbbCommands;
  280. private System.Windows.Forms.Label lblCommands;
  281. private System.Windows.Forms.ComboBox cbxPrinterTypes;
  282. private System.Windows.Forms.Label lblPrinterType;
  283. private System.Windows.Forms.GroupBox gbPrinter;
  284. private System.Windows.Forms.ComboBox cbxPrinter;
  285. private System.Windows.Forms.GroupBox gbCopies;
  286. private System.Windows.Forms.NumericUpDown udCount;
  287. private System.Windows.Forms.Label lblCount;
  288. }
  289. }