namespace Uestc.Auto6.Dso.Protocol.I2C { partial class I2CTriggerSetControl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (_DecodeView != null && _DecodeView.Presenter != null) { _DecodeView.Presenter?.TryRemoveView(_DecodeView); } if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.TlpPanel = new System.Windows.Forms.TableLayoutPanel(); this.HeadPanel = new System.Windows.Forms.Panel(); this.LblTriggerOn = new Uni_Trend.MSO7000X.UserControls.UestcLabel(); this.CbxTriggerOn = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx(); this.TlpPanel.SuspendLayout(); this.HeadPanel.SuspendLayout(); this.SuspendLayout(); // // TlpPanel // this.TlpPanel.ColumnCount = 1; this.TlpPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.TlpPanel.Controls.Add(this.HeadPanel, 0, 0); this.TlpPanel.Location = new System.Drawing.Point(10, 0); this.TlpPanel.Margin = new System.Windows.Forms.Padding(0); this.TlpPanel.Name = "TlpPanel"; this.TlpPanel.RowCount = 4; 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.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TlpPanel.Size = new System.Drawing.Size(470, 570); this.TlpPanel.TabIndex = 0; // // HeadPanel // this.HeadPanel.Controls.Add(this.LblTriggerOn); this.HeadPanel.Controls.Add(this.CbxTriggerOn); this.HeadPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.HeadPanel.Location = new System.Drawing.Point(0, 0); this.HeadPanel.Margin = new System.Windows.Forms.Padding(0); this.HeadPanel.Name = "HeadPanel"; this.HeadPanel.Size = new System.Drawing.Size(470, 66); this.HeadPanel.TabIndex = 0; // // LblTriggerOn // this.LblTriggerOn.BackColor = System.Drawing.Color.Empty; this.LblTriggerOn.BorderColor = System.Drawing.Color.Black; this.LblTriggerOn.BorderThickness = 0; this.LblTriggerOn.CornerRadius = 0; this.LblTriggerOn.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.LblTriggerOn.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default; this.LblTriggerOn.Location = new System.Drawing.Point(20, 5); this.LblTriggerOn.MultyLineFlag = false; this.LblTriggerOn.Name = "LblTriggerOn"; this.LblTriggerOn.Size = new System.Drawing.Size(68, 16); this.LblTriggerOn.TabIndex = 2; this.LblTriggerOn.Text = "触发条件"; this.LblTriggerOn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // CbxTriggerOn // this.CbxTriggerOn.BackColor = System.Drawing.Color.Transparent; this.CbxTriggerOn.BorderColor = System.Drawing.Color.Black; this.CbxTriggerOn.BorderThickness = 1; this.CbxTriggerOn.CornerRadius = 0; this.CbxTriggerOn.DataSource = null; this.CbxTriggerOn.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.CbxTriggerOn.DropDownHeight = 200; this.CbxTriggerOn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CbxTriggerOn.DropDownWidth = 95; this.CbxTriggerOn.DropKey = System.Windows.Forms.Keys.Space; this.CbxTriggerOn.DroppedDown = false; this.CbxTriggerOn.FocusColor = System.Drawing.Color.Blue; this.CbxTriggerOn.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.CbxTriggerOn.GetDisPlayName = null; this.CbxTriggerOn.ItemHeight = 28; this.CbxTriggerOn.KeyDropEnble = true; this.CbxTriggerOn.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default; this.CbxTriggerOn.Location = new System.Drawing.Point(20, 27); this.CbxTriggerOn.MaxDropDownItems = 8; this.CbxTriggerOn.Name = "CbxTriggerOn"; this.CbxTriggerOn.RectBtnWidth = 20; this.CbxTriggerOn.SelectedBackColor = System.Drawing.Color.Blue; this.CbxTriggerOn.SelectedIndex = -1; this.CbxTriggerOn.SelectedItem = null; this.CbxTriggerOn.SelectedText = ""; this.CbxTriggerOn.Size = new System.Drawing.Size(100, 36); this.CbxTriggerOn.Soreted = false; this.CbxTriggerOn.TabIndex = 3; this.CbxTriggerOn.Text = "comboBoxEx1"; this.CbxTriggerOn.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.CbxTriggerOn.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; // // I2CTriggerSetControl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.TlpPanel); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "I2CTriggerSetControl"; this.Size = new System.Drawing.Size(480, 570); this.TlpPanel.ResumeLayout(false); this.HeadPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel TlpPanel; private System.Windows.Forms.Panel HeadPanel; private Uni_Trend.MSO7000X.UserControls.UestcLabel LblTriggerOn; private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxTriggerOn; } }