添加项目文件。

This commit is contained in:
xyy
2026-02-07 10:58:56 +08:00
parent 6b16bd8336
commit e6b119b484
401 changed files with 530791 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
namespace
{
partial class main
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}