namespace 鲁尔圆锥接头测试仪
{
partial class main
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.uiLabel1 = new Sunny.UI.UILabel();
this.SuspendLayout();
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("仿宋", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.ForeColor = System.Drawing.Color.Red;
this.uiLabel1.Location = new System.Drawing.Point(207, 275);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(606, 171);
this.uiLabel1.TabIndex = 0;
this.uiLabel1.Text = "鲁尔圆锥接头测试仪";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// main
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackgroundImage = global::鲁尔圆锥接头测试仪.Properties.Resources.底图;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(1000, 700);
this.Controls.Add(this.uiLabel1);
this.Name = "main";
this.Text = "主页";
this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 800, 450);
this.Load += new System.EventHandler(this.main_Load);
this.Click += new System.EventHandler(this.main_Click);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UILabel uiLabel1;
}
}