RS232SetControl.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  1. 
  2. namespace Uestc.Auto6.Dso.Protocol.RS232
  3. {
  4. partial class RS232SetControl
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Component Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem1 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  31. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem2 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  32. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem3 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  33. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem4 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  34. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem5 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  35. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem6 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  36. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem7 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  37. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem8 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  38. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem9 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  39. Uni_Trend.MSO7000X.UserControls.RadioButtonItem radioButtonItem10 = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem();
  40. this.LblBitRate = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  41. this.CbxBitRate = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  42. this.LblRealBitRate = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  43. this.BtnRealBitRate = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  44. this.LblDataBits = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  45. this.RbgDataBits = new Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup();
  46. this.LblByteOrder = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  47. this.CbxByteOrder = new Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup();
  48. this.LblStopBits = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  49. this.CbxStopBits = new Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup();
  50. this.LblParity = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  51. this.CbxParity = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  52. this.LblSource = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  53. this.CbxSource = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  54. this.LblThreshold = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  55. this.BtnThreshold = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  56. this.LblPolarity = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  57. this.RbgPolarity = new Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup();
  58. this.CbxSignalType = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  59. this.LblSignalType = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  60. this.CbxSourceL = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  61. this.LblSourceL = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  62. this.SuspendLayout();
  63. //
  64. // LblBitRate
  65. //
  66. this.LblBitRate.BackColor = System.Drawing.Color.Empty;
  67. this.LblBitRate.BorderColor = System.Drawing.Color.Black;
  68. this.LblBitRate.BorderThickness = 0;
  69. this.LblBitRate.CornerRadius = 0;
  70. this.LblBitRate.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  71. this.LblBitRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  72. this.LblBitRate.Location = new System.Drawing.Point(209, 9);
  73. this.LblBitRate.Margin = new System.Windows.Forms.Padding(4);
  74. this.LblBitRate.MultyLineFlag = false;
  75. this.LblBitRate.Name = "LblBitRate";
  76. this.LblBitRate.Size = new System.Drawing.Size(153, 24);
  77. this.LblBitRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  78. this.LblBitRate.StylizeFlag = true;
  79. this.LblBitRate.TabIndex = 0;
  80. this.LblBitRate.Text = "波特率";
  81. this.LblBitRate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  82. //
  83. // CbxBitRate
  84. //
  85. this.CbxBitRate.BackColor = System.Drawing.Color.Empty;
  86. this.CbxBitRate.BorderColor = System.Drawing.Color.Black;
  87. this.CbxBitRate.BorderThickness = 1;
  88. this.CbxBitRate.CornerRadius = 0;
  89. this.CbxBitRate.DataSource = null;
  90. this.CbxBitRate.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  91. this.CbxBitRate.DropDownHeight = 200;
  92. this.CbxBitRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  93. this.CbxBitRate.DropDownWidth = 153;
  94. this.CbxBitRate.DropKey = System.Windows.Forms.Keys.Space;
  95. this.CbxBitRate.DroppedDown = false;
  96. this.CbxBitRate.FocusColor = System.Drawing.SystemColors.Control;
  97. this.CbxBitRate.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  98. this.CbxBitRate.GetDisPlayName = null;
  99. this.CbxBitRate.Height = 39;
  100. this.CbxBitRate.ImageMode = false;
  101. this.CbxBitRate.ItemHeight = 28;
  102. this.CbxBitRate.KeyDropEnble = true;
  103. this.CbxBitRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  104. this.CbxBitRate.Location = new System.Drawing.Point(208, 41);
  105. this.CbxBitRate.Margin = new System.Windows.Forms.Padding(4);
  106. this.CbxBitRate.MaxDropDownItems = 8;
  107. this.CbxBitRate.Name = "CbxBitRate";
  108. this.CbxBitRate.RectBtnWidth = 20;
  109. this.CbxBitRate.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  110. this.CbxBitRate.SelectedIndex = -1;
  111. this.CbxBitRate.SelectedItem = null;
  112. this.CbxBitRate.SelectedText = "";
  113. this.CbxBitRate.Size = new System.Drawing.Size(153, 39);
  114. this.CbxBitRate.Soreted = false;
  115. this.CbxBitRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  116. this.CbxBitRate.StylizeFlag = true;
  117. this.CbxBitRate.TabIndex = 1;
  118. this.CbxBitRate.Text = "comboBoxEx1";
  119. this.CbxBitRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  120. this.CbxBitRate.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  121. //
  122. // LblRealBitRate
  123. //
  124. this.LblRealBitRate.BackColor = System.Drawing.Color.Empty;
  125. this.LblRealBitRate.BorderColor = System.Drawing.Color.Black;
  126. this.LblRealBitRate.BorderThickness = 0;
  127. this.LblRealBitRate.CornerRadius = 0;
  128. this.LblRealBitRate.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  129. this.LblRealBitRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  130. this.LblRealBitRate.Location = new System.Drawing.Point(446, 9);
  131. this.LblRealBitRate.Margin = new System.Windows.Forms.Padding(4);
  132. this.LblRealBitRate.MultyLineFlag = false;
  133. this.LblRealBitRate.Name = "LblRealBitRate";
  134. this.LblRealBitRate.Size = new System.Drawing.Size(153, 24);
  135. this.LblRealBitRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  136. this.LblRealBitRate.StylizeFlag = true;
  137. this.LblRealBitRate.TabIndex = 0;
  138. this.LblRealBitRate.Text = "波特率";
  139. this.LblRealBitRate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  140. //
  141. // BtnRealBitRate
  142. //
  143. this.BtnRealBitRate.BackColor = System.Drawing.Color.Transparent;
  144. this.BtnRealBitRate.BorderColor = System.Drawing.Color.Black;
  145. this.BtnRealBitRate.BorderThickness = 1;
  146. this.BtnRealBitRate.CornerRadius = 0;
  147. this.BtnRealBitRate.Cursor = System.Windows.Forms.Cursors.Hand;
  148. this.BtnRealBitRate.DaskArray = null;
  149. this.BtnRealBitRate.DropKey = System.Windows.Forms.Keys.Space;
  150. this.BtnRealBitRate.ForeColor = System.Drawing.Color.Black;
  151. this.BtnRealBitRate.Height = 39;
  152. this.BtnRealBitRate.Icon = null;
  153. this.BtnRealBitRate.IconOffset = 10;
  154. this.BtnRealBitRate.IconSize = new System.Drawing.Size(24, 24);
  155. this.BtnRealBitRate.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  156. this.BtnRealBitRate.Location = new System.Drawing.Point(446, 41);
  157. this.BtnRealBitRate.Margin = new System.Windows.Forms.Padding(4);
  158. this.BtnRealBitRate.MouseinBackColor = System.Drawing.Color.Transparent;
  159. this.BtnRealBitRate.MouseinBorderColor = System.Drawing.SystemColors.Control;
  160. this.BtnRealBitRate.MouseInBorderThickness = 1;
  161. this.BtnRealBitRate.MouseinForeColor = System.Drawing.Color.Black;
  162. this.BtnRealBitRate.MouseinSvgForeColor = System.Drawing.Color.Blue;
  163. this.BtnRealBitRate.Name = "BtnRealBitRate";
  164. this.BtnRealBitRate.PressedBackColor = System.Drawing.Color.Transparent;
  165. this.BtnRealBitRate.PressedBorderColor = System.Drawing.SystemColors.Control;
  166. this.BtnRealBitRate.PressedBorderThickness = 1;
  167. this.BtnRealBitRate.PressedForeColor = System.Drawing.Color.Black;
  168. this.BtnRealBitRate.PressedSvgForeColor = System.Drawing.Color.Blue;
  169. this.BtnRealBitRate.Size = new System.Drawing.Size(153, 39);
  170. this.BtnRealBitRate.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  171. this.BtnRealBitRate.StylizeFlag = true;
  172. this.BtnRealBitRate.SVGForeColor = System.Drawing.Color.Black;
  173. this.BtnRealBitRate.SVGPath = "";
  174. this.BtnRealBitRate.TabIndex = 1;
  175. this.BtnRealBitRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  176. //
  177. // LblDataBits
  178. //
  179. this.LblDataBits.BackColor = System.Drawing.Color.Empty;
  180. this.LblDataBits.BorderColor = System.Drawing.Color.Black;
  181. this.LblDataBits.BorderThickness = 0;
  182. this.LblDataBits.CornerRadius = 0;
  183. this.LblDataBits.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  184. this.LblDataBits.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  185. this.LblDataBits.Location = new System.Drawing.Point(208, 183);
  186. this.LblDataBits.Margin = new System.Windows.Forms.Padding(4);
  187. this.LblDataBits.MultyLineFlag = false;
  188. this.LblDataBits.Name = "LblDataBits";
  189. this.LblDataBits.Size = new System.Drawing.Size(57, 24);
  190. this.LblDataBits.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  191. this.LblDataBits.StylizeFlag = true;
  192. this.LblDataBits.TabIndex = 0;
  193. this.LblDataBits.Text = "位宽";
  194. this.LblDataBits.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  195. //
  196. // RbgDataBits
  197. //
  198. this.RbgDataBits.BackColor = System.Drawing.Color.Black;
  199. this.RbgDataBits.BorderColor = System.Drawing.Color.Black;
  200. this.RbgDataBits.BorderThickness = 1;
  201. this.RbgDataBits.ButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
  202. this.RbgDataBits.ButtonFont = null;
  203. radioButtonItem1.Icon = null;
  204. radioButtonItem1.Padding = new System.Windows.Forms.Padding(0);
  205. radioButtonItem1.Tag = null;
  206. radioButtonItem1.Text = "7";
  207. radioButtonItem2.Icon = null;
  208. radioButtonItem2.Padding = new System.Windows.Forms.Padding(0);
  209. radioButtonItem2.Tag = null;
  210. radioButtonItem2.Text = "8";
  211. radioButtonItem3.Icon = null;
  212. radioButtonItem3.Padding = new System.Windows.Forms.Padding(0);
  213. radioButtonItem3.Tag = null;
  214. radioButtonItem3.Text = "9";
  215. this.RbgDataBits.ButtonItems = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem[] {
  216. radioButtonItem1,
  217. radioButtonItem2,
  218. radioButtonItem3};
  219. this.RbgDataBits.ButtonOffset = 0;
  220. this.RbgDataBits.ButtonTextColor = System.Drawing.Color.Empty;
  221. this.RbgDataBits.ChoosedButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  222. this.RbgDataBits.ChoosedButtonIndex = 0;
  223. this.RbgDataBits.ChoosedButtonTextColor = System.Drawing.Color.Empty;
  224. this.RbgDataBits.ContentBackColor = System.Drawing.Color.Black;
  225. this.RbgDataBits.ContentPadding = new System.Windows.Forms.Padding(0);
  226. this.RbgDataBits.FocusBorderColor = System.Drawing.Color.White;
  227. this.RbgDataBits.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  228. this.RbgDataBits.Height = 39;
  229. this.RbgDataBits.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  230. this.RbgDataBits.Location = new System.Drawing.Point(209, 216);
  231. this.RbgDataBits.Margin = new System.Windows.Forms.Padding(5);
  232. this.RbgDataBits.Name = "RbgDataBits";
  233. this.RbgDataBits.Padding = new System.Windows.Forms.Padding(1);
  234. this.RbgDataBits.Size = new System.Drawing.Size(153, 39);
  235. this.RbgDataBits.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  236. this.RbgDataBits.StylizeFlag = true;
  237. this.RbgDataBits.TabIndex = 1;
  238. //
  239. // LblByteOrder
  240. //
  241. this.LblByteOrder.BackColor = System.Drawing.Color.Empty;
  242. this.LblByteOrder.BorderColor = System.Drawing.Color.Black;
  243. this.LblByteOrder.BorderThickness = 0;
  244. this.LblByteOrder.CornerRadius = 0;
  245. this.LblByteOrder.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  246. this.LblByteOrder.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  247. this.LblByteOrder.Location = new System.Drawing.Point(4, 183);
  248. this.LblByteOrder.Margin = new System.Windows.Forms.Padding(4);
  249. this.LblByteOrder.MultyLineFlag = false;
  250. this.LblByteOrder.Name = "LblByteOrder";
  251. this.LblByteOrder.Size = new System.Drawing.Size(72, 24);
  252. this.LblByteOrder.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  253. this.LblByteOrder.StylizeFlag = true;
  254. this.LblByteOrder.TabIndex = 0;
  255. this.LblByteOrder.Text = "位顺序";
  256. this.LblByteOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  257. //
  258. // CbxByteOrder
  259. //
  260. this.CbxByteOrder.BackColor = System.Drawing.Color.Black;
  261. this.CbxByteOrder.BorderColor = System.Drawing.Color.Black;
  262. this.CbxByteOrder.BorderThickness = 1;
  263. this.CbxByteOrder.ButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
  264. this.CbxByteOrder.ButtonFont = null;
  265. radioButtonItem4.Icon = null;
  266. radioButtonItem4.Padding = new System.Windows.Forms.Padding(0);
  267. radioButtonItem4.Tag = null;
  268. radioButtonItem4.Text = "LSB";
  269. radioButtonItem5.Icon = null;
  270. radioButtonItem5.Padding = new System.Windows.Forms.Padding(0);
  271. radioButtonItem5.Tag = null;
  272. radioButtonItem5.Text = "MSB";
  273. this.CbxByteOrder.ButtonItems = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem[] {
  274. radioButtonItem4,
  275. radioButtonItem5};
  276. this.CbxByteOrder.ButtonOffset = 0;
  277. this.CbxByteOrder.ButtonTextColor = System.Drawing.Color.Empty;
  278. this.CbxByteOrder.ChoosedButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  279. this.CbxByteOrder.ChoosedButtonIndex = 0;
  280. this.CbxByteOrder.ChoosedButtonTextColor = System.Drawing.Color.Black;
  281. this.CbxByteOrder.ContentBackColor = System.Drawing.Color.Black;
  282. this.CbxByteOrder.ContentPadding = new System.Windows.Forms.Padding(0);
  283. this.CbxByteOrder.FocusBorderColor = System.Drawing.Color.White;
  284. this.CbxByteOrder.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  285. this.CbxByteOrder.Height = 39;
  286. this.CbxByteOrder.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  287. this.CbxByteOrder.Location = new System.Drawing.Point(4, 216);
  288. this.CbxByteOrder.Margin = new System.Windows.Forms.Padding(5);
  289. this.CbxByteOrder.Name = "CbxByteOrder";
  290. this.CbxByteOrder.Padding = new System.Windows.Forms.Padding(1);
  291. this.CbxByteOrder.Size = new System.Drawing.Size(170, 39);
  292. this.CbxByteOrder.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  293. this.CbxByteOrder.StylizeFlag = true;
  294. this.CbxByteOrder.TabIndex = 1;
  295. //
  296. // LblStopBits
  297. //
  298. this.LblStopBits.BackColor = System.Drawing.Color.Empty;
  299. this.LblStopBits.BorderColor = System.Drawing.Color.Black;
  300. this.LblStopBits.BorderThickness = 0;
  301. this.LblStopBits.CornerRadius = 0;
  302. this.LblStopBits.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  303. this.LblStopBits.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  304. this.LblStopBits.Location = new System.Drawing.Point(446, 183);
  305. this.LblStopBits.Margin = new System.Windows.Forms.Padding(4);
  306. this.LblStopBits.MultyLineFlag = false;
  307. this.LblStopBits.Name = "LblStopBits";
  308. this.LblStopBits.Size = new System.Drawing.Size(57, 24);
  309. this.LblStopBits.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  310. this.LblStopBits.StylizeFlag = true;
  311. this.LblStopBits.TabIndex = 0;
  312. this.LblStopBits.Text = "停止位";
  313. this.LblStopBits.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  314. //
  315. // CbxStopBits
  316. //
  317. this.CbxStopBits.BackColor = System.Drawing.Color.Black;
  318. this.CbxStopBits.BorderColor = System.Drawing.Color.Black;
  319. this.CbxStopBits.BorderThickness = 1;
  320. this.CbxStopBits.ButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
  321. this.CbxStopBits.ButtonFont = null;
  322. radioButtonItem6.Icon = null;
  323. radioButtonItem6.Padding = new System.Windows.Forms.Padding(0);
  324. radioButtonItem6.Tag = null;
  325. radioButtonItem6.Text = "1";
  326. radioButtonItem7.Icon = null;
  327. radioButtonItem7.Padding = new System.Windows.Forms.Padding(0);
  328. radioButtonItem7.Tag = null;
  329. radioButtonItem7.Text = "1.5";
  330. radioButtonItem8.Icon = null;
  331. radioButtonItem8.Padding = new System.Windows.Forms.Padding(0);
  332. radioButtonItem8.Tag = null;
  333. radioButtonItem8.Text = "2";
  334. this.CbxStopBits.ButtonItems = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem[] {
  335. radioButtonItem6,
  336. radioButtonItem7,
  337. radioButtonItem8};
  338. this.CbxStopBits.ButtonOffset = 0;
  339. this.CbxStopBits.ButtonTextColor = System.Drawing.Color.Empty;
  340. this.CbxStopBits.ChoosedButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  341. this.CbxStopBits.ChoosedButtonIndex = 0;
  342. this.CbxStopBits.ChoosedButtonTextColor = System.Drawing.Color.Empty;
  343. this.CbxStopBits.ContentBackColor = System.Drawing.Color.Black;
  344. this.CbxStopBits.ContentPadding = new System.Windows.Forms.Padding(0);
  345. this.CbxStopBits.FocusBorderColor = System.Drawing.Color.White;
  346. this.CbxStopBits.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  347. this.CbxStopBits.Height = 39;
  348. this.CbxStopBits.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  349. this.CbxStopBits.Location = new System.Drawing.Point(446, 216);
  350. this.CbxStopBits.Margin = new System.Windows.Forms.Padding(5);
  351. this.CbxStopBits.Name = "CbxStopBits";
  352. this.CbxStopBits.Padding = new System.Windows.Forms.Padding(1);
  353. this.CbxStopBits.Size = new System.Drawing.Size(153, 39);
  354. this.CbxStopBits.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  355. this.CbxStopBits.StylizeFlag = true;
  356. this.CbxStopBits.TabIndex = 1;
  357. //
  358. // LblParity
  359. //
  360. this.LblParity.BackColor = System.Drawing.Color.Empty;
  361. this.LblParity.BorderColor = System.Drawing.Color.Black;
  362. this.LblParity.BorderThickness = 0;
  363. this.LblParity.CornerRadius = 0;
  364. this.LblParity.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  365. this.LblParity.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  366. this.LblParity.Location = new System.Drawing.Point(1, 286);
  367. this.LblParity.Margin = new System.Windows.Forms.Padding(4);
  368. this.LblParity.MultyLineFlag = false;
  369. this.LblParity.Name = "LblParity";
  370. this.LblParity.Size = new System.Drawing.Size(170, 24);
  371. this.LblParity.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  372. this.LblParity.StylizeFlag = true;
  373. this.LblParity.TabIndex = 0;
  374. this.LblParity.Text = "奇偶校验";
  375. this.LblParity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  376. //
  377. // CbxParity
  378. //
  379. this.CbxParity.BackColor = System.Drawing.Color.Transparent;
  380. this.CbxParity.BorderColor = System.Drawing.Color.Black;
  381. this.CbxParity.BorderThickness = 1;
  382. this.CbxParity.CornerRadius = 0;
  383. this.CbxParity.DataSource = null;
  384. this.CbxParity.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  385. this.CbxParity.DropDownHeight = 200;
  386. this.CbxParity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  387. this.CbxParity.DropDownWidth = 170;
  388. this.CbxParity.DropKey = System.Windows.Forms.Keys.Space;
  389. this.CbxParity.DroppedDown = false;
  390. this.CbxParity.FocusColor = System.Drawing.SystemColors.Control;
  391. this.CbxParity.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  392. this.CbxParity.GetDisPlayName = null;
  393. this.CbxParity.Height = 39;
  394. this.CbxParity.ImageMode = false;
  395. this.CbxParity.ItemHeight = 28;
  396. this.CbxParity.KeyDropEnble = true;
  397. this.CbxParity.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  398. this.CbxParity.Location = new System.Drawing.Point(0, 318);
  399. this.CbxParity.Margin = new System.Windows.Forms.Padding(4);
  400. this.CbxParity.MaxDropDownItems = 8;
  401. this.CbxParity.Name = "CbxParity";
  402. this.CbxParity.Padding = new System.Windows.Forms.Padding(1);
  403. this.CbxParity.RectBtnWidth = 20;
  404. this.CbxParity.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  405. this.CbxParity.SelectedIndex = -1;
  406. this.CbxParity.SelectedItem = null;
  407. this.CbxParity.SelectedText = "";
  408. this.CbxParity.Size = new System.Drawing.Size(170, 39);
  409. this.CbxParity.Soreted = false;
  410. this.CbxParity.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  411. this.CbxParity.StylizeFlag = true;
  412. this.CbxParity.TabIndex = 1;
  413. this.CbxParity.Text = "";
  414. this.CbxParity.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  415. this.CbxParity.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  416. //
  417. // LblSource
  418. //
  419. this.LblSource.BackColor = System.Drawing.Color.Empty;
  420. this.LblSource.BorderColor = System.Drawing.Color.Black;
  421. this.LblSource.BorderThickness = 0;
  422. this.LblSource.CornerRadius = 0;
  423. this.LblSource.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  424. this.LblSource.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  425. this.LblSource.Location = new System.Drawing.Point(4, 96);
  426. this.LblSource.Margin = new System.Windows.Forms.Padding(4);
  427. this.LblSource.MultyLineFlag = false;
  428. this.LblSource.Name = "LblSource";
  429. this.LblSource.Size = new System.Drawing.Size(72, 24);
  430. this.LblSource.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  431. this.LblSource.StylizeFlag = true;
  432. this.LblSource.TabIndex = 0;
  433. this.LblSource.Text = "信源";
  434. this.LblSource.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  435. //
  436. // CbxSource
  437. //
  438. this.CbxSource.BackColor = System.Drawing.Color.Transparent;
  439. this.CbxSource.BorderColor = System.Drawing.Color.Black;
  440. this.CbxSource.BorderThickness = 1;
  441. this.CbxSource.CornerRadius = 0;
  442. this.CbxSource.DataSource = null;
  443. this.CbxSource.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  444. this.CbxSource.DropDownHeight = 200;
  445. this.CbxSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  446. this.CbxSource.DropDownWidth = 153;
  447. this.CbxSource.DropKey = System.Windows.Forms.Keys.Space;
  448. this.CbxSource.DroppedDown = false;
  449. this.CbxSource.FocusColor = System.Drawing.SystemColors.Control;
  450. this.CbxSource.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  451. this.CbxSource.GetDisPlayName = null;
  452. this.CbxSource.Height = 39;
  453. this.CbxSource.ImageMode = false;
  454. this.CbxSource.ItemHeight = 28;
  455. this.CbxSource.KeyDropEnble = true;
  456. this.CbxSource.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  457. this.CbxSource.Location = new System.Drawing.Point(4, 124);
  458. this.CbxSource.Margin = new System.Windows.Forms.Padding(4);
  459. this.CbxSource.MaxDropDownItems = 8;
  460. this.CbxSource.Name = "CbxSource";
  461. this.CbxSource.RectBtnWidth = 20;
  462. this.CbxSource.SelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  463. this.CbxSource.SelectedIndex = -1;
  464. this.CbxSource.SelectedItem = null;
  465. this.CbxSource.SelectedText = "";
  466. this.CbxSource.Size = new System.Drawing.Size(153, 39);
  467. this.CbxSource.Soreted = false;
  468. this.CbxSource.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  469. this.CbxSource.StylizeFlag = true;
  470. this.CbxSource.TabIndex = 1;
  471. this.CbxSource.Text = "comboBoxEx1";
  472. this.CbxSource.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  473. this.CbxSource.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  474. //
  475. // LblThreshold
  476. //
  477. this.LblThreshold.BackColor = System.Drawing.Color.Empty;
  478. this.LblThreshold.BorderColor = System.Drawing.Color.Black;
  479. this.LblThreshold.BorderThickness = 0;
  480. this.LblThreshold.CornerRadius = 0;
  481. this.LblThreshold.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  482. this.LblThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  483. this.LblThreshold.Location = new System.Drawing.Point(446, 96);
  484. this.LblThreshold.Margin = new System.Windows.Forms.Padding(4);
  485. this.LblThreshold.MultyLineFlag = false;
  486. this.LblThreshold.Name = "LblThreshold";
  487. this.LblThreshold.Size = new System.Drawing.Size(153, 24);
  488. this.LblThreshold.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  489. this.LblThreshold.StylizeFlag = true;
  490. this.LblThreshold.TabIndex = 0;
  491. this.LblThreshold.Text = "门限";
  492. this.LblThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  493. //
  494. // BtnThreshold
  495. //
  496. this.BtnThreshold.BackColor = System.Drawing.Color.Transparent;
  497. this.BtnThreshold.BorderColor = System.Drawing.Color.Black;
  498. this.BtnThreshold.BorderThickness = 1;
  499. this.BtnThreshold.CornerRadius = 0;
  500. this.BtnThreshold.Cursor = System.Windows.Forms.Cursors.Hand;
  501. this.BtnThreshold.DaskArray = null;
  502. this.BtnThreshold.DropKey = System.Windows.Forms.Keys.Space;
  503. this.BtnThreshold.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  504. this.BtnThreshold.ForeColor = System.Drawing.Color.Black;
  505. this.BtnThreshold.Height = 39;
  506. this.BtnThreshold.Icon = null;
  507. this.BtnThreshold.IconOffset = 10;
  508. this.BtnThreshold.IconSize = new System.Drawing.Size(24, 24);
  509. this.BtnThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  510. this.BtnThreshold.Location = new System.Drawing.Point(446, 127);
  511. this.BtnThreshold.Margin = new System.Windows.Forms.Padding(4);
  512. this.BtnThreshold.MouseinBackColor = System.Drawing.Color.Transparent;
  513. this.BtnThreshold.MouseinBorderColor = System.Drawing.SystemColors.Control;
  514. this.BtnThreshold.MouseInBorderThickness = 1;
  515. this.BtnThreshold.MouseinForeColor = System.Drawing.Color.Black;
  516. this.BtnThreshold.MouseinSvgForeColor = System.Drawing.Color.Blue;
  517. this.BtnThreshold.Name = "BtnThreshold";
  518. this.BtnThreshold.PressedBackColor = System.Drawing.Color.Gray;
  519. this.BtnThreshold.PressedBorderColor = System.Drawing.SystemColors.Control;
  520. this.BtnThreshold.PressedBorderThickness = 1;
  521. this.BtnThreshold.PressedForeColor = System.Drawing.Color.Black;
  522. this.BtnThreshold.PressedSvgForeColor = System.Drawing.Color.Blue;
  523. this.BtnThreshold.Size = new System.Drawing.Size(153, 39);
  524. this.BtnThreshold.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  525. this.BtnThreshold.StylizeFlag = true;
  526. this.BtnThreshold.SVGForeColor = System.Drawing.Color.Black;
  527. this.BtnThreshold.SVGPath = "";
  528. this.BtnThreshold.TabIndex = 1;
  529. this.BtnThreshold.Text = "BtnThreshold";
  530. this.BtnThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  531. //
  532. // LblPolarity
  533. //
  534. this.LblPolarity.BackColor = System.Drawing.Color.Empty;
  535. this.LblPolarity.BorderColor = System.Drawing.Color.Black;
  536. this.LblPolarity.BorderThickness = 0;
  537. this.LblPolarity.CornerRadius = 0;
  538. this.LblPolarity.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  539. this.LblPolarity.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  540. this.LblPolarity.Location = new System.Drawing.Point(209, 286);
  541. this.LblPolarity.Margin = new System.Windows.Forms.Padding(4);
  542. this.LblPolarity.MultyLineFlag = false;
  543. this.LblPolarity.Name = "LblPolarity";
  544. this.LblPolarity.Size = new System.Drawing.Size(153, 24);
  545. this.LblPolarity.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  546. this.LblPolarity.StylizeFlag = true;
  547. this.LblPolarity.TabIndex = 0;
  548. this.LblPolarity.Text = "极性";
  549. this.LblPolarity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  550. //
  551. // RbgPolarity
  552. //
  553. this.RbgPolarity.BackColor = System.Drawing.Color.Black;
  554. this.RbgPolarity.BorderColor = System.Drawing.Color.Black;
  555. this.RbgPolarity.BorderThickness = 1;
  556. this.RbgPolarity.ButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
  557. this.RbgPolarity.ButtonFont = null;
  558. radioButtonItem9.Icon = null;
  559. radioButtonItem9.Padding = new System.Windows.Forms.Padding(0);
  560. radioButtonItem9.Tag = null;
  561. radioButtonItem9.Text = "Hight";
  562. radioButtonItem10.Icon = null;
  563. radioButtonItem10.Padding = new System.Windows.Forms.Padding(0);
  564. radioButtonItem10.Tag = null;
  565. radioButtonItem10.Text = "Low";
  566. this.RbgPolarity.ButtonItems = new Uni_Trend.MSO7000X.UserControls.RadioButtonItem[] {
  567. radioButtonItem9,
  568. radioButtonItem10};
  569. this.RbgPolarity.ButtonOffset = 0;
  570. this.RbgPolarity.ButtonTextColor = System.Drawing.Color.Empty;
  571. this.RbgPolarity.ChoosedButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(183)))), ((int)(((byte)(245)))));
  572. this.RbgPolarity.ChoosedButtonIndex = 0;
  573. this.RbgPolarity.ChoosedButtonTextColor = System.Drawing.Color.Empty;
  574. this.RbgPolarity.ContentBackColor = System.Drawing.Color.Black;
  575. this.RbgPolarity.ContentPadding = new System.Windows.Forms.Padding(0);
  576. this.RbgPolarity.FocusBorderColor = System.Drawing.Color.White;
  577. this.RbgPolarity.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  578. this.RbgPolarity.Height = 39;
  579. this.RbgPolarity.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  580. this.RbgPolarity.Location = new System.Drawing.Point(209, 318);
  581. this.RbgPolarity.Margin = new System.Windows.Forms.Padding(5);
  582. this.RbgPolarity.Name = "RbgPolarity";
  583. this.RbgPolarity.Padding = new System.Windows.Forms.Padding(1);
  584. this.RbgPolarity.Size = new System.Drawing.Size(153, 39);
  585. this.RbgPolarity.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  586. this.RbgPolarity.StylizeFlag = true;
  587. this.RbgPolarity.TabIndex = 1;
  588. //
  589. // CbxSignalType
  590. //
  591. this.CbxSignalType.BackColor = System.Drawing.Color.Transparent;
  592. this.CbxSignalType.BorderColor = System.Drawing.Color.Black;
  593. this.CbxSignalType.BorderThickness = 1;
  594. this.CbxSignalType.CornerRadius = 0;
  595. this.CbxSignalType.DataSource = null;
  596. this.CbxSignalType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  597. this.CbxSignalType.DropDownHeight = 200;
  598. this.CbxSignalType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  599. this.CbxSignalType.DropDownWidth = 154;
  600. this.CbxSignalType.DropKey = System.Windows.Forms.Keys.Space;
  601. this.CbxSignalType.DroppedDown = false;
  602. this.CbxSignalType.FocusColor = System.Drawing.Color.Blue;
  603. this.CbxSignalType.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  604. this.CbxSignalType.GetDisPlayName = null;
  605. this.CbxSignalType.Height = 39;
  606. this.CbxSignalType.ImageMode = false;
  607. this.CbxSignalType.ItemHeight = 28;
  608. this.CbxSignalType.KeyDropEnble = true;
  609. this.CbxSignalType.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  610. this.CbxSignalType.Location = new System.Drawing.Point(4, 41);
  611. this.CbxSignalType.Margin = new System.Windows.Forms.Padding(4);
  612. this.CbxSignalType.MaxDropDownItems = 8;
  613. this.CbxSignalType.Name = "CbxSignalType";
  614. this.CbxSignalType.RectBtnWidth = 20;
  615. this.CbxSignalType.SelectedBackColor = System.Drawing.Color.Blue;
  616. this.CbxSignalType.SelectedIndex = -1;
  617. this.CbxSignalType.SelectedItem = null;
  618. this.CbxSignalType.SelectedText = "";
  619. this.CbxSignalType.Size = new System.Drawing.Size(154, 39);
  620. this.CbxSignalType.Soreted = false;
  621. this.CbxSignalType.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  622. this.CbxSignalType.StylizeFlag = true;
  623. this.CbxSignalType.TabIndex = 8;
  624. this.CbxSignalType.Text = "comboBoxEx1";
  625. this.CbxSignalType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  626. this.CbxSignalType.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  627. //
  628. // LblSignalType
  629. //
  630. this.LblSignalType.BackColor = System.Drawing.Color.Empty;
  631. this.LblSignalType.BorderColor = System.Drawing.Color.Black;
  632. this.LblSignalType.BorderThickness = 0;
  633. this.LblSignalType.CornerRadius = 0;
  634. this.LblSignalType.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  635. this.LblSignalType.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  636. this.LblSignalType.Location = new System.Drawing.Point(4, 9);
  637. this.LblSignalType.Margin = new System.Windows.Forms.Padding(4);
  638. this.LblSignalType.MultyLineFlag = false;
  639. this.LblSignalType.Name = "LblSignalType";
  640. this.LblSignalType.Size = new System.Drawing.Size(153, 24);
  641. this.LblSignalType.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  642. this.LblSignalType.StylizeFlag = true;
  643. this.LblSignalType.TabIndex = 8;
  644. this.LblSignalType.Text = "类型";
  645. this.LblSignalType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  646. //
  647. // CbxSourceL
  648. //
  649. this.CbxSourceL.BackColor = System.Drawing.Color.Transparent;
  650. this.CbxSourceL.BorderColor = System.Drawing.Color.Black;
  651. this.CbxSourceL.BorderThickness = 1;
  652. this.CbxSourceL.CornerRadius = 0;
  653. this.CbxSourceL.DataSource = null;
  654. this.CbxSourceL.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  655. this.CbxSourceL.DropDownHeight = 200;
  656. this.CbxSourceL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  657. this.CbxSourceL.DropDownWidth = 154;
  658. this.CbxSourceL.DropKey = System.Windows.Forms.Keys.Space;
  659. this.CbxSourceL.DroppedDown = false;
  660. this.CbxSourceL.FocusColor = System.Drawing.Color.Blue;
  661. this.CbxSourceL.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  662. this.CbxSourceL.GetDisPlayName = null;
  663. this.CbxSourceL.Height = 39;
  664. this.CbxSourceL.ImageMode = false;
  665. this.CbxSourceL.ItemHeight = 28;
  666. this.CbxSourceL.KeyDropEnble = true;
  667. this.CbxSourceL.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  668. this.CbxSourceL.Location = new System.Drawing.Point(208, 124);
  669. this.CbxSourceL.Margin = new System.Windows.Forms.Padding(0);
  670. this.CbxSourceL.MaxDropDownItems = 8;
  671. this.CbxSourceL.Name = "CbxSourceL";
  672. this.CbxSourceL.RectBtnWidth = 20;
  673. this.CbxSourceL.SelectedBackColor = System.Drawing.Color.Blue;
  674. this.CbxSourceL.SelectedIndex = -1;
  675. this.CbxSourceL.SelectedItem = null;
  676. this.CbxSourceL.SelectedText = "";
  677. this.CbxSourceL.Size = new System.Drawing.Size(154, 39);
  678. this.CbxSourceL.Soreted = false;
  679. this.CbxSourceL.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  680. this.CbxSourceL.StylizeFlag = true;
  681. this.CbxSourceL.TabIndex = 6;
  682. this.CbxSourceL.Text = "comboBoxEx1";
  683. this.CbxSourceL.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  684. this.CbxSourceL.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  685. //
  686. // LblSourceL
  687. //
  688. this.LblSourceL.BackColor = System.Drawing.Color.Empty;
  689. this.LblSourceL.BorderColor = System.Drawing.Color.Black;
  690. this.LblSourceL.BorderThickness = 0;
  691. this.LblSourceL.CornerRadius = 0;
  692. this.LblSourceL.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  693. this.LblSourceL.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  694. this.LblSourceL.Location = new System.Drawing.Point(208, 96);
  695. this.LblSourceL.Margin = new System.Windows.Forms.Padding(4);
  696. this.LblSourceL.MultyLineFlag = false;
  697. this.LblSourceL.Name = "LblSourceL";
  698. this.LblSourceL.Size = new System.Drawing.Size(77, 24);
  699. this.LblSourceL.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  700. this.LblSourceL.StylizeFlag = true;
  701. this.LblSourceL.TabIndex = 5;
  702. this.LblSourceL.Text = "信源L";
  703. this.LblSourceL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  704. //
  705. // RS232SetControl
  706. //
  707. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  708. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  709. this.Controls.Add(this.LblBitRate);
  710. this.Controls.Add(this.CbxBitRate);
  711. this.Controls.Add(this.LblRealBitRate);
  712. this.Controls.Add(this.BtnRealBitRate);
  713. this.Controls.Add(this.LblDataBits);
  714. this.Controls.Add(this.RbgDataBits);
  715. this.Controls.Add(this.LblByteOrder);
  716. this.Controls.Add(this.CbxByteOrder);
  717. this.Controls.Add(this.LblStopBits);
  718. this.Controls.Add(this.CbxStopBits);
  719. this.Controls.Add(this.LblParity);
  720. this.Controls.Add(this.CbxParity);
  721. this.Controls.Add(this.LblSource);
  722. this.Controls.Add(this.CbxSource);
  723. this.Controls.Add(this.LblThreshold);
  724. this.Controls.Add(this.BtnThreshold);
  725. this.Controls.Add(this.LblPolarity);
  726. this.Controls.Add(this.RbgPolarity);
  727. this.Controls.Add(this.LblSignalType);
  728. this.Controls.Add(this.CbxSignalType);
  729. this.Controls.Add(this.CbxSourceL);
  730. this.Controls.Add(this.LblSourceL);
  731. this.Margin = new System.Windows.Forms.Padding(0);
  732. this.Name = "RS232SetControl";
  733. this.Size = new System.Drawing.Size(617, 518);
  734. this.ResumeLayout(false);
  735. }
  736. #endregion
  737. [RowCol(0,1)]
  738. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblBitRate;
  739. [RowCol(0,1)]
  740. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxBitRate;
  741. [RowCol(0,2)]
  742. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblRealBitRate;
  743. [RowCol(0,2)]
  744. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnRealBitRate;
  745. [RowCol(2,1)]
  746. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblDataBits;
  747. [RowCol(2,1)]
  748. private Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup RbgDataBits;
  749. [RowCol(2)]
  750. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblByteOrder;
  751. [RowCol(2)]
  752. private Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup CbxByteOrder;
  753. [RowCol(2,2)]
  754. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblStopBits;
  755. [RowCol(2, 2)]
  756. private Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup CbxStopBits;
  757. [RowCol(3,0)]
  758. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblParity;
  759. [RowCol(3,0)]
  760. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxParity;
  761. [RowCol(1)]
  762. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSource;
  763. [RowCol(1)]
  764. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSource;
  765. [RowCol(1,2)]
  766. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblThreshold;
  767. [RowCol(1,2)]
  768. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnThreshold;
  769. [RowCol(3, 1)]
  770. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblPolarity;
  771. [RowCol(3, 1)]
  772. private Uni_Trend.MSO7000X.UserControls.UIRadioButtonGroup RbgPolarity;
  773. [RowCol()]
  774. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSignalType;
  775. [RowCol()]
  776. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSignalType;
  777. [RowCol(1, 1)]
  778. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSourceL;
  779. [RowCol(1, 1)]
  780. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSourceL;
  781. }
  782. }