CANSetControl.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. 
  2. namespace Uestc.Auto6.Dso.Protocol.CAN
  3. {
  4. partial class CANSetControl
  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. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt1 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  31. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt2 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  32. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt3 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  33. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt4 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  34. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt5 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  35. Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonStyle buttonStyle1 = new Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonStyle();
  36. Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle buttonBaseStyle1 = new Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle();
  37. Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle buttonBaseStyle2 = new Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle();
  38. Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle buttonBaseStyle3 = new Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle();
  39. Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonStyle buttonStyle2 = new Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonStyle();
  40. Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle buttonBaseStyle4 = new Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle();
  41. Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle buttonBaseStyle5 = new Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle();
  42. Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle buttonBaseStyle6 = new Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.ButtonBaseStyle();
  43. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt6 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  44. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt7 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  45. this.LblSignalType = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  46. this.LblSignalInput1 = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  47. this.LblSignalRate = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  48. this.CbxSignalInput1 = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  49. this.CbxSignalRate = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  50. this.lblSamplePoint = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  51. this.CbxSignalType = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  52. this.LblThreshold = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  53. this.BtnSDAThreshold = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  54. this.BtnResetSp = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  55. this.EbxSamplePoint = new Uni_Trend.MSO7000X.UserControls.TouchNeb();
  56. this.LblCustomBaud = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  57. this.BtnCustomBaud = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  58. this.CbxSignalInput2 = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  59. this.LblSignalInput2 = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  60. this.SuspendLayout();
  61. //
  62. // LblSignalType
  63. //
  64. this.LblSignalType.BackColor = System.Drawing.Color.Empty;
  65. this.LblSignalType.BorderColor = System.Drawing.Color.Black;
  66. this.LblSignalType.BorderThickness = 0;
  67. this.LblSignalType.CornerRadius = 0;
  68. this.LblSignalType.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  69. this.LblSignalType.HighlightPrompt = defaultHighlightPrompt1;
  70. this.LblSignalType.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  71. this.LblSignalType.Location = new System.Drawing.Point(0, 0);
  72. this.LblSignalType.MultyLineFlag = false;
  73. this.LblSignalType.Name = "LblSignalType";
  74. this.LblSignalType.Size = new System.Drawing.Size(75, 23);
  75. this.LblSignalType.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  76. this.LblSignalType.StylizeFlag = true;
  77. this.LblSignalType.TabIndex = 5;
  78. this.LblSignalType.Text = "信号类型";
  79. this.LblSignalType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  80. this.LblSignalType.Token = null;
  81. //
  82. // LblSignalInput1
  83. //
  84. this.LblSignalInput1.BackColor = System.Drawing.Color.Empty;
  85. this.LblSignalInput1.BorderColor = System.Drawing.Color.Black;
  86. this.LblSignalInput1.BorderThickness = 0;
  87. this.LblSignalInput1.CornerRadius = 0;
  88. this.LblSignalInput1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  89. this.LblSignalInput1.HighlightPrompt = defaultHighlightPrompt2;
  90. this.LblSignalInput1.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  91. this.LblSignalInput1.Location = new System.Drawing.Point(2, 69);
  92. this.LblSignalInput1.MultyLineFlag = false;
  93. this.LblSignalInput1.Name = "LblSignalInput1";
  94. this.LblSignalInput1.Size = new System.Drawing.Size(116, 23);
  95. this.LblSignalInput1.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  96. this.LblSignalInput1.StylizeFlag = true;
  97. this.LblSignalInput1.TabIndex = 7;
  98. this.LblSignalInput1.Text = "信号输入1";
  99. this.LblSignalInput1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  100. this.LblSignalInput1.Token = null;
  101. //
  102. // LblSignalRate
  103. //
  104. this.LblSignalRate.BackColor = System.Drawing.Color.Empty;
  105. this.LblSignalRate.BorderColor = System.Drawing.Color.Black;
  106. this.LblSignalRate.BorderThickness = 0;
  107. this.LblSignalRate.CornerRadius = 0;
  108. this.LblSignalRate.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  109. this.LblSignalRate.HighlightPrompt = defaultHighlightPrompt3;
  110. this.LblSignalRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  111. this.LblSignalRate.Location = new System.Drawing.Point(0, 140);
  112. this.LblSignalRate.MultyLineFlag = false;
  113. this.LblSignalRate.Name = "LblSignalRate";
  114. this.LblSignalRate.Size = new System.Drawing.Size(75, 23);
  115. this.LblSignalRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  116. this.LblSignalRate.StylizeFlag = true;
  117. this.LblSignalRate.TabIndex = 8;
  118. this.LblSignalRate.Text = "信号速率";
  119. this.LblSignalRate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  120. this.LblSignalRate.Token = null;
  121. //
  122. // CbxSignalInput1
  123. //
  124. this.CbxSignalInput1.BackColor = System.Drawing.Color.White;
  125. this.CbxSignalInput1.BorderColor = System.Drawing.Color.Black;
  126. this.CbxSignalInput1.BorderThickness = 0;
  127. this.CbxSignalInput1.CornerRadius = 0;
  128. this.CbxSignalInput1.DataSource = null;
  129. this.CbxSignalInput1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  130. this.CbxSignalInput1.DropDownHeight = 200;
  131. this.CbxSignalInput1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  132. this.CbxSignalInput1.DropDownWidth = 116;
  133. this.CbxSignalInput1.DropKey = System.Windows.Forms.Keys.Space;
  134. this.CbxSignalInput1.DroppedDown = false;
  135. this.CbxSignalInput1.FocusColor = System.Drawing.Color.Blue;
  136. this.CbxSignalInput1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  137. this.CbxSignalInput1.GetDisPlayName = null;
  138. this.CbxSignalInput1.Height = 36;
  139. this.CbxSignalInput1.ImageMode = false;
  140. this.CbxSignalInput1.ItemHeight = 28;
  141. this.CbxSignalInput1.Items.AddRange(new object[] {
  142. "C1",
  143. "C2",
  144. "C3",
  145. "C4"});
  146. this.CbxSignalInput1.KeyDropEnble = true;
  147. this.CbxSignalInput1.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  148. this.CbxSignalInput1.Location = new System.Drawing.Point(2, 98);
  149. this.CbxSignalInput1.MaxDropDownItems = 8;
  150. this.CbxSignalInput1.Name = "CbxSignalInput1";
  151. this.CbxSignalInput1.RectBtnWidth = 20;
  152. this.CbxSignalInput1.SelectedBackColor = System.Drawing.Color.Blue;
  153. this.CbxSignalInput1.SelectedIndex = -1;
  154. this.CbxSignalInput1.SelectedItem = null;
  155. this.CbxSignalInput1.SelectedText = "";
  156. this.CbxSignalInput1.Size = new System.Drawing.Size(116, 36);
  157. this.CbxSignalInput1.Soreted = false;
  158. this.CbxSignalInput1.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  159. this.CbxSignalInput1.StylizeFlag = true;
  160. this.CbxSignalInput1.TabIndex = 9;
  161. this.CbxSignalInput1.Text = "C1";
  162. this.CbxSignalInput1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  163. this.CbxSignalInput1.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  164. //
  165. // CbxSignalRate
  166. //
  167. this.CbxSignalRate.BackColor = System.Drawing.Color.White;
  168. this.CbxSignalRate.BorderColor = System.Drawing.Color.Black;
  169. this.CbxSignalRate.BorderThickness = 0;
  170. this.CbxSignalRate.CornerRadius = 0;
  171. this.CbxSignalRate.DataSource = null;
  172. this.CbxSignalRate.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  173. this.CbxSignalRate.DropDownHeight = 200;
  174. this.CbxSignalRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  175. this.CbxSignalRate.DropDownWidth = 118;
  176. this.CbxSignalRate.DropKey = System.Windows.Forms.Keys.Space;
  177. this.CbxSignalRate.DroppedDown = false;
  178. this.CbxSignalRate.FocusColor = System.Drawing.Color.Blue;
  179. this.CbxSignalRate.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  180. this.CbxSignalRate.GetDisPlayName = null;
  181. this.CbxSignalRate.Height = 30;
  182. this.CbxSignalRate.ImageMode = false;
  183. this.CbxSignalRate.ItemHeight = 28;
  184. this.CbxSignalRate.Items.AddRange(new object[] {
  185. "10Kbps",
  186. "20Kbps",
  187. "33.3Kbps",
  188. "50Kbps",
  189. "62.5Kbps",
  190. "83.3Kbps",
  191. "100Kbps",
  192. "125Kbps",
  193. "1Mbps",
  194. "自定义"});
  195. this.CbxSignalRate.KeyDropEnble = true;
  196. this.CbxSignalRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  197. this.CbxSignalRate.Location = new System.Drawing.Point(0, 169);
  198. this.CbxSignalRate.MaxDropDownItems = 8;
  199. this.CbxSignalRate.Name = "CbxSignalRate";
  200. this.CbxSignalRate.RectBtnWidth = 20;
  201. this.CbxSignalRate.SelectedBackColor = System.Drawing.Color.Blue;
  202. this.CbxSignalRate.SelectedIndex = -1;
  203. this.CbxSignalRate.SelectedItem = null;
  204. this.CbxSignalRate.SelectedText = "";
  205. this.CbxSignalRate.Size = new System.Drawing.Size(118, 30);
  206. this.CbxSignalRate.Soreted = false;
  207. this.CbxSignalRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  208. this.CbxSignalRate.StylizeFlag = true;
  209. this.CbxSignalRate.TabIndex = 10;
  210. this.CbxSignalRate.Text = "10Kbps";
  211. this.CbxSignalRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  212. this.CbxSignalRate.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  213. //
  214. // lblSamplePoint
  215. //
  216. this.lblSamplePoint.BackColor = System.Drawing.Color.Empty;
  217. this.lblSamplePoint.BorderColor = System.Drawing.Color.Black;
  218. this.lblSamplePoint.BorderThickness = 0;
  219. this.lblSamplePoint.CornerRadius = 0;
  220. this.lblSamplePoint.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  221. this.lblSamplePoint.HighlightPrompt = defaultHighlightPrompt4;
  222. this.lblSamplePoint.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  223. this.lblSamplePoint.Location = new System.Drawing.Point(0, 205);
  224. this.lblSamplePoint.MultyLineFlag = false;
  225. this.lblSamplePoint.Name = "lblSamplePoint";
  226. this.lblSamplePoint.Size = new System.Drawing.Size(75, 23);
  227. this.lblSamplePoint.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  228. this.lblSamplePoint.StylizeFlag = true;
  229. this.lblSamplePoint.TabIndex = 13;
  230. this.lblSamplePoint.Text = "采样点";
  231. this.lblSamplePoint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  232. this.lblSamplePoint.Token = null;
  233. //
  234. // CbxSignalType
  235. //
  236. this.CbxSignalType.BackColor = System.Drawing.Color.White;
  237. this.CbxSignalType.BorderColor = System.Drawing.Color.Black;
  238. this.CbxSignalType.BorderThickness = 0;
  239. this.CbxSignalType.CornerRadius = 0;
  240. this.CbxSignalType.DataSource = null;
  241. this.CbxSignalType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  242. this.CbxSignalType.DropDownHeight = 200;
  243. this.CbxSignalType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  244. this.CbxSignalType.DropDownWidth = 118;
  245. this.CbxSignalType.DropKey = System.Windows.Forms.Keys.Space;
  246. this.CbxSignalType.DroppedDown = false;
  247. this.CbxSignalType.FocusColor = System.Drawing.Color.Blue;
  248. this.CbxSignalType.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  249. this.CbxSignalType.GetDisPlayName = null;
  250. this.CbxSignalType.Height = 36;
  251. this.CbxSignalType.ImageMode = false;
  252. this.CbxSignalType.ItemHeight = 28;
  253. this.CbxSignalType.Items.AddRange(new object[] {
  254. "C1",
  255. "C2",
  256. "C3",
  257. "C4"});
  258. this.CbxSignalType.KeyDropEnble = true;
  259. this.CbxSignalType.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  260. this.CbxSignalType.Location = new System.Drawing.Point(0, 29);
  261. this.CbxSignalType.MaxDropDownItems = 8;
  262. this.CbxSignalType.Name = "CbxSignalType";
  263. this.CbxSignalType.RectBtnWidth = 20;
  264. this.CbxSignalType.SelectedBackColor = System.Drawing.Color.Blue;
  265. this.CbxSignalType.SelectedIndex = -1;
  266. this.CbxSignalType.SelectedItem = null;
  267. this.CbxSignalType.SelectedText = "";
  268. this.CbxSignalType.Size = new System.Drawing.Size(118, 36);
  269. this.CbxSignalType.Soreted = false;
  270. this.CbxSignalType.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  271. this.CbxSignalType.StylizeFlag = true;
  272. this.CbxSignalType.TabIndex = 20;
  273. this.CbxSignalType.Text = "";
  274. this.CbxSignalType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  275. this.CbxSignalType.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  276. //
  277. // LblThreshold
  278. //
  279. this.LblThreshold.BackColor = System.Drawing.Color.Empty;
  280. this.LblThreshold.BorderColor = System.Drawing.Color.Black;
  281. this.LblThreshold.BorderThickness = 0;
  282. this.LblThreshold.CornerRadius = 0;
  283. this.LblThreshold.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  284. this.LblThreshold.HighlightPrompt = defaultHighlightPrompt5;
  285. this.LblThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  286. this.LblThreshold.Location = new System.Drawing.Point(347, 72);
  287. this.LblThreshold.MultyLineFlag = false;
  288. this.LblThreshold.Name = "LblThreshold";
  289. this.LblThreshold.Size = new System.Drawing.Size(75, 23);
  290. this.LblThreshold.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  291. this.LblThreshold.StylizeFlag = true;
  292. this.LblThreshold.TabIndex = 21;
  293. this.LblThreshold.Text = "阈值";
  294. this.LblThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  295. this.LblThreshold.Token = null;
  296. //
  297. // BtnSDAThreshold
  298. //
  299. this.BtnSDAThreshold.BackColor = System.Drawing.Color.White;
  300. this.BtnSDAThreshold.BorderColor = System.Drawing.Color.Black;
  301. this.BtnSDAThreshold.BorderThickness = 1;
  302. this.BtnSDAThreshold.CornerRadius = 0;
  303. this.BtnSDAThreshold.Cursor = System.Windows.Forms.Cursors.Hand;
  304. this.BtnSDAThreshold.DaskArray = null;
  305. this.BtnSDAThreshold.DropKey = System.Windows.Forms.Keys.Space;
  306. this.BtnSDAThreshold.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  307. this.BtnSDAThreshold.ForeColor = System.Drawing.Color.Black;
  308. this.BtnSDAThreshold.Height = 36;
  309. this.BtnSDAThreshold.Icon = null;
  310. this.BtnSDAThreshold.IconOffset = 10;
  311. this.BtnSDAThreshold.IconSize = new System.Drawing.Size(24, 24);
  312. this.BtnSDAThreshold.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  313. this.BtnSDAThreshold.IsIndicatorShow = false;
  314. this.BtnSDAThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  315. this.BtnSDAThreshold.Location = new System.Drawing.Point(347, 98);
  316. this.BtnSDAThreshold.MouseinBackColor = System.Drawing.Color.Transparent;
  317. this.BtnSDAThreshold.MouseinBorderColor = System.Drawing.Color.Blue;
  318. this.BtnSDAThreshold.MouseInBorderThickness = 1;
  319. this.BtnSDAThreshold.MouseinForeColor = System.Drawing.Color.Blue;
  320. this.BtnSDAThreshold.MouseinSvgForeColor = System.Drawing.Color.Blue;
  321. this.BtnSDAThreshold.Name = "BtnSDAThreshold";
  322. this.BtnSDAThreshold.PressedBackColor = System.Drawing.Color.Gray;
  323. this.BtnSDAThreshold.PressedBorderColor = System.Drawing.Color.Blue;
  324. this.BtnSDAThreshold.PressedBorderThickness = 1;
  325. this.BtnSDAThreshold.PressedForeColor = System.Drawing.Color.Blue;
  326. this.BtnSDAThreshold.PressedSvgForeColor = System.Drawing.Color.Blue;
  327. this.BtnSDAThreshold.Size = new System.Drawing.Size(114, 36);
  328. this.BtnSDAThreshold.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  329. this.BtnSDAThreshold.StylizeFlag = true;
  330. this.BtnSDAThreshold.SVGForeColor = System.Drawing.Color.Black;
  331. this.BtnSDAThreshold.SVGPath = "";
  332. this.BtnSDAThreshold.TabIndex = 22;
  333. this.BtnSDAThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  334. //
  335. // BtnResetSp
  336. //
  337. this.BtnResetSp.BackColor = System.Drawing.Color.White;
  338. this.BtnResetSp.BorderColor = System.Drawing.Color.Black;
  339. this.BtnResetSp.BorderThickness = 1;
  340. this.BtnResetSp.CornerRadius = 0;
  341. this.BtnResetSp.Cursor = System.Windows.Forms.Cursors.Hand;
  342. this.BtnResetSp.DaskArray = null;
  343. this.BtnResetSp.DropKey = System.Windows.Forms.Keys.Space;
  344. this.BtnResetSp.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  345. this.BtnResetSp.ForeColor = System.Drawing.Color.Black;
  346. this.BtnResetSp.Height = 30;
  347. this.BtnResetSp.Icon = null;
  348. this.BtnResetSp.IconOffset = 10;
  349. this.BtnResetSp.IconSize = new System.Drawing.Size(24, 24);
  350. this.BtnResetSp.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  351. this.BtnResetSp.IsIndicatorShow = false;
  352. this.BtnResetSp.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  353. this.BtnResetSp.Location = new System.Drawing.Point(175, 231);
  354. this.BtnResetSp.MouseinBackColor = System.Drawing.Color.Transparent;
  355. this.BtnResetSp.MouseinBorderColor = System.Drawing.Color.Blue;
  356. this.BtnResetSp.MouseInBorderThickness = 1;
  357. this.BtnResetSp.MouseinForeColor = System.Drawing.Color.Blue;
  358. this.BtnResetSp.MouseinSvgForeColor = System.Drawing.Color.Blue;
  359. this.BtnResetSp.Name = "BtnResetSp";
  360. this.BtnResetSp.PressedBackColor = System.Drawing.Color.Gray;
  361. this.BtnResetSp.PressedBorderColor = System.Drawing.Color.Blue;
  362. this.BtnResetSp.PressedBorderThickness = 1;
  363. this.BtnResetSp.PressedForeColor = System.Drawing.Color.Blue;
  364. this.BtnResetSp.PressedSvgForeColor = System.Drawing.Color.Blue;
  365. this.BtnResetSp.Size = new System.Drawing.Size(50, 30);
  366. this.BtnResetSp.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  367. this.BtnResetSp.StylizeFlag = true;
  368. this.BtnResetSp.SVGForeColor = System.Drawing.Color.Black;
  369. this.BtnResetSp.SVGPath = "";
  370. this.BtnResetSp.TabIndex = 24;
  371. this.BtnResetSp.Text = "复位";
  372. this.BtnResetSp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  373. //
  374. // EbxSamplePoint
  375. //
  376. this.EbxSamplePoint.AddButtonImg = null;
  377. buttonBaseStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(164)))), ((int)(((byte)(220)))));
  378. buttonBaseStyle1.BorderColor = System.Drawing.Color.Transparent;
  379. buttonBaseStyle1.BorderThickness = 0;
  380. buttonBaseStyle1.ForeColor = System.Drawing.Color.White;
  381. buttonStyle1.MouseClickStyle = buttonBaseStyle1;
  382. buttonBaseStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(164)))), ((int)(((byte)(220)))));
  383. buttonBaseStyle2.BorderColor = System.Drawing.Color.Green;
  384. buttonBaseStyle2.BorderThickness = 0;
  385. buttonBaseStyle2.ForeColor = System.Drawing.Color.White;
  386. buttonStyle1.MouseInStyle = buttonBaseStyle2;
  387. buttonBaseStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  388. buttonBaseStyle3.BorderColor = System.Drawing.Color.Transparent;
  389. buttonBaseStyle3.BorderThickness = 0;
  390. buttonBaseStyle3.ForeColor = System.Drawing.Color.White;
  391. buttonStyle1.NomalStyle = buttonBaseStyle3;
  392. this.EbxSamplePoint.AddButtonStyle = buttonStyle1;
  393. this.EbxSamplePoint.AllwaysShowFocusImage = false;
  394. this.EbxSamplePoint.BorderColor = System.Drawing.Color.Black;
  395. this.EbxSamplePoint.BorderThickness = 1;
  396. this.EbxSamplePoint.DisableHoldOnInput = false;
  397. this.EbxSamplePoint.DropKey = System.Windows.Forms.Keys.Space;
  398. this.EbxSamplePoint.FocusBoederColor = System.Drawing.SystemColors.Control;
  399. this.EbxSamplePoint.FocusForeColor = System.Drawing.Color.Blue;
  400. this.EbxSamplePoint.FocusImage = null;
  401. this.EbxSamplePoint.FocusImagePosition = Uni_Trend.MSO7000X.UserControls.UestcNumericEditBox.FocusImagePositionEnum.Left;
  402. this.EbxSamplePoint.FocusImageRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  403. this.EbxSamplePoint.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  404. this.EbxSamplePoint.Height = 30;
  405. this.EbxSamplePoint.HoldOnSpeedLevel = 5;
  406. this.EbxSamplePoint.IconWidthProportion = 1F;
  407. this.EbxSamplePoint.Interval = 0.1D;
  408. this.EbxSamplePoint.LanguageKey = null;
  409. this.EbxSamplePoint.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Ignore;
  410. this.EbxSamplePoint.Location = new System.Drawing.Point(0, 231);
  411. this.EbxSamplePoint.Margin = new System.Windows.Forms.Padding(0);
  412. this.EbxSamplePoint.MaxValue = 1.7976931348623157E+308D;
  413. this.EbxSamplePoint.MinValue = -1.7976931348623157E+308D;
  414. this.EbxSamplePoint.Name = "EbxSamplePoint";
  415. this.EbxSamplePoint.Size = new System.Drawing.Size(172, 30);
  416. this.EbxSamplePoint.StringFormatFunc = null;
  417. this.EbxSamplePoint.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  418. this.EbxSamplePoint.StylizeFlag = true;
  419. this.EbxSamplePoint.SubButtonImg = null;
  420. buttonBaseStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(164)))), ((int)(((byte)(220)))));
  421. buttonBaseStyle4.BorderColor = System.Drawing.Color.Transparent;
  422. buttonBaseStyle4.BorderThickness = 0;
  423. buttonBaseStyle4.ForeColor = System.Drawing.Color.White;
  424. buttonStyle2.MouseClickStyle = buttonBaseStyle4;
  425. buttonBaseStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(164)))), ((int)(((byte)(220)))));
  426. buttonBaseStyle5.BorderColor = System.Drawing.Color.Green;
  427. buttonBaseStyle5.BorderThickness = 0;
  428. buttonBaseStyle5.ForeColor = System.Drawing.Color.White;
  429. buttonStyle2.MouseInStyle = buttonBaseStyle5;
  430. buttonBaseStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  431. buttonBaseStyle6.BorderColor = System.Drawing.Color.Transparent;
  432. buttonBaseStyle6.BorderThickness = 0;
  433. buttonBaseStyle6.ForeColor = System.Drawing.Color.White;
  434. buttonStyle2.NomalStyle = buttonBaseStyle6;
  435. this.EbxSamplePoint.SubButtonStyle = buttonStyle2;
  436. this.EbxSamplePoint.TabIndex = 25;
  437. this.EbxSamplePoint.Value = 0D;
  438. //
  439. // LblCustomBaud
  440. //
  441. this.LblCustomBaud.BackColor = System.Drawing.Color.Empty;
  442. this.LblCustomBaud.BorderColor = System.Drawing.Color.Black;
  443. this.LblCustomBaud.BorderThickness = 0;
  444. this.LblCustomBaud.CornerRadius = 0;
  445. this.LblCustomBaud.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  446. this.LblCustomBaud.HighlightPrompt = defaultHighlightPrompt6;
  447. this.LblCustomBaud.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  448. this.LblCustomBaud.Location = new System.Drawing.Point(167, 140);
  449. this.LblCustomBaud.MultyLineFlag = false;
  450. this.LblCustomBaud.Name = "LblCustomBaud";
  451. this.LblCustomBaud.Size = new System.Drawing.Size(95, 23);
  452. this.LblCustomBaud.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  453. this.LblCustomBaud.StylizeFlag = true;
  454. this.LblCustomBaud.TabIndex = 28;
  455. this.LblCustomBaud.Text = "自定义速率";
  456. this.LblCustomBaud.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  457. this.LblCustomBaud.Token = null;
  458. //
  459. // BtnCustomBaud
  460. //
  461. this.BtnCustomBaud.BackColor = System.Drawing.Color.Transparent;
  462. this.BtnCustomBaud.BorderColor = System.Drawing.Color.Black;
  463. this.BtnCustomBaud.BorderThickness = 1;
  464. this.BtnCustomBaud.CornerRadius = 0;
  465. this.BtnCustomBaud.Cursor = System.Windows.Forms.Cursors.Hand;
  466. this.BtnCustomBaud.DaskArray = null;
  467. this.BtnCustomBaud.DropKey = System.Windows.Forms.Keys.Space;
  468. this.BtnCustomBaud.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  469. this.BtnCustomBaud.ForeColor = System.Drawing.Color.Black;
  470. this.BtnCustomBaud.Height = 30;
  471. this.BtnCustomBaud.Icon = null;
  472. this.BtnCustomBaud.IconOffset = 10;
  473. this.BtnCustomBaud.IconSize = new System.Drawing.Size(24, 24);
  474. this.BtnCustomBaud.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  475. this.BtnCustomBaud.IsIndicatorShow = false;
  476. this.BtnCustomBaud.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  477. this.BtnCustomBaud.Location = new System.Drawing.Point(167, 169);
  478. this.BtnCustomBaud.MouseinBackColor = System.Drawing.Color.Transparent;
  479. this.BtnCustomBaud.MouseinBorderColor = System.Drawing.Color.Blue;
  480. this.BtnCustomBaud.MouseInBorderThickness = 1;
  481. this.BtnCustomBaud.MouseinForeColor = System.Drawing.Color.Blue;
  482. this.BtnCustomBaud.MouseinSvgForeColor = System.Drawing.Color.Blue;
  483. this.BtnCustomBaud.Name = "BtnCustomBaud";
  484. this.BtnCustomBaud.PressedBackColor = System.Drawing.Color.Gray;
  485. this.BtnCustomBaud.PressedBorderColor = System.Drawing.Color.Blue;
  486. this.BtnCustomBaud.PressedBorderThickness = 1;
  487. this.BtnCustomBaud.PressedForeColor = System.Drawing.Color.Blue;
  488. this.BtnCustomBaud.PressedSvgForeColor = System.Drawing.Color.Blue;
  489. this.BtnCustomBaud.Size = new System.Drawing.Size(141, 30);
  490. this.BtnCustomBaud.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  491. this.BtnCustomBaud.StylizeFlag = true;
  492. this.BtnCustomBaud.SVGForeColor = System.Drawing.Color.Black;
  493. this.BtnCustomBaud.SVGPath = "";
  494. this.BtnCustomBaud.TabIndex = 29;
  495. this.BtnCustomBaud.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  496. //
  497. // CbxSignalInput2
  498. //
  499. this.CbxSignalInput2.BackColor = System.Drawing.Color.White;
  500. this.CbxSignalInput2.BorderColor = System.Drawing.Color.Black;
  501. this.CbxSignalInput2.BorderThickness = 0;
  502. this.CbxSignalInput2.CornerRadius = 0;
  503. this.CbxSignalInput2.DataSource = null;
  504. this.CbxSignalInput2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  505. this.CbxSignalInput2.DropDownHeight = 200;
  506. this.CbxSignalInput2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  507. this.CbxSignalInput2.DropDownWidth = 116;
  508. this.CbxSignalInput2.DropKey = System.Windows.Forms.Keys.Space;
  509. this.CbxSignalInput2.DroppedDown = false;
  510. this.CbxSignalInput2.FocusColor = System.Drawing.Color.Blue;
  511. this.CbxSignalInput2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  512. this.CbxSignalInput2.GetDisPlayName = null;
  513. this.CbxSignalInput2.Height = 36;
  514. this.CbxSignalInput2.ImageMode = false;
  515. this.CbxSignalInput2.ItemHeight = 28;
  516. this.CbxSignalInput2.Items.AddRange(new object[] {
  517. "C1",
  518. "C2",
  519. "C3",
  520. "C4"});
  521. this.CbxSignalInput2.KeyDropEnble = true;
  522. this.CbxSignalInput2.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  523. this.CbxSignalInput2.Location = new System.Drawing.Point(167, 98);
  524. this.CbxSignalInput2.MaxDropDownItems = 8;
  525. this.CbxSignalInput2.Name = "CbxSignalInput2";
  526. this.CbxSignalInput2.RectBtnWidth = 20;
  527. this.CbxSignalInput2.SelectedBackColor = System.Drawing.Color.Blue;
  528. this.CbxSignalInput2.SelectedIndex = -1;
  529. this.CbxSignalInput2.SelectedItem = null;
  530. this.CbxSignalInput2.SelectedText = "";
  531. this.CbxSignalInput2.Size = new System.Drawing.Size(116, 36);
  532. this.CbxSignalInput2.Soreted = false;
  533. this.CbxSignalInput2.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  534. this.CbxSignalInput2.StylizeFlag = true;
  535. this.CbxSignalInput2.TabIndex = 31;
  536. this.CbxSignalInput2.Text = "C1";
  537. this.CbxSignalInput2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  538. this.CbxSignalInput2.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  539. //
  540. // LblSignalInput2
  541. //
  542. this.LblSignalInput2.BackColor = System.Drawing.Color.Empty;
  543. this.LblSignalInput2.BorderColor = System.Drawing.Color.Black;
  544. this.LblSignalInput2.BorderThickness = 0;
  545. this.LblSignalInput2.CornerRadius = 0;
  546. this.LblSignalInput2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  547. this.LblSignalInput2.HighlightPrompt = defaultHighlightPrompt7;
  548. this.LblSignalInput2.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  549. this.LblSignalInput2.Location = new System.Drawing.Point(167, 69);
  550. this.LblSignalInput2.MultyLineFlag = false;
  551. this.LblSignalInput2.Name = "LblSignalInput2";
  552. this.LblSignalInput2.Size = new System.Drawing.Size(116, 23);
  553. this.LblSignalInput2.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  554. this.LblSignalInput2.StylizeFlag = true;
  555. this.LblSignalInput2.TabIndex = 30;
  556. this.LblSignalInput2.Text = "信号输入2";
  557. this.LblSignalInput2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  558. this.LblSignalInput2.Token = null;
  559. //
  560. // CANSetControl
  561. //
  562. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  563. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  564. this.Controls.Add(this.CbxSignalInput2);
  565. this.Controls.Add(this.LblSignalInput2);
  566. this.Controls.Add(this.BtnCustomBaud);
  567. this.Controls.Add(this.LblCustomBaud);
  568. this.Controls.Add(this.EbxSamplePoint);
  569. this.Controls.Add(this.BtnResetSp);
  570. this.Controls.Add(this.BtnSDAThreshold);
  571. this.Controls.Add(this.LblThreshold);
  572. this.Controls.Add(this.CbxSignalType);
  573. this.Controls.Add(this.lblSamplePoint);
  574. this.Controls.Add(this.CbxSignalRate);
  575. this.Controls.Add(this.CbxSignalInput1);
  576. this.Controls.Add(this.LblSignalRate);
  577. this.Controls.Add(this.LblSignalInput1);
  578. this.Controls.Add(this.LblSignalType);
  579. this.Margin = new System.Windows.Forms.Padding(0);
  580. this.Name = "CANSetControl";
  581. this.Size = new System.Drawing.Size(480, 260);
  582. this.ResumeLayout(false);
  583. }
  584. #endregion
  585. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSignalType;
  586. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSignalType;
  587. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSignalInput1;
  588. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSignalInput1;
  589. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSignalRate;
  590. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSignalRate;
  591. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblCustomBaud;
  592. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnCustomBaud;
  593. private Uni_Trend.MSO7000X.UserControls.UestcLabel lblSamplePoint;
  594. private Uni_Trend.MSO7000X.UserControls.TouchNeb EbxSamplePoint;
  595. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnResetSp;
  596. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblThreshold;
  597. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnSDAThreshold;
  598. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSignalInput2;
  599. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSignalInput2;
  600. }
  601. }