FlexRayErrorPage.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. namespace Uestc.Auto6.Dso.Protocol.FlexRay
  2. {
  3. partial class FlexRayErrorPage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. Presenter?.TryRemoveView(this);
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt1 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  30. this.CbxErrorType = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  31. this.LblErrorType = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  32. this.SuspendLayout();
  33. //
  34. // CbxErrorType
  35. //
  36. this.CbxErrorType.BackColor = System.Drawing.Color.Transparent;
  37. this.CbxErrorType.BorderColor = System.Drawing.Color.Black;
  38. this.CbxErrorType.BorderThickness = 0;
  39. this.CbxErrorType.CornerRadius = 0;
  40. this.CbxErrorType.DataSource = null;
  41. this.CbxErrorType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  42. this.CbxErrorType.DropDownHeight = 200;
  43. this.CbxErrorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  44. this.CbxErrorType.DropDownWidth = 108;
  45. this.CbxErrorType.DropKey = System.Windows.Forms.Keys.Space;
  46. this.CbxErrorType.DroppedDown = false;
  47. this.CbxErrorType.FocusColor = System.Drawing.Color.Blue;
  48. this.CbxErrorType.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  49. this.CbxErrorType.GetDisPlayName = null;
  50. this.CbxErrorType.Height = 36;
  51. this.CbxErrorType.ImageMode = false;
  52. this.CbxErrorType.ItemHeight = 28;
  53. this.CbxErrorType.KeyDropEnble = true;
  54. this.CbxErrorType.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  55. this.CbxErrorType.Location = new System.Drawing.Point(2, 27);
  56. this.CbxErrorType.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  57. this.CbxErrorType.MaxDropDownItems = 8;
  58. this.CbxErrorType.Name = "CbxErrorType";
  59. this.CbxErrorType.RectBtnWidth = 20;
  60. this.CbxErrorType.SelectedBackColor = System.Drawing.Color.Blue;
  61. this.CbxErrorType.SelectedIndex = -1;
  62. this.CbxErrorType.SelectedItem = null;
  63. this.CbxErrorType.SelectedText = "";
  64. this.CbxErrorType.Size = new System.Drawing.Size(108, 36);
  65. this.CbxErrorType.Soreted = false;
  66. this.CbxErrorType.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  67. this.CbxErrorType.StylizeFlag = true;
  68. this.CbxErrorType.TabIndex = 16;
  69. this.CbxErrorType.Text = "";
  70. this.CbxErrorType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  71. this.CbxErrorType.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  72. //
  73. // LblErrorType
  74. //
  75. this.LblErrorType.BackColor = System.Drawing.Color.Empty;
  76. this.LblErrorType.BorderColor = System.Drawing.Color.Black;
  77. this.LblErrorType.BorderThickness = 0;
  78. this.LblErrorType.CornerRadius = 0;
  79. this.LblErrorType.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  80. this.LblErrorType.HighlightPrompt = defaultHighlightPrompt1;
  81. this.LblErrorType.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  82. this.LblErrorType.Location = new System.Drawing.Point(2, 1);
  83. this.LblErrorType.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  84. this.LblErrorType.MultyLineFlag = false;
  85. this.LblErrorType.Name = "LblErrorType";
  86. this.LblErrorType.Size = new System.Drawing.Size(108, 25);
  87. this.LblErrorType.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  88. this.LblErrorType.StylizeFlag = true;
  89. this.LblErrorType.TabIndex = 15;
  90. this.LblErrorType.Text = "错误包类型";
  91. this.LblErrorType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  92. this.LblErrorType.Token = null;
  93. //
  94. // FlexRayErrorPage
  95. //
  96. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  97. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  98. this.Controls.Add(this.CbxErrorType);
  99. this.Controls.Add(this.LblErrorType);
  100. this.Name = "FlexRayErrorPage";
  101. this.Size = new System.Drawing.Size(150, 66);
  102. this.ResumeLayout(false);
  103. }
  104. #endregion
  105. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxErrorType;
  106. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblErrorType;
  107. }
  108. }