DsoTopStrip.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. 
  2. using System.Drawing;
  3. namespace Uestc.Auto6.Dso.U2
  4. {
  5. partial class DsoTopStrip
  6. {
  7. /// <summary>
  8. /// 必需的设计器变量。
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// 清理所有正在使用的资源。
  13. /// </summary>
  14. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region 组件设计器生成的代码
  24. /// <summary>
  25. /// 设计器支持所需的方法 - 不要修改
  26. /// 使用代码编辑器修改此方法的内容。
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DsoTopStrip));
  31. this.TlpBody = new System.Windows.Forms.TableLayoutPanel();
  32. this.BtnApps = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  33. this.BtnTriggerState = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  34. this.CBTriggerMode = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  35. this.BtnAutoset = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  36. this.SiTimebase = new Uestc.Auto6.Dso.U2.StickyInfo();
  37. this.SiAcquisition = new Uestc.Auto6.Dso.U2.StickyInfo();
  38. this.SiTrigger = new Uestc.Auto6.Dso.U2.StickyInfo();
  39. this.BtnLog = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  40. this.BtnSetting = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  41. this.BtnClear = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  42. this.BtnScreenShot = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  43. this.BtnFile = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  44. this.BtnPrinter = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  45. this.BtnSearch = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  46. this.BtnFastReq = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  47. this.BtnFft = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  48. this.BtnCursor = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  49. this.TlpBody.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // TlpBody
  53. //
  54. this.TlpBody.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  55. this.TlpBody.ColumnCount = 22;
  56. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 72F));
  57. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  58. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  59. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  60. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 252F));
  61. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  62. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 455F));
  63. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 1F));
  64. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  65. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  66. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  67. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  68. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  69. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  70. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  71. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  72. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  73. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  74. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  75. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  76. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  77. this.TlpBody.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  78. this.TlpBody.Controls.Add(this.BtnApps, 21, 0);
  79. this.TlpBody.Controls.Add(this.BtnTriggerState, 1, 0);
  80. this.TlpBody.Controls.Add(this.CBTriggerMode, 2, 0);
  81. this.TlpBody.Controls.Add(this.BtnAutoset, 3, 0);
  82. this.TlpBody.Controls.Add(this.SiTimebase, 4, 0);
  83. this.TlpBody.Controls.Add(this.SiAcquisition, 5, 0);
  84. this.TlpBody.Controls.Add(this.SiTrigger, 6, 0);
  85. this.TlpBody.Controls.Add(this.BtnLog, 0, 0);
  86. this.TlpBody.Controls.Add(this.BtnSetting, 20, 0);
  87. this.TlpBody.Controls.Add(this.BtnClear, 19, 0);
  88. this.TlpBody.Controls.Add(this.BtnScreenShot, 17, 0);
  89. this.TlpBody.Controls.Add(this.BtnFile, 16, 0);
  90. this.TlpBody.Controls.Add(this.BtnPrinter, 15, 0);
  91. this.TlpBody.Controls.Add(this.BtnSearch, 14, 0);
  92. this.TlpBody.Controls.Add(this.BtnFastReq, 11, 0);
  93. this.TlpBody.Controls.Add(this.BtnFft, 10, 0);
  94. this.TlpBody.Controls.Add(this.BtnCursor, 9, 0);
  95. this.TlpBody.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.TlpBody.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
  97. this.TlpBody.Location = new System.Drawing.Point(0, 0);
  98. this.TlpBody.Margin = new System.Windows.Forms.Padding(0);
  99. this.TlpBody.Name = "TlpBody";
  100. this.TlpBody.RowCount = 1;
  101. this.TlpBody.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  102. this.TlpBody.Size = new System.Drawing.Size(1920, 40);
  103. this.TlpBody.TabIndex = 0;
  104. //
  105. // BtnApps
  106. //
  107. this.BtnApps.BackColor = System.Drawing.SystemColors.ControlDark;
  108. this.BtnApps.BorderColor = System.Drawing.Color.Black;
  109. this.BtnApps.BorderThickness = 0;
  110. this.BtnApps.CornerRadius = 0;
  111. this.BtnApps.Cursor = System.Windows.Forms.Cursors.Hand;
  112. this.BtnApps.DaskArray = null;
  113. this.BtnApps.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.BtnApps.DropKey = System.Windows.Forms.Keys.Space;
  115. this.BtnApps.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  116. this.BtnApps.ForeColor = System.Drawing.Color.Black;
  117. this.BtnApps.Height = 40;
  118. this.BtnApps.Icon = ((System.Drawing.Image)(resources.GetObject("BtnApps.Icon")));
  119. this.BtnApps.IconOffset = 24;
  120. this.BtnApps.IconSize = new System.Drawing.Size(28, 28);
  121. this.BtnApps.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  122. this.BtnApps.IsIndicatorShow = false;
  123. this.BtnApps.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  124. this.BtnApps.Location = new System.Drawing.Point(1844, 0);
  125. this.BtnApps.Margin = new System.Windows.Forms.Padding(0);
  126. this.BtnApps.MinimumSize = new System.Drawing.Size(46, 40);
  127. this.BtnApps.MouseinBackColor = System.Drawing.Color.Transparent;
  128. this.BtnApps.MouseinBorderColor = System.Drawing.Color.Blue;
  129. this.BtnApps.MouseInBorderThickness = 1;
  130. this.BtnApps.MouseinForeColor = System.Drawing.Color.Blue;
  131. this.BtnApps.MouseinSvgForeColor = System.Drawing.Color.Blue;
  132. this.BtnApps.Name = "BtnApps";
  133. this.BtnApps.PressedBackColor = System.Drawing.Color.Gray;
  134. this.BtnApps.PressedBorderColor = System.Drawing.Color.Blue;
  135. this.BtnApps.PressedBorderThickness = 1;
  136. this.BtnApps.PressedForeColor = System.Drawing.Color.Blue;
  137. this.BtnApps.PressedSvgForeColor = System.Drawing.Color.Blue;
  138. this.BtnApps.Size = new System.Drawing.Size(76, 40);
  139. this.BtnApps.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  140. this.BtnApps.StylizeFlag = true;
  141. this.BtnApps.SVGForeColor = System.Drawing.Color.Black;
  142. this.BtnApps.SVGPath = "";
  143. this.BtnApps.TabIndex = 41;
  144. this.BtnApps.Tag = "";
  145. this.BtnApps.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  146. this.BtnApps.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnApps_MouseClick);
  147. //
  148. // BtnTriggerState
  149. //
  150. this.BtnTriggerState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  151. this.BtnTriggerState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  152. this.BtnTriggerState.BorderThickness = 2;
  153. this.BtnTriggerState.CornerRadius = 5;
  154. this.BtnTriggerState.Cursor = System.Windows.Forms.Cursors.Hand;
  155. this.BtnTriggerState.DaskArray = null;
  156. this.BtnTriggerState.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.BtnTriggerState.DropKey = System.Windows.Forms.Keys.Space;
  158. this.BtnTriggerState.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  159. this.BtnTriggerState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
  160. this.BtnTriggerState.Height = 40;
  161. this.BtnTriggerState.Icon = null;
  162. this.BtnTriggerState.IconOffset = 10;
  163. this.BtnTriggerState.IconSize = new System.Drawing.Size(24, 24);
  164. this.BtnTriggerState.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  165. this.BtnTriggerState.IsIndicatorShow = false;
  166. this.BtnTriggerState.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  167. this.BtnTriggerState.Location = new System.Drawing.Point(72, 0);
  168. this.BtnTriggerState.Margin = new System.Windows.Forms.Padding(0);
  169. this.BtnTriggerState.MouseinBackColor = System.Drawing.Color.Transparent;
  170. this.BtnTriggerState.MouseinBorderColor = System.Drawing.Color.Blue;
  171. this.BtnTriggerState.MouseInBorderThickness = 0;
  172. this.BtnTriggerState.MouseinForeColor = System.Drawing.Color.Blue;
  173. this.BtnTriggerState.MouseinSvgForeColor = System.Drawing.Color.Blue;
  174. this.BtnTriggerState.Name = "BtnTriggerState";
  175. this.BtnTriggerState.PressedBackColor = System.Drawing.Color.Gray;
  176. this.BtnTriggerState.PressedBorderColor = System.Drawing.Color.Blue;
  177. this.BtnTriggerState.PressedBorderThickness = 0;
  178. this.BtnTriggerState.PressedForeColor = System.Drawing.Color.Blue;
  179. this.BtnTriggerState.PressedSvgForeColor = System.Drawing.Color.Blue;
  180. this.BtnTriggerState.Size = new System.Drawing.Size(80, 40);
  181. this.BtnTriggerState.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  182. this.BtnTriggerState.StylizeFlag = false;
  183. this.BtnTriggerState.SVGForeColor = System.Drawing.Color.Black;
  184. this.BtnTriggerState.SVGPath = "";
  185. this.BtnTriggerState.TabIndex = 0;
  186. this.BtnTriggerState.Text = "Auto";
  187. this.BtnTriggerState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  188. this.BtnTriggerState.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnTriggerState_MouseClick);
  189. //
  190. // CBTriggerMode
  191. //
  192. this.CBTriggerMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  193. this.CBTriggerMode.BorderColor = System.Drawing.Color.Black;
  194. this.CBTriggerMode.BorderThickness = 2;
  195. this.CBTriggerMode.CornerRadius = 5;
  196. this.CBTriggerMode.Cursor = System.Windows.Forms.Cursors.Hand;
  197. this.CBTriggerMode.DaskArray = null;
  198. this.CBTriggerMode.DropKey = System.Windows.Forms.Keys.Space;
  199. this.CBTriggerMode.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  200. this.CBTriggerMode.ForeColor = System.Drawing.Color.White;
  201. this.CBTriggerMode.Height = 40;
  202. this.CBTriggerMode.Icon = null;
  203. this.CBTriggerMode.IconOffset = 5;
  204. this.CBTriggerMode.IconSize = new System.Drawing.Size(51, 17);
  205. this.CBTriggerMode.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  206. this.CBTriggerMode.IsIndicatorShow = false;
  207. this.CBTriggerMode.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  208. this.CBTriggerMode.Location = new System.Drawing.Point(152, 0);
  209. this.CBTriggerMode.Margin = new System.Windows.Forms.Padding(0);
  210. this.CBTriggerMode.MouseinBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(62)))), ((int)(((byte)(169)))));
  211. this.CBTriggerMode.MouseinBorderColor = System.Drawing.Color.Blue;
  212. this.CBTriggerMode.MouseInBorderThickness = 0;
  213. this.CBTriggerMode.MouseinForeColor = System.Drawing.Color.White;
  214. this.CBTriggerMode.MouseinSvgForeColor = System.Drawing.Color.Blue;
  215. this.CBTriggerMode.Name = "CBTriggerMode";
  216. this.CBTriggerMode.PressedBackColor = System.Drawing.SystemColors.ActiveBorder;
  217. this.CBTriggerMode.PressedBorderColor = System.Drawing.Color.Blue;
  218. this.CBTriggerMode.PressedBorderThickness = 0;
  219. this.CBTriggerMode.PressedForeColor = System.Drawing.Color.White;
  220. this.CBTriggerMode.PressedSvgForeColor = System.Drawing.Color.Blue;
  221. this.CBTriggerMode.Size = new System.Drawing.Size(80, 40);
  222. this.CBTriggerMode.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  223. this.CBTriggerMode.StylizeFlag = false;
  224. this.CBTriggerMode.SVGForeColor = System.Drawing.Color.Black;
  225. this.CBTriggerMode.SVGPath = "";
  226. this.CBTriggerMode.TabIndex = 2;
  227. this.CBTriggerMode.Text = "Single";
  228. this.CBTriggerMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  229. this.CBTriggerMode.MouseClick += new System.Windows.Forms.MouseEventHandler(this.CBTriggerMode_MouseClick);
  230. //
  231. // BtnAutoset
  232. //
  233. this.BtnAutoset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  234. this.BtnAutoset.BorderColor = System.Drawing.Color.Black;
  235. this.BtnAutoset.BorderThickness = 2;
  236. this.BtnAutoset.CornerRadius = 5;
  237. this.BtnAutoset.Cursor = System.Windows.Forms.Cursors.Hand;
  238. this.BtnAutoset.DaskArray = null;
  239. this.BtnAutoset.DropKey = System.Windows.Forms.Keys.Space;
  240. this.BtnAutoset.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  241. this.BtnAutoset.ForeColor = System.Drawing.Color.White;
  242. this.BtnAutoset.Height = 40;
  243. this.BtnAutoset.Icon = null;
  244. this.BtnAutoset.IconOffset = 5;
  245. this.BtnAutoset.IconSize = new System.Drawing.Size(51, 17);
  246. this.BtnAutoset.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  247. this.BtnAutoset.IsIndicatorShow = false;
  248. this.BtnAutoset.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  249. this.BtnAutoset.Location = new System.Drawing.Point(232, 0);
  250. this.BtnAutoset.Margin = new System.Windows.Forms.Padding(0);
  251. this.BtnAutoset.MouseinBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(62)))), ((int)(((byte)(169)))));
  252. this.BtnAutoset.MouseinBorderColor = System.Drawing.Color.Blue;
  253. this.BtnAutoset.MouseInBorderThickness = 0;
  254. this.BtnAutoset.MouseinForeColor = System.Drawing.Color.White;
  255. this.BtnAutoset.MouseinSvgForeColor = System.Drawing.Color.Blue;
  256. this.BtnAutoset.Name = "BtnAutoset";
  257. this.BtnAutoset.PressedBackColor = System.Drawing.SystemColors.ActiveBorder;
  258. this.BtnAutoset.PressedBorderColor = System.Drawing.Color.Blue;
  259. this.BtnAutoset.PressedBorderThickness = 0;
  260. this.BtnAutoset.PressedForeColor = System.Drawing.Color.White;
  261. this.BtnAutoset.PressedSvgForeColor = System.Drawing.Color.Blue;
  262. this.BtnAutoset.Size = new System.Drawing.Size(80, 40);
  263. this.BtnAutoset.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  264. this.BtnAutoset.StylizeFlag = false;
  265. this.BtnAutoset.SVGForeColor = System.Drawing.Color.Black;
  266. this.BtnAutoset.SVGPath = "";
  267. this.BtnAutoset.TabIndex = 2;
  268. this.BtnAutoset.Text = "Autoset";
  269. this.BtnAutoset.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  270. this.BtnAutoset.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnAutoset_MouseClick);
  271. //
  272. // SiTimebase
  273. //
  274. this.SiTimebase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  275. this.SiTimebase.ContentRowHeight = 32;
  276. this.SiTimebase.Dock = System.Windows.Forms.DockStyle.Left;
  277. this.SiTimebase.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  278. this.SiTimebase.IconWidth = 32;
  279. this.SiTimebase.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  280. this.SiTimebase.IsIndicatorShow = false;
  281. this.SiTimebase.Location = new System.Drawing.Point(314, 0);
  282. this.SiTimebase.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
  283. this.SiTimebase.Name = "SiTimebase";
  284. this.SiTimebase.Padding = new System.Windows.Forms.Padding(1);
  285. this.SiTimebase.Size = new System.Drawing.Size(250, 40);
  286. this.SiTimebase.StickyBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  287. this.SiTimebase.StickyContentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  288. this.SiTimebase.StickyForeColor = System.Drawing.Color.White;
  289. this.SiTimebase.StickyTitle = "H";
  290. this.SiTimebase.TabIndex = 3;
  291. this.SiTimebase.Tag = "";
  292. this.SiTimebase.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SiTimebase_MouseClick);
  293. //
  294. // SiAcquisition
  295. //
  296. this.SiAcquisition.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  297. this.SiAcquisition.ContentRowHeight = 32;
  298. this.SiAcquisition.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  299. this.SiAcquisition.IconWidth = 32;
  300. this.SiAcquisition.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  301. this.SiAcquisition.IsIndicatorShow = false;
  302. this.SiAcquisition.Location = new System.Drawing.Point(564, 0);
  303. this.SiAcquisition.Margin = new System.Windows.Forms.Padding(0);
  304. this.SiAcquisition.MinimumSize = new System.Drawing.Size(200, 40);
  305. this.SiAcquisition.Name = "SiAcquisition";
  306. this.SiAcquisition.Padding = new System.Windows.Forms.Padding(1);
  307. this.SiAcquisition.Size = new System.Drawing.Size(370, 40);
  308. this.SiAcquisition.StickyBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  309. this.SiAcquisition.StickyContentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  310. this.SiAcquisition.StickyForeColor = System.Drawing.Color.White;
  311. this.SiAcquisition.StickyTitle = "A";
  312. this.SiAcquisition.TabIndex = 4;
  313. this.SiAcquisition.Tag = "";
  314. this.SiAcquisition.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SiAcquisition_MouseClick);
  315. //
  316. // SiTrigger
  317. //
  318. this.SiTrigger.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  319. this.SiTrigger.ContentRowHeight = 32;
  320. this.SiTrigger.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  321. this.SiTrigger.IconWidth = 32;
  322. this.SiTrigger.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  323. this.SiTrigger.IsIndicatorShow = false;
  324. this.SiTrigger.Location = new System.Drawing.Point(934, 0);
  325. this.SiTrigger.Margin = new System.Windows.Forms.Padding(0);
  326. this.SiTrigger.Name = "SiTrigger";
  327. this.SiTrigger.Padding = new System.Windows.Forms.Padding(1);
  328. this.SiTrigger.Size = new System.Drawing.Size(455, 38);
  329. this.SiTrigger.StickyBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  330. this.SiTrigger.StickyContentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  331. this.SiTrigger.StickyForeColor = System.Drawing.Color.White;
  332. this.SiTrigger.StickyTitle = "T";
  333. this.SiTrigger.TabIndex = 40;
  334. this.SiTrigger.Tag = "Trigger";
  335. this.SiTrigger.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SiTrigger_MouseClick);
  336. //
  337. // BtnLog
  338. //
  339. this.BtnLog.BackColor = System.Drawing.SystemColors.ControlDark;
  340. this.BtnLog.BorderColor = System.Drawing.Color.Black;
  341. this.BtnLog.BorderThickness = 0;
  342. this.BtnLog.CornerRadius = 0;
  343. this.BtnLog.Cursor = System.Windows.Forms.Cursors.Hand;
  344. this.BtnLog.DaskArray = null;
  345. this.BtnLog.Dock = System.Windows.Forms.DockStyle.Fill;
  346. this.BtnLog.DropKey = System.Windows.Forms.Keys.Space;
  347. this.BtnLog.ForeColor = System.Drawing.Color.Black;
  348. this.BtnLog.Height = 40;
  349. this.BtnLog.Icon = ((System.Drawing.Image)(resources.GetObject("BtnLog.Icon")));
  350. this.BtnLog.IconOffset = 1;
  351. this.BtnLog.IconSize = new System.Drawing.Size(70, 38);
  352. this.BtnLog.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  353. this.BtnLog.IsIndicatorShow = false;
  354. this.BtnLog.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  355. this.BtnLog.Location = new System.Drawing.Point(0, 0);
  356. this.BtnLog.Margin = new System.Windows.Forms.Padding(0);
  357. this.BtnLog.MinimumSize = new System.Drawing.Size(70, 40);
  358. this.BtnLog.MouseinBackColor = System.Drawing.Color.Transparent;
  359. this.BtnLog.MouseinBorderColor = System.Drawing.Color.Blue;
  360. this.BtnLog.MouseInBorderThickness = 0;
  361. this.BtnLog.MouseinForeColor = System.Drawing.Color.Blue;
  362. this.BtnLog.MouseinSvgForeColor = System.Drawing.Color.Blue;
  363. this.BtnLog.Name = "BtnLog";
  364. this.BtnLog.PressedBackColor = System.Drawing.Color.Gray;
  365. this.BtnLog.PressedBorderColor = System.Drawing.Color.Blue;
  366. this.BtnLog.PressedBorderThickness = 0;
  367. this.BtnLog.PressedForeColor = System.Drawing.Color.Blue;
  368. this.BtnLog.PressedSvgForeColor = System.Drawing.Color.Blue;
  369. this.BtnLog.Size = new System.Drawing.Size(72, 40);
  370. this.BtnLog.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  371. this.BtnLog.StylizeFlag = true;
  372. this.BtnLog.SVGForeColor = System.Drawing.Color.DarkRed;
  373. this.BtnLog.SVGPath = "";
  374. this.BtnLog.TabIndex = 20;
  375. this.BtnLog.Tag = "应用";
  376. this.BtnLog.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  377. //
  378. // BtnSetting
  379. //
  380. this.BtnSetting.BackColor = System.Drawing.SystemColors.ControlDark;
  381. this.BtnSetting.BorderColor = System.Drawing.Color.Black;
  382. this.BtnSetting.BorderThickness = 0;
  383. this.BtnSetting.CornerRadius = 0;
  384. this.BtnSetting.Cursor = System.Windows.Forms.Cursors.Hand;
  385. this.BtnSetting.DaskArray = null;
  386. this.BtnSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  387. this.BtnSetting.DropKey = System.Windows.Forms.Keys.Space;
  388. this.BtnSetting.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  389. this.BtnSetting.ForeColor = System.Drawing.Color.Black;
  390. this.BtnSetting.Height = 40;
  391. this.BtnSetting.Icon = global::Uestc.Auto6.Dso.U2.Properties.Resources.Setting;
  392. this.BtnSetting.IconOffset = 11;
  393. this.BtnSetting.IconSize = new System.Drawing.Size(36, 36);
  394. this.BtnSetting.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  395. this.BtnSetting.IsIndicatorShow = false;
  396. this.BtnSetting.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  397. this.BtnSetting.Location = new System.Drawing.Point(1786, 0);
  398. this.BtnSetting.Margin = new System.Windows.Forms.Padding(0);
  399. this.BtnSetting.MinimumSize = new System.Drawing.Size(46, 40);
  400. this.BtnSetting.MouseinBackColor = System.Drawing.Color.Transparent;
  401. this.BtnSetting.MouseinBorderColor = System.Drawing.Color.Blue;
  402. this.BtnSetting.MouseInBorderThickness = 1;
  403. this.BtnSetting.MouseinForeColor = System.Drawing.Color.Blue;
  404. this.BtnSetting.MouseinSvgForeColor = System.Drawing.Color.Blue;
  405. this.BtnSetting.Name = "BtnSetting";
  406. this.BtnSetting.PressedBackColor = System.Drawing.Color.Gray;
  407. this.BtnSetting.PressedBorderColor = System.Drawing.Color.Blue;
  408. this.BtnSetting.PressedBorderThickness = 1;
  409. this.BtnSetting.PressedForeColor = System.Drawing.Color.Blue;
  410. this.BtnSetting.PressedSvgForeColor = System.Drawing.Color.Blue;
  411. this.BtnSetting.Size = new System.Drawing.Size(58, 40);
  412. this.BtnSetting.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  413. this.BtnSetting.StylizeFlag = true;
  414. this.BtnSetting.SVGForeColor = System.Drawing.Color.Black;
  415. this.BtnSetting.SVGPath = "";
  416. this.BtnSetting.TabIndex = 19;
  417. this.BtnSetting.Tag = "";
  418. this.BtnSetting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  419. this.BtnSetting.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnSetting_MouseClick);
  420. //
  421. // BtnClear
  422. //
  423. this.BtnClear.BackColor = System.Drawing.SystemColors.ControlDark;
  424. this.BtnClear.BorderColor = System.Drawing.Color.Black;
  425. this.BtnClear.BorderThickness = 0;
  426. this.BtnClear.CornerRadius = 0;
  427. this.BtnClear.Cursor = System.Windows.Forms.Cursors.Hand;
  428. this.BtnClear.DaskArray = null;
  429. this.BtnClear.Dock = System.Windows.Forms.DockStyle.Fill;
  430. this.BtnClear.DropKey = System.Windows.Forms.Keys.Space;
  431. this.BtnClear.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  432. this.BtnClear.ForeColor = System.Drawing.Color.Black;
  433. this.BtnClear.Height = 40;
  434. this.BtnClear.Icon = global::Uestc.Auto6.Dso.U2.Properties.Resources.Clear;
  435. this.BtnClear.IconOffset = 11;
  436. this.BtnClear.IconSize = new System.Drawing.Size(36, 36);
  437. this.BtnClear.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  438. this.BtnClear.IsIndicatorShow = false;
  439. this.BtnClear.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  440. this.BtnClear.Location = new System.Drawing.Point(1728, 0);
  441. this.BtnClear.Margin = new System.Windows.Forms.Padding(0);
  442. this.BtnClear.MinimumSize = new System.Drawing.Size(46, 40);
  443. this.BtnClear.MouseinBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  444. this.BtnClear.MouseinBorderColor = System.Drawing.Color.Blue;
  445. this.BtnClear.MouseInBorderThickness = 0;
  446. this.BtnClear.MouseinForeColor = System.Drawing.Color.White;
  447. this.BtnClear.MouseinSvgForeColor = System.Drawing.Color.Blue;
  448. this.BtnClear.Name = "BtnClear";
  449. this.BtnClear.PressedBackColor = System.Drawing.SystemColors.ActiveBorder;
  450. this.BtnClear.PressedBorderColor = System.Drawing.Color.Blue;
  451. this.BtnClear.PressedBorderThickness = 0;
  452. this.BtnClear.PressedForeColor = System.Drawing.Color.White;
  453. this.BtnClear.PressedSvgForeColor = System.Drawing.Color.Blue;
  454. this.BtnClear.Size = new System.Drawing.Size(58, 40);
  455. this.BtnClear.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  456. this.BtnClear.StylizeFlag = true;
  457. this.BtnClear.SVGForeColor = System.Drawing.Color.Black;
  458. this.BtnClear.SVGPath = "";
  459. this.BtnClear.TabIndex = 18;
  460. this.BtnClear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  461. this.BtnClear.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnClear_MouseClick);
  462. //
  463. // BtnScreenShot
  464. //
  465. this.BtnScreenShot.BackColor = System.Drawing.SystemColors.ControlDark;
  466. this.BtnScreenShot.BorderColor = System.Drawing.Color.Black;
  467. this.BtnScreenShot.BorderThickness = 0;
  468. this.BtnScreenShot.CornerRadius = 0;
  469. this.BtnScreenShot.Cursor = System.Windows.Forms.Cursors.Hand;
  470. this.BtnScreenShot.DaskArray = null;
  471. this.BtnScreenShot.Dock = System.Windows.Forms.DockStyle.Fill;
  472. this.BtnScreenShot.DropKey = System.Windows.Forms.Keys.Space;
  473. this.BtnScreenShot.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  474. this.BtnScreenShot.ForeColor = System.Drawing.Color.Black;
  475. this.BtnScreenShot.Height = 40;
  476. this.BtnScreenShot.Icon = global::Uestc.Auto6.Dso.U2.Properties.Resources.ScreenShot;
  477. this.BtnScreenShot.IconOffset = 11;
  478. this.BtnScreenShot.IconSize = new System.Drawing.Size(36, 36);
  479. this.BtnScreenShot.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  480. this.BtnScreenShot.IsIndicatorShow = false;
  481. this.BtnScreenShot.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  482. this.BtnScreenShot.Location = new System.Drawing.Point(1670, 0);
  483. this.BtnScreenShot.Margin = new System.Windows.Forms.Padding(0);
  484. this.BtnScreenShot.MinimumSize = new System.Drawing.Size(46, 40);
  485. this.BtnScreenShot.MouseinBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  486. this.BtnScreenShot.MouseinBorderColor = System.Drawing.Color.Blue;
  487. this.BtnScreenShot.MouseInBorderThickness = 0;
  488. this.BtnScreenShot.MouseinForeColor = System.Drawing.Color.White;
  489. this.BtnScreenShot.MouseinSvgForeColor = System.Drawing.Color.Blue;
  490. this.BtnScreenShot.Name = "BtnScreenShot";
  491. this.BtnScreenShot.PressedBackColor = System.Drawing.SystemColors.ActiveBorder;
  492. this.BtnScreenShot.PressedBorderColor = System.Drawing.Color.Blue;
  493. this.BtnScreenShot.PressedBorderThickness = 0;
  494. this.BtnScreenShot.PressedForeColor = System.Drawing.Color.White;
  495. this.BtnScreenShot.PressedSvgForeColor = System.Drawing.Color.Blue;
  496. this.BtnScreenShot.Size = new System.Drawing.Size(58, 40);
  497. this.BtnScreenShot.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  498. this.BtnScreenShot.StylizeFlag = true;
  499. this.BtnScreenShot.SVGForeColor = System.Drawing.Color.Black;
  500. this.BtnScreenShot.SVGPath = "";
  501. this.BtnScreenShot.TabIndex = 17;
  502. this.BtnScreenShot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  503. this.BtnScreenShot.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnScreenShot_MouseClick);
  504. //
  505. // BtnFile
  506. //
  507. this.BtnFile.BackColor = System.Drawing.SystemColors.ControlDark;
  508. this.BtnFile.BorderColor = System.Drawing.Color.Black;
  509. this.BtnFile.BorderThickness = 0;
  510. this.BtnFile.CornerRadius = 0;
  511. this.BtnFile.Cursor = System.Windows.Forms.Cursors.Hand;
  512. this.BtnFile.DaskArray = null;
  513. this.BtnFile.Dock = System.Windows.Forms.DockStyle.Fill;
  514. this.BtnFile.DropKey = System.Windows.Forms.Keys.Space;
  515. this.BtnFile.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  516. this.BtnFile.ForeColor = System.Drawing.Color.Black;
  517. this.BtnFile.Height = 40;
  518. this.BtnFile.Icon = global::Uestc.Auto6.Dso.U2.Properties.Resources.Save;
  519. this.BtnFile.IconOffset = 11;
  520. this.BtnFile.IconSize = new System.Drawing.Size(36, 36);
  521. this.BtnFile.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  522. this.BtnFile.IsIndicatorShow = false;
  523. this.BtnFile.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  524. this.BtnFile.Location = new System.Drawing.Point(1612, 0);
  525. this.BtnFile.Margin = new System.Windows.Forms.Padding(0);
  526. this.BtnFile.MinimumSize = new System.Drawing.Size(46, 40);
  527. this.BtnFile.MouseinBackColor = System.Drawing.Color.Transparent;
  528. this.BtnFile.MouseinBorderColor = System.Drawing.Color.Blue;
  529. this.BtnFile.MouseInBorderThickness = 1;
  530. this.BtnFile.MouseinForeColor = System.Drawing.Color.Blue;
  531. this.BtnFile.MouseinSvgForeColor = System.Drawing.Color.Blue;
  532. this.BtnFile.Name = "BtnFile";
  533. this.BtnFile.PressedBackColor = System.Drawing.Color.Gray;
  534. this.BtnFile.PressedBorderColor = System.Drawing.Color.Blue;
  535. this.BtnFile.PressedBorderThickness = 1;
  536. this.BtnFile.PressedForeColor = System.Drawing.Color.Blue;
  537. this.BtnFile.PressedSvgForeColor = System.Drawing.Color.Blue;
  538. this.BtnFile.Size = new System.Drawing.Size(58, 40);
  539. this.BtnFile.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  540. this.BtnFile.StylizeFlag = true;
  541. this.BtnFile.SVGForeColor = System.Drawing.Color.Black;
  542. this.BtnFile.SVGPath = "";
  543. this.BtnFile.TabIndex = 16;
  544. this.BtnFile.Tag = "";
  545. this.BtnFile.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  546. this.BtnFile.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnFile_MouseClick);
  547. //
  548. // BtnPrinter
  549. //
  550. this.BtnPrinter.BackColor = System.Drawing.SystemColors.ControlDark;
  551. this.BtnPrinter.BorderColor = System.Drawing.Color.Black;
  552. this.BtnPrinter.BorderThickness = 0;
  553. this.BtnPrinter.CornerRadius = 0;
  554. this.BtnPrinter.Cursor = System.Windows.Forms.Cursors.Hand;
  555. this.BtnPrinter.DaskArray = null;
  556. this.BtnPrinter.Dock = System.Windows.Forms.DockStyle.Fill;
  557. this.BtnPrinter.DropKey = System.Windows.Forms.Keys.Space;
  558. this.BtnPrinter.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  559. this.BtnPrinter.ForeColor = System.Drawing.Color.Black;
  560. this.BtnPrinter.Height = 40;
  561. this.BtnPrinter.Icon = global::Uestc.Auto6.Dso.U2.Properties.Resources.Printer;
  562. this.BtnPrinter.IconOffset = 11;
  563. this.BtnPrinter.IconSize = new System.Drawing.Size(36, 36);
  564. this.BtnPrinter.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  565. this.BtnPrinter.IsIndicatorShow = false;
  566. this.BtnPrinter.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  567. this.BtnPrinter.Location = new System.Drawing.Point(1554, 0);
  568. this.BtnPrinter.Margin = new System.Windows.Forms.Padding(0);
  569. this.BtnPrinter.MinimumSize = new System.Drawing.Size(46, 40);
  570. this.BtnPrinter.MouseinBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  571. this.BtnPrinter.MouseinBorderColor = System.Drawing.Color.Blue;
  572. this.BtnPrinter.MouseInBorderThickness = 0;
  573. this.BtnPrinter.MouseinForeColor = System.Drawing.Color.White;
  574. this.BtnPrinter.MouseinSvgForeColor = System.Drawing.Color.Blue;
  575. this.BtnPrinter.Name = "BtnPrinter";
  576. this.BtnPrinter.PressedBackColor = System.Drawing.SystemColors.ActiveBorder;
  577. this.BtnPrinter.PressedBorderColor = System.Drawing.Color.Blue;
  578. this.BtnPrinter.PressedBorderThickness = 0;
  579. this.BtnPrinter.PressedForeColor = System.Drawing.Color.White;
  580. this.BtnPrinter.PressedSvgForeColor = System.Drawing.Color.Blue;
  581. this.BtnPrinter.Size = new System.Drawing.Size(58, 40);
  582. this.BtnPrinter.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  583. this.BtnPrinter.StylizeFlag = true;
  584. this.BtnPrinter.SVGForeColor = System.Drawing.Color.Black;
  585. this.BtnPrinter.SVGPath = "";
  586. this.BtnPrinter.TabIndex = 38;
  587. this.BtnPrinter.Tag = "";
  588. this.BtnPrinter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  589. this.BtnPrinter.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnPrinter_MouseClick);
  590. //
  591. // BtnSearch
  592. //
  593. this.BtnSearch.BackColor = System.Drawing.SystemColors.ControlDark;
  594. this.BtnSearch.BorderColor = System.Drawing.Color.Black;
  595. this.BtnSearch.BorderThickness = 0;
  596. this.BtnSearch.CornerRadius = 0;
  597. this.BtnSearch.Cursor = System.Windows.Forms.Cursors.Hand;
  598. this.BtnSearch.DaskArray = null;
  599. this.BtnSearch.Dock = System.Windows.Forms.DockStyle.Fill;
  600. this.BtnSearch.DropKey = System.Windows.Forms.Keys.Space;
  601. this.BtnSearch.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  602. this.BtnSearch.ForeColor = System.Drawing.Color.Black;
  603. this.BtnSearch.Height = 40;
  604. this.BtnSearch.Icon = global::Uestc.Auto6.Dso.U2.Properties.Resources.Search;
  605. this.BtnSearch.IconOffset = 11;
  606. this.BtnSearch.IconSize = new System.Drawing.Size(36, 36);
  607. this.BtnSearch.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  608. this.BtnSearch.IsIndicatorShow = false;
  609. this.BtnSearch.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  610. this.BtnSearch.Location = new System.Drawing.Point(1496, 0);
  611. this.BtnSearch.Margin = new System.Windows.Forms.Padding(0);
  612. this.BtnSearch.MinimumSize = new System.Drawing.Size(46, 40);
  613. this.BtnSearch.MouseinBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  614. this.BtnSearch.MouseinBorderColor = System.Drawing.Color.Blue;
  615. this.BtnSearch.MouseInBorderThickness = 0;
  616. this.BtnSearch.MouseinForeColor = System.Drawing.Color.White;
  617. this.BtnSearch.MouseinSvgForeColor = System.Drawing.Color.Blue;
  618. this.BtnSearch.Name = "BtnSearch";
  619. this.BtnSearch.PressedBackColor = System.Drawing.SystemColors.ActiveBorder;
  620. this.BtnSearch.PressedBorderColor = System.Drawing.Color.Blue;
  621. this.BtnSearch.PressedBorderThickness = 0;
  622. this.BtnSearch.PressedForeColor = System.Drawing.Color.White;
  623. this.BtnSearch.PressedSvgForeColor = System.Drawing.Color.Blue;
  624. this.BtnSearch.Size = new System.Drawing.Size(58, 40);
  625. this.BtnSearch.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  626. this.BtnSearch.StylizeFlag = true;
  627. this.BtnSearch.SVGForeColor = System.Drawing.Color.Black;
  628. this.BtnSearch.SVGPath = "";
  629. this.BtnSearch.TabIndex = 37;
  630. this.BtnSearch.Tag = "";
  631. this.BtnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  632. this.BtnSearch.Visible = false;
  633. this.BtnSearch.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnSearch_MouseClick);
  634. //
  635. // BtnFastReq
  636. //
  637. this.BtnFastReq.BackColor = System.Drawing.SystemColors.ControlDark;
  638. this.BtnFastReq.BorderColor = System.Drawing.Color.Black;
  639. this.BtnFastReq.BorderThickness = 0;
  640. this.BtnFastReq.CornerRadius = 0;
  641. this.BtnFastReq.Cursor = System.Windows.Forms.Cursors.Hand;
  642. this.BtnFastReq.DaskArray = null;
  643. this.BtnFastReq.Dock = System.Windows.Forms.DockStyle.Fill;
  644. this.BtnFastReq.DropKey = System.Windows.Forms.Keys.Space;
  645. this.BtnFastReq.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  646. this.BtnFastReq.ForeColor = System.Drawing.Color.Black;
  647. this.BtnFastReq.Height = 40;
  648. this.BtnFastReq.Icon = global::Uestc.Auto6.Dso.U2.Properties.Resources.UltraAcq;
  649. this.BtnFastReq.IconOffset = 11;
  650. this.BtnFastReq.IconSize = new System.Drawing.Size(36, 36);
  651. this.BtnFastReq.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  652. this.BtnFastReq.IsIndicatorShow = false;
  653. this.BtnFastReq.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  654. this.BtnFastReq.Location = new System.Drawing.Point(1438, 0);
  655. this.BtnFastReq.Margin = new System.Windows.Forms.Padding(0);
  656. this.BtnFastReq.MinimumSize = new System.Drawing.Size(46, 40);
  657. this.BtnFastReq.MouseinBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  658. this.BtnFastReq.MouseinBorderColor = System.Drawing.Color.Blue;
  659. this.BtnFastReq.MouseInBorderThickness = 0;
  660. this.BtnFastReq.MouseinForeColor = System.Drawing.Color.White;
  661. this.BtnFastReq.MouseinSvgForeColor = System.Drawing.Color.Blue;
  662. this.BtnFastReq.Name = "BtnFastReq";
  663. this.BtnFastReq.PressedBackColor = System.Drawing.SystemColors.ActiveBorder;
  664. this.BtnFastReq.PressedBorderColor = System.Drawing.Color.Blue;
  665. this.BtnFastReq.PressedBorderThickness = 0;
  666. this.BtnFastReq.PressedForeColor = System.Drawing.Color.White;
  667. this.BtnFastReq.PressedSvgForeColor = System.Drawing.Color.Blue;
  668. this.BtnFastReq.Size = new System.Drawing.Size(58, 40);
  669. this.BtnFastReq.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  670. this.BtnFastReq.StylizeFlag = true;
  671. this.BtnFastReq.SVGForeColor = System.Drawing.Color.Black;
  672. this.BtnFastReq.SVGPath = "";
  673. this.BtnFastReq.TabIndex = 14;
  674. this.BtnFastReq.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  675. this.BtnFastReq.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnFastReq_MouseClick);
  676. //
  677. // BtnFft
  678. //
  679. this.BtnFft.BackColor = System.Drawing.SystemColors.ControlDark;
  680. this.BtnFft.BorderColor = System.Drawing.Color.Black;
  681. this.BtnFft.BorderThickness = 0;
  682. this.BtnFft.CornerRadius = 0;
  683. this.BtnFft.Cursor = System.Windows.Forms.Cursors.Hand;
  684. this.BtnFft.DaskArray = null;
  685. this.BtnFft.Dock = System.Windows.Forms.DockStyle.Fill;
  686. this.BtnFft.DropKey = System.Windows.Forms.Keys.Space;
  687. this.BtnFft.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  688. this.BtnFft.ForeColor = System.Drawing.Color.Black;
  689. this.BtnFft.Height = 40;
  690. this.BtnFft.Icon = global::Uestc.Auto6.Dso.U2.Properties.Resources.Fft;
  691. this.BtnFft.IconOffset = 11;
  692. this.BtnFft.IconSize = new System.Drawing.Size(36, 36);
  693. this.BtnFft.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  694. this.BtnFft.IsIndicatorShow = false;
  695. this.BtnFft.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  696. this.BtnFft.Location = new System.Drawing.Point(1380, 0);
  697. this.BtnFft.Margin = new System.Windows.Forms.Padding(0);
  698. this.BtnFft.MinimumSize = new System.Drawing.Size(46, 40);
  699. this.BtnFft.MouseinBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  700. this.BtnFft.MouseinBorderColor = System.Drawing.Color.Blue;
  701. this.BtnFft.MouseInBorderThickness = 0;
  702. this.BtnFft.MouseinForeColor = System.Drawing.Color.White;
  703. this.BtnFft.MouseinSvgForeColor = System.Drawing.Color.Blue;
  704. this.BtnFft.Name = "BtnFft";
  705. this.BtnFft.PressedBackColor = System.Drawing.SystemColors.ActiveBorder;
  706. this.BtnFft.PressedBorderColor = System.Drawing.Color.Blue;
  707. this.BtnFft.PressedBorderThickness = 0;
  708. this.BtnFft.PressedForeColor = System.Drawing.Color.White;
  709. this.BtnFft.PressedSvgForeColor = System.Drawing.Color.Blue;
  710. this.BtnFft.Size = new System.Drawing.Size(58, 40);
  711. this.BtnFft.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  712. this.BtnFft.StylizeFlag = true;
  713. this.BtnFft.SVGForeColor = System.Drawing.Color.Black;
  714. this.BtnFft.SVGPath = "";
  715. this.BtnFft.TabIndex = 13;
  716. this.BtnFft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  717. this.BtnFft.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnFft_MouseClick);
  718. //
  719. // BtnCursor
  720. //
  721. this.BtnCursor.BackColor = System.Drawing.SystemColors.ControlDark;
  722. this.BtnCursor.BorderColor = System.Drawing.Color.Black;
  723. this.BtnCursor.BorderThickness = 0;
  724. this.BtnCursor.CornerRadius = 0;
  725. this.BtnCursor.Cursor = System.Windows.Forms.Cursors.Hand;
  726. this.BtnCursor.DaskArray = null;
  727. this.BtnCursor.Dock = System.Windows.Forms.DockStyle.Fill;
  728. this.BtnCursor.DropKey = System.Windows.Forms.Keys.Space;
  729. this.BtnCursor.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  730. this.BtnCursor.ForeColor = System.Drawing.Color.Black;
  731. this.BtnCursor.Height = 40;
  732. this.BtnCursor.Icon = global::Uestc.Auto6.Dso.U2.Properties.Resources.Cursor;
  733. this.BtnCursor.IconOffset = 11;
  734. this.BtnCursor.IconSize = new System.Drawing.Size(36, 36);
  735. this.BtnCursor.IndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  736. this.BtnCursor.IsIndicatorShow = false;
  737. this.BtnCursor.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  738. this.BtnCursor.Location = new System.Drawing.Point(1322, 0);
  739. this.BtnCursor.Margin = new System.Windows.Forms.Padding(0);
  740. this.BtnCursor.MinimumSize = new System.Drawing.Size(46, 40);
  741. this.BtnCursor.MouseinBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(71)))), ((int)(((byte)(193)))));
  742. this.BtnCursor.MouseinBorderColor = System.Drawing.Color.Blue;
  743. this.BtnCursor.MouseInBorderThickness = 0;
  744. this.BtnCursor.MouseinForeColor = System.Drawing.Color.White;
  745. this.BtnCursor.MouseinSvgForeColor = System.Drawing.Color.Blue;
  746. this.BtnCursor.Name = "BtnCursor";
  747. this.BtnCursor.PressedBackColor = System.Drawing.SystemColors.ActiveBorder;
  748. this.BtnCursor.PressedBorderColor = System.Drawing.Color.Blue;
  749. this.BtnCursor.PressedBorderThickness = 0;
  750. this.BtnCursor.PressedForeColor = System.Drawing.Color.White;
  751. this.BtnCursor.PressedSvgForeColor = System.Drawing.Color.Blue;
  752. this.BtnCursor.Size = new System.Drawing.Size(58, 40);
  753. this.BtnCursor.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  754. this.BtnCursor.StylizeFlag = true;
  755. this.BtnCursor.SVGForeColor = System.Drawing.Color.Black;
  756. this.BtnCursor.SVGPath = "";
  757. this.BtnCursor.TabIndex = 12;
  758. this.BtnCursor.Tag = "";
  759. this.BtnCursor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  760. this.BtnCursor.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BtnCursor_MouseClick);
  761. //
  762. // DsoTopStrip
  763. //
  764. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  765. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  766. this.BackColor = System.Drawing.Color.Black;
  767. this.Controls.Add(this.TlpBody);
  768. this.DoubleBuffered = true;
  769. this.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  770. this.ForeColor = System.Drawing.Color.White;
  771. this.Margin = new System.Windows.Forms.Padding(0);
  772. this.Name = "DsoTopStrip";
  773. this.Size = new System.Drawing.Size(1920, 40);
  774. this.TlpBody.ResumeLayout(false);
  775. this.ResumeLayout(false);
  776. }
  777. #endregion
  778. private System.Windows.Forms.TableLayoutPanel TlpBody;
  779. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnAutoset;
  780. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnTriggerState;
  781. private StickyInfo SiAcquisition;
  782. private StickyInfo SiTimebase;
  783. private StickyInfo SiTrigger;
  784. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnLog;
  785. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnFile;
  786. private Uni_Trend.MSO7000X.UserControls.UestcIconButton CBTriggerMode;
  787. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnCursor;
  788. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnFft;
  789. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnScreenShot;
  790. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnFastReq;
  791. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnClear;
  792. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnSetting;
  793. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnPrinter;
  794. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnSearch;
  795. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnApps;
  796. }
  797. }