namespace IMCS { partial class Uctrl_Product { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.lb_Product = new System.Windows.Forms.Label(); this.lb_Carrier = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // panel1 // this.lb_Product.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(204)))), ((int)(((byte)(255))))); this.lb_Product.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Product.Dock = System.Windows.Forms.DockStyle.Fill; this.lb_Product.Location = new System.Drawing.Point(0, 0); this.lb_Product.Name = "panel1"; this.lb_Product.Size = new System.Drawing.Size(118, 36); this.lb_Product.TabIndex = 4; lb_Product.AutoSize = false; // // panel2 // this.lb_Carrier.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255))))); this.lb_Carrier.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lb_Carrier.Dock = System.Windows.Forms.DockStyle.Bottom; this.lb_Carrier.Location = new System.Drawing.Point(0, 36); this.lb_Carrier.Name = "panel2"; this.lb_Carrier.Size = new System.Drawing.Size(118, 28); this.lb_Carrier.TabIndex = 5; lb_Carrier.AutoSize = false; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255))))); this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 64); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(118, 28); this.panel3.TabIndex = 6; panel3.AutoSize = false; // // Uctrl_Product // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lb_Product); this.Controls.Add(this.lb_Carrier); this.Controls.Add(this.panel3); this.Name = "Uctrl_Product"; this.Size = new System.Drawing.Size(118, 92); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lb_Product; private System.Windows.Forms.Label lb_Carrier; private System.Windows.Forms.Label panel3; } }