TextExportForm.designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class TextExportForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextExportForm));
  30. this.gbOptions = new System.Windows.Forms.GroupBox();
  31. this.lblFrames = new System.Windows.Forms.Label();
  32. this.cbbFrames = new System.Windows.Forms.ComboBox();
  33. this.cbDataOnly = new System.Windows.Forms.CheckBox();
  34. this.cbbCodepage = new System.Windows.Forms.ComboBox();
  35. this.lblCodepage = new System.Windows.Forms.Label();
  36. this.cbEmptyLines = new System.Windows.Forms.CheckBox();
  37. this.cbPageBreaks = new System.Windows.Forms.CheckBox();
  38. this.lblLoss = new System.Windows.Forms.Label();
  39. this.tbPreview = new System.Windows.Forms.TextBox();
  40. this.Status = new System.Windows.Forms.StatusStrip();
  41. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  42. this.lblPageWidth = new System.Windows.Forms.ToolStripStatusLabel();
  43. this.lblPageWidthValue = new System.Windows.Forms.ToolStripStatusLabel();
  44. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  45. this.lblPageHeight = new System.Windows.Forms.ToolStripStatusLabel();
  46. this.lblPageHeightValue = new System.Windows.Forms.ToolStripStatusLabel();
  47. this.toolStrip = new System.Windows.Forms.ToolStrip();
  48. this.btnPrint = new System.Windows.Forms.ToolStripButton();
  49. this.btnSave = new System.Windows.Forms.ToolStripButton();
  50. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  51. this.cbFontSize = new System.Windows.Forms.ToolStripComboBox();
  52. this.btnZoomOut = new System.Windows.Forms.ToolStripButton();
  53. this.btnZoomIn = new System.Windows.Forms.ToolStripButton();
  54. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  55. this.btnFirst = new System.Windows.Forms.ToolStripButton();
  56. this.btnPrior = new System.Windows.Forms.ToolStripButton();
  57. this.tbPage = new System.Windows.Forms.ToolStripTextBox();
  58. this.lblTotalPages = new System.Windows.Forms.ToolStripLabel();
  59. this.btnNext = new System.Windows.Forms.ToolStripButton();
  60. this.btnLast = new System.Windows.Forms.ToolStripButton();
  61. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  62. this.btnClose = new System.Windows.Forms.ToolStripButton();
  63. this.picPerforation = new System.Windows.Forms.PictureBox();
  64. this.gbScale = new System.Windows.Forms.GroupBox();
  65. this.udX = new System.Windows.Forms.NumericUpDown();
  66. this.lblX = new System.Windows.Forms.Label();
  67. this.btnCalculate = new System.Windows.Forms.Button();
  68. this.udY = new System.Windows.Forms.NumericUpDown();
  69. this.lblY = new System.Windows.Forms.Label();
  70. this.gbPageRange.SuspendLayout();
  71. this.pcPages.SuspendLayout();
  72. this.panPages.SuspendLayout();
  73. this.gbOptions.SuspendLayout();
  74. this.Status.SuspendLayout();
  75. this.toolStrip.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.picPerforation)).BeginInit();
  77. this.gbScale.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.udX)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.udY)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // gbPageRange
  83. //
  84. this.gbPageRange.Location = new System.Drawing.Point(8, 328);
  85. this.gbPageRange.Visible = false;
  86. //
  87. // rbNumbers
  88. //
  89. this.rbNumbers.Size = new System.Drawing.Size(77, 17);
  90. this.rbNumbers.Text = "Numbers: ";
  91. //
  92. // rbCurrent
  93. //
  94. this.rbCurrent.Size = new System.Drawing.Size(68, 17);
  95. this.rbCurrent.Text = "Current ";
  96. //
  97. // rbAll
  98. //
  99. this.rbAll.Size = new System.Drawing.Size(42, 17);
  100. this.rbAll.Text = "All ";
  101. //
  102. // pcPages
  103. //
  104. this.pcPages.Location = new System.Drawing.Point(4, 28);
  105. this.pcPages.Size = new System.Drawing.Size(276, 324);
  106. this.pcPages.Text = "";
  107. //
  108. // panPages
  109. //
  110. this.panPages.Controls.Add(this.gbScale);
  111. this.panPages.Controls.Add(this.gbOptions);
  112. this.panPages.Size = new System.Drawing.Size(276, 324);
  113. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  114. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  115. this.panPages.Controls.SetChildIndex(this.gbScale, 0);
  116. //
  117. // cbOpenAfter
  118. //
  119. this.cbOpenAfter.Location = new System.Drawing.Point(8, 380);
  120. this.cbOpenAfter.Size = new System.Drawing.Size(120, 17);
  121. this.cbOpenAfter.TabIndex = 15;
  122. this.cbOpenAfter.Text = "Open after export ";
  123. this.cbOpenAfter.Visible = false;
  124. //
  125. // cbExportAllTabs
  126. //
  127. this.cbExportAllTabs.Location = new System.Drawing.Point(8, 360);
  128. //
  129. // btnOk
  130. //
  131. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  132. this.btnOk.Enabled = false;
  133. this.btnOk.Location = new System.Drawing.Point(116, 448);
  134. this.btnOk.Visible = false;
  135. //
  136. // btnCancel
  137. //
  138. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  139. this.btnCancel.Enabled = false;
  140. this.btnCancel.Location = new System.Drawing.Point(200, 448);
  141. this.btnCancel.TabIndex = 1;
  142. this.btnCancel.Visible = false;
  143. //
  144. // gbOptions
  145. //
  146. this.gbOptions.Controls.Add(this.lblFrames);
  147. this.gbOptions.Controls.Add(this.cbbFrames);
  148. this.gbOptions.Controls.Add(this.cbDataOnly);
  149. this.gbOptions.Controls.Add(this.cbbCodepage);
  150. this.gbOptions.Controls.Add(this.lblCodepage);
  151. this.gbOptions.Controls.Add(this.cbEmptyLines);
  152. this.gbOptions.Controls.Add(this.cbPageBreaks);
  153. this.gbOptions.Location = new System.Drawing.Point(8, 4);
  154. this.gbOptions.Name = "gbOptions";
  155. this.gbOptions.Size = new System.Drawing.Size(260, 172);
  156. this.gbOptions.TabIndex = 5;
  157. this.gbOptions.TabStop = false;
  158. this.gbOptions.Text = "Options";
  159. //
  160. // lblFrames
  161. //
  162. this.lblFrames.AutoSize = true;
  163. this.lblFrames.Location = new System.Drawing.Point(12, 107);
  164. this.lblFrames.Name = "lblFrames";
  165. this.lblFrames.Size = new System.Drawing.Size(42, 13);
  166. this.lblFrames.TabIndex = 29;
  167. this.lblFrames.Text = "Frames";
  168. //
  169. // cbbFrames
  170. //
  171. this.cbbFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  172. this.cbbFrames.FormattingEnabled = true;
  173. this.cbbFrames.Items.AddRange(new object[] {
  174. "None",
  175. "Text",
  176. "Graphic"});
  177. this.cbbFrames.Location = new System.Drawing.Point(108, 103);
  178. this.cbbFrames.Name = "cbbFrames";
  179. this.cbbFrames.Size = new System.Drawing.Size(136, 21);
  180. this.cbbFrames.TabIndex = 7;
  181. //
  182. // cbDataOnly
  183. //
  184. this.cbDataOnly.AutoSize = true;
  185. this.cbDataOnly.Location = new System.Drawing.Point(12, 76);
  186. this.cbDataOnly.Name = "cbDataOnly";
  187. this.cbDataOnly.Size = new System.Drawing.Size(78, 17);
  188. this.cbDataOnly.TabIndex = 6;
  189. this.cbDataOnly.Text = "Data only ";
  190. this.cbDataOnly.UseVisualStyleBackColor = true;
  191. this.cbDataOnly.Click += new System.EventHandler(this.cbPageBreaks_Click);
  192. //
  193. // cbbCodepage
  194. //
  195. this.cbbCodepage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  196. this.cbbCodepage.FormattingEnabled = true;
  197. this.cbbCodepage.Items.AddRange(new object[] {
  198. "Default",
  199. "Unicode",
  200. "OEM"});
  201. this.cbbCodepage.Location = new System.Drawing.Point(108, 136);
  202. this.cbbCodepage.Name = "cbbCodepage";
  203. this.cbbCodepage.Size = new System.Drawing.Size(136, 21);
  204. this.cbbCodepage.TabIndex = 8;
  205. this.cbbCodepage.SelectedValueChanged += new System.EventHandler(this.cbbCodepage_SelectedValueChanged);
  206. //
  207. // lblCodepage
  208. //
  209. this.lblCodepage.AutoSize = true;
  210. this.lblCodepage.Location = new System.Drawing.Point(12, 140);
  211. this.lblCodepage.Name = "lblCodepage";
  212. this.lblCodepage.Size = new System.Drawing.Size(56, 13);
  213. this.lblCodepage.TabIndex = 9;
  214. this.lblCodepage.Text = "Codepage";
  215. //
  216. // cbEmptyLines
  217. //
  218. this.cbEmptyLines.AutoSize = true;
  219. this.cbEmptyLines.Location = new System.Drawing.Point(12, 52);
  220. this.cbEmptyLines.Name = "cbEmptyLines";
  221. this.cbEmptyLines.Size = new System.Drawing.Size(86, 17);
  222. this.cbEmptyLines.TabIndex = 5;
  223. this.cbEmptyLines.Text = "Empty lines ";
  224. this.cbEmptyLines.UseVisualStyleBackColor = true;
  225. this.cbEmptyLines.Click += new System.EventHandler(this.cbPageBreaks_Click);
  226. //
  227. // cbPageBreaks
  228. //
  229. this.cbPageBreaks.AutoSize = true;
  230. this.cbPageBreaks.Checked = true;
  231. this.cbPageBreaks.CheckState = System.Windows.Forms.CheckState.Checked;
  232. this.cbPageBreaks.Location = new System.Drawing.Point(12, 28);
  233. this.cbPageBreaks.Name = "cbPageBreaks";
  234. this.cbPageBreaks.Size = new System.Drawing.Size(91, 17);
  235. this.cbPageBreaks.TabIndex = 4;
  236. this.cbPageBreaks.Text = "Page breaks ";
  237. this.cbPageBreaks.UseVisualStyleBackColor = true;
  238. this.cbPageBreaks.Click += new System.EventHandler(this.cbPageBreaks_Click);
  239. //
  240. // lblLoss
  241. //
  242. this.lblLoss.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  243. this.lblLoss.BackColor = System.Drawing.Color.WhiteSmoke;
  244. this.lblLoss.ForeColor = System.Drawing.Color.Red;
  245. this.lblLoss.Location = new System.Drawing.Point(371, 227);
  246. this.lblLoss.Name = "lblLoss";
  247. this.lblLoss.Size = new System.Drawing.Size(389, 52);
  248. this.lblLoss.TabIndex = 27;
  249. this.lblLoss.Text = "POSSIBLE DATA LOSS\r\nplease increase Scale X/Y";
  250. this.lblLoss.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  251. this.lblLoss.Visible = false;
  252. //
  253. // tbPreview
  254. //
  255. this.tbPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  256. | System.Windows.Forms.AnchorStyles.Left)
  257. | System.Windows.Forms.AnchorStyles.Right)));
  258. this.tbPreview.BackColor = System.Drawing.Color.White;
  259. this.tbPreview.BorderStyle = System.Windows.Forms.BorderStyle.None;
  260. this.tbPreview.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  261. this.tbPreview.ForeColor = System.Drawing.Color.Black;
  262. this.tbPreview.Location = new System.Drawing.Point(315, 25);
  263. this.tbPreview.Multiline = true;
  264. this.tbPreview.Name = "tbPreview";
  265. this.tbPreview.ReadOnly = true;
  266. this.tbPreview.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  267. this.tbPreview.Size = new System.Drawing.Size(498, 452);
  268. this.tbPreview.TabIndex = 17;
  269. this.tbPreview.Text = "1\r\n2\r\n3";
  270. this.tbPreview.WordWrap = false;
  271. //
  272. // Status
  273. //
  274. this.Status.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  275. this.toolStripStatusLabel2,
  276. this.lblPageWidth,
  277. this.lblPageWidthValue,
  278. this.toolStripStatusLabel1,
  279. this.lblPageHeight,
  280. this.lblPageHeightValue});
  281. this.Status.Location = new System.Drawing.Point(0, 480);
  282. this.Status.Name = "Status";
  283. this.Status.Size = new System.Drawing.Size(813, 22);
  284. this.Status.TabIndex = 29;
  285. this.Status.Text = "Status";
  286. //
  287. // toolStripStatusLabel2
  288. //
  289. this.toolStripStatusLabel2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  290. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  291. this.toolStripStatusLabel2.Size = new System.Drawing.Size(16, 17);
  292. this.toolStripStatusLabel2.Text = " ";
  293. //
  294. // lblPageWidth
  295. //
  296. this.lblPageWidth.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  297. this.lblPageWidth.Name = "lblPageWidth";
  298. this.lblPageWidth.Size = new System.Drawing.Size(69, 17);
  299. this.lblPageWidth.Text = "Page width:";
  300. //
  301. // lblPageWidthValue
  302. //
  303. this.lblPageWidthValue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  304. this.lblPageWidthValue.Name = "lblPageWidthValue";
  305. this.lblPageWidthValue.Size = new System.Drawing.Size(25, 17);
  306. this.lblPageWidthValue.Text = "100";
  307. //
  308. // toolStripStatusLabel1
  309. //
  310. this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  311. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  312. this.toolStripStatusLabel1.Size = new System.Drawing.Size(16, 17);
  313. this.toolStripStatusLabel1.Text = " ";
  314. //
  315. // lblPageHeight
  316. //
  317. this.lblPageHeight.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  318. this.lblPageHeight.Name = "lblPageHeight";
  319. this.lblPageHeight.Size = new System.Drawing.Size(73, 17);
  320. this.lblPageHeight.Text = "Page height:";
  321. //
  322. // lblPageHeightValue
  323. //
  324. this.lblPageHeightValue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  325. this.lblPageHeightValue.Name = "lblPageHeightValue";
  326. this.lblPageHeightValue.Size = new System.Drawing.Size(25, 17);
  327. this.lblPageHeightValue.Text = "100";
  328. //
  329. // toolStrip
  330. //
  331. this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  332. this.btnPrint,
  333. this.btnSave,
  334. this.toolStripSeparator1,
  335. this.cbFontSize,
  336. this.btnZoomOut,
  337. this.btnZoomIn,
  338. this.toolStripSeparator2,
  339. this.btnFirst,
  340. this.btnPrior,
  341. this.tbPage,
  342. this.lblTotalPages,
  343. this.btnNext,
  344. this.btnLast,
  345. this.toolStripSeparator3,
  346. this.btnClose});
  347. this.toolStrip.Location = new System.Drawing.Point(0, 0);
  348. this.toolStrip.Name = "toolStrip";
  349. this.toolStrip.Padding = new System.Windows.Forms.Padding(0, 1, 1, 1);
  350. this.toolStrip.Size = new System.Drawing.Size(813, 25);
  351. this.toolStrip.TabIndex = 30;
  352. this.toolStrip.Text = "toolStrip";
  353. //
  354. // btnPrint
  355. //
  356. this.btnPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  357. this.btnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
  358. this.btnPrint.Name = "btnPrint";
  359. this.btnPrint.Size = new System.Drawing.Size(36, 20);
  360. this.btnPrint.Text = "Print";
  361. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  362. //
  363. // btnSave
  364. //
  365. this.btnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  366. this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  367. this.btnSave.Name = "btnSave";
  368. this.btnSave.Size = new System.Drawing.Size(35, 20);
  369. this.btnSave.Text = "Save";
  370. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  371. //
  372. // toolStripSeparator1
  373. //
  374. this.toolStripSeparator1.Name = "toolStripSeparator1";
  375. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
  376. //
  377. // cbFontSize
  378. //
  379. this.cbFontSize.AutoSize = false;
  380. this.cbFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  381. this.cbFontSize.Items.AddRange(new object[] {
  382. "6",
  383. "7",
  384. "8",
  385. "9",
  386. "10",
  387. "11",
  388. "12",
  389. "14"});
  390. this.cbFontSize.Name = "cbFontSize";
  391. this.cbFontSize.Size = new System.Drawing.Size(40, 23);
  392. this.cbFontSize.SelectedIndexChanged += new System.EventHandler(this.cbFontSize_SelectedIndexChanged);
  393. //
  394. // btnZoomOut
  395. //
  396. this.btnZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  397. this.btnZoomOut.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  398. this.btnZoomOut.Name = "btnZoomOut";
  399. this.btnZoomOut.Size = new System.Drawing.Size(23, 20);
  400. this.btnZoomOut.Text = "toolStripButton1";
  401. this.btnZoomOut.ToolTipText = "Zoom Out";
  402. this.btnZoomOut.Click += new System.EventHandler(this.btnZoomOut_Click);
  403. //
  404. // btnZoomIn
  405. //
  406. this.btnZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  407. this.btnZoomIn.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  408. this.btnZoomIn.Name = "btnZoomIn";
  409. this.btnZoomIn.Size = new System.Drawing.Size(23, 20);
  410. this.btnZoomIn.Text = "toolStripButton2";
  411. this.btnZoomIn.ToolTipText = "Zoom In";
  412. this.btnZoomIn.Click += new System.EventHandler(this.btnZoomIn_Click);
  413. //
  414. // toolStripSeparator2
  415. //
  416. this.toolStripSeparator2.Name = "toolStripSeparator2";
  417. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
  418. //
  419. // btnFirst
  420. //
  421. this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  422. this.btnFirst.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  423. this.btnFirst.Name = "btnFirst";
  424. this.btnFirst.Size = new System.Drawing.Size(23, 20);
  425. this.btnFirst.ToolTipText = "First page";
  426. this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
  427. //
  428. // btnPrior
  429. //
  430. this.btnPrior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  431. this.btnPrior.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  432. this.btnPrior.Name = "btnPrior";
  433. this.btnPrior.Size = new System.Drawing.Size(23, 20);
  434. this.btnPrior.ToolTipText = "Previous page";
  435. this.btnPrior.Click += new System.EventHandler(this.btnPrior_Click);
  436. //
  437. // tbPage
  438. //
  439. this.tbPage.MaxLength = 5;
  440. this.tbPage.Name = "tbPage";
  441. this.tbPage.Size = new System.Drawing.Size(40, 23);
  442. this.tbPage.Text = "1";
  443. this.tbPage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  444. this.tbPage.TextChanged += new System.EventHandler(this.tbPage_TextChanged);
  445. //
  446. // lblTotalPages
  447. //
  448. this.lblTotalPages.Name = "lblTotalPages";
  449. this.lblTotalPages.Size = new System.Drawing.Size(27, 20);
  450. this.lblTotalPages.Text = "of 5";
  451. //
  452. // btnNext
  453. //
  454. this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  455. this.btnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  456. this.btnNext.Name = "btnNext";
  457. this.btnNext.Size = new System.Drawing.Size(23, 20);
  458. this.btnNext.ToolTipText = "Next page";
  459. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  460. //
  461. // btnLast
  462. //
  463. this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  464. this.btnLast.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  465. this.btnLast.Name = "btnLast";
  466. this.btnLast.Size = new System.Drawing.Size(23, 20);
  467. this.btnLast.ToolTipText = "Last page";
  468. this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
  469. //
  470. // toolStripSeparator3
  471. //
  472. this.toolStripSeparator3.Name = "toolStripSeparator3";
  473. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 23);
  474. //
  475. // btnClose
  476. //
  477. this.btnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  478. this.btnClose.Name = "btnClose";
  479. this.btnClose.Size = new System.Drawing.Size(40, 20);
  480. this.btnClose.Text = "Close";
  481. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  482. //
  483. // picPerforation
  484. //
  485. this.picPerforation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  486. | System.Windows.Forms.AnchorStyles.Left)));
  487. this.picPerforation.BackColor = System.Drawing.Color.Transparent;
  488. this.picPerforation.Location = new System.Drawing.Point(285, 25);
  489. this.picPerforation.Name = "picPerforation";
  490. this.picPerforation.Size = new System.Drawing.Size(30, 452);
  491. this.picPerforation.TabIndex = 31;
  492. this.picPerforation.TabStop = false;
  493. //
  494. // gbScale
  495. //
  496. this.gbScale.Controls.Add(this.udX);
  497. this.gbScale.Controls.Add(this.lblX);
  498. this.gbScale.Controls.Add(this.btnCalculate);
  499. this.gbScale.Controls.Add(this.udY);
  500. this.gbScale.Controls.Add(this.lblY);
  501. this.gbScale.Location = new System.Drawing.Point(8, 180);
  502. this.gbScale.Name = "gbScale";
  503. this.gbScale.Size = new System.Drawing.Size(260, 128);
  504. this.gbScale.TabIndex = 6;
  505. this.gbScale.TabStop = false;
  506. this.gbScale.Text = "Scale";
  507. //
  508. // udX
  509. //
  510. this.udX.DecimalPlaces = 2;
  511. this.udX.Increment = new decimal(new int[] {
  512. 1,
  513. 0,
  514. 0,
  515. 131072});
  516. this.udX.Location = new System.Drawing.Point(108, 28);
  517. this.udX.Minimum = new decimal(new int[] {
  518. 1,
  519. 0,
  520. 0,
  521. 131072});
  522. this.udX.Name = "udX";
  523. this.udX.Size = new System.Drawing.Size(92, 20);
  524. this.udX.TabIndex = 27;
  525. this.udX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  526. this.udX.Value = new decimal(new int[] {
  527. 1,
  528. 0,
  529. 0,
  530. 0});
  531. //
  532. // lblX
  533. //
  534. this.lblX.AutoSize = true;
  535. this.lblX.Location = new System.Drawing.Point(16, 31);
  536. this.lblX.Name = "lblX";
  537. this.lblX.Size = new System.Drawing.Size(45, 13);
  538. this.lblX.TabIndex = 30;
  539. this.lblX.Text = "Scale X:";
  540. //
  541. // btnCalculate
  542. //
  543. this.btnCalculate.AutoSize = true;
  544. this.btnCalculate.Location = new System.Drawing.Point(108, 92);
  545. this.btnCalculate.Name = "btnCalculate";
  546. this.btnCalculate.Size = new System.Drawing.Size(94, 30);
  547. this.btnCalculate.TabIndex = 29;
  548. this.btnCalculate.Text = "Auto scale ";
  549. this.btnCalculate.UseVisualStyleBackColor = true;
  550. this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
  551. //
  552. // udY
  553. //
  554. this.udY.DecimalPlaces = 2;
  555. this.udY.Increment = new decimal(new int[] {
  556. 1,
  557. 0,
  558. 0,
  559. 131072});
  560. this.udY.Location = new System.Drawing.Point(108, 60);
  561. this.udY.Minimum = new decimal(new int[] {
  562. 1,
  563. 0,
  564. 0,
  565. 131072});
  566. this.udY.Name = "udY";
  567. this.udY.Size = new System.Drawing.Size(92, 20);
  568. this.udY.TabIndex = 28;
  569. this.udY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  570. this.udY.Value = new decimal(new int[] {
  571. 1,
  572. 0,
  573. 0,
  574. 0});
  575. //
  576. // lblY
  577. //
  578. this.lblY.AutoSize = true;
  579. this.lblY.Location = new System.Drawing.Point(16, 62);
  580. this.lblY.Name = "lblY";
  581. this.lblY.Size = new System.Drawing.Size(45, 13);
  582. this.lblY.TabIndex = 31;
  583. this.lblY.Text = "Scale Y:";
  584. //
  585. // TextExportForm
  586. //
  587. this.AcceptButton = null;
  588. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  589. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  590. this.CancelButton = null;
  591. this.ClientSize = new System.Drawing.Size(813, 502);
  592. this.Controls.Add(this.picPerforation);
  593. this.Controls.Add(this.toolStrip);
  594. this.Controls.Add(this.Status);
  595. this.Controls.Add(this.lblLoss);
  596. this.Controls.Add(this.tbPreview);
  597. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
  598. this.KeyPreview = true;
  599. this.MaximizeBox = true;
  600. this.MinimizeBox = true;
  601. this.Name = "TextExportForm";
  602. this.OpenAfterVisible = true;
  603. this.ShowIcon = false;
  604. this.Text = "Export to text/dot-matrix";
  605. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextExportForm_FormClosing);
  606. this.Shown += new System.EventHandler(this.TextExportForm_Shown);
  607. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextExportForm_KeyDown);
  608. this.Controls.SetChildIndex(this.btnOk, 0);
  609. this.Controls.SetChildIndex(this.cbOpenAfter, 0);
  610. this.Controls.SetChildIndex(this.btnCancel, 0);
  611. this.Controls.SetChildIndex(this.tbPreview, 0);
  612. this.Controls.SetChildIndex(this.lblLoss, 0);
  613. this.Controls.SetChildIndex(this.Status, 0);
  614. this.Controls.SetChildIndex(this.toolStrip, 0);
  615. this.Controls.SetChildIndex(this.picPerforation, 0);
  616. this.Controls.SetChildIndex(this.pcPages, 0);
  617. this.gbPageRange.ResumeLayout(false);
  618. this.gbPageRange.PerformLayout();
  619. this.pcPages.ResumeLayout(false);
  620. this.panPages.ResumeLayout(false);
  621. this.gbOptions.ResumeLayout(false);
  622. this.gbOptions.PerformLayout();
  623. this.Status.ResumeLayout(false);
  624. this.Status.PerformLayout();
  625. this.toolStrip.ResumeLayout(false);
  626. this.toolStrip.PerformLayout();
  627. ((System.ComponentModel.ISupportInitialize)(this.picPerforation)).EndInit();
  628. this.gbScale.ResumeLayout(false);
  629. this.gbScale.PerformLayout();
  630. ((System.ComponentModel.ISupportInitialize)(this.udX)).EndInit();
  631. ((System.ComponentModel.ISupportInitialize)(this.udY)).EndInit();
  632. this.ResumeLayout(false);
  633. this.PerformLayout();
  634. }
  635. #endregion
  636. private System.Windows.Forms.GroupBox gbOptions;
  637. private System.Windows.Forms.ComboBox cbbCodepage;
  638. private System.Windows.Forms.Label lblCodepage;
  639. private System.Windows.Forms.Label lblLoss;
  640. private System.Windows.Forms.TextBox tbPreview;
  641. private System.Windows.Forms.StatusStrip Status;
  642. private System.Windows.Forms.ToolStripStatusLabel lblPageWidth;
  643. private System.Windows.Forms.ToolStripStatusLabel lblPageWidthValue;
  644. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  645. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  646. private System.Windows.Forms.ToolStripStatusLabel lblPageHeight;
  647. private System.Windows.Forms.ToolStripStatusLabel lblPageHeightValue;
  648. private System.Windows.Forms.ToolStrip toolStrip;
  649. private System.Windows.Forms.ToolStripButton btnPrint;
  650. private System.Windows.Forms.ToolStripButton btnSave;
  651. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  652. private System.Windows.Forms.ToolStripButton btnZoomOut;
  653. private System.Windows.Forms.ToolStripComboBox cbFontSize;
  654. private System.Windows.Forms.ToolStripButton btnZoomIn;
  655. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  656. private System.Windows.Forms.ToolStripButton btnFirst;
  657. private System.Windows.Forms.ToolStripButton btnPrior;
  658. private System.Windows.Forms.ToolStripTextBox tbPage;
  659. private System.Windows.Forms.ToolStripLabel lblTotalPages;
  660. private System.Windows.Forms.ToolStripButton btnNext;
  661. private System.Windows.Forms.ToolStripButton btnLast;
  662. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  663. private System.Windows.Forms.ToolStripButton btnClose;
  664. private System.Windows.Forms.Label lblFrames;
  665. private System.Windows.Forms.ComboBox cbbFrames;
  666. private System.Windows.Forms.PictureBox picPerforation;
  667. private System.Windows.Forms.GroupBox gbScale;
  668. private System.Windows.Forms.NumericUpDown udX;
  669. private System.Windows.Forms.Label lblX;
  670. private System.Windows.Forms.Button btnCalculate;
  671. private System.Windows.Forms.NumericUpDown udY;
  672. private System.Windows.Forms.Label lblY;
  673. private System.Windows.Forms.CheckBox cbPageBreaks;
  674. private System.Windows.Forms.CheckBox cbEmptyLines;
  675. private System.Windows.Forms.CheckBox cbDataOnly;
  676. }
  677. }