MsgCodePage.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. namespace Uestc.Auto6.Dso.Protocol.PCIe
  2. {
  3. partial class MsgCodePage
  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. Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt defaultHighlightPrompt2 = new Uni_Trend.MSO7000X.UserControls.DefaultHighlightPrompt();
  31. this.LblMsgCode = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  32. this.BtnMsgCode = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  33. this.LblRelation = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  34. this.CbxRelation = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  35. this.SuspendLayout();
  36. //
  37. // LblMsgCode
  38. //
  39. this.LblMsgCode.BackColor = System.Drawing.Color.Empty;
  40. this.LblMsgCode.BorderColor = System.Drawing.Color.Black;
  41. this.LblMsgCode.BorderThickness = 0;
  42. this.LblMsgCode.CornerRadius = 0;
  43. this.LblMsgCode.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  44. this.LblMsgCode.HighlightPrompt = defaultHighlightPrompt1;
  45. this.LblMsgCode.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  46. this.LblMsgCode.Location = new System.Drawing.Point(0, 0);
  47. this.LblMsgCode.MultyLineFlag = false;
  48. this.LblMsgCode.Name = "LblMsgCode";
  49. this.LblMsgCode.Size = new System.Drawing.Size(184, 20);
  50. this.LblMsgCode.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  51. this.LblMsgCode.StylizeFlag = true;
  52. this.LblMsgCode.TabIndex = 1;
  53. this.LblMsgCode.Text = "MsgCode";
  54. this.LblMsgCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  55. this.LblMsgCode.Token = null;
  56. //
  57. // BtnMsgCode
  58. //
  59. this.BtnMsgCode.BackColor = System.Drawing.Color.Transparent;
  60. this.BtnMsgCode.BorderColor = System.Drawing.Color.Black;
  61. this.BtnMsgCode.BorderThickness = 0;
  62. this.BtnMsgCode.CornerRadius = 0;
  63. this.BtnMsgCode.DaskArray = null;
  64. this.BtnMsgCode.DropKey = System.Windows.Forms.Keys.Space;
  65. this.BtnMsgCode.ForeColor = System.Drawing.Color.Black;
  66. this.BtnMsgCode.Height = 36;
  67. this.BtnMsgCode.Icon = null;
  68. this.BtnMsgCode.IconOffset = 10;
  69. this.BtnMsgCode.IconSize = new System.Drawing.Size(24, 24);
  70. this.BtnMsgCode.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  71. this.BtnMsgCode.Location = new System.Drawing.Point(0, 27);
  72. this.BtnMsgCode.MouseinBackColor = System.Drawing.Color.Transparent;
  73. this.BtnMsgCode.MouseinBorderColor = System.Drawing.Color.Blue;
  74. this.BtnMsgCode.MouseInBorderThickness = 1;
  75. this.BtnMsgCode.MouseinForeColor = System.Drawing.Color.Blue;
  76. this.BtnMsgCode.MouseinSvgForeColor = System.Drawing.Color.Blue;
  77. this.BtnMsgCode.Name = "BtnMsgCode";
  78. this.BtnMsgCode.PressedBackColor = System.Drawing.Color.Gray;
  79. this.BtnMsgCode.PressedBorderColor = System.Drawing.Color.Blue;
  80. this.BtnMsgCode.PressedBorderThickness = 1;
  81. this.BtnMsgCode.PressedForeColor = System.Drawing.Color.Blue;
  82. this.BtnMsgCode.PressedSvgForeColor = System.Drawing.Color.Blue;
  83. this.BtnMsgCode.Size = new System.Drawing.Size(184, 36);
  84. this.BtnMsgCode.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  85. this.BtnMsgCode.StylizeFlag = true;
  86. this.BtnMsgCode.SVGForeColor = System.Drawing.Color.Black;
  87. this.BtnMsgCode.SVGPath = "";
  88. this.BtnMsgCode.TabIndex = 10;
  89. this.BtnMsgCode.Text = "BtnMsgCode";
  90. this.BtnMsgCode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  91. //
  92. // LblRelation
  93. //
  94. this.LblRelation.BackColor = System.Drawing.Color.Empty;
  95. this.LblRelation.BorderColor = System.Drawing.Color.Black;
  96. this.LblRelation.BorderThickness = 0;
  97. this.LblRelation.CornerRadius = 0;
  98. this.LblRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  99. this.LblRelation.HighlightPrompt = defaultHighlightPrompt2;
  100. this.LblRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  101. this.LblRelation.Location = new System.Drawing.Point(292, 0);
  102. this.LblRelation.MultyLineFlag = false;
  103. this.LblRelation.Name = "LblRelation";
  104. this.LblRelation.Size = new System.Drawing.Size(68, 20);
  105. this.LblRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  106. this.LblRelation.StylizeFlag = true;
  107. this.LblRelation.TabIndex = 11;
  108. this.LblRelation.Text = "比较方式";
  109. this.LblRelation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  110. this.LblRelation.Token = null;
  111. //
  112. // CbxRelation
  113. //
  114. this.CbxRelation.BackColor = System.Drawing.Color.Transparent;
  115. this.CbxRelation.BorderColor = System.Drawing.Color.Black;
  116. this.CbxRelation.BorderThickness = 1;
  117. this.CbxRelation.CornerRadius = 0;
  118. this.CbxRelation.DataSource = null;
  119. this.CbxRelation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  120. this.CbxRelation.DropDownHeight = 200;
  121. this.CbxRelation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  122. this.CbxRelation.DropDownWidth = 100;
  123. this.CbxRelation.DropKey = System.Windows.Forms.Keys.Space;
  124. this.CbxRelation.DroppedDown = false;
  125. this.CbxRelation.FocusColor = System.Drawing.Color.Blue;
  126. this.CbxRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  127. this.CbxRelation.GetDisPlayName = null;
  128. this.CbxRelation.Height = 36;
  129. this.CbxRelation.ImageMode = false;
  130. this.CbxRelation.ItemHeight = 28;
  131. this.CbxRelation.KeyDropEnble = true;
  132. this.CbxRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  133. this.CbxRelation.Location = new System.Drawing.Point(292, 27);
  134. this.CbxRelation.MaxDropDownItems = 8;
  135. this.CbxRelation.Name = "CbxRelation";
  136. this.CbxRelation.RectBtnWidth = 20;
  137. this.CbxRelation.SelectedBackColor = System.Drawing.Color.Blue;
  138. this.CbxRelation.SelectedIndex = -1;
  139. this.CbxRelation.SelectedItem = null;
  140. this.CbxRelation.SelectedText = "";
  141. this.CbxRelation.Size = new System.Drawing.Size(100, 36);
  142. this.CbxRelation.Soreted = false;
  143. this.CbxRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  144. this.CbxRelation.StylizeFlag = true;
  145. this.CbxRelation.TabIndex = 12;
  146. this.CbxRelation.Text = "comboBoxEx1";
  147. this.CbxRelation.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  148. this.CbxRelation.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  149. //
  150. // MsgCodePage
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.Controls.Add(this.CbxRelation);
  155. this.Controls.Add(this.LblRelation);
  156. this.Controls.Add(this.BtnMsgCode);
  157. this.Controls.Add(this.LblMsgCode);
  158. this.Margin = new System.Windows.Forms.Padding(0);
  159. this.Name = "MsgCodePage";
  160. this.Size = new System.Drawing.Size(498, 65);
  161. this.ResumeLayout(false);
  162. }
  163. #endregion
  164. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblMsgCode;
  165. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnMsgCode;
  166. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblRelation;
  167. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxRelation;
  168. }
  169. }