DHDHSoftware/DHSoftware/Views/​MotionControl.Designer.cs

45 lines
1.2 KiB
C#
Raw Normal View History

2025-03-16 13:14:05 +08:00
namespace DHSoftware.Views
{
partial class _MotionControl
{
/// <summary>
2025-03-18 14:20:11 +08:00
/// 必需的设计器变量
2025-03-16 13:14:05 +08:00
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
2025-03-18 14:20:11 +08:00
/// 清理所有正在使用的资源
2025-03-16 13:14:05 +08:00
/// </summary>
2025-03-18 14:20:11 +08:00
/// <param name="disposing">如果应释放托管资源,为 true否则为 false </param>
2025-03-16 13:14:05 +08:00
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
2025-03-18 14:20:11 +08:00
/// 使用代码编辑器修改此方法的内容
2025-03-16 13:14:05 +08:00
/// </summary>
private void InitializeComponent()
{
SuspendLayout();
//
// _MotionControl
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Name = "_MotionControl";
Size = new Size(782, 481);
ResumeLayout(false);
}
#endregion
}
}