62 lines
2.2 KiB
C#
62 lines
2.2 KiB
C#
|
|
namespace 鞋子止滑性能测试仪
|
|||
|
|
{
|
|||
|
|
partial class Form_Data
|
|||
|
|
{
|
|||
|
|
/// <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.uiLine1 = new Sunny.UI.UILine();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// uiLine1
|
|||
|
|
//
|
|||
|
|
this.uiLine1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.uiLine1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.uiLine1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|||
|
|
this.uiLine1.Location = new System.Drawing.Point(3, 84);
|
|||
|
|
this.uiLine1.MinimumSize = new System.Drawing.Size(1, 1);
|
|||
|
|
this.uiLine1.Name = "uiLine1";
|
|||
|
|
this.uiLine1.Size = new System.Drawing.Size(794, 29);
|
|||
|
|
this.uiLine1.TabIndex = 0;
|
|||
|
|
this.uiLine1.Text = "uiLine1";
|
|||
|
|
//
|
|||
|
|
// Form_Data
|
|||
|
|
//
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|||
|
|
this.Controls.Add(this.uiLine1);
|
|||
|
|
this.Name = "Form_Data";
|
|||
|
|
this.Text = "Form_Data";
|
|||
|
|
this.ZoomScaleRect = new System.Drawing.Rectangle(19, 19, 800, 450);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private Sunny.UI.UILine uiLine1;
|
|||
|
|
}
|
|||
|
|
}
|