F_MST_012006.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.Controls
  3. {
  4. partial class F_MST_012006
  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(F_MST_012006));
  30. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  31. this.txtPrintCopies = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
  32. this.layoutBox = new Dongke.WinForm.Controls.InvoiceLayout.LayoutBox();
  33. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.btnPrint = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.SuspendLayout();
  37. //
  38. // txtBarcode
  39. //
  40. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  41. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  42. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  43. this.txtBarcode.ErrorMessage = "";
  44. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.txtBarcode.ImeMode = System.Windows.Forms.ImeMode.Off;
  46. this.txtBarcode.Location = new System.Drawing.Point(71, 12);
  47. this.txtBarcode.MaxLength = 50;
  48. this.txtBarcode.Name = "txtBarcode";
  49. this.txtBarcode.Size = new System.Drawing.Size(159, 21);
  50. this.txtBarcode.TabIndex = 1;
  51. this.txtBarcode.TextValue = "";
  52. this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress);
  53. //
  54. // txtPrintCopies
  55. //
  56. this.txtPrintCopies.BackColor = System.Drawing.SystemColors.Window;
  57. this.txtPrintCopies.BackgroundColor = System.Drawing.SystemColors.Window;
  58. this.txtPrintCopies.DataValue = new decimal(new int[] {
  59. 1,
  60. 0,
  61. 0,
  62. 0});
  63. this.txtPrintCopies.EditingControlFormattedValue = "1";
  64. this.txtPrintCopies.ErrorMessage = "";
  65. this.txtPrintCopies.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.txtPrintCopies.ImeMode = System.Windows.Forms.ImeMode.Off;
  67. this.txtPrintCopies.IsMustInput = true;
  68. this.txtPrintCopies.Location = new System.Drawing.Point(295, 12);
  69. this.txtPrintCopies.MaxLength = 2;
  70. this.txtPrintCopies.MaxValue = new decimal(new int[] {
  71. 10,
  72. 0,
  73. 0,
  74. 0});
  75. this.txtPrintCopies.MinValue = new decimal(new int[] {
  76. 1,
  77. 0,
  78. 0,
  79. 0});
  80. this.txtPrintCopies.Name = "txtPrintCopies";
  81. this.txtPrintCopies.Number = new System.Drawing.Point(2, 0);
  82. this.txtPrintCopies.Size = new System.Drawing.Size(54, 21);
  83. this.txtPrintCopies.TabIndex = 2;
  84. this.txtPrintCopies.Text = "1";
  85. this.txtPrintCopies.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  86. this.txtPrintCopies.TextValue = "1";
  87. //
  88. // layoutBox
  89. //
  90. this.layoutBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  91. | System.Windows.Forms.AnchorStyles.Left)
  92. | System.Windows.Forms.AnchorStyles.Right)));
  93. this.layoutBox.GridDataSource = null;
  94. this.layoutBox.LayoutMode = Dongke.WinForm.Controls.InvoiceLayout.LayoutMode.Preview;
  95. this.layoutBox.Location = new System.Drawing.Point(12, 39);
  96. this.layoutBox.Name = "layoutBox";
  97. this.layoutBox.PaperSize = ((System.Drawing.Printing.PaperSize)(resources.GetObject("layoutBox.PaperSize")));
  98. this.layoutBox.PrinterSettings = ((System.Drawing.Printing.PrinterSettings)(resources.GetObject("layoutBox.PrinterSettings")));
  99. this.layoutBox.Size = new System.Drawing.Size(560, 498);
  100. this.layoutBox.TabIndex = 3;
  101. this.layoutBox.TabStop = false;
  102. //
  103. // c_Label1
  104. //
  105. this.c_Label1.AutoSize = true;
  106. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  107. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  109. this.c_Label1.IsMustInput = true;
  110. this.c_Label1.Location = new System.Drawing.Point(12, 15);
  111. this.c_Label1.Name = "c_Label1";
  112. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  113. this.c_Label1.TabIndex = 4;
  114. this.c_Label1.Text = "产品条码";
  115. //
  116. // c_Label2
  117. //
  118. this.c_Label2.AutoSize = true;
  119. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  120. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.c_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  122. this.c_Label2.IsMustInput = true;
  123. this.c_Label2.Location = new System.Drawing.Point(236, 16);
  124. this.c_Label2.Name = "c_Label2";
  125. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  126. this.c_Label2.TabIndex = 4;
  127. this.c_Label2.Text = "打印份数";
  128. //
  129. // btnPrint
  130. //
  131. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  132. this.btnPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrint.BackgroundImage")));
  133. this.btnPrint.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.btnPrint.ForeColor = System.Drawing.Color.White;
  135. this.btnPrint.Location = new System.Drawing.Point(355, 4);
  136. this.btnPrint.Name = "btnPrint";
  137. this.btnPrint.Size = new System.Drawing.Size(85, 33);
  138. this.btnPrint.TabIndex = 5;
  139. this.btnPrint.Text = "打印(&P)";
  140. this.btnPrint.UseVisualStyleBackColor = false;
  141. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  142. //
  143. // F_MST_012006
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.ClientSize = new System.Drawing.Size(584, 562);
  148. this.Controls.Add(this.btnPrint);
  149. this.Controls.Add(this.c_Label2);
  150. this.Controls.Add(this.c_Label1);
  151. this.Controls.Add(this.layoutBox);
  152. this.Controls.Add(this.txtPrintCopies);
  153. this.Controls.Add(this.txtBarcode);
  154. this.Name = "F_MST_012006";
  155. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  156. this.Text = "条码补打";
  157. this.Controls.SetChildIndex(this.txtBarcode, 0);
  158. this.Controls.SetChildIndex(this.txtPrintCopies, 0);
  159. this.Controls.SetChildIndex(this.layoutBox, 0);
  160. this.Controls.SetChildIndex(this.c_Label1, 0);
  161. this.Controls.SetChildIndex(this.c_Label2, 0);
  162. this.Controls.SetChildIndex(this.btnPrint, 0);
  163. this.ResumeLayout(false);
  164. this.PerformLayout();
  165. }
  166. #endregion
  167. private Basics.BaseControls.C_TXT_BarCode txtBarcode;
  168. private Basics.BaseControls.C_DGV_Digital txtPrintCopies;
  169. private WinForm.Controls.InvoiceLayout.LayoutBox layoutBox;
  170. private Basics.BaseControls.C_Label c_Label1;
  171. private Basics.BaseControls.C_Label c_Label2;
  172. private Basics.BaseControls.C_Button btnPrint;
  173. }
  174. }