I2CSetControl.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. 
  2. namespace Uestc.Auto6.Dso.Protocol.I2C
  3. {
  4. partial class I2CSetControl
  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. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Component Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.LblSCLK = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  30. this.CbxSCLK = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  31. this.LblSCLKThreshold = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  32. this.BtnSCLKThreshold = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  33. this.LblSDA = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  34. this.LblSDAThreshold = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  35. this.CbxSDA = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  36. this.BtnSDAThreshold = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  37. this.SuspendLayout();
  38. //
  39. // LblSCLK
  40. //
  41. this.LblSCLK.BackColor = System.Drawing.Color.Empty;
  42. this.LblSCLK.BorderColor = System.Drawing.Color.Black;
  43. this.LblSCLK.BorderThickness = 0;
  44. this.LblSCLK.CornerRadius = 0;
  45. this.LblSCLK.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  46. this.LblSCLK.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  47. this.LblSCLK.Location = new System.Drawing.Point(35, 112);
  48. this.LblSCLK.MultyLineFlag = false;
  49. this.LblSCLK.Name = "LblSCLK";
  50. this.LblSCLK.Size = new System.Drawing.Size(75, 23);
  51. this.LblSCLK.TabIndex = 0;
  52. this.LblSCLK.Text = "时钟输入";
  53. this.LblSCLK.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  54. //
  55. // CbxSCLK
  56. //
  57. this.CbxSCLK.BackColor = System.Drawing.Color.White;
  58. this.CbxSCLK.BorderColor = System.Drawing.Color.Black;
  59. this.CbxSCLK.BorderThickness = 1;
  60. this.CbxSCLK.CornerRadius = 0;
  61. this.CbxSCLK.DataSource = null;
  62. this.CbxSCLK.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  63. this.CbxSCLK.DropDownHeight = 200;
  64. this.CbxSCLK.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  65. this.CbxSCLK.DropDownWidth = 95;
  66. this.CbxSCLK.DropKey = System.Windows.Forms.Keys.Space;
  67. this.CbxSCLK.DroppedDown = false;
  68. this.CbxSCLK.FocusColor = System.Drawing.Color.Blue;
  69. this.CbxSCLK.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  70. this.CbxSCLK.GetDisPlayName = null;
  71. this.CbxSCLK.ItemHeight = 28;
  72. this.CbxSCLK.KeyDropEnble = true;
  73. this.CbxSCLK.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  74. this.CbxSCLK.Location = new System.Drawing.Point(35, 142);
  75. this.CbxSCLK.MaxDropDownItems = 8;
  76. this.CbxSCLK.Name = "CbxSCLK";
  77. this.CbxSCLK.RectBtnWidth = 20;
  78. this.CbxSCLK.SelectedBackColor = System.Drawing.Color.Blue;
  79. this.CbxSCLK.SelectedIndex = -1;
  80. this.CbxSCLK.SelectedItem = null;
  81. this.CbxSCLK.SelectedText = "";
  82. this.CbxSCLK.Size = new System.Drawing.Size(120, 30);
  83. this.CbxSCLK.Soreted = false;
  84. this.CbxSCLK.TabIndex = 1;
  85. this.CbxSCLK.Text = "comboBoxEx1";
  86. this.CbxSCLK.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  87. this.CbxSCLK.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  88. //
  89. // LblSCLKThreshold
  90. //
  91. this.LblSCLKThreshold.BackColor = System.Drawing.Color.Empty;
  92. this.LblSCLKThreshold.BorderColor = System.Drawing.Color.Black;
  93. this.LblSCLKThreshold.BorderThickness = 0;
  94. this.LblSCLKThreshold.CornerRadius = 0;
  95. this.LblSCLKThreshold.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  96. this.LblSCLKThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  97. this.LblSCLKThreshold.Location = new System.Drawing.Point(290, 112);
  98. this.LblSCLKThreshold.MultyLineFlag = false;
  99. this.LblSCLKThreshold.Name = "LblSCLKThreshold";
  100. this.LblSCLKThreshold.Size = new System.Drawing.Size(75, 23);
  101. this.LblSCLKThreshold.TabIndex = 0;
  102. this.LblSCLKThreshold.Text = "时钟门限";
  103. this.LblSCLKThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  104. //
  105. // BtnSCLKThreshold
  106. //
  107. this.BtnSCLKThreshold.BackColor = System.Drawing.Color.Transparent;
  108. this.BtnSCLKThreshold.BorderColor = System.Drawing.Color.Black;
  109. this.BtnSCLKThreshold.BorderThickness = 1;
  110. this.BtnSCLKThreshold.CornerRadius = 0;
  111. this.BtnSCLKThreshold.Cursor = System.Windows.Forms.Cursors.Hand;
  112. this.BtnSCLKThreshold.DaskArray = null;
  113. this.BtnSCLKThreshold.DropKey = System.Windows.Forms.Keys.Space;
  114. this.BtnSCLKThreshold.ForeColor = System.Drawing.Color.Black;
  115. this.BtnSCLKThreshold.Icon = null;
  116. this.BtnSCLKThreshold.IconOffset = 10;
  117. this.BtnSCLKThreshold.IconSize = new System.Drawing.Size(24, 24);
  118. this.BtnSCLKThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  119. this.BtnSCLKThreshold.Location = new System.Drawing.Point(290, 142);
  120. this.BtnSCLKThreshold.MouseinBackColor = System.Drawing.Color.Transparent;
  121. this.BtnSCLKThreshold.MouseinBorderColor = System.Drawing.Color.Blue;
  122. this.BtnSCLKThreshold.MouseInBorderThickness = 1;
  123. this.BtnSCLKThreshold.MouseinForeColor = System.Drawing.Color.Blue;
  124. this.BtnSCLKThreshold.MouseinSvgForeColor = System.Drawing.Color.Blue;
  125. this.BtnSCLKThreshold.Name = "BtnSCLKThreshold";
  126. this.BtnSCLKThreshold.PressedBackColor = System.Drawing.Color.Gray;
  127. this.BtnSCLKThreshold.PressedBorderColor = System.Drawing.Color.Blue;
  128. this.BtnSCLKThreshold.PressedBorderThickness = 1;
  129. this.BtnSCLKThreshold.PressedForeColor = System.Drawing.Color.Blue;
  130. this.BtnSCLKThreshold.PressedSvgForeColor = System.Drawing.Color.Blue;
  131. this.BtnSCLKThreshold.Size = new System.Drawing.Size(120, 30);
  132. this.BtnSCLKThreshold.SVGForeColor = System.Drawing.Color.Black;
  133. this.BtnSCLKThreshold.SVGPath = "";
  134. this.BtnSCLKThreshold.TabIndex = 2;
  135. this.BtnSCLKThreshold.Text = "uestcIconButton1";
  136. this.BtnSCLKThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  137. //
  138. // LblSDA
  139. //
  140. this.LblSDA.BackColor = System.Drawing.Color.Empty;
  141. this.LblSDA.BorderColor = System.Drawing.Color.Black;
  142. this.LblSDA.BorderThickness = 0;
  143. this.LblSDA.CornerRadius = 0;
  144. this.LblSDA.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  145. this.LblSDA.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  146. this.LblSDA.Location = new System.Drawing.Point(35, 30);
  147. this.LblSDA.MultyLineFlag = false;
  148. this.LblSDA.Name = "LblSDA";
  149. this.LblSDA.Size = new System.Drawing.Size(75, 23);
  150. this.LblSDA.TabIndex = 0;
  151. this.LblSDA.Text = "数据输入";
  152. this.LblSDA.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  153. //
  154. // LblSDAThreshold
  155. //
  156. this.LblSDAThreshold.BackColor = System.Drawing.Color.Empty;
  157. this.LblSDAThreshold.BorderColor = System.Drawing.Color.Black;
  158. this.LblSDAThreshold.BorderThickness = 0;
  159. this.LblSDAThreshold.CornerRadius = 0;
  160. this.LblSDAThreshold.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  161. this.LblSDAThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  162. this.LblSDAThreshold.Location = new System.Drawing.Point(290, 30);
  163. this.LblSDAThreshold.MultyLineFlag = false;
  164. this.LblSDAThreshold.Name = "LblSDAThreshold";
  165. this.LblSDAThreshold.Size = new System.Drawing.Size(75, 23);
  166. this.LblSDAThreshold.TabIndex = 0;
  167. this.LblSDAThreshold.Text = "数据门限";
  168. this.LblSDAThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  169. //
  170. // CbxSDA
  171. //
  172. this.CbxSDA.BackColor = System.Drawing.Color.White;
  173. this.CbxSDA.BorderColor = System.Drawing.Color.Black;
  174. this.CbxSDA.BorderThickness = 1;
  175. this.CbxSDA.CornerRadius = 0;
  176. this.CbxSDA.DataSource = null;
  177. this.CbxSDA.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  178. this.CbxSDA.DropDownHeight = 200;
  179. this.CbxSDA.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  180. this.CbxSDA.DropDownWidth = 95;
  181. this.CbxSDA.DropKey = System.Windows.Forms.Keys.Space;
  182. this.CbxSDA.DroppedDown = false;
  183. this.CbxSDA.FocusColor = System.Drawing.Color.Blue;
  184. this.CbxSDA.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  185. this.CbxSDA.GetDisPlayName = null;
  186. this.CbxSDA.ItemHeight = 28;
  187. this.CbxSDA.KeyDropEnble = true;
  188. this.CbxSDA.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  189. this.CbxSDA.Location = new System.Drawing.Point(35, 60);
  190. this.CbxSDA.MaxDropDownItems = 8;
  191. this.CbxSDA.Name = "CbxSDA";
  192. this.CbxSDA.RectBtnWidth = 20;
  193. this.CbxSDA.SelectedBackColor = System.Drawing.Color.Blue;
  194. this.CbxSDA.SelectedIndex = -1;
  195. this.CbxSDA.SelectedItem = null;
  196. this.CbxSDA.SelectedText = "";
  197. this.CbxSDA.Size = new System.Drawing.Size(120, 30);
  198. this.CbxSDA.Soreted = false;
  199. this.CbxSDA.TabIndex = 1;
  200. this.CbxSDA.Text = "comboBoxEx1";
  201. this.CbxSDA.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  202. this.CbxSDA.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  203. //
  204. // BtnSDAThreshold
  205. //
  206. this.BtnSDAThreshold.BackColor = System.Drawing.Color.Transparent;
  207. this.BtnSDAThreshold.BorderColor = System.Drawing.Color.Black;
  208. this.BtnSDAThreshold.BorderThickness = 1;
  209. this.BtnSDAThreshold.CornerRadius = 0;
  210. this.BtnSDAThreshold.Cursor = System.Windows.Forms.Cursors.Hand;
  211. this.BtnSDAThreshold.DaskArray = null;
  212. this.BtnSDAThreshold.DropKey = System.Windows.Forms.Keys.Space;
  213. this.BtnSDAThreshold.ForeColor = System.Drawing.Color.Black;
  214. this.BtnSDAThreshold.Icon = null;
  215. this.BtnSDAThreshold.IconOffset = 10;
  216. this.BtnSDAThreshold.IconSize = new System.Drawing.Size(24, 24);
  217. this.BtnSDAThreshold.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  218. this.BtnSDAThreshold.Location = new System.Drawing.Point(290, 60);
  219. this.BtnSDAThreshold.MouseinBackColor = System.Drawing.Color.Transparent;
  220. this.BtnSDAThreshold.MouseinBorderColor = System.Drawing.Color.Blue;
  221. this.BtnSDAThreshold.MouseInBorderThickness = 1;
  222. this.BtnSDAThreshold.MouseinForeColor = System.Drawing.Color.Blue;
  223. this.BtnSDAThreshold.MouseinSvgForeColor = System.Drawing.Color.Blue;
  224. this.BtnSDAThreshold.Name = "BtnSDAThreshold";
  225. this.BtnSDAThreshold.PressedBackColor = System.Drawing.Color.Gray;
  226. this.BtnSDAThreshold.PressedBorderColor = System.Drawing.Color.Blue;
  227. this.BtnSDAThreshold.PressedBorderThickness = 1;
  228. this.BtnSDAThreshold.PressedForeColor = System.Drawing.Color.Blue;
  229. this.BtnSDAThreshold.PressedSvgForeColor = System.Drawing.Color.Blue;
  230. this.BtnSDAThreshold.Size = new System.Drawing.Size(120, 30);
  231. this.BtnSDAThreshold.SVGForeColor = System.Drawing.Color.Black;
  232. this.BtnSDAThreshold.SVGPath = "";
  233. this.BtnSDAThreshold.TabIndex = 2;
  234. this.BtnSDAThreshold.Text = "uestcIconButton1";
  235. this.BtnSDAThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  236. //
  237. // I2CSetControl
  238. //
  239. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  240. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  241. this.Controls.Add(this.BtnSDAThreshold);
  242. this.Controls.Add(this.BtnSCLKThreshold);
  243. this.Controls.Add(this.CbxSDA);
  244. this.Controls.Add(this.CbxSCLK);
  245. this.Controls.Add(this.LblSDAThreshold);
  246. this.Controls.Add(this.LblSDA);
  247. this.Controls.Add(this.LblSCLKThreshold);
  248. this.Controls.Add(this.LblSCLK);
  249. this.Margin = new System.Windows.Forms.Padding(0);
  250. this.Name = "I2CSetControl";
  251. this.Size = new System.Drawing.Size(480, 440);
  252. this.ResumeLayout(false);
  253. }
  254. #endregion
  255. [RowCol(1,0)]
  256. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSCLK;
  257. [RowCol(1,0)]
  258. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSCLK;
  259. [RowCol(1,1)]
  260. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSCLKThreshold;
  261. [RowCol(1,1)]
  262. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnSCLKThreshold;
  263. [RowCol()]
  264. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSDA;
  265. [RowCol(0,1)]
  266. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblSDAThreshold;
  267. [RowCol()]
  268. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxSDA;
  269. [RowCol(0,1)]
  270. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnSDAThreshold;
  271. }
  272. }