Files
tj-tzhg/JJMediSys/ItemsShow.Designer.cs

92 lines
3.8 KiB
C#
Raw Normal View History

2025-11-26 17:20:53 +08:00
namespace JJMediSys
{
partial class ItemsShow
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
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;
}
}