ldj/wince/DeiNiuWmsWINCE/forms/About.Designer.cs

111 lines
4.0 KiB
C#
Raw Permalink Normal View History

2023-05-23 16:13:17 +08:00
namespace DeiNiu.Wms.CE.forms
{
partial class About
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lbSn = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lbSvr = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label2
//
this.label2.Location = new System.Drawing.Point(0, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 20);
this.label2.Text = "版本:";
//
// label3
//
this.label3.Location = new System.Drawing.Point(62, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 20);
this.label3.Text = "V1.00";
//
// lbSn
//
this.lbSn.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.lbSn.Location = new System.Drawing.Point(3, 78);
this.lbSn.Name = "lbSn";
this.lbSn.Size = new System.Drawing.Size(236, 46);
//
// label5
//
this.label5.Location = new System.Drawing.Point(0, 34);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 20);
this.label5.Text = "服务:";
//
// label1
//
this.label1.Location = new System.Drawing.Point(62, 124);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 20);
this.label1.Text = " ";
//
// lbSvr
//
this.lbSvr.Location = new System.Drawing.Point(62, 34);
this.lbSvr.Name = "lbSvr";
this.lbSvr.Size = new System.Drawing.Size(177, 20);
//
// About
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(243, 144);
this.Controls.Add(this.lbSvr);
this.Controls.Add(this.label1);
this.Controls.Add(this.label5);
this.Controls.Add(this.lbSn);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "About";
this.Text = "仓储管理系统";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lbSn;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lbSvr;
}
}