namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_0103_1 { /// /// 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() { this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip(); this.tsbtnClearBarCode = new System.Windows.Forms.ToolStripButton(); this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.txtBarCodes = new System.Windows.Forms.TextBox(); this.tsbtnBindss = new System.Windows.Forms.ToolStripButton(); this.pnlBack.SuspendLayout(); this.tsrSupplier.SuspendLayout(); this.SuspendLayout(); // // pnlBack // this.pnlBack.Controls.Add(this.txtBarCodes); this.pnlBack.Controls.Add(this.tsrSupplier); this.pnlBack.Size = new System.Drawing.Size(340, 355); // // tsrSupplier // this.tsrSupplier.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrSupplier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnBindss, this.tsbtnClearBarCode, this.toolStripSeparator4, this.tsbtnClearCondition, this.tsbtnClose}); this.tsrSupplier.Location = new System.Drawing.Point(0, 0); this.tsrSupplier.Name = "tsrSupplier"; this.tsrSupplier.Size = new System.Drawing.Size(340, 35); this.tsrSupplier.TabIndex = 4; this.tsrSupplier.Text = "tsrToolStrip1"; // // tsbtnClearBarCode // this.tsbtnClearBarCode.AutoSize = false; this.tsbtnClearBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClearBarCode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClearBarCode.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClearBarCode.Name = "tsbtnClearBarCode"; this.tsbtnClearBarCode.Size = new System.Drawing.Size(60, 25); this.tsbtnClearBarCode.Text = "取消(&R)"; this.tsbtnClearBarCode.Click += new System.EventHandler(this.tsbtnClearBarCode_Click); // // tsbtnClearCondition // this.tsbtnClearCondition.AutoSize = false; this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClearCondition.Name = "tsbtnClearCondition"; this.tsbtnClearCondition.Size = new System.Drawing.Size(60, 25); this.tsbtnClearCondition.Text = "清空(&C)"; this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click); // // toolStripSeparator4 // this.toolStripSeparator4.AutoSize = false; this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // tsbtnClose // this.tsbtnClose.AutoSize = false; this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(60, 25); this.tsbtnClose.Text = "关闭(&X)"; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // txtBarCodes // this.txtBarCodes.Dock = System.Windows.Forms.DockStyle.Fill; this.txtBarCodes.Location = new System.Drawing.Point(0, 35); this.txtBarCodes.Multiline = true; this.txtBarCodes.Name = "txtBarCodes"; this.txtBarCodes.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtBarCodes.Size = new System.Drawing.Size(340, 320); this.txtBarCodes.TabIndex = 5; this.txtBarCodes.WordWrap = false; // // tsbtnBindss // this.tsbtnBindss.AutoSize = false; this.tsbtnBindss.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnBindss.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnBindss.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnBindss.Name = "tsbtnBindss"; this.tsbtnBindss.Size = new System.Drawing.Size(60, 25); this.tsbtnBindss.Text = "绑定(&S)"; this.tsbtnBindss.Click += new System.EventHandler(this.tsbtnBindss_Click); // // F_PM_0103_1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(340, 377); this.MaximizeBox = true; this.MinimizeBox = true; this.Name = "F_PM_0103_1"; this.Text = "批量绑定条码"; this.pnlBack.ResumeLayout(false); this.pnlBack.PerformLayout(); this.tsrSupplier.ResumeLayout(false); this.tsrSupplier.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private WinForm.Controls.TsrToolStrip tsrSupplier; private System.Windows.Forms.ToolStripButton tsbtnClearBarCode; private System.Windows.Forms.ToolStripButton tsbtnClearCondition; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.TextBox txtBarCodes; private System.Windows.Forms.ToolStripButton tsbtnBindss; } }