ARINC429SetControl.Designer.cs 36 KB

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