I2CDataPage.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. 
  2. namespace Uestc.Auto6.Dso.Protocol.I2C
  3. {
  4. partial class I2CDataPage
  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. if(_FloatForm!=null && !_FloatForm.IsDisposed)
  17. {
  18. _FloatForm?.Close();
  19. _FloatForm?.Dispose();
  20. _FloatForm = null;
  21. }
  22. Presenter?.TryRemoveView(this);
  23. if (disposing && (components != null))
  24. {
  25. components.Dispose();
  26. }
  27. base.Dispose(disposing);
  28. }
  29. #region 组件设计器生成的代码
  30. /// <summary>
  31. /// 设计器支持所需的方法 - 不要修改
  32. /// 使用代码编辑器修改此方法的内容。
  33. /// </summary>
  34. private void InitializeComponent()
  35. {
  36. this.LblDataBytesCount = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  37. this.CbxDataBytesCount = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  38. this.LblDataByteIndex = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  39. this.BtnDataByteIndex = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  40. this.LblRelation = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  41. this.CbxRelation = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  42. this.LblData = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  43. this.BtnData = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  44. this.SuspendLayout();
  45. //
  46. // LblDataBytesCount
  47. //
  48. this.LblDataBytesCount.BackColor = System.Drawing.Color.Empty;
  49. this.LblDataBytesCount.BorderColor = System.Drawing.Color.Black;
  50. this.LblDataBytesCount.BorderThickness = 0;
  51. this.LblDataBytesCount.CornerRadius = 0;
  52. this.LblDataBytesCount.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  53. this.LblDataBytesCount.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  54. this.LblDataBytesCount.Location = new System.Drawing.Point(10, 4);
  55. this.LblDataBytesCount.Margin = new System.Windows.Forms.Padding(0);
  56. this.LblDataBytesCount.MultyLineFlag = false;
  57. this.LblDataBytesCount.Name = "LblDataBytesCount";
  58. this.LblDataBytesCount.Size = new System.Drawing.Size(96, 27);
  59. this.LblDataBytesCount.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  60. this.LblDataBytesCount.StylizeFlag = false;
  61. this.LblDataBytesCount.TabIndex = 0;
  62. this.LblDataBytesCount.Text = "字节数";
  63. this.LblDataBytesCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  64. //
  65. // CbxDataBytesCount
  66. //
  67. this.CbxDataBytesCount.BackColor = System.Drawing.Color.White;
  68. this.CbxDataBytesCount.BorderColor = System.Drawing.Color.Black;
  69. this.CbxDataBytesCount.BorderThickness = 1;
  70. this.CbxDataBytesCount.CornerRadius = 0;
  71. this.CbxDataBytesCount.Cursor = System.Windows.Forms.Cursors.Hand;
  72. this.CbxDataBytesCount.DaskArray = null;
  73. this.CbxDataBytesCount.DropKey = System.Windows.Forms.Keys.Space;
  74. this.CbxDataBytesCount.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  75. this.CbxDataBytesCount.ForeColor = System.Drawing.Color.Black;
  76. this.CbxDataBytesCount.Height = 42;
  77. this.CbxDataBytesCount.Icon = null;
  78. this.CbxDataBytesCount.IconOffset = 10;
  79. this.CbxDataBytesCount.IconSize = new System.Drawing.Size(24, 24);
  80. this.CbxDataBytesCount.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  81. this.CbxDataBytesCount.Location = new System.Drawing.Point(10, 36);
  82. this.CbxDataBytesCount.Margin = new System.Windows.Forms.Padding(0);
  83. this.CbxDataBytesCount.MouseinBackColor = System.Drawing.Color.Transparent;
  84. this.CbxDataBytesCount.MouseinBorderColor = System.Drawing.Color.Blue;
  85. this.CbxDataBytesCount.MouseInBorderThickness = 1;
  86. this.CbxDataBytesCount.MouseinForeColor = System.Drawing.Color.Blue;
  87. this.CbxDataBytesCount.MouseinSvgForeColor = System.Drawing.Color.Blue;
  88. this.CbxDataBytesCount.Name = "CbxDataBytesCount";
  89. this.CbxDataBytesCount.PressedBackColor = System.Drawing.Color.Gray;
  90. this.CbxDataBytesCount.PressedBorderColor = System.Drawing.Color.Blue;
  91. this.CbxDataBytesCount.PressedBorderThickness = 1;
  92. this.CbxDataBytesCount.PressedForeColor = System.Drawing.Color.Blue;
  93. this.CbxDataBytesCount.PressedSvgForeColor = System.Drawing.Color.Blue;
  94. this.CbxDataBytesCount.Size = new System.Drawing.Size(122, 42);
  95. this.CbxDataBytesCount.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  96. this.CbxDataBytesCount.StylizeFlag = false;
  97. this.CbxDataBytesCount.SVGForeColor = System.Drawing.Color.Black;
  98. this.CbxDataBytesCount.SVGPath = "";
  99. this.CbxDataBytesCount.TabIndex = 0;
  100. this.CbxDataBytesCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  101. //
  102. // LblDataByteIndex
  103. //
  104. this.LblDataByteIndex.BackColor = System.Drawing.Color.Empty;
  105. this.LblDataByteIndex.BorderColor = System.Drawing.Color.Black;
  106. this.LblDataByteIndex.BorderThickness = 0;
  107. this.LblDataByteIndex.CornerRadius = 0;
  108. this.LblDataByteIndex.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  109. this.LblDataByteIndex.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  110. this.LblDataByteIndex.Location = new System.Drawing.Point(10, 86);
  111. this.LblDataByteIndex.Margin = new System.Windows.Forms.Padding(0);
  112. this.LblDataByteIndex.MultyLineFlag = false;
  113. this.LblDataByteIndex.Name = "LblDataByteIndex";
  114. this.LblDataByteIndex.Size = new System.Drawing.Size(96, 27);
  115. this.LblDataByteIndex.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  116. this.LblDataByteIndex.StylizeFlag = false;
  117. this.LblDataByteIndex.TabIndex = 2;
  118. this.LblDataByteIndex.Text = "字节号";
  119. this.LblDataByteIndex.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  120. //
  121. // BtnDataByteIndex
  122. //
  123. this.BtnDataByteIndex.BackColor = System.Drawing.Color.White;
  124. this.BtnDataByteIndex.BorderColor = System.Drawing.Color.Black;
  125. this.BtnDataByteIndex.BorderThickness = 1;
  126. this.BtnDataByteIndex.CornerRadius = 0;
  127. this.BtnDataByteIndex.Cursor = System.Windows.Forms.Cursors.Hand;
  128. this.BtnDataByteIndex.DaskArray = null;
  129. this.BtnDataByteIndex.DropKey = System.Windows.Forms.Keys.Space;
  130. this.BtnDataByteIndex.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  131. this.BtnDataByteIndex.ForeColor = System.Drawing.Color.Black;
  132. this.BtnDataByteIndex.Height = 42;
  133. this.BtnDataByteIndex.Icon = null;
  134. this.BtnDataByteIndex.IconOffset = 10;
  135. this.BtnDataByteIndex.IconSize = new System.Drawing.Size(24, 24);
  136. this.BtnDataByteIndex.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  137. this.BtnDataByteIndex.Location = new System.Drawing.Point(10, 121);
  138. this.BtnDataByteIndex.Margin = new System.Windows.Forms.Padding(0);
  139. this.BtnDataByteIndex.MouseinBackColor = System.Drawing.Color.Transparent;
  140. this.BtnDataByteIndex.MouseinBorderColor = System.Drawing.Color.Blue;
  141. this.BtnDataByteIndex.MouseInBorderThickness = 1;
  142. this.BtnDataByteIndex.MouseinForeColor = System.Drawing.Color.Blue;
  143. this.BtnDataByteIndex.MouseinSvgForeColor = System.Drawing.Color.Blue;
  144. this.BtnDataByteIndex.Name = "BtnDataByteIndex";
  145. this.BtnDataByteIndex.PressedBackColor = System.Drawing.Color.Gray;
  146. this.BtnDataByteIndex.PressedBorderColor = System.Drawing.Color.Blue;
  147. this.BtnDataByteIndex.PressedBorderThickness = 1;
  148. this.BtnDataByteIndex.PressedForeColor = System.Drawing.Color.Blue;
  149. this.BtnDataByteIndex.PressedSvgForeColor = System.Drawing.Color.Blue;
  150. this.BtnDataByteIndex.Size = new System.Drawing.Size(122, 42);
  151. this.BtnDataByteIndex.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  152. this.BtnDataByteIndex.StylizeFlag = false;
  153. this.BtnDataByteIndex.SVGForeColor = System.Drawing.Color.Black;
  154. this.BtnDataByteIndex.SVGPath = "";
  155. this.BtnDataByteIndex.TabIndex = 2;
  156. this.BtnDataByteIndex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  157. //
  158. // LblRelation
  159. //
  160. this.LblRelation.BackColor = System.Drawing.Color.Empty;
  161. this.LblRelation.BorderColor = System.Drawing.Color.Black;
  162. this.LblRelation.BorderThickness = 0;
  163. this.LblRelation.CornerRadius = 0;
  164. this.LblRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  165. this.LblRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  166. this.LblRelation.Location = new System.Drawing.Point(420, -4);
  167. this.LblRelation.Margin = new System.Windows.Forms.Padding(4);
  168. this.LblRelation.MultyLineFlag = false;
  169. this.LblRelation.Name = "LblRelation";
  170. this.LblRelation.Size = new System.Drawing.Size(96, 27);
  171. this.LblRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  172. this.LblRelation.StylizeFlag = false;
  173. this.LblRelation.TabIndex = 0;
  174. this.LblRelation.Text = "比较方式";
  175. this.LblRelation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  176. //
  177. // CbxRelation
  178. //
  179. this.CbxRelation.BackColor = System.Drawing.Color.White;
  180. this.CbxRelation.BorderColor = System.Drawing.Color.Black;
  181. this.CbxRelation.BorderThickness = 0;
  182. this.CbxRelation.CornerRadius = 0;
  183. this.CbxRelation.DataSource = null;
  184. this.CbxRelation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  185. this.CbxRelation.DropDownHeight = 200;
  186. this.CbxRelation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  187. this.CbxRelation.DropDownWidth = 122;
  188. this.CbxRelation.DropKey = System.Windows.Forms.Keys.Space;
  189. this.CbxRelation.DroppedDown = false;
  190. this.CbxRelation.FocusColor = System.Drawing.Color.Blue;
  191. this.CbxRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  192. this.CbxRelation.GetDisPlayName = null;
  193. this.CbxRelation.Height = 42;
  194. this.CbxRelation.ImageMode = false;
  195. this.CbxRelation.ItemHeight = 28;
  196. this.CbxRelation.KeyDropEnble = true;
  197. this.CbxRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  198. this.CbxRelation.Location = new System.Drawing.Point(420, 27);
  199. this.CbxRelation.Margin = new System.Windows.Forms.Padding(4);
  200. this.CbxRelation.MaxDropDownItems = 8;
  201. this.CbxRelation.Name = "CbxRelation";
  202. this.CbxRelation.RectBtnWidth = 20;
  203. this.CbxRelation.SelectedBackColor = System.Drawing.Color.Blue;
  204. this.CbxRelation.SelectedIndex = -1;
  205. this.CbxRelation.SelectedItem = null;
  206. this.CbxRelation.SelectedText = "";
  207. this.CbxRelation.Size = new System.Drawing.Size(122, 42);
  208. this.CbxRelation.Soreted = false;
  209. this.CbxRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  210. this.CbxRelation.StylizeFlag = false;
  211. this.CbxRelation.TabIndex = 1;
  212. this.CbxRelation.Text = "comboBoxEx1";
  213. this.CbxRelation.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  214. this.CbxRelation.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  215. //
  216. // LblData
  217. //
  218. this.LblData.BackColor = System.Drawing.Color.Empty;
  219. this.LblData.BorderColor = System.Drawing.Color.Black;
  220. this.LblData.BorderThickness = 0;
  221. this.LblData.CornerRadius = 0;
  222. this.LblData.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  223. this.LblData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  224. this.LblData.Location = new System.Drawing.Point(420, 77);
  225. this.LblData.Margin = new System.Windows.Forms.Padding(4);
  226. this.LblData.MultyLineFlag = false;
  227. this.LblData.Name = "LblData";
  228. this.LblData.Size = new System.Drawing.Size(96, 27);
  229. this.LblData.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  230. this.LblData.StylizeFlag = false;
  231. this.LblData.TabIndex = 0;
  232. this.LblData.Text = "数据";
  233. this.LblData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  234. //
  235. // BtnData
  236. //
  237. this.BtnData.BackColor = System.Drawing.Color.Transparent;
  238. this.BtnData.BorderColor = System.Drawing.Color.Black;
  239. this.BtnData.BorderThickness = 1;
  240. this.BtnData.CornerRadius = 0;
  241. this.BtnData.Cursor = System.Windows.Forms.Cursors.Hand;
  242. this.BtnData.DaskArray = null;
  243. this.BtnData.DropKey = System.Windows.Forms.Keys.Space;
  244. this.BtnData.ForeColor = System.Drawing.Color.Black;
  245. this.BtnData.Height = 42;
  246. this.BtnData.Icon = null;
  247. this.BtnData.IconOffset = 10;
  248. this.BtnData.IconSize = new System.Drawing.Size(24, 24);
  249. this.BtnData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  250. this.BtnData.Location = new System.Drawing.Point(420, 112);
  251. this.BtnData.Margin = new System.Windows.Forms.Padding(4);
  252. this.BtnData.MouseinBackColor = System.Drawing.Color.Transparent;
  253. this.BtnData.MouseinBorderColor = System.Drawing.Color.Blue;
  254. this.BtnData.MouseInBorderThickness = 1;
  255. this.BtnData.MouseinForeColor = System.Drawing.Color.Blue;
  256. this.BtnData.MouseinSvgForeColor = System.Drawing.Color.Blue;
  257. this.BtnData.Name = "BtnData";
  258. this.BtnData.PressedBackColor = System.Drawing.Color.Gray;
  259. this.BtnData.PressedBorderColor = System.Drawing.Color.Blue;
  260. this.BtnData.PressedBorderThickness = 1;
  261. this.BtnData.PressedForeColor = System.Drawing.Color.Blue;
  262. this.BtnData.PressedSvgForeColor = System.Drawing.Color.Blue;
  263. this.BtnData.Size = new System.Drawing.Size(122, 42);
  264. this.BtnData.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  265. this.BtnData.StylizeFlag = false;
  266. this.BtnData.SVGForeColor = System.Drawing.Color.Black;
  267. this.BtnData.SVGPath = "";
  268. this.BtnData.TabIndex = 3;
  269. this.BtnData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  270. //
  271. // I2CDataPage
  272. //
  273. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  274. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  275. this.Controls.Add(this.BtnData);
  276. this.Controls.Add(this.LblDataByteIndex);
  277. this.Controls.Add(this.BtnDataByteIndex);
  278. this.Controls.Add(this.CbxRelation);
  279. this.Controls.Add(this.CbxDataBytesCount);
  280. this.Controls.Add(this.LblData);
  281. this.Controls.Add(this.LblRelation);
  282. this.Controls.Add(this.LblDataBytesCount);
  283. this.Margin = new System.Windows.Forms.Padding(0);
  284. this.Name = "I2CDataPage";
  285. this.Size = new System.Drawing.Size(617, 160);
  286. this.ResumeLayout(false);
  287. }
  288. #endregion
  289. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblDataBytesCount;
  290. private Uni_Trend.MSO7000X.UserControls.UestcIconButton CbxDataBytesCount;
  291. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblRelation;
  292. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxRelation;
  293. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblDataByteIndex;
  294. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnDataByteIndex;
  295. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblData;
  296. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnData;
  297. }
  298. }