| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_0103_2
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|