I2CTriggerSetControl.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. 
  2. namespace Uestc.Auto6.Dso.Protocol.I2C
  3. {
  4. partial class I2CTriggerSetControl
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (_DecodeView != null && _DecodeView.Presenter != null)
  17. {
  18. _DecodeView.Presenter?.TryRemoveView(_DecodeView);
  19. }
  20. if (disposing && (components != null))
  21. {
  22. components.Dispose();
  23. }
  24. base.Dispose(disposing);
  25. }
  26. #region 组件设计器生成的代码
  27. /// <summary>
  28. /// 设计器支持所需的方法 - 不要修改
  29. /// 使用代码编辑器修改此方法的内容。
  30. /// </summary>
  31. private void InitializeComponent()
  32. {
  33. this.TlpPanel = new System.Windows.Forms.TableLayoutPanel();
  34. this.HeadPanel = new System.Windows.Forms.Panel();
  35. this.LblTriggerOn = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  36. this.CbxTriggerOn = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  37. this.TlpPanel.SuspendLayout();
  38. this.HeadPanel.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // TlpPanel
  42. //
  43. this.TlpPanel.ColumnCount = 1;
  44. this.TlpPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  45. this.TlpPanel.Controls.Add(this.HeadPanel, 0, 0);
  46. this.TlpPanel.Location = new System.Drawing.Point(10, 0);
  47. this.TlpPanel.Margin = new System.Windows.Forms.Padding(0);
  48. this.TlpPanel.Name = "TlpPanel";
  49. this.TlpPanel.RowCount = 4;
  50. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  51. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  52. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  53. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  54. this.TlpPanel.Size = new System.Drawing.Size(470, 570);
  55. this.TlpPanel.TabIndex = 0;
  56. //
  57. // HeadPanel
  58. //
  59. this.HeadPanel.Controls.Add(this.LblTriggerOn);
  60. this.HeadPanel.Controls.Add(this.CbxTriggerOn);
  61. this.HeadPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.HeadPanel.Location = new System.Drawing.Point(0, 0);
  63. this.HeadPanel.Margin = new System.Windows.Forms.Padding(0);
  64. this.HeadPanel.Name = "HeadPanel";
  65. this.HeadPanel.Size = new System.Drawing.Size(470, 66);
  66. this.HeadPanel.TabIndex = 0;
  67. //
  68. // LblTriggerOn
  69. //
  70. this.LblTriggerOn.BackColor = System.Drawing.Color.Empty;
  71. this.LblTriggerOn.BorderColor = System.Drawing.Color.Black;
  72. this.LblTriggerOn.BorderThickness = 0;
  73. this.LblTriggerOn.CornerRadius = 0;
  74. this.LblTriggerOn.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  75. this.LblTriggerOn.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  76. this.LblTriggerOn.Location = new System.Drawing.Point(20, 5);
  77. this.LblTriggerOn.MultyLineFlag = false;
  78. this.LblTriggerOn.Name = "LblTriggerOn";
  79. this.LblTriggerOn.Size = new System.Drawing.Size(68, 16);
  80. this.LblTriggerOn.TabIndex = 2;
  81. this.LblTriggerOn.Text = "触发条件";
  82. this.LblTriggerOn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  83. //
  84. // CbxTriggerOn
  85. //
  86. this.CbxTriggerOn.BackColor = System.Drawing.Color.Transparent;
  87. this.CbxTriggerOn.BorderColor = System.Drawing.Color.Black;
  88. this.CbxTriggerOn.BorderThickness = 1;
  89. this.CbxTriggerOn.CornerRadius = 0;
  90. this.CbxTriggerOn.DataSource = null;
  91. this.CbxTriggerOn.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  92. this.CbxTriggerOn.DropDownHeight = 200;
  93. this.CbxTriggerOn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  94. this.CbxTriggerOn.DropDownWidth = 95;
  95. this.CbxTriggerOn.DropKey = System.Windows.Forms.Keys.Space;
  96. this.CbxTriggerOn.DroppedDown = false;
  97. this.CbxTriggerOn.FocusColor = System.Drawing.Color.Blue;
  98. this.CbxTriggerOn.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  99. this.CbxTriggerOn.GetDisPlayName = null;
  100. this.CbxTriggerOn.ItemHeight = 28;
  101. this.CbxTriggerOn.KeyDropEnble = true;
  102. this.CbxTriggerOn.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  103. this.CbxTriggerOn.Location = new System.Drawing.Point(20, 27);
  104. this.CbxTriggerOn.MaxDropDownItems = 8;
  105. this.CbxTriggerOn.Name = "CbxTriggerOn";
  106. this.CbxTriggerOn.RectBtnWidth = 20;
  107. this.CbxTriggerOn.SelectedBackColor = System.Drawing.Color.Blue;
  108. this.CbxTriggerOn.SelectedIndex = -1;
  109. this.CbxTriggerOn.SelectedItem = null;
  110. this.CbxTriggerOn.SelectedText = "";
  111. this.CbxTriggerOn.Size = new System.Drawing.Size(100, 36);
  112. this.CbxTriggerOn.Soreted = false;
  113. this.CbxTriggerOn.TabIndex = 3;
  114. this.CbxTriggerOn.Text = "comboBoxEx1";
  115. this.CbxTriggerOn.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  116. this.CbxTriggerOn.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  117. //
  118. // I2CTriggerSetControl
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.Controls.Add(this.TlpPanel);
  123. this.Margin = new System.Windows.Forms.Padding(0);
  124. this.Name = "I2CTriggerSetControl";
  125. this.Size = new System.Drawing.Size(480, 570);
  126. this.TlpPanel.ResumeLayout(false);
  127. this.HeadPanel.ResumeLayout(false);
  128. this.ResumeLayout(false);
  129. }
  130. #endregion
  131. private System.Windows.Forms.TableLayoutPanel TlpPanel;
  132. private System.Windows.Forms.Panel HeadPanel;
  133. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblTriggerOn;
  134. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxTriggerOn;
  135. }
  136. }