F_MST_0205.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0205
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0205));
  29. this.picboxBarcode = new System.Windows.Forms.PictureBox();
  30. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  31. this.btnPrint = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnSaveImage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnResetPage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.txtHeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  36. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtWidth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  38. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.lblCurrentPaper = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.btnPreviousPage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.btnAfterPage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
  46. this.printDocument = new System.Drawing.Printing.PrintDocument();
  47. ((System.ComponentModel.ISupportInitialize)(this.picboxBarcode)).BeginInit();
  48. this.c_GroupBox1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // picboxBarcode
  52. //
  53. this.picboxBarcode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  54. | System.Windows.Forms.AnchorStyles.Left)
  55. | System.Windows.Forms.AnchorStyles.Right)));
  56. this.picboxBarcode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  57. this.picboxBarcode.Location = new System.Drawing.Point(12, 12);
  58. this.picboxBarcode.Name = "picboxBarcode";
  59. this.picboxBarcode.Size = new System.Drawing.Size(1054, 231);
  60. this.picboxBarcode.TabIndex = 1;
  61. this.picboxBarcode.TabStop = false;
  62. //
  63. // c_GroupBox1
  64. //
  65. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  68. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  69. this.c_GroupBox1.Controls.Add(this.btnPrint);
  70. this.c_GroupBox1.Controls.Add(this.btnSaveImage);
  71. this.c_GroupBox1.Controls.Add(this.btnCancel);
  72. this.c_GroupBox1.Controls.Add(this.btnResetPage);
  73. this.c_GroupBox1.Controls.Add(this.txtHeight);
  74. this.c_GroupBox1.Controls.Add(this.c_Label2);
  75. this.c_GroupBox1.Controls.Add(this.txtWidth);
  76. this.c_GroupBox1.Controls.Add(this.c_Label4);
  77. this.c_GroupBox1.Controls.Add(this.c_Label3);
  78. this.c_GroupBox1.Controls.Add(this.c_Label1);
  79. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  81. this.c_GroupBox1.IsMustInput = false;
  82. this.c_GroupBox1.Location = new System.Drawing.Point(12, 303);
  83. this.c_GroupBox1.Name = "c_GroupBox1";
  84. this.c_GroupBox1.OriginalHeight = -1;
  85. this.c_GroupBox1.Size = new System.Drawing.Size(1054, 59);
  86. this.c_GroupBox1.TabIndex = 2;
  87. this.c_GroupBox1.TabStop = false;
  88. this.c_GroupBox1.Text = "条码设置 ▼";
  89. //
  90. // btnPrint
  91. //
  92. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  93. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  94. this.btnPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrint.BackgroundImage")));
  95. this.btnPrint.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.btnPrint.ForeColor = System.Drawing.Color.White;
  97. this.btnPrint.Location = new System.Drawing.Point(781, 13);
  98. this.btnPrint.Name = "btnPrint";
  99. this.btnPrint.Size = new System.Drawing.Size(85, 33);
  100. this.btnPrint.TabIndex = 2;
  101. this.btnPrint.Text = "打印(&P)";
  102. this.btnPrint.UseVisualStyleBackColor = false;
  103. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  104. //
  105. // btnSaveImage
  106. //
  107. this.btnSaveImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  108. this.btnSaveImage.BackColor = System.Drawing.Color.Transparent;
  109. this.btnSaveImage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSaveImage.BackgroundImage")));
  110. this.btnSaveImage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.btnSaveImage.ForeColor = System.Drawing.Color.White;
  112. this.btnSaveImage.Location = new System.Drawing.Point(872, 13);
  113. this.btnSaveImage.Name = "btnSaveImage";
  114. this.btnSaveImage.Size = new System.Drawing.Size(85, 33);
  115. this.btnSaveImage.TabIndex = 2;
  116. this.btnSaveImage.Text = "保存图片(&S)";
  117. this.btnSaveImage.UseVisualStyleBackColor = false;
  118. this.btnSaveImage.Click += new System.EventHandler(this.btnSaveImage_Click);
  119. //
  120. // btnCancel
  121. //
  122. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  123. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  124. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  125. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  126. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.btnCancel.ForeColor = System.Drawing.Color.White;
  128. this.btnCancel.Location = new System.Drawing.Point(963, 13);
  129. this.btnCancel.Name = "btnCancel";
  130. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  131. this.btnCancel.TabIndex = 2;
  132. this.btnCancel.Text = "取消(&X)";
  133. this.btnCancel.UseVisualStyleBackColor = false;
  134. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  135. //
  136. // btnResetPage
  137. //
  138. this.btnResetPage.BackColor = System.Drawing.Color.Transparent;
  139. this.btnResetPage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnResetPage.BackgroundImage")));
  140. this.btnResetPage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.btnResetPage.ForeColor = System.Drawing.Color.White;
  142. this.btnResetPage.Location = new System.Drawing.Point(427, 13);
  143. this.btnResetPage.Name = "btnResetPage";
  144. this.btnResetPage.Size = new System.Drawing.Size(85, 33);
  145. this.btnResetPage.TabIndex = 2;
  146. this.btnResetPage.Text = "重新生成(&R)";
  147. this.btnResetPage.UseVisualStyleBackColor = false;
  148. this.btnResetPage.Click += new System.EventHandler(this.btnResetPage_Click);
  149. //
  150. // txtHeight
  151. //
  152. this.txtHeight.BackColor = System.Drawing.SystemColors.Window;
  153. this.txtHeight.BackgroundColor = System.Drawing.SystemColors.Window;
  154. this.txtHeight.DataValue = new decimal(new int[] {
  155. 50,
  156. 0,
  157. 0,
  158. 0});
  159. this.txtHeight.ErrorMessage = "";
  160. this.txtHeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.txtHeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  162. this.txtHeight.Location = new System.Drawing.Point(286, 20);
  163. this.txtHeight.MaxValue = new decimal(new int[] {
  164. 1000,
  165. 0,
  166. 0,
  167. 0});
  168. this.txtHeight.MinValue = new decimal(new int[] {
  169. 0,
  170. 0,
  171. 0,
  172. 0});
  173. this.txtHeight.Name = "txtHeight";
  174. this.txtHeight.Number = new System.Drawing.Point(0, 0);
  175. this.txtHeight.Size = new System.Drawing.Size(100, 21);
  176. this.txtHeight.TabIndex = 1;
  177. this.txtHeight.Text = "50";
  178. this.txtHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  179. this.txtHeight.TextValue = "50";
  180. //
  181. // c_Label2
  182. //
  183. this.c_Label2.AutoSize = true;
  184. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  185. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.c_Label2.Location = new System.Drawing.Point(227, 23);
  187. this.c_Label2.Name = "c_Label2";
  188. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  189. this.c_Label2.TabIndex = 0;
  190. this.c_Label2.Text = "条码高度";
  191. //
  192. // txtWidth
  193. //
  194. this.txtWidth.BackColor = System.Drawing.SystemColors.Window;
  195. this.txtWidth.BackgroundColor = System.Drawing.SystemColors.Window;
  196. this.txtWidth.DataValue = new decimal(new int[] {
  197. 190,
  198. 0,
  199. 0,
  200. 0});
  201. this.txtWidth.ErrorMessage = "";
  202. this.txtWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.txtWidth.ImeMode = System.Windows.Forms.ImeMode.Off;
  204. this.txtWidth.Location = new System.Drawing.Point(69, 20);
  205. this.txtWidth.MaxValue = new decimal(new int[] {
  206. 1000,
  207. 0,
  208. 0,
  209. 0});
  210. this.txtWidth.MinValue = new decimal(new int[] {
  211. 0,
  212. 0,
  213. 0,
  214. 0});
  215. this.txtWidth.Name = "txtWidth";
  216. this.txtWidth.Number = new System.Drawing.Point(0, 0);
  217. this.txtWidth.Size = new System.Drawing.Size(100, 21);
  218. this.txtWidth.TabIndex = 1;
  219. this.txtWidth.Text = "190";
  220. this.txtWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  221. this.txtWidth.TextValue = "190";
  222. //
  223. // c_Label4
  224. //
  225. this.c_Label4.AutoSize = true;
  226. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  227. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.c_Label4.Location = new System.Drawing.Point(392, 23);
  229. this.c_Label4.Name = "c_Label4";
  230. this.c_Label4.Size = new System.Drawing.Size(29, 12);
  231. this.c_Label4.TabIndex = 0;
  232. this.c_Label4.Text = "像素";
  233. //
  234. // c_Label3
  235. //
  236. this.c_Label3.AutoSize = true;
  237. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  238. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.c_Label3.Location = new System.Drawing.Point(175, 23);
  240. this.c_Label3.Name = "c_Label3";
  241. this.c_Label3.Size = new System.Drawing.Size(29, 12);
  242. this.c_Label3.TabIndex = 0;
  243. this.c_Label3.Text = "像素";
  244. //
  245. // c_Label1
  246. //
  247. this.c_Label1.AutoSize = true;
  248. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  249. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.c_Label1.Location = new System.Drawing.Point(10, 23);
  251. this.c_Label1.Name = "c_Label1";
  252. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  253. this.c_Label1.TabIndex = 0;
  254. this.c_Label1.Text = "条码宽度";
  255. //
  256. // lblTotal
  257. //
  258. this.lblTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  259. this.lblTotal.AutoSize = true;
  260. this.lblTotal.BackColor = System.Drawing.Color.Transparent;
  261. this.lblTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.lblTotal.Location = new System.Drawing.Point(333, 266);
  263. this.lblTotal.Name = "lblTotal";
  264. this.lblTotal.Size = new System.Drawing.Size(35, 12);
  265. this.lblTotal.TabIndex = 0;
  266. this.lblTotal.Text = "共1张";
  267. //
  268. // lblCurrentPaper
  269. //
  270. this.lblCurrentPaper.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  271. this.lblCurrentPaper.AutoSize = true;
  272. this.lblCurrentPaper.BackColor = System.Drawing.Color.Transparent;
  273. this.lblCurrentPaper.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.lblCurrentPaper.Location = new System.Drawing.Point(506, 266);
  275. this.lblCurrentPaper.Name = "lblCurrentPaper";
  276. this.lblCurrentPaper.Size = new System.Drawing.Size(11, 12);
  277. this.lblCurrentPaper.TabIndex = 0;
  278. this.lblCurrentPaper.Text = "1";
  279. //
  280. // btnPreviousPage
  281. //
  282. this.btnPreviousPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  283. this.btnPreviousPage.BackColor = System.Drawing.Color.Transparent;
  284. this.btnPreviousPage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPreviousPage.BackgroundImage")));
  285. this.btnPreviousPage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.btnPreviousPage.ForeColor = System.Drawing.Color.White;
  287. this.btnPreviousPage.Location = new System.Drawing.Point(392, 256);
  288. this.btnPreviousPage.Name = "btnPreviousPage";
  289. this.btnPreviousPage.Size = new System.Drawing.Size(85, 33);
  290. this.btnPreviousPage.TabIndex = 2;
  291. this.btnPreviousPage.Text = "前页(&<)";
  292. this.btnPreviousPage.UseVisualStyleBackColor = false;
  293. this.btnPreviousPage.Click += new System.EventHandler(this.btnPreviousPage_Click);
  294. //
  295. // btnAfterPage
  296. //
  297. this.btnAfterPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  298. this.btnAfterPage.BackColor = System.Drawing.Color.Transparent;
  299. this.btnAfterPage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAfterPage.BackgroundImage")));
  300. this.btnAfterPage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.btnAfterPage.ForeColor = System.Drawing.Color.White;
  302. this.btnAfterPage.Location = new System.Drawing.Point(543, 256);
  303. this.btnAfterPage.Name = "btnAfterPage";
  304. this.btnAfterPage.Size = new System.Drawing.Size(85, 33);
  305. this.btnAfterPage.TabIndex = 2;
  306. this.btnAfterPage.Text = "后页(&>)";
  307. this.btnAfterPage.UseVisualStyleBackColor = false;
  308. this.btnAfterPage.Click += new System.EventHandler(this.btnAfterPage_Click);
  309. //
  310. // F_MST_0205
  311. //
  312. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  313. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  314. this.CancelButton = this.btnCancel;
  315. this.ClientSize = new System.Drawing.Size(1078, 387);
  316. this.Controls.Add(this.btnAfterPage);
  317. this.Controls.Add(this.btnPreviousPage);
  318. this.Controls.Add(this.c_GroupBox1);
  319. this.Controls.Add(this.picboxBarcode);
  320. this.Controls.Add(this.lblCurrentPaper);
  321. this.Controls.Add(this.lblTotal);
  322. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  323. this.IsSaveFormSize = false;
  324. this.MaximizeBox = false;
  325. this.MinimizeBox = false;
  326. this.Name = "F_MST_0205";
  327. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  328. this.Text = "F_MST_0205";
  329. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  330. this.Load += new System.EventHandler(this.F_MST_0208_Load);
  331. this.Controls.SetChildIndex(this.lblTotal, 0);
  332. this.Controls.SetChildIndex(this.lblCurrentPaper, 0);
  333. this.Controls.SetChildIndex(this.picboxBarcode, 0);
  334. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  335. this.Controls.SetChildIndex(this.btnPreviousPage, 0);
  336. this.Controls.SetChildIndex(this.btnAfterPage, 0);
  337. ((System.ComponentModel.ISupportInitialize)(this.picboxBarcode)).EndInit();
  338. this.c_GroupBox1.ResumeLayout(false);
  339. this.c_GroupBox1.PerformLayout();
  340. this.ResumeLayout(false);
  341. this.PerformLayout();
  342. }
  343. #endregion
  344. private System.Windows.Forms.PictureBox picboxBarcode;
  345. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  346. private Basics.BaseControls.C_TXT_Digital txtWidth;
  347. private Basics.BaseControls.C_Label c_Label1;
  348. private Basics.BaseControls.C_TXT_Digital txtHeight;
  349. private Basics.BaseControls.C_Label c_Label2;
  350. private Basics.BaseControls.C_Button btnResetPage;
  351. private Basics.BaseControls.C_Button btnCancel;
  352. private Basics.BaseControls.C_Button btnSaveImage;
  353. private Basics.BaseControls.C_Button btnPrint;
  354. private Basics.BaseControls.C_Label lblTotal;
  355. private Basics.BaseControls.C_Label lblCurrentPaper;
  356. private Basics.BaseControls.C_Button btnPreviousPage;
  357. private Basics.BaseControls.C_Button btnAfterPage;
  358. private Basics.BaseControls.C_Label c_Label3;
  359. private Basics.BaseControls.C_Label c_Label4;
  360. private System.Windows.Forms.SaveFileDialog saveFileDialog;
  361. private System.Drawing.Printing.PrintDocument printDocument;
  362. }
  363. }