namespace Dongke.IBOSS.PRD.Client.Controls { partial class F_MST_013006 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_013006)); this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode(); this.txtPrintCopies = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital(); this.layoutBox = new Dongke.WinForm.Controls.InvoiceLayout.LayoutBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnPrint = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.SuspendLayout(); // // txtBarcode // this.txtBarcode.BackColor = System.Drawing.SystemColors.Window; this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBarcode.ErrorMessage = ""; this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarcode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtBarcode.Location = new System.Drawing.Point(71, 12); this.txtBarcode.MaxLength = 50; this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(159, 21); this.txtBarcode.TabIndex = 1; this.txtBarcode.TextValue = ""; this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress); // // txtPrintCopies // this.txtPrintCopies.BackColor = System.Drawing.SystemColors.Window; this.txtPrintCopies.BackgroundColor = System.Drawing.SystemColors.Window; this.txtPrintCopies.DataValue = new decimal(new int[] { 1, 0, 0, 0}); this.txtPrintCopies.EditingControlFormattedValue = "1"; this.txtPrintCopies.ErrorMessage = ""; this.txtPrintCopies.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPrintCopies.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtPrintCopies.IsMustInput = true; this.txtPrintCopies.Location = new System.Drawing.Point(295, 12); this.txtPrintCopies.MaxLength = 2; this.txtPrintCopies.MaxValue = new decimal(new int[] { 10, 0, 0, 0}); this.txtPrintCopies.MinValue = new decimal(new int[] { 1, 0, 0, 0}); this.txtPrintCopies.Name = "txtPrintCopies"; this.txtPrintCopies.Number = new System.Drawing.Point(2, 0); this.txtPrintCopies.Size = new System.Drawing.Size(54, 21); this.txtPrintCopies.TabIndex = 2; this.txtPrintCopies.Text = "1"; this.txtPrintCopies.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtPrintCopies.TextValue = "1"; // // layoutBox // this.layoutBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.layoutBox.GridDataSource = null; this.layoutBox.LayoutMode = Dongke.WinForm.Controls.InvoiceLayout.LayoutMode.Preview; this.layoutBox.Location = new System.Drawing.Point(12, 39); this.layoutBox.Name = "layoutBox"; this.layoutBox.PaperSize = ((System.Drawing.Printing.PaperSize)(resources.GetObject("layoutBox.PaperSize"))); this.layoutBox.PrinterSettings = ((System.Drawing.Printing.PrinterSettings)(resources.GetObject("layoutBox.PrinterSettings"))); this.layoutBox.Size = new System.Drawing.Size(560, 498); this.layoutBox.TabIndex = 3; this.layoutBox.TabStop = false; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.c_Label1.IsMustInput = true; this.c_Label1.Location = new System.Drawing.Point(12, 15); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 4; this.c_Label1.Text = "产品条码"; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.c_Label2.IsMustInput = true; this.c_Label2.Location = new System.Drawing.Point(236, 16); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 4; this.c_Label2.Text = "打印份数"; // // btnPrint // this.btnPrint.BackColor = System.Drawing.Color.Transparent; this.btnPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrint.BackgroundImage"))); this.btnPrint.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPrint.ForeColor = System.Drawing.Color.White; this.btnPrint.Location = new System.Drawing.Point(355, 4); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(85, 33); this.btnPrint.TabIndex = 5; this.btnPrint.Text = "打印(&P)"; this.btnPrint.UseVisualStyleBackColor = false; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click); // // F_MST_013006 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(584, 562); this.Controls.Add(this.btnPrint); this.Controls.Add(this.c_Label2); this.Controls.Add(this.c_Label1); this.Controls.Add(this.layoutBox); this.Controls.Add(this.txtPrintCopies); this.Controls.Add(this.txtBarcode); this.Name = "F_MST_013006"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "条码补打"; this.Controls.SetChildIndex(this.txtBarcode, 0); this.Controls.SetChildIndex(this.txtPrintCopies, 0); this.Controls.SetChildIndex(this.layoutBox, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.btnPrint, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_TXT_BarCode txtBarcode; private Basics.BaseControls.C_DGV_Digital txtPrintCopies; private WinForm.Controls.InvoiceLayout.LayoutBox layoutBox; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_Button btnPrint; } }