|
|
namespace Mesnac.Controls.Feeding
|
|
|
{
|
|
|
partial class RecipeInfo
|
|
|
{
|
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.ForeColor = System.Drawing.Color.Yellow;
|
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label1.TabIndex = 0;
|
|
|
this.label1.Text = "label1";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.ForeColor = System.Drawing.Color.Yellow;
|
|
|
this.label2.Location = new System.Drawing.Point(31, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label2.TabIndex = 1;
|
|
|
this.label2.Text = "label2";
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.ForeColor = System.Drawing.Color.Yellow;
|
|
|
this.label3.Location = new System.Drawing.Point(94, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label3.TabIndex = 2;
|
|
|
this.label3.Text = "label3";
|
|
|
//
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.ForeColor = System.Drawing.Color.Yellow;
|
|
|
this.label4.Location = new System.Drawing.Point(144, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label4.TabIndex = 3;
|
|
|
this.label4.Text = "label4";
|
|
|
//
|
|
|
// RecipeInfo
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.Controls.Add(this.label4);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
this.Name = "RecipeInfo";
|
|
|
this.Size = new System.Drawing.Size(190, 14);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
}
|
|
|
}
|