namespace JJMediSys { partial class ItemsShow { /// /// 必需的设计器变量。 /// 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.LabID = new System.Windows.Forms.Label(); this.LabCode = new System.Windows.Forms.Label(); this.LabTube = new System.Windows.Forms.Label(); this.SuspendLayout(); // // LabID // this.LabID.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LabID.ForeColor = System.Drawing.Color.Teal; this.LabID.Location = new System.Drawing.Point(7, 4); this.LabID.Name = "LabID"; this.LabID.Size = new System.Drawing.Size(43, 42); this.LabID.TabIndex = 0; this.LabID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // LabCode // this.LabCode.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LabCode.ForeColor = System.Drawing.Color.Teal; this.LabCode.Location = new System.Drawing.Point(56, 4); this.LabCode.Name = "LabCode"; this.LabCode.Size = new System.Drawing.Size(230, 42); this.LabCode.TabIndex = 1; this.LabCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.LabCode.Click += new System.EventHandler(this.LabCode_Click); // // LabTube // this.LabTube.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LabTube.ForeColor = System.Drawing.Color.Teal; this.LabTube.Location = new System.Drawing.Point(292, 4); this.LabTube.Name = "LabTube"; this.LabTube.Size = new System.Drawing.Size(243, 42); this.LabTube.TabIndex = 2; this.LabTube.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ItemsShow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.BackgroundImage = global::JJMediSys.Properties.Resources.Items; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Controls.Add(this.LabTube); this.Controls.Add(this.LabCode); this.Controls.Add(this.LabID); this.DoubleBuffered = true; this.Name = "ItemsShow"; this.Size = new System.Drawing.Size(545, 54); this.Load += new System.EventHandler(this.ItemsShow_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label LabID; private System.Windows.Forms.Label LabCode; private System.Windows.Forms.Label LabTube; } }