namespace CowainHmi { partial class DlgS1AxisDebug { /// /// 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.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; } }