namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_0103_2
{
///
/// 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.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.txtBarCodes = new System.Windows.Forms.TextBox();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
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, 256);
//
// 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.toolStripLabel1,
this.toolStripSeparator1,
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";
//
// 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.ReadOnly = true;
this.txtBarCodes.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtBarCodes.Size = new System.Drawing.Size(340, 221);
this.txtBarCodes.TabIndex = 5;
this.txtBarCodes.WordWrap = false;
//
// toolStripLabel1
//
this.toolStripLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripLabel1.ForeColor = System.Drawing.Color.Red;
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(174, 32);
this.toolStripLabel1.Text = "以下数据没有匹配到注浆信息";
//
// toolStripSeparator1
//
this.toolStripSeparator1.AutoSize = false;
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// F_PM_0103_2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(340, 278);
this.MaximizeBox = true;
this.MinimizeBox = true;
this.Name = "F_PM_0103_2";
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 tsbtnClose;
private System.Windows.Forms.TextBox txtBarCodes;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
}
}