I2CDataPage.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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(25, -3);
  55. this.LblDataBytesCount.MultyLineFlag = false;
  56. this.LblDataBytesCount.Name = "LblDataBytesCount";
  57. this.LblDataBytesCount.Size = new System.Drawing.Size(75, 23);
  58. this.LblDataBytesCount.TabIndex = 0;
  59. this.LblDataBytesCount.Text = "字节数";
  60. this.LblDataBytesCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  61. //
  62. // CbxDataBytesCount
  63. //
  64. this.CbxDataBytesCount.BackColor = System.Drawing.Color.White;
  65. this.CbxDataBytesCount.BorderColor = System.Drawing.Color.Black;
  66. this.CbxDataBytesCount.BorderThickness = 1;
  67. this.CbxDataBytesCount.CornerRadius = 0;
  68. this.CbxDataBytesCount.Cursor = System.Windows.Forms.Cursors.Hand;
  69. this.CbxDataBytesCount.DaskArray = null;
  70. this.CbxDataBytesCount.DropKey = System.Windows.Forms.Keys.Space;
  71. this.CbxDataBytesCount.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  72. this.CbxDataBytesCount.ForeColor = System.Drawing.Color.Black;
  73. this.CbxDataBytesCount.Icon = null;
  74. this.CbxDataBytesCount.IconOffset = 10;
  75. this.CbxDataBytesCount.IconSize = new System.Drawing.Size(24, 24);
  76. this.CbxDataBytesCount.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  77. this.CbxDataBytesCount.Location = new System.Drawing.Point(25, 14);
  78. this.CbxDataBytesCount.MouseinBackColor = System.Drawing.Color.Transparent;
  79. this.CbxDataBytesCount.MouseinBorderColor = System.Drawing.Color.Blue;
  80. this.CbxDataBytesCount.MouseInBorderThickness = 1;
  81. this.CbxDataBytesCount.MouseinForeColor = System.Drawing.Color.Blue;
  82. this.CbxDataBytesCount.MouseinSvgForeColor = System.Drawing.Color.Blue;
  83. this.CbxDataBytesCount.Name = "CbxDataBytesCount";
  84. this.CbxDataBytesCount.PressedBackColor = System.Drawing.Color.Gray;
  85. this.CbxDataBytesCount.PressedBorderColor = System.Drawing.Color.Blue;
  86. this.CbxDataBytesCount.PressedBorderThickness = 1;
  87. this.CbxDataBytesCount.PressedForeColor = System.Drawing.Color.Blue;
  88. this.CbxDataBytesCount.PressedSvgForeColor = System.Drawing.Color.Blue;
  89. this.CbxDataBytesCount.Size = new System.Drawing.Size(95, 36);
  90. this.CbxDataBytesCount.SVGForeColor = System.Drawing.Color.Black;
  91. this.CbxDataBytesCount.SVGPath = "";
  92. this.CbxDataBytesCount.TabIndex = 0;
  93. this.CbxDataBytesCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  94. //
  95. // LblDataByteIndex
  96. //
  97. this.LblDataByteIndex.BackColor = System.Drawing.Color.Empty;
  98. this.LblDataByteIndex.BorderColor = System.Drawing.Color.Black;
  99. this.LblDataByteIndex.BorderThickness = 0;
  100. this.LblDataByteIndex.CornerRadius = 0;
  101. this.LblDataByteIndex.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  102. this.LblDataByteIndex.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  103. this.LblDataByteIndex.Location = new System.Drawing.Point(25, 60);
  104. this.LblDataByteIndex.MultyLineFlag = false;
  105. this.LblDataByteIndex.Name = "LblDataByteIndex";
  106. this.LblDataByteIndex.Size = new System.Drawing.Size(75, 23);
  107. this.LblDataByteIndex.TabIndex = 2;
  108. this.LblDataByteIndex.Text = "字节号";
  109. this.LblDataByteIndex.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  110. //
  111. // BtnDataByteIndex
  112. //
  113. this.BtnDataByteIndex.BackColor = System.Drawing.Color.White;
  114. this.BtnDataByteIndex.BorderColor = System.Drawing.Color.Black;
  115. this.BtnDataByteIndex.BorderThickness = 1;
  116. this.BtnDataByteIndex.CornerRadius = 0;
  117. this.BtnDataByteIndex.Cursor = System.Windows.Forms.Cursors.Hand;
  118. this.BtnDataByteIndex.DaskArray = null;
  119. this.BtnDataByteIndex.DropKey = System.Windows.Forms.Keys.Space;
  120. this.BtnDataByteIndex.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  121. this.BtnDataByteIndex.ForeColor = System.Drawing.Color.Black;
  122. this.BtnDataByteIndex.Icon = null;
  123. this.BtnDataByteIndex.IconOffset = 10;
  124. this.BtnDataByteIndex.IconSize = new System.Drawing.Size(24, 24);
  125. this.BtnDataByteIndex.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  126. this.BtnDataByteIndex.Location = new System.Drawing.Point(25, 83);
  127. this.BtnDataByteIndex.MouseinBackColor = System.Drawing.Color.Transparent;
  128. this.BtnDataByteIndex.MouseinBorderColor = System.Drawing.Color.Blue;
  129. this.BtnDataByteIndex.MouseInBorderThickness = 1;
  130. this.BtnDataByteIndex.MouseinForeColor = System.Drawing.Color.Blue;
  131. this.BtnDataByteIndex.MouseinSvgForeColor = System.Drawing.Color.Blue;
  132. this.BtnDataByteIndex.Name = "BtnDataByteIndex";
  133. this.BtnDataByteIndex.PressedBackColor = System.Drawing.Color.Gray;
  134. this.BtnDataByteIndex.PressedBorderColor = System.Drawing.Color.Blue;
  135. this.BtnDataByteIndex.PressedBorderThickness = 1;
  136. this.BtnDataByteIndex.PressedForeColor = System.Drawing.Color.Blue;
  137. this.BtnDataByteIndex.PressedSvgForeColor = System.Drawing.Color.Blue;
  138. this.BtnDataByteIndex.Size = new System.Drawing.Size(95, 36);
  139. this.BtnDataByteIndex.SVGForeColor = System.Drawing.Color.Black;
  140. this.BtnDataByteIndex.SVGPath = "";
  141. this.BtnDataByteIndex.TabIndex = 2;
  142. this.BtnDataByteIndex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  143. //
  144. // LblRelation
  145. //
  146. this.LblRelation.BackColor = System.Drawing.Color.Empty;
  147. this.LblRelation.BorderColor = System.Drawing.Color.Black;
  148. this.LblRelation.BorderThickness = 0;
  149. this.LblRelation.CornerRadius = 0;
  150. this.LblRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  151. this.LblRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  152. this.LblRelation.Location = new System.Drawing.Point(327, -3);
  153. this.LblRelation.MultyLineFlag = false;
  154. this.LblRelation.Name = "LblRelation";
  155. this.LblRelation.Size = new System.Drawing.Size(75, 23);
  156. this.LblRelation.TabIndex = 0;
  157. this.LblRelation.Text = "比较方式";
  158. this.LblRelation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  159. //
  160. // CbxRelation
  161. //
  162. this.CbxRelation.BackColor = System.Drawing.Color.White;
  163. this.CbxRelation.BorderColor = System.Drawing.Color.Black;
  164. this.CbxRelation.BorderThickness = 0;
  165. this.CbxRelation.CornerRadius = 0;
  166. this.CbxRelation.DataSource = null;
  167. this.CbxRelation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  168. this.CbxRelation.DropDownHeight = 200;
  169. this.CbxRelation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  170. this.CbxRelation.DropDownWidth = 95;
  171. this.CbxRelation.DropKey = System.Windows.Forms.Keys.Space;
  172. this.CbxRelation.DroppedDown = false;
  173. this.CbxRelation.FocusColor = System.Drawing.Color.Blue;
  174. this.CbxRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  175. this.CbxRelation.GetDisPlayName = null;
  176. this.CbxRelation.ItemHeight = 28;
  177. this.CbxRelation.KeyDropEnble = true;
  178. this.CbxRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  179. this.CbxRelation.Location = new System.Drawing.Point(327, 14);
  180. this.CbxRelation.MaxDropDownItems = 8;
  181. this.CbxRelation.Name = "CbxRelation";
  182. this.CbxRelation.RectBtnWidth = 20;
  183. this.CbxRelation.SelectedBackColor = System.Drawing.Color.Blue;
  184. this.CbxRelation.SelectedIndex = -1;
  185. this.CbxRelation.SelectedItem = null;
  186. this.CbxRelation.SelectedText = "";
  187. this.CbxRelation.Size = new System.Drawing.Size(95, 36);
  188. this.CbxRelation.Soreted = false;
  189. this.CbxRelation.TabIndex = 1;
  190. this.CbxRelation.Text = "comboBoxEx1";
  191. this.CbxRelation.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  192. this.CbxRelation.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  193. //
  194. // LblData
  195. //
  196. this.LblData.BackColor = System.Drawing.Color.Empty;
  197. this.LblData.BorderColor = System.Drawing.Color.Black;
  198. this.LblData.BorderThickness = 0;
  199. this.LblData.CornerRadius = 0;
  200. this.LblData.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  201. this.LblData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  202. this.LblData.Location = new System.Drawing.Point(327, 78);
  203. this.LblData.MultyLineFlag = false;
  204. this.LblData.Name = "LblData";
  205. this.LblData.Size = new System.Drawing.Size(75, 23);
  206. this.LblData.TabIndex = 0;
  207. this.LblData.Text = "数据";
  208. this.LblData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  209. //
  210. // BtnData
  211. //
  212. this.BtnData.BackColor = System.Drawing.Color.Transparent;
  213. this.BtnData.BorderColor = System.Drawing.Color.Black;
  214. this.BtnData.BorderThickness = 1;
  215. this.BtnData.CornerRadius = 0;
  216. this.BtnData.Cursor = System.Windows.Forms.Cursors.Hand;
  217. this.BtnData.DaskArray = null;
  218. this.BtnData.DropKey = System.Windows.Forms.Keys.Space;
  219. this.BtnData.ForeColor = System.Drawing.Color.Black;
  220. this.BtnData.Icon = null;
  221. this.BtnData.IconOffset = 10;
  222. this.BtnData.IconSize = new System.Drawing.Size(24, 24);
  223. this.BtnData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  224. this.BtnData.Location = new System.Drawing.Point(327, 95);
  225. this.BtnData.MouseinBackColor = System.Drawing.Color.Transparent;
  226. this.BtnData.MouseinBorderColor = System.Drawing.Color.Blue;
  227. this.BtnData.MouseInBorderThickness = 1;
  228. this.BtnData.MouseinForeColor = System.Drawing.Color.Blue;
  229. this.BtnData.MouseinSvgForeColor = System.Drawing.Color.Blue;
  230. this.BtnData.Name = "BtnData";
  231. this.BtnData.PressedBackColor = System.Drawing.Color.Gray;
  232. this.BtnData.PressedBorderColor = System.Drawing.Color.Blue;
  233. this.BtnData.PressedBorderThickness = 1;
  234. this.BtnData.PressedForeColor = System.Drawing.Color.Blue;
  235. this.BtnData.PressedSvgForeColor = System.Drawing.Color.Blue;
  236. this.BtnData.Size = new System.Drawing.Size(95, 36);
  237. this.BtnData.SVGForeColor = System.Drawing.Color.Black;
  238. this.BtnData.SVGPath = "";
  239. this.BtnData.TabIndex = 3;
  240. this.BtnData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  241. //
  242. // I2CDataPage
  243. //
  244. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  245. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  246. this.Controls.Add(this.BtnData);
  247. this.Controls.Add(this.LblDataByteIndex);
  248. this.Controls.Add(this.BtnDataByteIndex);
  249. this.Controls.Add(this.CbxRelation);
  250. this.Controls.Add(this.CbxDataBytesCount);
  251. this.Controls.Add(this.LblData);
  252. this.Controls.Add(this.LblRelation);
  253. this.Controls.Add(this.LblDataBytesCount);
  254. this.Margin = new System.Windows.Forms.Padding(0);
  255. this.Name = "I2CDataPage";
  256. this.Size = new System.Drawing.Size(480, 132);
  257. this.ResumeLayout(false);
  258. }
  259. #endregion
  260. [RowCol(0,0)]
  261. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblDataBytesCount;
  262. [RowCol(0,0)]
  263. private Uni_Trend.MSO7000X.UserControls.UestcIconButton CbxDataBytesCount;
  264. [RowCol(0,1)]
  265. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblRelation;
  266. [RowCol(0,1)]
  267. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxRelation;
  268. [RowCol(1,0)]
  269. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblDataByteIndex;
  270. [RowCol(1,0)]
  271. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnDataByteIndex;
  272. [RowCol(1,1)]
  273. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblData;
  274. [RowCol(1,1)]
  275. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnData;
  276. }
  277. }