CANDataPage.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. 
  2. namespace Uestc.Auto6.Dso.Protocol.CAN
  3. {
  4. partial class CANDataPage
  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. Presenter?.TryRemoveView(this);
  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. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt1 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  31. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt2 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  32. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt3 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  33. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt4 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  34. this.LbxRelation = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  35. this.LblByteCount = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  36. this.LblByteIndex = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  37. this.LblData = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  38. this.BtnByteIndex = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  39. this.CbxRelation = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  40. this.BtnData = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  41. this.BtnByteCount = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  42. this.SuspendLayout();
  43. //
  44. // LbxRelation
  45. //
  46. this.LbxRelation.BackColor = System.Drawing.Color.Empty;
  47. this.LbxRelation.BorderColor = System.Drawing.Color.Black;
  48. this.LbxRelation.BorderThickness = 0;
  49. this.LbxRelation.CornerRadius = 0;
  50. this.LbxRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  51. this.LbxRelation.HighlightPrompt = defaultHighlightPrompt1;
  52. this.LbxRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  53. this.LbxRelation.Location = new System.Drawing.Point(14, 0);
  54. this.LbxRelation.Margin = new System.Windows.Forms.Padding(0);
  55. this.LbxRelation.MultyLineFlag = false;
  56. this.LbxRelation.Name = "LbxRelation";
  57. this.LbxRelation.Size = new System.Drawing.Size(75, 23);
  58. this.LbxRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  59. this.LbxRelation.StylizeFlag = true;
  60. this.LbxRelation.TabIndex = 3;
  61. this.LbxRelation.Text = "数据限定";
  62. this.LbxRelation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  63. this.LbxRelation.Token = null;
  64. //
  65. // LblByteCount
  66. //
  67. this.LblByteCount.BackColor = System.Drawing.Color.Empty;
  68. this.LblByteCount.BorderColor = System.Drawing.Color.Black;
  69. this.LblByteCount.BorderThickness = 0;
  70. this.LblByteCount.CornerRadius = 0;
  71. this.LblByteCount.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  72. this.LblByteCount.HighlightPrompt = defaultHighlightPrompt2;
  73. this.LblByteCount.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  74. this.LblByteCount.Location = new System.Drawing.Point(156, 0);
  75. this.LblByteCount.MultyLineFlag = false;
  76. this.LblByteCount.Name = "LblByteCount";
  77. this.LblByteCount.Size = new System.Drawing.Size(75, 23);
  78. this.LblByteCount.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  79. this.LblByteCount.StylizeFlag = true;
  80. this.LblByteCount.TabIndex = 4;
  81. this.LblByteCount.Text = "字节数";
  82. this.LblByteCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  83. this.LblByteCount.Token = null;
  84. this.LblByteCount.Visible = false;
  85. //
  86. // LblByteIndex
  87. //
  88. this.LblByteIndex.BackColor = System.Drawing.Color.Empty;
  89. this.LblByteIndex.BorderColor = System.Drawing.Color.Black;
  90. this.LblByteIndex.BorderThickness = 0;
  91. this.LblByteIndex.CornerRadius = 0;
  92. this.LblByteIndex.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  93. this.LblByteIndex.HighlightPrompt = defaultHighlightPrompt3;
  94. this.LblByteIndex.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  95. this.LblByteIndex.Location = new System.Drawing.Point(400, 0);
  96. this.LblByteIndex.MultyLineFlag = false;
  97. this.LblByteIndex.Name = "LblByteIndex";
  98. this.LblByteIndex.Size = new System.Drawing.Size(75, 23);
  99. this.LblByteIndex.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  100. this.LblByteIndex.StylizeFlag = true;
  101. this.LblByteIndex.TabIndex = 5;
  102. this.LblByteIndex.Text = "字节号";
  103. this.LblByteIndex.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  104. this.LblByteIndex.Token = null;
  105. this.LblByteIndex.Visible = false;
  106. //
  107. // LblData
  108. //
  109. this.LblData.BackColor = System.Drawing.Color.Empty;
  110. this.LblData.BorderColor = System.Drawing.Color.Black;
  111. this.LblData.BorderThickness = 0;
  112. this.LblData.CornerRadius = 0;
  113. this.LblData.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  114. this.LblData.HighlightPrompt = defaultHighlightPrompt4;
  115. this.LblData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  116. this.LblData.Location = new System.Drawing.Point(253, 0);
  117. this.LblData.MultyLineFlag = false;
  118. this.LblData.Name = "LblData";
  119. this.LblData.Size = new System.Drawing.Size(75, 23);
  120. this.LblData.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  121. this.LblData.StylizeFlag = true;
  122. this.LblData.TabIndex = 6;
  123. this.LblData.Text = "数据Hex";
  124. this.LblData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  125. this.LblData.Token = null;
  126. //
  127. // BtnByteIndex
  128. //
  129. this.BtnByteIndex.BackColor = System.Drawing.Color.White;
  130. this.BtnByteIndex.BorderColor = System.Drawing.Color.Black;
  131. this.BtnByteIndex.BorderThickness = 1;
  132. this.BtnByteIndex.CornerRadius = 0;
  133. this.BtnByteIndex.Cursor = System.Windows.Forms.Cursors.Hand;
  134. this.BtnByteIndex.DaskArray = null;
  135. this.BtnByteIndex.DropKey = System.Windows.Forms.Keys.Space;
  136. this.BtnByteIndex.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  137. this.BtnByteIndex.ForeColor = System.Drawing.Color.Black;
  138. this.BtnByteIndex.Height = 36;
  139. this.BtnByteIndex.Icon = null;
  140. this.BtnByteIndex.IconOffset = 10;
  141. this.BtnByteIndex.IconSize = new System.Drawing.Size(24, 24);
  142. this.BtnByteIndex.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  143. this.BtnByteIndex.Location = new System.Drawing.Point(400, 26);
  144. this.BtnByteIndex.MouseinBackColor = System.Drawing.Color.Transparent;
  145. this.BtnByteIndex.MouseinBorderColor = System.Drawing.Color.Blue;
  146. this.BtnByteIndex.MouseInBorderThickness = 1;
  147. this.BtnByteIndex.MouseinForeColor = System.Drawing.Color.Blue;
  148. this.BtnByteIndex.MouseinSvgForeColor = System.Drawing.Color.Blue;
  149. this.BtnByteIndex.Name = "BtnByteIndex";
  150. this.BtnByteIndex.PressedBackColor = System.Drawing.Color.Gray;
  151. this.BtnByteIndex.PressedBorderColor = System.Drawing.Color.Blue;
  152. this.BtnByteIndex.PressedBorderThickness = 1;
  153. this.BtnByteIndex.PressedForeColor = System.Drawing.Color.Blue;
  154. this.BtnByteIndex.PressedSvgForeColor = System.Drawing.Color.Blue;
  155. this.BtnByteIndex.Size = new System.Drawing.Size(95, 36);
  156. this.BtnByteIndex.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  157. this.BtnByteIndex.StylizeFlag = true;
  158. this.BtnByteIndex.SVGForeColor = System.Drawing.Color.Black;
  159. this.BtnByteIndex.SVGPath = "";
  160. this.BtnByteIndex.TabIndex = 14;
  161. this.BtnByteIndex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  162. this.BtnByteIndex.Visible = false;
  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.Height = 36;
  181. this.CbxRelation.ImageMode = false;
  182. this.CbxRelation.ItemHeight = 28;
  183. this.CbxRelation.KeyDropEnble = true;
  184. this.CbxRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  185. this.CbxRelation.Location = new System.Drawing.Point(14, 29);
  186. this.CbxRelation.Margin = new System.Windows.Forms.Padding(0);
  187. this.CbxRelation.MaxDropDownItems = 8;
  188. this.CbxRelation.Name = "CbxRelation";
  189. this.CbxRelation.RectBtnWidth = 20;
  190. this.CbxRelation.SelectedBackColor = System.Drawing.Color.Blue;
  191. this.CbxRelation.SelectedIndex = -1;
  192. this.CbxRelation.SelectedItem = null;
  193. this.CbxRelation.SelectedText = "";
  194. this.CbxRelation.Size = new System.Drawing.Size(95, 36);
  195. this.CbxRelation.Soreted = false;
  196. this.CbxRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  197. this.CbxRelation.StylizeFlag = true;
  198. this.CbxRelation.TabIndex = 15;
  199. this.CbxRelation.Text = "comboBoxEx1";
  200. this.CbxRelation.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  201. this.CbxRelation.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  202. //
  203. // BtnData
  204. //
  205. this.BtnData.BackColor = System.Drawing.Color.White;
  206. this.BtnData.BorderColor = System.Drawing.Color.Black;
  207. this.BtnData.BorderThickness = 1;
  208. this.BtnData.CornerRadius = 0;
  209. this.BtnData.Cursor = System.Windows.Forms.Cursors.Hand;
  210. this.BtnData.DaskArray = null;
  211. this.BtnData.DropKey = System.Windows.Forms.Keys.Space;
  212. this.BtnData.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  213. this.BtnData.ForeColor = System.Drawing.Color.Black;
  214. this.BtnData.Height = 36;
  215. this.BtnData.Icon = null;
  216. this.BtnData.IconOffset = 10;
  217. this.BtnData.IconSize = new System.Drawing.Size(24, 24);
  218. this.BtnData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  219. this.BtnData.Location = new System.Drawing.Point(253, 26);
  220. this.BtnData.MouseinBackColor = System.Drawing.Color.Transparent;
  221. this.BtnData.MouseinBorderColor = System.Drawing.Color.Blue;
  222. this.BtnData.MouseInBorderThickness = 1;
  223. this.BtnData.MouseinForeColor = System.Drawing.Color.Blue;
  224. this.BtnData.MouseinSvgForeColor = System.Drawing.Color.Blue;
  225. this.BtnData.Name = "BtnData";
  226. this.BtnData.PressedBackColor = System.Drawing.Color.Gray;
  227. this.BtnData.PressedBorderColor = System.Drawing.Color.Blue;
  228. this.BtnData.PressedBorderThickness = 1;
  229. this.BtnData.PressedForeColor = System.Drawing.Color.Blue;
  230. this.BtnData.PressedSvgForeColor = System.Drawing.Color.Blue;
  231. this.BtnData.Size = new System.Drawing.Size(95, 36);
  232. this.BtnData.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  233. this.BtnData.StylizeFlag = true;
  234. this.BtnData.SVGForeColor = System.Drawing.Color.Black;
  235. this.BtnData.SVGPath = "";
  236. this.BtnData.TabIndex = 17;
  237. this.BtnData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  238. //
  239. // BtnByteCount
  240. //
  241. this.BtnByteCount.BackColor = System.Drawing.Color.White;
  242. this.BtnByteCount.BorderColor = System.Drawing.Color.Black;
  243. this.BtnByteCount.BorderThickness = 1;
  244. this.BtnByteCount.CornerRadius = 0;
  245. this.BtnByteCount.Cursor = System.Windows.Forms.Cursors.Hand;
  246. this.BtnByteCount.DaskArray = null;
  247. this.BtnByteCount.DropKey = System.Windows.Forms.Keys.Space;
  248. this.BtnByteCount.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  249. this.BtnByteCount.ForeColor = System.Drawing.Color.Black;
  250. this.BtnByteCount.Height = 36;
  251. this.BtnByteCount.Icon = null;
  252. this.BtnByteCount.IconOffset = 10;
  253. this.BtnByteCount.IconSize = new System.Drawing.Size(24, 24);
  254. this.BtnByteCount.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  255. this.BtnByteCount.Location = new System.Drawing.Point(156, 26);
  256. this.BtnByteCount.MouseinBackColor = System.Drawing.Color.Transparent;
  257. this.BtnByteCount.MouseinBorderColor = System.Drawing.Color.Blue;
  258. this.BtnByteCount.MouseInBorderThickness = 1;
  259. this.BtnByteCount.MouseinForeColor = System.Drawing.Color.Blue;
  260. this.BtnByteCount.MouseinSvgForeColor = System.Drawing.Color.Blue;
  261. this.BtnByteCount.Name = "BtnByteCount";
  262. this.BtnByteCount.PressedBackColor = System.Drawing.Color.Gray;
  263. this.BtnByteCount.PressedBorderColor = System.Drawing.Color.Blue;
  264. this.BtnByteCount.PressedBorderThickness = 1;
  265. this.BtnByteCount.PressedForeColor = System.Drawing.Color.Blue;
  266. this.BtnByteCount.PressedSvgForeColor = System.Drawing.Color.Blue;
  267. this.BtnByteCount.Size = new System.Drawing.Size(95, 36);
  268. this.BtnByteCount.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  269. this.BtnByteCount.StylizeFlag = true;
  270. this.BtnByteCount.SVGForeColor = System.Drawing.Color.Black;
  271. this.BtnByteCount.SVGPath = "";
  272. this.BtnByteCount.TabIndex = 18;
  273. this.BtnByteCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  274. this.BtnByteCount.Visible = false;
  275. //
  276. // CANDataPage
  277. //
  278. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  279. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  280. this.Controls.Add(this.BtnByteCount);
  281. this.Controls.Add(this.BtnData);
  282. this.Controls.Add(this.CbxRelation);
  283. this.Controls.Add(this.BtnByteIndex);
  284. this.Controls.Add(this.LblData);
  285. this.Controls.Add(this.LblByteIndex);
  286. this.Controls.Add(this.LblByteCount);
  287. this.Controls.Add(this.LbxRelation);
  288. this.Name = "CANDataPage";
  289. this.Size = new System.Drawing.Size(498, 65);
  290. this.ResumeLayout(false);
  291. }
  292. #endregion
  293. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblByteCount;
  294. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnByteCount;
  295. private Uni_Trend.MSO7000X.UserControls.UestcLabel LbxRelation;
  296. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxRelation;
  297. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblByteIndex;
  298. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnByteIndex;
  299. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblData;
  300. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnData;
  301. }
  302. }