namespace Uestc.Auto6.Dso.Protocol.SPI { partial class SPITriggerSetControl { /// /// 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(); } _FloatForm?.Close(); _FloatForm?.Dispose(); base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.TlpPanel = new System.Windows.Forms.TableLayoutPanel(); this.SuspendLayout(); // // TlpPanel // this.TlpPanel.ColumnCount = 1; this.TlpPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.TlpPanel.Location = new System.Drawing.Point(0, 0); this.TlpPanel.Margin = new System.Windows.Forms.Padding(0); this.TlpPanel.Name = "TlpPanel"; this.TlpPanel.RowCount = 2; this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TlpPanel.Size = new System.Drawing.Size(640, 671); this.TlpPanel.TabIndex = 0; // // SPITriggerSetControl // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.TlpPanel); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "SPITriggerSetControl"; this.Size = new System.Drawing.Size(640, 671); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel TlpPanel; } }