TrigConditionPage.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. 
  2. namespace Uestc.Auto6.Dso.Protocol.JTAG
  3. {
  4. partial class TrigConditionPage
  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. Presenter?.TryRemoveView(this);
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region 组件设计器生成的代码
  24. /// <summary>
  25. /// 设计器支持所需的方法 - 不要修改
  26. /// 使用代码编辑器修改此方法的内容。
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.LblRelation = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  31. this.CbxRelation = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  32. this.LblData = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  33. this.BtnData = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  34. this.SuspendLayout();
  35. //
  36. // LblRelation
  37. //
  38. this.LblRelation.BackColor = System.Drawing.Color.Empty;
  39. this.LblRelation.BorderColor = System.Drawing.Color.Black;
  40. this.LblRelation.BorderThickness = 0;
  41. this.LblRelation.CornerRadius = 0;
  42. this.LblRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  43. this.LblRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  44. this.LblRelation.Location = new System.Drawing.Point(0, 0);
  45. this.LblRelation.MultyLineFlag = false;
  46. this.LblRelation.Name = "LblRelation";
  47. this.LblRelation.Size = new System.Drawing.Size(75, 23);
  48. this.LblRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  49. this.LblRelation.StylizeFlag = true;
  50. this.LblRelation.TabIndex = 0;
  51. this.LblRelation.Text = "比较方式";
  52. this.LblRelation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  53. //
  54. // CbxRelation
  55. //
  56. this.CbxRelation.BackColor = System.Drawing.Color.White;
  57. this.CbxRelation.BorderColor = System.Drawing.Color.Black;
  58. this.CbxRelation.BorderThickness = 0;
  59. this.CbxRelation.CornerRadius = 0;
  60. this.CbxRelation.DataSource = null;
  61. this.CbxRelation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  62. this.CbxRelation.DropDownHeight = 200;
  63. this.CbxRelation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  64. this.CbxRelation.DropDownWidth = 95;
  65. this.CbxRelation.DropKey = System.Windows.Forms.Keys.Space;
  66. this.CbxRelation.DroppedDown = false;
  67. this.CbxRelation.FocusColor = System.Drawing.Color.Blue;
  68. this.CbxRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  69. this.CbxRelation.GetDisPlayName = null;
  70. this.CbxRelation.Height = 30;
  71. this.CbxRelation.ImageMode = false;
  72. this.CbxRelation.ItemHeight = 28;
  73. this.CbxRelation.KeyDropEnble = true;
  74. this.CbxRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  75. this.CbxRelation.Location = new System.Drawing.Point(0, 35);
  76. this.CbxRelation.MaxDropDownItems = 8;
  77. this.CbxRelation.Name = "CbxRelation";
  78. this.CbxRelation.RectBtnWidth = 20;
  79. this.CbxRelation.SelectedBackColor = System.Drawing.Color.Blue;
  80. this.CbxRelation.SelectedIndex = -1;
  81. this.CbxRelation.SelectedItem = null;
  82. this.CbxRelation.SelectedText = "";
  83. this.CbxRelation.Size = new System.Drawing.Size(95, 30);
  84. this.CbxRelation.Soreted = false;
  85. this.CbxRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  86. this.CbxRelation.StylizeFlag = true;
  87. this.CbxRelation.TabIndex = 1;
  88. this.CbxRelation.Text = "comboBoxEx1";
  89. this.CbxRelation.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  90. this.CbxRelation.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  91. //
  92. // LblData
  93. //
  94. this.LblData.BackColor = System.Drawing.Color.Empty;
  95. this.LblData.BorderColor = System.Drawing.Color.Black;
  96. this.LblData.BorderThickness = 0;
  97. this.LblData.CornerRadius = 0;
  98. this.LblData.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  99. this.LblData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  100. this.LblData.Location = new System.Drawing.Point(209, 0);
  101. this.LblData.MultyLineFlag = false;
  102. this.LblData.Name = "LblData";
  103. this.LblData.Size = new System.Drawing.Size(75, 23);
  104. this.LblData.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  105. this.LblData.StylizeFlag = true;
  106. this.LblData.TabIndex = 0;
  107. this.LblData.Text = "数据";
  108. this.LblData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  109. //
  110. // BtnData
  111. //
  112. this.BtnData.BackColor = System.Drawing.Color.Transparent;
  113. this.BtnData.BorderColor = System.Drawing.Color.Black;
  114. this.BtnData.BorderThickness = 1;
  115. this.BtnData.CornerRadius = 0;
  116. this.BtnData.Cursor = System.Windows.Forms.Cursors.Hand;
  117. this.BtnData.DaskArray = null;
  118. this.BtnData.DropKey = System.Windows.Forms.Keys.Space;
  119. this.BtnData.ForeColor = System.Drawing.Color.Black;
  120. this.BtnData.Height = 30;
  121. this.BtnData.Icon = null;
  122. this.BtnData.IconOffset = 10;
  123. this.BtnData.IconSize = new System.Drawing.Size(24, 24);
  124. this.BtnData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  125. this.BtnData.Location = new System.Drawing.Point(209, 35);
  126. this.BtnData.MouseinBackColor = System.Drawing.Color.Transparent;
  127. this.BtnData.MouseinBorderColor = System.Drawing.Color.Blue;
  128. this.BtnData.MouseInBorderThickness = 1;
  129. this.BtnData.MouseinForeColor = System.Drawing.Color.Blue;
  130. this.BtnData.MouseinSvgForeColor = System.Drawing.Color.Blue;
  131. this.BtnData.Name = "BtnData";
  132. this.BtnData.PressedBackColor = System.Drawing.Color.Gray;
  133. this.BtnData.PressedBorderColor = System.Drawing.Color.Blue;
  134. this.BtnData.PressedBorderThickness = 1;
  135. this.BtnData.PressedForeColor = System.Drawing.Color.Blue;
  136. this.BtnData.PressedSvgForeColor = System.Drawing.Color.Blue;
  137. this.BtnData.Size = new System.Drawing.Size(75, 30);
  138. this.BtnData.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  139. this.BtnData.StylizeFlag = true;
  140. this.BtnData.SVGForeColor = System.Drawing.Color.Black;
  141. this.BtnData.SVGPath = "";
  142. this.BtnData.TabIndex = 2;
  143. this.BtnData.Text = "uestcIconButton1";
  144. this.BtnData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  145. //
  146. // TrigConditionPage
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.Controls.Add(this.BtnData);
  151. this.Controls.Add(this.CbxRelation);
  152. this.Controls.Add(this.LblData);
  153. this.Controls.Add(this.LblRelation);
  154. this.Margin = new System.Windows.Forms.Padding(0);
  155. this.Name = "TrigConditionPage";
  156. this.Size = new System.Drawing.Size(480, 76);
  157. this.ResumeLayout(false);
  158. }
  159. #endregion
  160. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblRelation;
  161. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxRelation;
  162. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblData;
  163. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnData;
  164. }
  165. }