F_MST_013005.designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class F_MST_013005
  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_013005));
  29. this.tsrOperate = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnPageSetting = new System.Windows.Forms.ToolStripButton();
  31. this.tsbtnPrinterSetting = new System.Windows.Forms.ToolStripButton();
  32. this.tsbtnPrintPreview = new System.Windows.Forms.ToolStripButton();
  33. this.tsbtnPrint = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  35. this.tsbtnFirst = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnPrevious = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnNext = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnLast = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.lbxPreview = new Dongke.WinForm.Controls.InvoiceLayout.LayoutBox();
  42. this.gbxSinglePrint = new System.Windows.Forms.GroupBox();
  43. this.gbxMargin = new System.Windows.Forms.GroupBox();
  44. this.nmrToRight = new System.Windows.Forms.NumericUpDown();
  45. this.nmrToBottom = new System.Windows.Forms.NumericUpDown();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.nmrPrintCopy = new System.Windows.Forms.NumericUpDown();
  52. this.rbtnSinglePrint = new System.Windows.Forms.RadioButton();
  53. this.gbxMultiPrint = new System.Windows.Forms.GroupBox();
  54. this.gbxMultiMargin = new System.Windows.Forms.GroupBox();
  55. this.nmrRight = new System.Windows.Forms.NumericUpDown();
  56. this.lblmm3 = new System.Windows.Forms.Label();
  57. this.lblRight = new System.Windows.Forms.Label();
  58. this.lblUpper = new System.Windows.Forms.Label();
  59. this.lblmm4 = new System.Windows.Forms.Label();
  60. this.lblmm6 = new System.Windows.Forms.Label();
  61. this.nmrLeft = new System.Windows.Forms.NumericUpDown();
  62. this.lblmm7 = new System.Windows.Forms.Label();
  63. this.lblLeft = new System.Windows.Forms.Label();
  64. this.nmrUpper = new System.Windows.Forms.NumericUpDown();
  65. this.nmrBottom = new System.Windows.Forms.NumericUpDown();
  66. this.lblBottom = new System.Windows.Forms.Label();
  67. this.gbxSpacing = new System.Windows.Forms.GroupBox();
  68. this.nmrVerticalSpace = new System.Windows.Forms.NumericUpDown();
  69. this.lblVertical2 = new System.Windows.Forms.Label();
  70. this.lblmm5 = new System.Windows.Forms.Label();
  71. this.lblmm8 = new System.Windows.Forms.Label();
  72. this.lblHorizontal2 = new System.Windows.Forms.Label();
  73. this.nmrHorizontalSpace = new System.Windows.Forms.NumericUpDown();
  74. this.gbxAlignment = new System.Windows.Forms.GroupBox();
  75. this.nmrVertical = new System.Windows.Forms.NumericUpDown();
  76. this.lblVertical = new System.Windows.Forms.Label();
  77. this.nmrHorizontal = new System.Windows.Forms.NumericUpDown();
  78. this.lblHorizontal = new System.Windows.Forms.Label();
  79. this.nmrPrintRecord = new System.Windows.Forms.NumericUpDown();
  80. this.lblPrintRecord = new System.Windows.Forms.Label();
  81. this.lblSkip = new System.Windows.Forms.Label();
  82. this.nmrSkip = new System.Windows.Forms.NumericUpDown();
  83. this.rbtnMultiPrint = new System.Windows.Forms.RadioButton();
  84. this.cbxBackground = new System.Windows.Forms.CheckBox();
  85. this.printDialog = new System.Windows.Forms.PrintDialog();
  86. this.pageSetupDialog = new System.Windows.Forms.PageSetupDialog();
  87. this.pnlBack = new System.Windows.Forms.Panel();
  88. this.lblInvoiceName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  89. this.lblInvoiceType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  90. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  91. this.dkInvoiceSize = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  92. this.txtInvoiceSize = new Dongke.WinForm.Controls.TxtTextBox();
  93. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  94. this.txtGoodsType = new Dongke.WinForm.Controls.TxtTextBox();
  95. this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
  96. this.txtLogo = new Dongke.WinForm.Controls.TxtTextBox();
  97. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  98. this.tsrOperate.SuspendLayout();
  99. this.gbxSinglePrint.SuspendLayout();
  100. this.gbxMargin.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.nmrToRight)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.nmrToBottom)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.nmrPrintCopy)).BeginInit();
  104. this.gbxMultiPrint.SuspendLayout();
  105. this.gbxMultiMargin.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.nmrRight)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.nmrLeft)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.nmrUpper)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.nmrBottom)).BeginInit();
  110. this.gbxSpacing.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.nmrVerticalSpace)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.nmrHorizontalSpace)).BeginInit();
  113. this.gbxAlignment.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.nmrVertical)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.nmrHorizontal)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.nmrPrintRecord)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.nmrSkip)).BeginInit();
  118. this.pnlBack.SuspendLayout();
  119. this.SuspendLayout();
  120. //
  121. // tsrOperate
  122. //
  123. this.tsrOperate.AutoSize = false;
  124. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  125. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  127. this.tsbtnPageSetting,
  128. this.tsbtnPrinterSetting,
  129. this.tsbtnPrintPreview,
  130. this.tsbtnPrint,
  131. this.toolStripSeparator3,
  132. this.tsbtnFirst,
  133. this.tsbtnPrevious,
  134. this.tsbtnNext,
  135. this.tsbtnLast,
  136. this.toolStripSeparator1,
  137. this.tsbtnClose});
  138. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  139. this.tsrOperate.Name = "tsrOperate";
  140. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  141. this.tsrOperate.ShowItemToolTips = false;
  142. this.tsrOperate.Size = new System.Drawing.Size(999, 33);
  143. this.tsrOperate.TabIndex = 0;
  144. //
  145. // tsbtnPageSetting
  146. //
  147. this.tsbtnPageSetting.AutoSize = false;
  148. this.tsbtnPageSetting.Font = new System.Drawing.Font("宋体", 9F);
  149. this.tsbtnPageSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  150. this.tsbtnPageSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.tsbtnPageSetting.Name = "tsbtnPageSetting";
  152. this.tsbtnPageSetting.Size = new System.Drawing.Size(80, 25);
  153. this.tsbtnPageSetting.Text = "页面设置(&G)";
  154. this.tsbtnPageSetting.Click += new System.EventHandler(this.tsbtnPageSetting_Click);
  155. //
  156. // tsbtnPrinterSetting
  157. //
  158. this.tsbtnPrinterSetting.AutoSize = false;
  159. this.tsbtnPrinterSetting.Font = new System.Drawing.Font("宋体", 9F);
  160. this.tsbtnPrinterSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  161. this.tsbtnPrinterSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
  162. this.tsbtnPrinterSetting.Name = "tsbtnPrinterSetting";
  163. this.tsbtnPrinterSetting.Size = new System.Drawing.Size(90, 25);
  164. this.tsbtnPrinterSetting.Text = "打印机设置(&R)";
  165. this.tsbtnPrinterSetting.Click += new System.EventHandler(this.tsbtnPrinterSetting_Click);
  166. //
  167. // tsbtnPrintPreview
  168. //
  169. this.tsbtnPrintPreview.AutoSize = false;
  170. this.tsbtnPrintPreview.Font = new System.Drawing.Font("宋体", 9F);
  171. this.tsbtnPrintPreview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  172. this.tsbtnPrintPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
  173. this.tsbtnPrintPreview.Name = "tsbtnPrintPreview";
  174. this.tsbtnPrintPreview.Size = new System.Drawing.Size(80, 25);
  175. this.tsbtnPrintPreview.Text = "打印预览(&W)";
  176. this.tsbtnPrintPreview.Click += new System.EventHandler(this.tsbtnPrintPreview_Click);
  177. //
  178. // tsbtnPrint
  179. //
  180. this.tsbtnPrint.AutoSize = false;
  181. this.tsbtnPrint.Font = new System.Drawing.Font("宋体", 9F);
  182. this.tsbtnPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  183. this.tsbtnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
  184. this.tsbtnPrint.Name = "tsbtnPrint";
  185. this.tsbtnPrint.Size = new System.Drawing.Size(60, 25);
  186. this.tsbtnPrint.Text = "打印(&P)";
  187. this.tsbtnPrint.Click += new System.EventHandler(this.tsbtnPrint_Click);
  188. //
  189. // toolStripSeparator3
  190. //
  191. this.toolStripSeparator3.AutoSize = false;
  192. this.toolStripSeparator3.Name = "toolStripSeparator3";
  193. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  194. //
  195. // tsbtnFirst
  196. //
  197. this.tsbtnFirst.AutoSize = false;
  198. this.tsbtnFirst.BackgroundImage = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.first;
  199. this.tsbtnFirst.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  200. this.tsbtnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  201. this.tsbtnFirst.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  202. this.tsbtnFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
  203. this.tsbtnFirst.Name = "tsbtnFirst";
  204. this.tsbtnFirst.Size = new System.Drawing.Size(25, 25);
  205. this.tsbtnFirst.ToolTipText = "移动到第一页";
  206. this.tsbtnFirst.Click += new System.EventHandler(this.tsbtnFirst_Click);
  207. //
  208. // tsbtnPrevious
  209. //
  210. this.tsbtnPrevious.AutoSize = false;
  211. this.tsbtnPrevious.BackgroundImage = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.previous;
  212. this.tsbtnPrevious.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  213. this.tsbtnPrevious.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  214. this.tsbtnPrevious.ImageTransparentColor = System.Drawing.Color.Magenta;
  215. this.tsbtnPrevious.Name = "tsbtnPrevious";
  216. this.tsbtnPrevious.Size = new System.Drawing.Size(25, 25);
  217. this.tsbtnPrevious.Click += new System.EventHandler(this.tsbtnPrevious_Click);
  218. //
  219. // tsbtnNext
  220. //
  221. this.tsbtnNext.AutoSize = false;
  222. this.tsbtnNext.BackgroundImage = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.next;
  223. this.tsbtnNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  224. this.tsbtnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  225. this.tsbtnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
  226. this.tsbtnNext.Name = "tsbtnNext";
  227. this.tsbtnNext.Size = new System.Drawing.Size(25, 25);
  228. this.tsbtnNext.Click += new System.EventHandler(this.tsbtnNext_Click);
  229. //
  230. // tsbtnLast
  231. //
  232. this.tsbtnLast.AutoSize = false;
  233. this.tsbtnLast.BackgroundImage = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.last;
  234. this.tsbtnLast.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  235. this.tsbtnLast.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  236. this.tsbtnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
  237. this.tsbtnLast.Name = "tsbtnLast";
  238. this.tsbtnLast.Size = new System.Drawing.Size(25, 25);
  239. this.tsbtnLast.Click += new System.EventHandler(this.tsbtnLast_Click);
  240. //
  241. // toolStripSeparator1
  242. //
  243. this.toolStripSeparator1.AutoSize = false;
  244. this.toolStripSeparator1.Name = "toolStripSeparator1";
  245. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  246. //
  247. // tsbtnClose
  248. //
  249. this.tsbtnClose.AutoSize = false;
  250. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F);
  251. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  252. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  253. this.tsbtnClose.Name = "tsbtnClose";
  254. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  255. this.tsbtnClose.Text = "关闭(&X)";
  256. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  257. //
  258. // lbxPreview
  259. //
  260. this.lbxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  261. | System.Windows.Forms.AnchorStyles.Left)
  262. | System.Windows.Forms.AnchorStyles.Right)));
  263. this.lbxPreview.GridDataSource = null;
  264. this.lbxPreview.Location = new System.Drawing.Point(0, 3);
  265. this.lbxPreview.Name = "lbxPreview";
  266. this.lbxPreview.PaperSize = ((System.Drawing.Printing.PaperSize)(resources.GetObject("lbxPreview.PaperSize")));
  267. this.lbxPreview.PrinterSettings = ((System.Drawing.Printing.PrinterSettings)(resources.GetObject("lbxPreview.PrinterSettings")));
  268. this.lbxPreview.Size = new System.Drawing.Size(703, 628);
  269. this.lbxPreview.TabIndex = 1;
  270. //
  271. // gbxSinglePrint
  272. //
  273. this.gbxSinglePrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  274. this.gbxSinglePrint.BackColor = System.Drawing.Color.Transparent;
  275. this.gbxSinglePrint.Controls.Add(this.gbxMargin);
  276. this.gbxSinglePrint.Controls.Add(this.label9);
  277. this.gbxSinglePrint.Controls.Add(this.nmrPrintCopy);
  278. this.gbxSinglePrint.Location = new System.Drawing.Point(711, 224);
  279. this.gbxSinglePrint.Name = "gbxSinglePrint";
  280. this.gbxSinglePrint.Size = new System.Drawing.Size(270, 84);
  281. this.gbxSinglePrint.TabIndex = 11;
  282. this.gbxSinglePrint.TabStop = false;
  283. this.gbxSinglePrint.Text = "单页打印设置";
  284. //
  285. // gbxMargin
  286. //
  287. this.gbxMargin.Controls.Add(this.nmrToRight);
  288. this.gbxMargin.Controls.Add(this.nmrToBottom);
  289. this.gbxMargin.Controls.Add(this.label5);
  290. this.gbxMargin.Controls.Add(this.label8);
  291. this.gbxMargin.Controls.Add(this.label7);
  292. this.gbxMargin.Controls.Add(this.label6);
  293. this.gbxMargin.Location = new System.Drawing.Point(132, 11);
  294. this.gbxMargin.Name = "gbxMargin";
  295. this.gbxMargin.Size = new System.Drawing.Size(132, 66);
  296. this.gbxMargin.TabIndex = 2;
  297. this.gbxMargin.TabStop = false;
  298. this.gbxMargin.Text = "余白设定";
  299. //
  300. // nmrToRight
  301. //
  302. this.nmrToRight.Location = new System.Drawing.Point(56, 41);
  303. this.nmrToRight.Maximum = new decimal(new int[] {
  304. 9999999,
  305. 0,
  306. 0,
  307. 0});
  308. this.nmrToRight.Minimum = new decimal(new int[] {
  309. 9999999,
  310. 0,
  311. 0,
  312. -2147483648});
  313. this.nmrToRight.Name = "nmrToRight";
  314. this.nmrToRight.Size = new System.Drawing.Size(51, 21);
  315. this.nmrToRight.TabIndex = 3;
  316. //
  317. // nmrToBottom
  318. //
  319. this.nmrToBottom.Location = new System.Drawing.Point(56, 19);
  320. this.nmrToBottom.Maximum = new decimal(new int[] {
  321. 9999999,
  322. 0,
  323. 0,
  324. 0});
  325. this.nmrToBottom.Minimum = new decimal(new int[] {
  326. 9999999,
  327. 0,
  328. 0,
  329. -2147483648});
  330. this.nmrToBottom.Name = "nmrToBottom";
  331. this.nmrToBottom.Size = new System.Drawing.Size(51, 21);
  332. this.nmrToBottom.TabIndex = 1;
  333. //
  334. // label5
  335. //
  336. this.label5.AutoSize = true;
  337. this.label5.Location = new System.Drawing.Point(33, 45);
  338. this.label5.Name = "label5";
  339. this.label5.Size = new System.Drawing.Size(17, 12);
  340. this.label5.TabIndex = 4;
  341. this.label5.Text = "左";
  342. //
  343. // label8
  344. //
  345. this.label8.AutoSize = true;
  346. this.label8.Location = new System.Drawing.Point(33, 23);
  347. this.label8.Name = "label8";
  348. this.label8.Size = new System.Drawing.Size(17, 12);
  349. this.label8.TabIndex = 0;
  350. this.label8.Text = "上";
  351. //
  352. // label7
  353. //
  354. this.label7.AutoSize = true;
  355. this.label7.Location = new System.Drawing.Point(113, 23);
  356. this.label7.Name = "label7";
  357. this.label7.Size = new System.Drawing.Size(17, 12);
  358. this.label7.TabIndex = 2;
  359. this.label7.Text = "mm";
  360. //
  361. // label6
  362. //
  363. this.label6.AutoSize = true;
  364. this.label6.Location = new System.Drawing.Point(113, 45);
  365. this.label6.Name = "label6";
  366. this.label6.Size = new System.Drawing.Size(17, 12);
  367. this.label6.TabIndex = 5;
  368. this.label6.Text = "mm";
  369. //
  370. // label9
  371. //
  372. this.label9.AutoSize = true;
  373. this.label9.Location = new System.Drawing.Point(6, 46);
  374. this.label9.Name = "label9";
  375. this.label9.Size = new System.Drawing.Size(53, 12);
  376. this.label9.TabIndex = 0;
  377. this.label9.Text = "打印份数";
  378. //
  379. // nmrPrintCopy
  380. //
  381. this.nmrPrintCopy.Location = new System.Drawing.Point(65, 44);
  382. this.nmrPrintCopy.Maximum = new decimal(new int[] {
  383. 9999999,
  384. 0,
  385. 0,
  386. 0});
  387. this.nmrPrintCopy.Minimum = new decimal(new int[] {
  388. 1,
  389. 0,
  390. 0,
  391. 0});
  392. this.nmrPrintCopy.Name = "nmrPrintCopy";
  393. this.nmrPrintCopy.Size = new System.Drawing.Size(51, 21);
  394. this.nmrPrintCopy.TabIndex = 1;
  395. this.nmrPrintCopy.Value = new decimal(new int[] {
  396. 1,
  397. 0,
  398. 0,
  399. 0});
  400. //
  401. // rbtnSinglePrint
  402. //
  403. this.rbtnSinglePrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  404. this.rbtnSinglePrint.AutoSize = true;
  405. this.rbtnSinglePrint.BackColor = System.Drawing.Color.Transparent;
  406. this.rbtnSinglePrint.Checked = true;
  407. this.rbtnSinglePrint.Location = new System.Drawing.Point(711, 198);
  408. this.rbtnSinglePrint.Name = "rbtnSinglePrint";
  409. this.rbtnSinglePrint.Size = new System.Drawing.Size(71, 16);
  410. this.rbtnSinglePrint.TabIndex = 10;
  411. this.rbtnSinglePrint.TabStop = true;
  412. this.rbtnSinglePrint.Text = "单张打印";
  413. this.rbtnSinglePrint.UseVisualStyleBackColor = false;
  414. this.rbtnSinglePrint.CheckedChanged += new System.EventHandler(this.rbtnSinglePrint_CheckedChanged);
  415. //
  416. // gbxMultiPrint
  417. //
  418. this.gbxMultiPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  419. this.gbxMultiPrint.BackColor = System.Drawing.Color.Transparent;
  420. this.gbxMultiPrint.Controls.Add(this.gbxMultiMargin);
  421. this.gbxMultiPrint.Controls.Add(this.gbxSpacing);
  422. this.gbxMultiPrint.Controls.Add(this.gbxAlignment);
  423. this.gbxMultiPrint.Controls.Add(this.nmrPrintRecord);
  424. this.gbxMultiPrint.Controls.Add(this.lblPrintRecord);
  425. this.gbxMultiPrint.Controls.Add(this.lblSkip);
  426. this.gbxMultiPrint.Controls.Add(this.nmrSkip);
  427. this.gbxMultiPrint.Location = new System.Drawing.Point(711, 336);
  428. this.gbxMultiPrint.Name = "gbxMultiPrint";
  429. this.gbxMultiPrint.Size = new System.Drawing.Size(267, 232);
  430. this.gbxMultiPrint.TabIndex = 13;
  431. this.gbxMultiPrint.TabStop = false;
  432. this.gbxMultiPrint.Text = "多张打印设置";
  433. //
  434. // gbxMultiMargin
  435. //
  436. this.gbxMultiMargin.Controls.Add(this.nmrRight);
  437. this.gbxMultiMargin.Controls.Add(this.lblmm3);
  438. this.gbxMultiMargin.Controls.Add(this.lblRight);
  439. this.gbxMultiMargin.Controls.Add(this.lblUpper);
  440. this.gbxMultiMargin.Controls.Add(this.lblmm4);
  441. this.gbxMultiMargin.Controls.Add(this.lblmm6);
  442. this.gbxMultiMargin.Controls.Add(this.nmrLeft);
  443. this.gbxMultiMargin.Controls.Add(this.lblmm7);
  444. this.gbxMultiMargin.Controls.Add(this.lblLeft);
  445. this.gbxMultiMargin.Controls.Add(this.nmrUpper);
  446. this.gbxMultiMargin.Controls.Add(this.nmrBottom);
  447. this.gbxMultiMargin.Controls.Add(this.lblBottom);
  448. this.gbxMultiMargin.Location = new System.Drawing.Point(6, 161);
  449. this.gbxMultiMargin.Name = "gbxMultiMargin";
  450. this.gbxMultiMargin.Size = new System.Drawing.Size(255, 67);
  451. this.gbxMultiMargin.TabIndex = 6;
  452. this.gbxMultiMargin.TabStop = false;
  453. this.gbxMultiMargin.Text = "余白设置";
  454. //
  455. // nmrRight
  456. //
  457. this.nmrRight.DecimalPlaces = 1;
  458. this.nmrRight.Location = new System.Drawing.Point(175, 38);
  459. this.nmrRight.Maximum = new decimal(new int[] {
  460. 9999999,
  461. 0,
  462. 0,
  463. 0});
  464. this.nmrRight.Name = "nmrRight";
  465. this.nmrRight.Size = new System.Drawing.Size(51, 21);
  466. this.nmrRight.TabIndex = 10;
  467. //
  468. // lblmm3
  469. //
  470. this.lblmm3.AutoSize = true;
  471. this.lblmm3.Location = new System.Drawing.Point(98, 19);
  472. this.lblmm3.Name = "lblmm3";
  473. this.lblmm3.Size = new System.Drawing.Size(17, 12);
  474. this.lblmm3.TabIndex = 2;
  475. this.lblmm3.Text = "mm";
  476. //
  477. // lblRight
  478. //
  479. this.lblRight.AutoSize = true;
  480. this.lblRight.Location = new System.Drawing.Point(152, 42);
  481. this.lblRight.Name = "lblRight";
  482. this.lblRight.Size = new System.Drawing.Size(17, 12);
  483. this.lblRight.TabIndex = 9;
  484. this.lblRight.Text = "右";
  485. //
  486. // lblUpper
  487. //
  488. this.lblUpper.AutoSize = true;
  489. this.lblUpper.Location = new System.Drawing.Point(8, 19);
  490. this.lblUpper.Name = "lblUpper";
  491. this.lblUpper.Size = new System.Drawing.Size(17, 12);
  492. this.lblUpper.TabIndex = 0;
  493. this.lblUpper.Text = "上";
  494. //
  495. // lblmm4
  496. //
  497. this.lblmm4.AutoSize = true;
  498. this.lblmm4.Location = new System.Drawing.Point(232, 42);
  499. this.lblmm4.Name = "lblmm4";
  500. this.lblmm4.Size = new System.Drawing.Size(17, 12);
  501. this.lblmm4.TabIndex = 11;
  502. this.lblmm4.Text = "mm";
  503. //
  504. // lblmm6
  505. //
  506. this.lblmm6.AutoSize = true;
  507. this.lblmm6.Location = new System.Drawing.Point(232, 19);
  508. this.lblmm6.Name = "lblmm6";
  509. this.lblmm6.Size = new System.Drawing.Size(17, 12);
  510. this.lblmm6.TabIndex = 8;
  511. this.lblmm6.Text = "mm";
  512. //
  513. // nmrLeft
  514. //
  515. this.nmrLeft.DecimalPlaces = 1;
  516. this.nmrLeft.Location = new System.Drawing.Point(41, 38);
  517. this.nmrLeft.Maximum = new decimal(new int[] {
  518. 9999999,
  519. 0,
  520. 0,
  521. 0});
  522. this.nmrLeft.Name = "nmrLeft";
  523. this.nmrLeft.Size = new System.Drawing.Size(51, 21);
  524. this.nmrLeft.TabIndex = 4;
  525. //
  526. // lblmm7
  527. //
  528. this.lblmm7.AutoSize = true;
  529. this.lblmm7.Location = new System.Drawing.Point(98, 42);
  530. this.lblmm7.Name = "lblmm7";
  531. this.lblmm7.Size = new System.Drawing.Size(17, 12);
  532. this.lblmm7.TabIndex = 5;
  533. this.lblmm7.Text = "mm";
  534. //
  535. // lblLeft
  536. //
  537. this.lblLeft.AutoSize = true;
  538. this.lblLeft.Location = new System.Drawing.Point(9, 42);
  539. this.lblLeft.Name = "lblLeft";
  540. this.lblLeft.Size = new System.Drawing.Size(17, 12);
  541. this.lblLeft.TabIndex = 3;
  542. this.lblLeft.Text = "左";
  543. //
  544. // nmrUpper
  545. //
  546. this.nmrUpper.DecimalPlaces = 1;
  547. this.nmrUpper.Location = new System.Drawing.Point(41, 15);
  548. this.nmrUpper.Maximum = new decimal(new int[] {
  549. 9999999,
  550. 0,
  551. 0,
  552. 0});
  553. this.nmrUpper.Name = "nmrUpper";
  554. this.nmrUpper.Size = new System.Drawing.Size(51, 21);
  555. this.nmrUpper.TabIndex = 1;
  556. //
  557. // nmrBottom
  558. //
  559. this.nmrBottom.DecimalPlaces = 1;
  560. this.nmrBottom.Location = new System.Drawing.Point(175, 15);
  561. this.nmrBottom.Maximum = new decimal(new int[] {
  562. 9999999,
  563. 0,
  564. 0,
  565. 0});
  566. this.nmrBottom.Name = "nmrBottom";
  567. this.nmrBottom.Size = new System.Drawing.Size(51, 21);
  568. this.nmrBottom.TabIndex = 7;
  569. //
  570. // lblBottom
  571. //
  572. this.lblBottom.AutoSize = true;
  573. this.lblBottom.Location = new System.Drawing.Point(152, 19);
  574. this.lblBottom.Name = "lblBottom";
  575. this.lblBottom.Size = new System.Drawing.Size(17, 12);
  576. this.lblBottom.TabIndex = 6;
  577. this.lblBottom.Text = "下";
  578. //
  579. // gbxSpacing
  580. //
  581. this.gbxSpacing.Controls.Add(this.nmrVerticalSpace);
  582. this.gbxSpacing.Controls.Add(this.lblVertical2);
  583. this.gbxSpacing.Controls.Add(this.lblmm5);
  584. this.gbxSpacing.Controls.Add(this.lblmm8);
  585. this.gbxSpacing.Controls.Add(this.lblHorizontal2);
  586. this.gbxSpacing.Controls.Add(this.nmrHorizontalSpace);
  587. this.gbxSpacing.Location = new System.Drawing.Point(6, 96);
  588. this.gbxSpacing.Name = "gbxSpacing";
  589. this.gbxSpacing.Size = new System.Drawing.Size(255, 49);
  590. this.gbxSpacing.TabIndex = 5;
  591. this.gbxSpacing.TabStop = false;
  592. this.gbxSpacing.Text = "间隔设置";
  593. //
  594. // nmrVerticalSpace
  595. //
  596. this.nmrVerticalSpace.DecimalPlaces = 1;
  597. this.nmrVerticalSpace.Location = new System.Drawing.Point(41, 18);
  598. this.nmrVerticalSpace.Maximum = new decimal(new int[] {
  599. 9999999,
  600. 0,
  601. 0,
  602. 0});
  603. this.nmrVerticalSpace.Name = "nmrVerticalSpace";
  604. this.nmrVerticalSpace.Size = new System.Drawing.Size(51, 21);
  605. this.nmrVerticalSpace.TabIndex = 1;
  606. //
  607. // lblVertical2
  608. //
  609. this.lblVertical2.AutoSize = true;
  610. this.lblVertical2.Location = new System.Drawing.Point(6, 22);
  611. this.lblVertical2.Name = "lblVertical2";
  612. this.lblVertical2.Size = new System.Drawing.Size(29, 12);
  613. this.lblVertical2.TabIndex = 0;
  614. this.lblVertical2.Text = "上下";
  615. //
  616. // lblmm5
  617. //
  618. this.lblmm5.AutoSize = true;
  619. this.lblmm5.Location = new System.Drawing.Point(98, 22);
  620. this.lblmm5.Name = "lblmm5";
  621. this.lblmm5.Size = new System.Drawing.Size(17, 12);
  622. this.lblmm5.TabIndex = 2;
  623. this.lblmm5.Text = "mm";
  624. //
  625. // lblmm8
  626. //
  627. this.lblmm8.AutoSize = true;
  628. this.lblmm8.Location = new System.Drawing.Point(232, 22);
  629. this.lblmm8.Name = "lblmm8";
  630. this.lblmm8.Size = new System.Drawing.Size(17, 12);
  631. this.lblmm8.TabIndex = 5;
  632. this.lblmm8.Text = "mm";
  633. //
  634. // lblHorizontal2
  635. //
  636. this.lblHorizontal2.AutoSize = true;
  637. this.lblHorizontal2.Location = new System.Drawing.Point(140, 22);
  638. this.lblHorizontal2.Name = "lblHorizontal2";
  639. this.lblHorizontal2.Size = new System.Drawing.Size(29, 12);
  640. this.lblHorizontal2.TabIndex = 3;
  641. this.lblHorizontal2.Text = "左右";
  642. //
  643. // nmrHorizontalSpace
  644. //
  645. this.nmrHorizontalSpace.DecimalPlaces = 1;
  646. this.nmrHorizontalSpace.Location = new System.Drawing.Point(175, 18);
  647. this.nmrHorizontalSpace.Maximum = new decimal(new int[] {
  648. 9999999,
  649. 0,
  650. 0,
  651. 0});
  652. this.nmrHorizontalSpace.Name = "nmrHorizontalSpace";
  653. this.nmrHorizontalSpace.Size = new System.Drawing.Size(51, 21);
  654. this.nmrHorizontalSpace.TabIndex = 4;
  655. //
  656. // gbxAlignment
  657. //
  658. this.gbxAlignment.Controls.Add(this.nmrVertical);
  659. this.gbxAlignment.Controls.Add(this.lblVertical);
  660. this.gbxAlignment.Controls.Add(this.nmrHorizontal);
  661. this.gbxAlignment.Controls.Add(this.lblHorizontal);
  662. this.gbxAlignment.Location = new System.Drawing.Point(122, 11);
  663. this.gbxAlignment.Name = "gbxAlignment";
  664. this.gbxAlignment.Size = new System.Drawing.Size(139, 68);
  665. this.gbxAlignment.TabIndex = 4;
  666. this.gbxAlignment.TabStop = false;
  667. this.gbxAlignment.Text = "配置设置";
  668. //
  669. // nmrVertical
  670. //
  671. this.nmrVertical.Location = new System.Drawing.Point(64, 20);
  672. this.nmrVertical.Maximum = new decimal(new int[] {
  673. 9999999,
  674. 0,
  675. 0,
  676. 0});
  677. this.nmrVertical.Minimum = new decimal(new int[] {
  678. 1,
  679. 0,
  680. 0,
  681. 0});
  682. this.nmrVertical.Name = "nmrVertical";
  683. this.nmrVertical.Size = new System.Drawing.Size(51, 21);
  684. this.nmrVertical.TabIndex = 1;
  685. this.nmrVertical.Value = new decimal(new int[] {
  686. 1,
  687. 0,
  688. 0,
  689. 0});
  690. //
  691. // lblVertical
  692. //
  693. this.lblVertical.AutoSize = true;
  694. this.lblVertical.Location = new System.Drawing.Point(18, 22);
  695. this.lblVertical.Name = "lblVertical";
  696. this.lblVertical.Size = new System.Drawing.Size(41, 12);
  697. this.lblVertical.TabIndex = 0;
  698. this.lblVertical.Text = "纵向数";
  699. //
  700. // nmrHorizontal
  701. //
  702. this.nmrHorizontal.Location = new System.Drawing.Point(64, 43);
  703. this.nmrHorizontal.Maximum = new decimal(new int[] {
  704. 9999999,
  705. 0,
  706. 0,
  707. 0});
  708. this.nmrHorizontal.Minimum = new decimal(new int[] {
  709. 1,
  710. 0,
  711. 0,
  712. 0});
  713. this.nmrHorizontal.Name = "nmrHorizontal";
  714. this.nmrHorizontal.Size = new System.Drawing.Size(51, 21);
  715. this.nmrHorizontal.TabIndex = 3;
  716. this.nmrHorizontal.Value = new decimal(new int[] {
  717. 1,
  718. 0,
  719. 0,
  720. 0});
  721. //
  722. // lblHorizontal
  723. //
  724. this.lblHorizontal.AutoSize = true;
  725. this.lblHorizontal.Location = new System.Drawing.Point(19, 47);
  726. this.lblHorizontal.Name = "lblHorizontal";
  727. this.lblHorizontal.Size = new System.Drawing.Size(41, 12);
  728. this.lblHorizontal.TabIndex = 2;
  729. this.lblHorizontal.Text = "横向数";
  730. //
  731. // nmrPrintRecord
  732. //
  733. this.nmrPrintRecord.Location = new System.Drawing.Point(65, 27);
  734. this.nmrPrintRecord.Maximum = new decimal(new int[] {
  735. 9999999,
  736. 0,
  737. 0,
  738. 0});
  739. this.nmrPrintRecord.Minimum = new decimal(new int[] {
  740. 1,
  741. 0,
  742. 0,
  743. 0});
  744. this.nmrPrintRecord.Name = "nmrPrintRecord";
  745. this.nmrPrintRecord.Size = new System.Drawing.Size(51, 21);
  746. this.nmrPrintRecord.TabIndex = 1;
  747. this.nmrPrintRecord.Value = new decimal(new int[] {
  748. 1,
  749. 0,
  750. 0,
  751. 0});
  752. //
  753. // lblPrintRecord
  754. //
  755. this.lblPrintRecord.AutoSize = true;
  756. this.lblPrintRecord.Location = new System.Drawing.Point(6, 31);
  757. this.lblPrintRecord.Name = "lblPrintRecord";
  758. this.lblPrintRecord.Size = new System.Drawing.Size(53, 12);
  759. this.lblPrintRecord.TabIndex = 0;
  760. this.lblPrintRecord.Text = "打印份数";
  761. //
  762. // lblSkip
  763. //
  764. this.lblSkip.AutoSize = true;
  765. this.lblSkip.Location = new System.Drawing.Point(6, 54);
  766. this.lblSkip.Name = "lblSkip";
  767. this.lblSkip.Size = new System.Drawing.Size(53, 12);
  768. this.lblSkip.TabIndex = 2;
  769. this.lblSkip.Text = "跳过页数";
  770. this.lblSkip.Visible = false;
  771. //
  772. // nmrSkip
  773. //
  774. this.nmrSkip.Location = new System.Drawing.Point(65, 50);
  775. this.nmrSkip.Maximum = new decimal(new int[] {
  776. 9999999,
  777. 0,
  778. 0,
  779. 0});
  780. this.nmrSkip.Name = "nmrSkip";
  781. this.nmrSkip.Size = new System.Drawing.Size(51, 21);
  782. this.nmrSkip.TabIndex = 3;
  783. this.nmrSkip.Visible = false;
  784. //
  785. // rbtnMultiPrint
  786. //
  787. this.rbtnMultiPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  788. this.rbtnMultiPrint.AutoSize = true;
  789. this.rbtnMultiPrint.BackColor = System.Drawing.Color.Transparent;
  790. this.rbtnMultiPrint.Location = new System.Drawing.Point(711, 314);
  791. this.rbtnMultiPrint.Name = "rbtnMultiPrint";
  792. this.rbtnMultiPrint.Size = new System.Drawing.Size(71, 16);
  793. this.rbtnMultiPrint.TabIndex = 12;
  794. this.rbtnMultiPrint.Text = "多张打印";
  795. this.rbtnMultiPrint.UseVisualStyleBackColor = false;
  796. this.rbtnMultiPrint.CheckedChanged += new System.EventHandler(this.rbtnMultiPrint_CheckedChanged);
  797. //
  798. // cbxBackground
  799. //
  800. this.cbxBackground.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  801. this.cbxBackground.AutoSize = true;
  802. this.cbxBackground.BackColor = System.Drawing.Color.Transparent;
  803. this.cbxBackground.Checked = true;
  804. this.cbxBackground.CheckState = System.Windows.Forms.CheckState.Checked;
  805. this.cbxBackground.Location = new System.Drawing.Point(711, 574);
  806. this.cbxBackground.Name = "cbxBackground";
  807. this.cbxBackground.Size = new System.Drawing.Size(72, 16);
  808. this.cbxBackground.TabIndex = 14;
  809. this.cbxBackground.Text = "打印背景";
  810. this.cbxBackground.UseVisualStyleBackColor = false;
  811. //
  812. // printDialog
  813. //
  814. this.printDialog.AllowPrintToFile = false;
  815. this.printDialog.ShowNetwork = false;
  816. //
  817. // pageSetupDialog
  818. //
  819. this.pageSetupDialog.AllowMargins = false;
  820. this.pageSetupDialog.ShowNetwork = false;
  821. //
  822. // pnlBack
  823. //
  824. this.pnlBack.Controls.Add(this.c_Label2);
  825. this.pnlBack.Controls.Add(this.lblInvoiceName);
  826. this.pnlBack.Controls.Add(this.lblInvoiceType);
  827. this.pnlBack.Controls.Add(this.c_Label1);
  828. this.pnlBack.Controls.Add(this.dkInvoiceSize);
  829. this.pnlBack.Controls.Add(this.txtInvoiceSize);
  830. this.pnlBack.Controls.Add(this.txtRemarks);
  831. this.pnlBack.Controls.Add(this.txtGoodsType);
  832. this.pnlBack.Controls.Add(this.txtLogo);
  833. this.pnlBack.Controls.Add(this.txtInvoiceName);
  834. this.pnlBack.Controls.Add(this.lbxPreview);
  835. this.pnlBack.Controls.Add(this.cbxBackground);
  836. this.pnlBack.Controls.Add(this.gbxMultiPrint);
  837. this.pnlBack.Controls.Add(this.rbtnMultiPrint);
  838. this.pnlBack.Controls.Add(this.gbxSinglePrint);
  839. this.pnlBack.Controls.Add(this.rbtnSinglePrint);
  840. this.pnlBack.Dock = System.Windows.Forms.DockStyle.Fill;
  841. this.pnlBack.Location = new System.Drawing.Point(0, 33);
  842. this.pnlBack.Name = "pnlBack";
  843. this.pnlBack.Size = new System.Drawing.Size(999, 634);
  844. this.pnlBack.TabIndex = 0;
  845. //
  846. // lblInvoiceName
  847. //
  848. this.lblInvoiceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  849. this.lblInvoiceName.AutoSize = true;
  850. this.lblInvoiceName.BackColor = System.Drawing.Color.Transparent;
  851. this.lblInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  852. this.lblInvoiceName.Location = new System.Drawing.Point(709, 67);
  853. this.lblInvoiceName.Name = "lblInvoiceName";
  854. this.lblInvoiceName.Size = new System.Drawing.Size(53, 12);
  855. this.lblInvoiceName.TabIndex = 19;
  856. this.lblInvoiceName.Text = "模板名称";
  857. //
  858. // lblInvoiceType
  859. //
  860. this.lblInvoiceType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  861. this.lblInvoiceType.AutoSize = true;
  862. this.lblInvoiceType.BackColor = System.Drawing.Color.Transparent;
  863. this.lblInvoiceType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  864. this.lblInvoiceType.Location = new System.Drawing.Point(709, 13);
  865. this.lblInvoiceType.Name = "lblInvoiceType";
  866. this.lblInvoiceType.Size = new System.Drawing.Size(53, 12);
  867. this.lblInvoiceType.TabIndex = 15;
  868. this.lblInvoiceType.Text = "产品类别";
  869. //
  870. // c_Label1
  871. //
  872. this.c_Label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  873. this.c_Label1.AutoSize = true;
  874. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  875. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  876. this.c_Label1.Location = new System.Drawing.Point(733, 117);
  877. this.c_Label1.Name = "c_Label1";
  878. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  879. this.c_Label1.TabIndex = 23;
  880. this.c_Label1.Text = "备注";
  881. //
  882. // dkInvoiceSize
  883. //
  884. this.dkInvoiceSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  885. this.dkInvoiceSize.AutoSize = true;
  886. this.dkInvoiceSize.BackColor = System.Drawing.Color.Transparent;
  887. this.dkInvoiceSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  888. this.dkInvoiceSize.Location = new System.Drawing.Point(709, 94);
  889. this.dkInvoiceSize.Name = "dkInvoiceSize";
  890. this.dkInvoiceSize.Size = new System.Drawing.Size(53, 12);
  891. this.dkInvoiceSize.TabIndex = 21;
  892. this.dkInvoiceSize.Text = "纸张尺寸";
  893. //
  894. // txtInvoiceSize
  895. //
  896. this.txtInvoiceSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  897. this.txtInvoiceSize.Location = new System.Drawing.Point(768, 90);
  898. this.txtInvoiceSize.Name = "txtInvoiceSize";
  899. this.txtInvoiceSize.ReadOnly = true;
  900. this.txtInvoiceSize.Size = new System.Drawing.Size(213, 21);
  901. this.txtInvoiceSize.TabIndex = 22;
  902. this.txtInvoiceSize.Text = "210mm×297mm";
  903. //
  904. // txtRemarks
  905. //
  906. this.txtRemarks.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  907. this.txtRemarks.Location = new System.Drawing.Point(768, 117);
  908. this.txtRemarks.Multiline = true;
  909. this.txtRemarks.Name = "txtRemarks";
  910. this.txtRemarks.ReadOnly = true;
  911. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  912. this.txtRemarks.Size = new System.Drawing.Size(213, 63);
  913. this.txtRemarks.TabIndex = 24;
  914. //
  915. // txtGoodsType
  916. //
  917. this.txtGoodsType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  918. this.txtGoodsType.Location = new System.Drawing.Point(768, 9);
  919. this.txtGoodsType.Name = "txtGoodsType";
  920. this.txtGoodsType.ReadOnly = true;
  921. this.txtGoodsType.Size = new System.Drawing.Size(213, 21);
  922. this.txtGoodsType.TabIndex = 16;
  923. //
  924. // txtInvoiceName
  925. //
  926. this.txtInvoiceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  927. this.txtInvoiceName.Location = new System.Drawing.Point(768, 63);
  928. this.txtInvoiceName.Name = "txtInvoiceName";
  929. this.txtInvoiceName.ReadOnly = true;
  930. this.txtInvoiceName.Size = new System.Drawing.Size(213, 21);
  931. this.txtInvoiceName.TabIndex = 20;
  932. //
  933. // txtLogo
  934. //
  935. this.txtLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  936. this.txtLogo.Location = new System.Drawing.Point(768, 36);
  937. this.txtLogo.Name = "txtLogo";
  938. this.txtLogo.ReadOnly = true;
  939. this.txtLogo.Size = new System.Drawing.Size(213, 21);
  940. this.txtLogo.TabIndex = 18;
  941. //
  942. // c_Label2
  943. //
  944. this.c_Label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  945. this.c_Label2.AutoSize = true;
  946. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  947. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  948. this.c_Label2.Location = new System.Drawing.Point(709, 40);
  949. this.c_Label2.Name = "c_Label2";
  950. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  951. this.c_Label2.TabIndex = 17;
  952. this.c_Label2.Text = "产品商标";
  953. //
  954. // F_MST_013005
  955. //
  956. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  957. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  958. this.ClientSize = new System.Drawing.Size(999, 689);
  959. this.Controls.Add(this.pnlBack);
  960. this.Controls.Add(this.tsrOperate);
  961. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  962. this.Name = "F_MST_013005";
  963. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  964. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  965. this.Load += new System.EventHandler(this.F_INV_0303_Load);
  966. this.Controls.SetChildIndex(this.tsrOperate, 0);
  967. this.Controls.SetChildIndex(this.pnlBack, 0);
  968. this.tsrOperate.ResumeLayout(false);
  969. this.tsrOperate.PerformLayout();
  970. this.gbxSinglePrint.ResumeLayout(false);
  971. this.gbxSinglePrint.PerformLayout();
  972. this.gbxMargin.ResumeLayout(false);
  973. this.gbxMargin.PerformLayout();
  974. ((System.ComponentModel.ISupportInitialize)(this.nmrToRight)).EndInit();
  975. ((System.ComponentModel.ISupportInitialize)(this.nmrToBottom)).EndInit();
  976. ((System.ComponentModel.ISupportInitialize)(this.nmrPrintCopy)).EndInit();
  977. this.gbxMultiPrint.ResumeLayout(false);
  978. this.gbxMultiPrint.PerformLayout();
  979. this.gbxMultiMargin.ResumeLayout(false);
  980. this.gbxMultiMargin.PerformLayout();
  981. ((System.ComponentModel.ISupportInitialize)(this.nmrRight)).EndInit();
  982. ((System.ComponentModel.ISupportInitialize)(this.nmrLeft)).EndInit();
  983. ((System.ComponentModel.ISupportInitialize)(this.nmrUpper)).EndInit();
  984. ((System.ComponentModel.ISupportInitialize)(this.nmrBottom)).EndInit();
  985. this.gbxSpacing.ResumeLayout(false);
  986. this.gbxSpacing.PerformLayout();
  987. ((System.ComponentModel.ISupportInitialize)(this.nmrVerticalSpace)).EndInit();
  988. ((System.ComponentModel.ISupportInitialize)(this.nmrHorizontalSpace)).EndInit();
  989. this.gbxAlignment.ResumeLayout(false);
  990. this.gbxAlignment.PerformLayout();
  991. ((System.ComponentModel.ISupportInitialize)(this.nmrVertical)).EndInit();
  992. ((System.ComponentModel.ISupportInitialize)(this.nmrHorizontal)).EndInit();
  993. ((System.ComponentModel.ISupportInitialize)(this.nmrPrintRecord)).EndInit();
  994. ((System.ComponentModel.ISupportInitialize)(this.nmrSkip)).EndInit();
  995. this.pnlBack.ResumeLayout(false);
  996. this.pnlBack.PerformLayout();
  997. this.ResumeLayout(false);
  998. this.PerformLayout();
  999. }
  1000. #endregion
  1001. private System.Windows.Forms.Panel pnlBack;
  1002. private System.Windows.Forms.ToolStrip tsrOperate;
  1003. private System.Windows.Forms.ToolStripButton tsbtnPageSetting;
  1004. private System.Windows.Forms.ToolStripButton tsbtnPrinterSetting;
  1005. private System.Windows.Forms.ToolStripButton tsbtnPrintPreview;
  1006. private System.Windows.Forms.ToolStripButton tsbtnPrint;
  1007. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1008. private System.Windows.Forms.ToolStripButton tsbtnFirst;
  1009. private System.Windows.Forms.ToolStripButton tsbtnPrevious;
  1010. private System.Windows.Forms.ToolStripButton tsbtnNext;
  1011. private System.Windows.Forms.ToolStripButton tsbtnLast;
  1012. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1013. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1014. private Dongke.WinForm.Controls.InvoiceLayout.LayoutBox lbxPreview;
  1015. private System.Windows.Forms.GroupBox gbxSinglePrint;
  1016. private System.Windows.Forms.GroupBox gbxMargin;
  1017. private System.Windows.Forms.NumericUpDown nmrToRight;
  1018. private System.Windows.Forms.NumericUpDown nmrToBottom;
  1019. private System.Windows.Forms.Label label5;
  1020. private System.Windows.Forms.Label label8;
  1021. private System.Windows.Forms.Label label7;
  1022. private System.Windows.Forms.Label label6;
  1023. private System.Windows.Forms.Label label9;
  1024. private System.Windows.Forms.NumericUpDown nmrPrintCopy;
  1025. private System.Windows.Forms.RadioButton rbtnSinglePrint;
  1026. private System.Windows.Forms.GroupBox gbxMultiPrint;
  1027. private System.Windows.Forms.GroupBox gbxMultiMargin;
  1028. private System.Windows.Forms.NumericUpDown nmrRight;
  1029. private System.Windows.Forms.Label lblmm3;
  1030. private System.Windows.Forms.Label lblRight;
  1031. private System.Windows.Forms.Label lblUpper;
  1032. private System.Windows.Forms.Label lblmm4;
  1033. private System.Windows.Forms.Label lblmm6;
  1034. private System.Windows.Forms.NumericUpDown nmrLeft;
  1035. private System.Windows.Forms.Label lblmm7;
  1036. private System.Windows.Forms.Label lblLeft;
  1037. private System.Windows.Forms.NumericUpDown nmrUpper;
  1038. private System.Windows.Forms.NumericUpDown nmrBottom;
  1039. private System.Windows.Forms.Label lblBottom;
  1040. private System.Windows.Forms.GroupBox gbxSpacing;
  1041. private System.Windows.Forms.NumericUpDown nmrVerticalSpace;
  1042. private System.Windows.Forms.Label lblVertical2;
  1043. private System.Windows.Forms.Label lblmm5;
  1044. private System.Windows.Forms.Label lblmm8;
  1045. private System.Windows.Forms.Label lblHorizontal2;
  1046. private System.Windows.Forms.NumericUpDown nmrHorizontalSpace;
  1047. private System.Windows.Forms.GroupBox gbxAlignment;
  1048. private System.Windows.Forms.NumericUpDown nmrVertical;
  1049. private System.Windows.Forms.Label lblVertical;
  1050. private System.Windows.Forms.NumericUpDown nmrHorizontal;
  1051. private System.Windows.Forms.Label lblHorizontal;
  1052. private System.Windows.Forms.NumericUpDown nmrPrintRecord;
  1053. private System.Windows.Forms.Label lblPrintRecord;
  1054. private System.Windows.Forms.Label lblSkip;
  1055. private System.Windows.Forms.NumericUpDown nmrSkip;
  1056. private System.Windows.Forms.RadioButton rbtnMultiPrint;
  1057. private System.Windows.Forms.CheckBox cbxBackground;
  1058. private System.Windows.Forms.PrintDialog printDialog;
  1059. private System.Windows.Forms.PageSetupDialog pageSetupDialog;
  1060. private Basics.BaseControls.C_Label lblInvoiceName;
  1061. private Basics.BaseControls.C_Label lblInvoiceType;
  1062. private Basics.BaseControls.C_Label c_Label1;
  1063. private Basics.BaseControls.C_Label dkInvoiceSize;
  1064. private WinForm.Controls.TxtTextBox txtInvoiceSize;
  1065. private WinForm.Controls.TxtTextBox txtRemarks;
  1066. private WinForm.Controls.TxtTextBox txtGoodsType;
  1067. private WinForm.Controls.TxtTextBox txtInvoiceName;
  1068. private WinForm.Controls.TxtTextBox txtLogo;
  1069. private Basics.BaseControls.C_Label c_Label2;
  1070. }
  1071. }