namespace WarM 
 | 
{ 
 | 
    partial class Gy_BarCodeEdit 
 | 
    { 
 | 
        /// <summary> 
 | 
        /// 必需的设计器变量。 
 | 
        /// </summary> 
 | 
        private System.ComponentModel.IContainer components = null; 
 | 
  
 | 
        /// <summary> 
 | 
        /// 清理所有正在使用的资源。 
 | 
        /// </summary> 
 | 
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> 
 | 
        protected override void Dispose(bool disposing) 
 | 
        { 
 | 
            if (disposing && (components != null)) 
 | 
            { 
 | 
                components.Dispose(); 
 | 
            } 
 | 
            base.Dispose(disposing); 
 | 
        } 
 | 
  
 | 
        #region Windows 窗体设计器生成的代码 
 | 
  
 | 
        /// <summary> 
 | 
        /// 设计器支持所需的方法 - 不要 
 | 
        /// 使用代码编辑器修改此方法的内容。 
 | 
        /// </summary> 
 | 
        private void InitializeComponent() 
 | 
        { 
 | 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_BarCodeEdit)); 
 | 
            this.Tool = new System.Windows.Forms.ToolStrip(); 
 | 
            this.dc = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.set = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.dy = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.yl = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.cx = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.sx = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.del = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.back = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.mrlk = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.bclk = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.panel1 = new System.Windows.Forms.Panel(); 
 | 
            this.txtHBarCode = new System.Windows.Forms.TextBox(); 
 | 
            this.label1 = new System.Windows.Forms.Label(); 
 | 
            this.grdMain = new System.Windows.Forms.DataGridView(); 
 | 
            this.grdSum = new System.Windows.Forms.DataGridView(); 
 | 
            this.Tool.SuspendLayout(); 
 | 
            this.panel1.SuspendLayout(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // Tool 
 | 
            //  
 | 
            this.Tool.AutoSize = false; 
 | 
            this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage"))); 
 | 
            this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; 
 | 
            this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); 
 | 
            this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
 | 
            this.dc, 
 | 
            this.toolStripSeparator10, 
 | 
            this.set, 
 | 
            this.dy, 
 | 
            this.yl, 
 | 
            this.toolStripSeparator2, 
 | 
            this.cx, 
 | 
            this.sx, 
 | 
            this.del, 
 | 
            this.toolStripSeparator1, 
 | 
            this.back, 
 | 
            this.toolStripSeparator9, 
 | 
            this.mrlk, 
 | 
            this.toolStripSeparator7, 
 | 
            this.bclk, 
 | 
            this.toolStripSeparator8}); 
 | 
            this.Tool.Location = new System.Drawing.Point(0, 0); 
 | 
            this.Tool.Name = "Tool"; 
 | 
            this.Tool.Padding = new System.Windows.Forms.Padding(0); 
 | 
            this.Tool.Size = new System.Drawing.Size(843, 50); 
 | 
            this.Tool.Stretch = true; 
 | 
            this.Tool.TabIndex = 17; 
 | 
            this.Tool.Text = "toolStrip1"; 
 | 
            //  
 | 
            // dc 
 | 
            //  
 | 
            this.dc.AutoSize = false; 
 | 
            this.dc.Image = ((System.Drawing.Image)(resources.GetObject("dc.Image"))); 
 | 
            this.dc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.dc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.dc.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.dc.Name = "dc"; 
 | 
            this.dc.Size = new System.Drawing.Size(36, 47); 
 | 
            this.dc.Text = "引出"; 
 | 
            this.dc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.dc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.dc.Click += new System.EventHandler(this.dc_Click); 
 | 
            //  
 | 
            // toolStripSeparator10 
 | 
            //  
 | 
            this.toolStripSeparator10.Name = "toolStripSeparator10"; 
 | 
            this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // set 
 | 
            //  
 | 
            this.set.AutoSize = false; 
 | 
            this.set.Image = ((System.Drawing.Image)(resources.GetObject("set.Image"))); 
 | 
            this.set.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.set.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.set.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.set.Name = "set"; 
 | 
            this.set.Size = new System.Drawing.Size(36, 47); 
 | 
            this.set.Text = "设置"; 
 | 
            this.set.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.set.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            //  
 | 
            // dy 
 | 
            //  
 | 
            this.dy.AutoSize = false; 
 | 
            this.dy.Image = ((System.Drawing.Image)(resources.GetObject("dy.Image"))); 
 | 
            this.dy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.dy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.dy.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.dy.Name = "dy"; 
 | 
            this.dy.Size = new System.Drawing.Size(36, 47); 
 | 
            this.dy.Text = "打印"; 
 | 
            this.dy.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.dy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            //  
 | 
            // yl 
 | 
            //  
 | 
            this.yl.AutoSize = false; 
 | 
            this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image"))); 
 | 
            this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.yl.ImageTransparentColor = System.Drawing.Color.Magenta; 
 | 
            this.yl.Name = "yl"; 
 | 
            this.yl.Size = new System.Drawing.Size(36, 47); 
 | 
            this.yl.Text = "预览"; 
 | 
            this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            //  
 | 
            // toolStripSeparator2 
 | 
            //  
 | 
            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
 | 
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // cx 
 | 
            //  
 | 
            this.cx.AutoSize = false; 
 | 
            this.cx.Image = ((System.Drawing.Image)(resources.GetObject("cx.Image"))); 
 | 
            this.cx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.cx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.cx.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.cx.Name = "cx"; 
 | 
            this.cx.Size = new System.Drawing.Size(36, 47); 
 | 
            this.cx.Text = "查询"; 
 | 
            this.cx.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.cx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            //  
 | 
            // sx 
 | 
            //  
 | 
            this.sx.AutoSize = false; 
 | 
            this.sx.Image = ((System.Drawing.Image)(resources.GetObject("sx.Image"))); 
 | 
            this.sx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.sx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.sx.ImageTransparentColor = System.Drawing.Color.Magenta; 
 | 
            this.sx.Name = "sx"; 
 | 
            this.sx.Size = new System.Drawing.Size(36, 47); 
 | 
            this.sx.Text = "刷新"; 
 | 
            this.sx.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.sx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.sx.Click += new System.EventHandler(this.sx_Click); 
 | 
            //  
 | 
            // del 
 | 
            //  
 | 
            this.del.AutoSize = false; 
 | 
            this.del.Image = ((System.Drawing.Image)(resources.GetObject("del.Image"))); 
 | 
            this.del.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.del.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.del.ImageTransparentColor = System.Drawing.Color.Magenta; 
 | 
            this.del.Name = "del"; 
 | 
            this.del.Size = new System.Drawing.Size(35, 47); 
 | 
            this.del.Text = "删除"; 
 | 
            this.del.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.del.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.del.Click += new System.EventHandler(this.del_Click); 
 | 
            //  
 | 
            // toolStripSeparator1 
 | 
            //  
 | 
            this.toolStripSeparator1.Name = "toolStripSeparator1"; 
 | 
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // back 
 | 
            //  
 | 
            this.back.AutoSize = false; 
 | 
            this.back.Image = ((System.Drawing.Image)(resources.GetObject("back.Image"))); 
 | 
            this.back.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.back.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.back.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.back.Name = "back"; 
 | 
            this.back.Size = new System.Drawing.Size(36, 47); 
 | 
            this.back.Text = "返回"; 
 | 
            this.back.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.back.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.back.Click += new System.EventHandler(this.back_Click); 
 | 
            //  
 | 
            // toolStripSeparator9 
 | 
            //  
 | 
            this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.toolStripSeparator9.Name = "toolStripSeparator9"; 
 | 
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // mrlk 
 | 
            //  
 | 
            this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image"))); 
 | 
            this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.mrlk.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.mrlk.Name = "mrlk"; 
 | 
            this.mrlk.Size = new System.Drawing.Size(60, 47); 
 | 
            this.mrlk.Text = "默认列宽"; 
 | 
            this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.mrlk.Click += new System.EventHandler(this.mrlk_Click); 
 | 
            //  
 | 
            // toolStripSeparator7 
 | 
            //  
 | 
            this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.toolStripSeparator7.Name = "toolStripSeparator7"; 
 | 
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // bclk 
 | 
            //  
 | 
            this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image"))); 
 | 
            this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.bclk.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.bclk.Name = "bclk"; 
 | 
            this.bclk.Size = new System.Drawing.Size(60, 47); 
 | 
            this.bclk.Text = "保存列宽"; 
 | 
            this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.bclk.Click += new System.EventHandler(this.bclk_Click); 
 | 
            //  
 | 
            // toolStripSeparator8 
 | 
            //  
 | 
            this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.toolStripSeparator8.Name = "toolStripSeparator8"; 
 | 
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // panel1 
 | 
            //  
 | 
            this.panel1.BackColor = System.Drawing.Color.Lavender; 
 | 
            this.panel1.Controls.Add(this.txtHBarCode); 
 | 
            this.panel1.Controls.Add(this.label1); 
 | 
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top; 
 | 
            this.panel1.Location = new System.Drawing.Point(0, 50); 
 | 
            this.panel1.Name = "panel1"; 
 | 
            this.panel1.Size = new System.Drawing.Size(843, 51); 
 | 
            this.panel1.TabIndex = 18; 
 | 
            //  
 | 
            // txtHBarCode 
 | 
            //  
 | 
            this.txtHBarCode.Location = new System.Drawing.Point(84, 15); 
 | 
            this.txtHBarCode.Name = "txtHBarCode"; 
 | 
            this.txtHBarCode.Size = new System.Drawing.Size(421, 21); 
 | 
            this.txtHBarCode.TabIndex = 1; 
 | 
            this.txtHBarCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBarCode_KeyDown); 
 | 
            //  
 | 
            // label1 
 | 
            //  
 | 
            this.label1.AutoSize = true; 
 | 
            this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 
 | 
            this.label1.Location = new System.Drawing.Point(22, 18); 
 | 
            this.label1.Name = "label1"; 
 | 
            this.label1.Size = new System.Drawing.Size(52, 12); 
 | 
            this.label1.TabIndex = 0; 
 | 
            this.label1.Text = "条   码"; 
 | 
            //  
 | 
            // grdMain 
 | 
            //  
 | 
            this.grdMain.AllowUserToAddRows = false; 
 | 
            this.grdMain.AllowUserToDeleteRows = false; 
 | 
            this.grdMain.BackgroundColor = System.Drawing.Color.White; 
 | 
            this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
 | 
            this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.grdMain.Location = new System.Drawing.Point(0, 101); 
 | 
            this.grdMain.Name = "grdMain"; 
 | 
            this.grdMain.ReadOnly = true; 
 | 
            this.grdMain.RowTemplate.Height = 23; 
 | 
            this.grdMain.Size = new System.Drawing.Size(843, 340); 
 | 
            this.grdMain.TabIndex = 19; 
 | 
            this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); 
 | 
            this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint); 
 | 
            this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); 
 | 
            //this.grdMain.Click += new System.EventHandler(this.grdMain_Click); 
 | 
            //  
 | 
            // grdSum 
 | 
            //  
 | 
            this.grdSum.AllowUserToAddRows = false; 
 | 
            this.grdSum.AllowUserToDeleteRows = false; 
 | 
            this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; 
 | 
            this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
 | 
            this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; 
 | 
            this.grdSum.Location = new System.Drawing.Point(0, 441); 
 | 
            this.grdSum.Name = "grdSum"; 
 | 
            this.grdSum.ReadOnly = true; 
 | 
            this.grdSum.RowTemplate.Height = 23; 
 | 
            this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; 
 | 
            this.grdSum.Size = new System.Drawing.Size(843, 19); 
 | 
            this.grdSum.TabIndex = 51; 
 | 
            //  
 | 
            // Gy_BarCodeEdit 
 | 
            //  
 | 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
 | 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
 | 
            this.ClientSize = new System.Drawing.Size(843, 460); 
 | 
            this.ControlBox = false; 
 | 
            this.Controls.Add(this.grdMain); 
 | 
            this.Controls.Add(this.grdSum); 
 | 
            this.Controls.Add(this.panel1); 
 | 
            this.Controls.Add(this.Tool); 
 | 
            this.MaximizeBox = false; 
 | 
            this.MinimizeBox = false; 
 | 
            this.Name = "Gy_BarCodeEdit"; 
 | 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
 | 
            this.Text = "条码管理"; 
 | 
            this.Load += new System.EventHandler(this.Gy_BarCodeEdit_Load); 
 | 
            this.Tool.ResumeLayout(false); 
 | 
            this.Tool.PerformLayout(); 
 | 
            this.panel1.ResumeLayout(false); 
 | 
            this.panel1.PerformLayout(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); 
 | 
            this.ResumeLayout(false); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.ToolStrip Tool; 
 | 
        private System.Windows.Forms.ToolStripButton dc; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; 
 | 
        private System.Windows.Forms.ToolStripButton set; 
 | 
        private System.Windows.Forms.ToolStripButton dy; 
 | 
        private System.Windows.Forms.ToolStripButton yl; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 
 | 
        private System.Windows.Forms.ToolStripButton cx; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 
 | 
        private System.Windows.Forms.ToolStripButton back; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; 
 | 
        private System.Windows.Forms.ToolStripButton mrlk; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; 
 | 
        private System.Windows.Forms.ToolStripButton bclk; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; 
 | 
        private System.Windows.Forms.Panel panel1; 
 | 
        private System.Windows.Forms.DataGridView grdMain; 
 | 
        private System.Windows.Forms.DataGridView grdSum; 
 | 
        private System.Windows.Forms.TextBox txtHBarCode; 
 | 
        private System.Windows.Forms.Label label1; 
 | 
        private System.Windows.Forms.ToolStripButton sx; 
 | 
        private System.Windows.Forms.ToolStripButton del; 
 | 
    } 
 | 
} 
 |