I2CAddressPage.Designer.cs 16 KB

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