MILSetControl.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. namespace Uestc.Auto6.Dso.Protocol.MIL
  2. {
  3. partial class MILSetControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem3 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  29. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem4 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MILSetControl));
  31. this.LblSource = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  32. this.CbxSource = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  33. this.LblThreshold = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  34. this.BtnThreshold = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  35. this.LblPolarity = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  36. this.RbgPolarity = new Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup();
  37. this.LblBitRate = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  38. this.CbxBitRate = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  39. this.LblRealBitRate = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  40. this.BtnRealBitRate = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  41. this.SuspendLayout();
  42. //
  43. // LblSource
  44. //
  45. this.LblSource.BackColor = System.Drawing.Color.Empty;
  46. this.LblSource.BorderColor = System.Drawing.Color.Black;
  47. this.LblSource.BorderThickness = 0;
  48. this.LblSource.CornerRadius = 0;
  49. this.LblSource.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  50. this.LblSource.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  51. this.LblSource.Location = new System.Drawing.Point(0, 0);
  52. this.LblSource.Margin = new System.Windows.Forms.Padding(0);
  53. this.LblSource.MultyLineFlag = false;
  54. this.LblSource.Name = "LblSource";
  55. this.LblSource.Size = new System.Drawing.Size(114, 31);
  56. this.LblSource.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  57. this.LblSource.StylizeFlag = true;
  58. this.LblSource.TabIndex = 17;
  59. this.LblSource.Text = "源";
  60. this.LblSource.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  61. //
  62. // CbxSource
  63. //
  64. this.CbxSource.BackColor = System.Drawing.Color.White;
  65. this.CbxSource.BorderColor = System.Drawing.Color.Black;
  66. this.CbxSource.BorderThickness = 0;
  67. this.CbxSource.CornerRadius = 0;
  68. this.CbxSource.DataSource = null;
  69. this.CbxSource.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  70. this.CbxSource.DropDownHeight = 200;
  71. this.CbxSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  72. this.CbxSource.DropDownWidth = 158;
  73. this.CbxSource.DropKey = System.Windows.Forms.Keys.Space;
  74. this.CbxSource.DroppedDown = false;
  75. this.CbxSource.FocusColor = System.Drawing.Color.Blue;
  76. this.CbxSource.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  77. this.CbxSource.GetDisPlayName = null;
  78. this.CbxSource.Height = 40;
  79. this.CbxSource.ImageMode = false;
  80. this.CbxSource.ItemHeight = 28;
  81. this.CbxSource.KeyDropEnble = true;
  82. this.CbxSource.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  83. this.CbxSource.Location = new System.Drawing.Point(0, 34);
  84. this.CbxSource.Margin = new System.Windows.Forms.Padding(4);
  85. this.CbxSource.MaxDropDownItems = 8;
  86. this.CbxSource.Name = "CbxSource";
  87. this.CbxSource.RectBtnWidth = 20;
  88. this.CbxSource.SelectedBackColor = System.Drawing.Color.Blue;
  89. this.CbxSource.SelectedIndex = -1;
  90. this.CbxSource.SelectedItem = null;
  91. this.CbxSource.SelectedText = "";
  92. this.CbxSource.Size = new System.Drawing.Size(158, 40);
  93. this.CbxSource.Soreted = false;
  94. this.CbxSource.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  95. this.CbxSource.StylizeFlag = true;
  96. this.CbxSource.TabIndex = 18;
  97. this.CbxSource.Text = "";
  98. this.CbxSource.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  99. this.CbxSource.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  100. //
  101. // LblThreshold
  102. //
  103. this.LblThreshold.BackColor = System.Drawing.Color.Empty;
  104. this.LblThreshold.BorderColor = System.Drawing.Color.Black;
  105. this.LblThreshold.BorderThickness = 0;
  106. this.LblThreshold.CornerRadius = 0;
  107. this.LblThreshold.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  108. this.LblThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  109. this.LblThreshold.Location = new System.Drawing.Point(213, 0);
  110. this.LblThreshold.Margin = new System.Windows.Forms.Padding(0);
  111. this.LblThreshold.MultyLineFlag = false;
  112. this.LblThreshold.Name = "LblThreshold";
  113. this.LblThreshold.Size = new System.Drawing.Size(87, 29);
  114. this.LblThreshold.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  115. this.LblThreshold.StylizeFlag = true;
  116. this.LblThreshold.TabIndex = 20;
  117. this.LblThreshold.Text = "阈值";
  118. this.LblThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  119. //
  120. // BtnThreshold
  121. //
  122. this.BtnThreshold.BackColor = System.Drawing.Color.Transparent;
  123. this.BtnThreshold.BorderColor = System.Drawing.Color.Black;
  124. this.BtnThreshold.BorderThickness = 1;
  125. this.BtnThreshold.CornerRadius = 0;
  126. this.BtnThreshold.DaskArray = null;
  127. this.BtnThreshold.DropKey = System.Windows.Forms.Keys.Space;
  128. this.BtnThreshold.ForeColor = System.Drawing.Color.Black;
  129. this.BtnThreshold.Height = 40;
  130. this.BtnThreshold.Icon = null;
  131. this.BtnThreshold.IconOffset = 10;
  132. this.BtnThreshold.IconSize = new System.Drawing.Size(24, 24);
  133. this.BtnThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  134. this.BtnThreshold.Location = new System.Drawing.Point(213, 33);
  135. this.BtnThreshold.Margin = new System.Windows.Forms.Padding(4);
  136. this.BtnThreshold.MouseinBackColor = System.Drawing.Color.Transparent;
  137. this.BtnThreshold.MouseinBorderColor = System.Drawing.Color.Blue;
  138. this.BtnThreshold.MouseInBorderThickness = 1;
  139. this.BtnThreshold.MouseinForeColor = System.Drawing.Color.Blue;
  140. this.BtnThreshold.MouseinSvgForeColor = System.Drawing.Color.Blue;
  141. this.BtnThreshold.Name = "BtnThreshold";
  142. this.BtnThreshold.PressedBackColor = System.Drawing.Color.Gray;
  143. this.BtnThreshold.PressedBorderColor = System.Drawing.Color.Blue;
  144. this.BtnThreshold.PressedBorderThickness = 1;
  145. this.BtnThreshold.PressedForeColor = System.Drawing.Color.Blue;
  146. this.BtnThreshold.PressedSvgForeColor = System.Drawing.Color.Blue;
  147. this.BtnThreshold.Size = new System.Drawing.Size(176, 40);
  148. this.BtnThreshold.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  149. this.BtnThreshold.StylizeFlag = true;
  150. this.BtnThreshold.SVGForeColor = System.Drawing.Color.Black;
  151. this.BtnThreshold.SVGPath = "";
  152. this.BtnThreshold.TabIndex = 21;
  153. this.BtnThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  154. //
  155. // LblPolarity
  156. //
  157. this.LblPolarity.BackColor = System.Drawing.Color.Empty;
  158. this.LblPolarity.BorderColor = System.Drawing.Color.Black;
  159. this.LblPolarity.BorderThickness = 0;
  160. this.LblPolarity.CornerRadius = 0;
  161. this.LblPolarity.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  162. this.LblPolarity.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  163. this.LblPolarity.Location = new System.Drawing.Point(452, 3);
  164. this.LblPolarity.Margin = new System.Windows.Forms.Padding(4);
  165. this.LblPolarity.MultyLineFlag = false;
  166. this.LblPolarity.Name = "LblPolarity";
  167. this.LblPolarity.Size = new System.Drawing.Size(153, 24);
  168. this.LblPolarity.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  169. this.LblPolarity.StylizeFlag = true;
  170. this.LblPolarity.TabIndex = 22;
  171. this.LblPolarity.Text = "极性";
  172. this.LblPolarity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  173. //
  174. // RbgPolarity
  175. //
  176. this.RbgPolarity.BackColor = System.Drawing.Color.Black;
  177. this.RbgPolarity.BorderColor = System.Drawing.Color.Black;
  178. this.RbgPolarity.BorderThickness = 1;
  179. this.RbgPolarity.ButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
  180. this.RbgPolarity.ButtonFont = null;
  181. radioButtonItem3.Icon = null;
  182. radioButtonItem3.Padding = new System.Windows.Forms.Padding(0);
  183. radioButtonItem3.Tag = null;
  184. radioButtonItem3.Text = "Hight";
  185. radioButtonItem4.Icon = null;
  186. radioButtonItem4.Padding = new System.Windows.Forms.Padding(0);
  187. radioButtonItem4.Tag = null;
  188. radioButtonItem4.Text = "Low";
  189. this.RbgPolarity.ButtonItems = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem[] {
  190. radioButtonItem3,
  191. radioButtonItem4};
  192. this.RbgPolarity.ButtonOffset = 0;
  193. this.RbgPolarity.ButtonTextColor = System.Drawing.Color.Empty;
  194. this.RbgPolarity.ChoosedButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  195. this.RbgPolarity.ChoosedButtonIndex = 0;
  196. this.RbgPolarity.ChoosedButtonTextColor = System.Drawing.Color.Empty;
  197. this.RbgPolarity.ContentBackColor = System.Drawing.Color.Black;
  198. this.RbgPolarity.ContentPadding = new System.Windows.Forms.Padding(0);
  199. this.RbgPolarity.FocusBorderColor = System.Drawing.Color.White;
  200. this.RbgPolarity.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  201. this.RbgPolarity.Height = 39;
  202. this.RbgPolarity.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  203. this.RbgPolarity.Location = new System.Drawing.Point(452, 35);
  204. this.RbgPolarity.Margin = new System.Windows.Forms.Padding(5);
  205. this.RbgPolarity.Name = "RbgPolarity";
  206. this.RbgPolarity.Padding = new System.Windows.Forms.Padding(1);
  207. this.RbgPolarity.Size = new System.Drawing.Size(153, 39);
  208. this.RbgPolarity.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  209. this.RbgPolarity.StylizeFlag = true;
  210. this.RbgPolarity.TabIndex = 23;
  211. //
  212. // LblBitRate
  213. //
  214. this.LblBitRate.BackColor = System.Drawing.Color.Empty;
  215. this.LblBitRate.BorderColor = System.Drawing.Color.Black;
  216. this.LblBitRate.BorderThickness = 0;
  217. this.LblBitRate.CornerRadius = 0;
  218. this.LblBitRate.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  219. this.LblBitRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  220. this.LblBitRate.Location = new System.Drawing.Point(1, 79);
  221. this.LblBitRate.Margin = new System.Windows.Forms.Padding(4);
  222. this.LblBitRate.MultyLineFlag = false;
  223. this.LblBitRate.Name = "LblBitRate";
  224. this.LblBitRate.Size = new System.Drawing.Size(153, 24);
  225. this.LblBitRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  226. this.LblBitRate.StylizeFlag = true;
  227. this.LblBitRate.TabIndex = 24;
  228. this.LblBitRate.Text = "波特率";
  229. this.LblBitRate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  230. //
  231. // CbxBitRate
  232. //
  233. this.CbxBitRate.BackColor = System.Drawing.Color.Empty;
  234. this.CbxBitRate.BorderColor = System.Drawing.Color.Black;
  235. this.CbxBitRate.BorderThickness = 1;
  236. this.CbxBitRate.CornerRadius = 0;
  237. this.CbxBitRate.DataSource = null;
  238. this.CbxBitRate.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  239. this.CbxBitRate.DropDownHeight = 200;
  240. this.CbxBitRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  241. this.CbxBitRate.DropDownWidth = 153;
  242. this.CbxBitRate.DropKey = System.Windows.Forms.Keys.Space;
  243. this.CbxBitRate.DroppedDown = false;
  244. this.CbxBitRate.FocusColor = System.Drawing.SystemColors.Control;
  245. this.CbxBitRate.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  246. this.CbxBitRate.GetDisPlayName = null;
  247. this.CbxBitRate.Height = 39;
  248. this.CbxBitRate.ImageMode = false;
  249. this.CbxBitRate.ItemHeight = 28;
  250. this.CbxBitRate.KeyDropEnble = true;
  251. this.CbxBitRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  252. this.CbxBitRate.Location = new System.Drawing.Point(0, 111);
  253. this.CbxBitRate.Margin = new System.Windows.Forms.Padding(4);
  254. this.CbxBitRate.MaxDropDownItems = 8;
  255. this.CbxBitRate.Name = "CbxBitRate";
  256. this.CbxBitRate.RectBtnWidth = 20;
  257. this.CbxBitRate.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  258. this.CbxBitRate.SelectedIndex = -1;
  259. this.CbxBitRate.SelectedItem = null;
  260. this.CbxBitRate.SelectedText = "";
  261. this.CbxBitRate.Size = new System.Drawing.Size(153, 39);
  262. this.CbxBitRate.Soreted = false;
  263. this.CbxBitRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  264. this.CbxBitRate.StylizeFlag = true;
  265. this.CbxBitRate.TabIndex = 26;
  266. this.CbxBitRate.Text = "comboBoxEx1";
  267. this.CbxBitRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  268. this.CbxBitRate.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  269. //
  270. // LblRealBitRate
  271. //
  272. this.LblRealBitRate.BackColor = System.Drawing.Color.Empty;
  273. this.LblRealBitRate.BorderColor = System.Drawing.Color.Black;
  274. this.LblRealBitRate.BorderThickness = 0;
  275. this.LblRealBitRate.CornerRadius = 0;
  276. this.LblRealBitRate.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  277. this.LblRealBitRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  278. this.LblRealBitRate.Location = new System.Drawing.Point(213, 79);
  279. this.LblRealBitRate.Margin = new System.Windows.Forms.Padding(4);
  280. this.LblRealBitRate.MultyLineFlag = false;
  281. this.LblRealBitRate.Name = "LblRealBitRate";
  282. this.LblRealBitRate.Size = new System.Drawing.Size(176, 24);
  283. this.LblRealBitRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  284. this.LblRealBitRate.StylizeFlag = true;
  285. this.LblRealBitRate.TabIndex = 25;
  286. this.LblRealBitRate.Text = "波特率";
  287. this.LblRealBitRate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  288. //
  289. // BtnRealBitRate
  290. //
  291. this.BtnRealBitRate.BackColor = System.Drawing.Color.Transparent;
  292. this.BtnRealBitRate.BorderColor = System.Drawing.Color.Black;
  293. this.BtnRealBitRate.BorderThickness = 1;
  294. this.BtnRealBitRate.CornerRadius = 0;
  295. this.BtnRealBitRate.Cursor = System.Windows.Forms.Cursors.Hand;
  296. this.BtnRealBitRate.DaskArray = null;
  297. this.BtnRealBitRate.DropKey = System.Windows.Forms.Keys.Space;
  298. this.BtnRealBitRate.ForeColor = System.Drawing.Color.Black;
  299. this.BtnRealBitRate.Height = 39;
  300. this.BtnRealBitRate.Icon = null;
  301. this.BtnRealBitRate.IconOffset = 10;
  302. this.BtnRealBitRate.IconSize = new System.Drawing.Size(24, 24);
  303. this.BtnRealBitRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  304. this.BtnRealBitRate.Location = new System.Drawing.Point(213, 111);
  305. this.BtnRealBitRate.Margin = new System.Windows.Forms.Padding(4);
  306. this.BtnRealBitRate.MouseinBackColor = System.Drawing.Color.Transparent;
  307. this.BtnRealBitRate.MouseinBorderColor = System.Drawing.SystemColors.Control;
  308. this.BtnRealBitRate.MouseInBorderThickness = 1;
  309. this.BtnRealBitRate.MouseinForeColor = System.Drawing.Color.Black;
  310. this.BtnRealBitRate.MouseinSvgForeColor = System.Drawing.Color.Blue;
  311. this.BtnRealBitRate.Name = "BtnRealBitRate";
  312. this.BtnRealBitRate.PressedBackColor = System.Drawing.Color.Transparent;
  313. this.BtnRealBitRate.PressedBorderColor = System.Drawing.SystemColors.Control;
  314. this.BtnRealBitRate.PressedBorderThickness = 1;
  315. this.BtnRealBitRate.PressedForeColor = System.Drawing.Color.Black;
  316. this.BtnRealBitRate.PressedSvgForeColor = System.Drawing.Color.Blue;
  317. this.BtnRealBitRate.Size = new System.Drawing.Size(176, 39);
  318. this.BtnRealBitRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  319. this.BtnRealBitRate.StylizeFlag = true;
  320. this.BtnRealBitRate.SVGForeColor = System.Drawing.Color.Black;
  321. this.BtnRealBitRate.SVGPath = "";
  322. this.BtnRealBitRate.TabIndex = 27;
  323. this.BtnRealBitRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  324. //
  325. // MILSetControl
  326. //
  327. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  328. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  329. this.Controls.Add(this.LblBitRate);
  330. this.Controls.Add(this.CbxBitRate);
  331. this.Controls.Add(this.LblRealBitRate);
  332. this.Controls.Add(this.BtnRealBitRate);
  333. this.Controls.Add(this.LblPolarity);
  334. this.Controls.Add(this.RbgPolarity);
  335. this.Controls.Add(this.LblThreshold);
  336. this.Controls.Add(this.BtnThreshold);
  337. this.Controls.Add(this.LblSource);
  338. this.Controls.Add(this.CbxSource);
  339. this.Name = "MILSetControl";
  340. this.Size = new System.Drawing.Size(610, 150);
  341. this.ResumeLayout(false);
  342. }
  343. #endregion
  344. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSource;
  345. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSource;
  346. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblThreshold;
  347. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnThreshold;
  348. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblPolarity;
  349. private Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup RbgPolarity;
  350. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblBitRate;
  351. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxBitRate;
  352. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblRealBitRate;
  353. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnRealBitRate;
  354. }
  355. }