Files
6150-HMI/CowainHmi/S1/DlgS1AxisDebug.Designer.cs
2026-01-15 15:06:36 +08:00

71 lines
2.5 KiB
C#

namespace CowainHmi
{
partial class DlgS1AxisDebug
{
/// <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.axisDebug2 = new CowainHmi.AxisDebug();
this.SuspendLayout();
//
// axisDebug2
//
this.axisDebug2.AxisIdAddr = "U11";
this.axisDebug2.DataAddr = "DB601";
this.axisDebug2.Dock = System.Windows.Forms.DockStyle.Fill;
this.axisDebug2.ErrAddr = "DB602";
this.axisDebug2.Location = new System.Drawing.Point(0, 0);
this.axisDebug2.Margin = new System.Windows.Forms.Padding(2);
this.axisDebug2.Name = "axisDebug2";
this.axisDebug2.ParamAddr = "DB603";
this.axisDebug2.PosAddr = "DB604";
this.axisDebug2.Size = new System.Drawing.Size(904, 662);
this.axisDebug2.TabIndex = 0;
this.axisDebug2.TorqueAddr = "DB605";
//
// DlgS1AxisDebug
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(904, 662);
this.Controls.Add(this.axisDebug2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DlgS1AxisDebug";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "轴调试";
this.TopMost = true;
this.ResumeLayout(false);
}
#endregion
private AxisDebug axisDebug2;
}
}