DataPage.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. namespace Uestc.Auto6.Dso.Protocol.SATA
  2. {
  3. partial class DataPage
  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. this.BtnData = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  30. this.BtnDataCount = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  31. this.LblDataCount = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  32. this.CbxRelation = new Uni_Trend.MSO7000X.UserControls.ComboBoxEx();
  33. this.LblRelation = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  34. this.LblData = new Uni_Trend.MSO7000X.UserControls.UestcLabel();
  35. this.SuspendLayout();
  36. //
  37. // BtnData
  38. //
  39. this.BtnData.BackColor = System.Drawing.Color.Transparent;
  40. this.BtnData.BorderColor = System.Drawing.Color.Black;
  41. this.BtnData.BorderThickness = 0;
  42. this.BtnData.CornerRadius = 0;
  43. this.BtnData.DaskArray = null;
  44. this.BtnData.DropKey = System.Windows.Forms.Keys.Space;
  45. this.BtnData.ForeColor = System.Drawing.Color.Black;
  46. this.BtnData.Height = 42;
  47. this.BtnData.Icon = null;
  48. this.BtnData.IconOffset = 10;
  49. this.BtnData.IconSize = new System.Drawing.Size(24, 24);
  50. this.BtnData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  51. this.BtnData.Location = new System.Drawing.Point(403, 34);
  52. this.BtnData.Margin = new System.Windows.Forms.Padding(4);
  53. this.BtnData.MouseinBackColor = System.Drawing.Color.Transparent;
  54. this.BtnData.MouseinBorderColor = System.Drawing.Color.Blue;
  55. this.BtnData.MouseInBorderThickness = 1;
  56. this.BtnData.MouseinForeColor = System.Drawing.Color.Blue;
  57. this.BtnData.MouseinSvgForeColor = System.Drawing.Color.Blue;
  58. this.BtnData.Name = "BtnData";
  59. this.BtnData.PressedBackColor = System.Drawing.Color.Gray;
  60. this.BtnData.PressedBorderColor = System.Drawing.Color.Blue;
  61. this.BtnData.PressedBorderThickness = 1;
  62. this.BtnData.PressedForeColor = System.Drawing.Color.Blue;
  63. this.BtnData.PressedSvgForeColor = System.Drawing.Color.Blue;
  64. this.BtnData.Size = new System.Drawing.Size(228, 42);
  65. this.BtnData.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  66. this.BtnData.StylizeFlag = true;
  67. this.BtnData.SVGForeColor = System.Drawing.Color.Black;
  68. this.BtnData.SVGPath = "";
  69. this.BtnData.TabIndex = 15;
  70. this.BtnData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  71. //
  72. // BtnDataCount
  73. //
  74. this.BtnDataCount.BackColor = System.Drawing.Color.Transparent;
  75. this.BtnDataCount.BorderColor = System.Drawing.Color.Black;
  76. this.BtnDataCount.BorderThickness = 0;
  77. this.BtnDataCount.CornerRadius = 0;
  78. this.BtnDataCount.DaskArray = null;
  79. this.BtnDataCount.DropKey = System.Windows.Forms.Keys.Space;
  80. this.BtnDataCount.ForeColor = System.Drawing.Color.Black;
  81. this.BtnDataCount.Height = 42;
  82. this.BtnDataCount.Icon = null;
  83. this.BtnDataCount.IconOffset = 10;
  84. this.BtnDataCount.IconSize = new System.Drawing.Size(24, 24);
  85. this.BtnDataCount.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  86. this.BtnDataCount.Location = new System.Drawing.Point(228, 34);
  87. this.BtnDataCount.Margin = new System.Windows.Forms.Padding(4);
  88. this.BtnDataCount.MouseinBackColor = System.Drawing.Color.Transparent;
  89. this.BtnDataCount.MouseinBorderColor = System.Drawing.Color.Blue;
  90. this.BtnDataCount.MouseInBorderThickness = 1;
  91. this.BtnDataCount.MouseinForeColor = System.Drawing.Color.Blue;
  92. this.BtnDataCount.MouseinSvgForeColor = System.Drawing.Color.Blue;
  93. this.BtnDataCount.Name = "BtnDataCount";
  94. this.BtnDataCount.PressedBackColor = System.Drawing.Color.Gray;
  95. this.BtnDataCount.PressedBorderColor = System.Drawing.Color.Blue;
  96. this.BtnDataCount.PressedBorderThickness = 1;
  97. this.BtnDataCount.PressedForeColor = System.Drawing.Color.Blue;
  98. this.BtnDataCount.PressedSvgForeColor = System.Drawing.Color.Blue;
  99. this.BtnDataCount.Size = new System.Drawing.Size(129, 42);
  100. this.BtnDataCount.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  101. this.BtnDataCount.StylizeFlag = true;
  102. this.BtnDataCount.SVGForeColor = System.Drawing.Color.Black;
  103. this.BtnDataCount.SVGPath = "";
  104. this.BtnDataCount.TabIndex = 14;
  105. this.BtnDataCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  106. //
  107. // LblDataCount
  108. //
  109. this.LblDataCount.BackColor = System.Drawing.Color.Empty;
  110. this.LblDataCount.BorderColor = System.Drawing.Color.Black;
  111. this.LblDataCount.BorderThickness = 0;
  112. this.LblDataCount.CornerRadius = 0;
  113. this.LblDataCount.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  114. this.LblDataCount.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  115. this.LblDataCount.Location = new System.Drawing.Point(228, 0);
  116. this.LblDataCount.Margin = new System.Windows.Forms.Padding(4);
  117. this.LblDataCount.MultyLineFlag = false;
  118. this.LblDataCount.Name = "LblDataCount";
  119. this.LblDataCount.Size = new System.Drawing.Size(129, 24);
  120. this.LblDataCount.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  121. this.LblDataCount.StylizeFlag = true;
  122. this.LblDataCount.TabIndex = 13;
  123. this.LblDataCount.Text = "DataCount";
  124. this.LblDataCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  125. //
  126. // CbxRelation
  127. //
  128. this.CbxRelation.BackColor = System.Drawing.Color.Transparent;
  129. this.CbxRelation.BorderColor = System.Drawing.Color.Black;
  130. this.CbxRelation.BorderThickness = 1;
  131. this.CbxRelation.CornerRadius = 0;
  132. this.CbxRelation.DataSource = null;
  133. this.CbxRelation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  134. this.CbxRelation.DropDownHeight = 200;
  135. this.CbxRelation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  136. this.CbxRelation.DropDownWidth = 129;
  137. this.CbxRelation.DropKey = System.Windows.Forms.Keys.Space;
  138. this.CbxRelation.DroppedDown = false;
  139. this.CbxRelation.FocusColor = System.Drawing.Color.Blue;
  140. this.CbxRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  141. this.CbxRelation.GetDisPlayName = null;
  142. this.CbxRelation.Height = 42;
  143. this.CbxRelation.ImageMode = false;
  144. this.CbxRelation.ItemHeight = 28;
  145. this.CbxRelation.KeyDropEnble = true;
  146. this.CbxRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  147. this.CbxRelation.Location = new System.Drawing.Point(10, 34);
  148. this.CbxRelation.Margin = new System.Windows.Forms.Padding(4);
  149. this.CbxRelation.MaxDropDownItems = 8;
  150. this.CbxRelation.Name = "CbxRelation";
  151. this.CbxRelation.RectBtnWidth = 20;
  152. this.CbxRelation.SelectedBackColor = System.Drawing.Color.Blue;
  153. this.CbxRelation.SelectedIndex = -1;
  154. this.CbxRelation.SelectedItem = null;
  155. this.CbxRelation.SelectedText = "";
  156. this.CbxRelation.Size = new System.Drawing.Size(129, 42);
  157. this.CbxRelation.Soreted = false;
  158. this.CbxRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  159. this.CbxRelation.StylizeFlag = true;
  160. this.CbxRelation.TabIndex = 12;
  161. this.CbxRelation.Text = "comboBoxEx1";
  162. this.CbxRelation.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  163. this.CbxRelation.VerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
  164. //
  165. // LblRelation
  166. //
  167. this.LblRelation.BackColor = System.Drawing.Color.Empty;
  168. this.LblRelation.BorderColor = System.Drawing.Color.Black;
  169. this.LblRelation.BorderThickness = 0;
  170. this.LblRelation.CornerRadius = 0;
  171. this.LblRelation.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  172. this.LblRelation.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  173. this.LblRelation.Location = new System.Drawing.Point(10, 0);
  174. this.LblRelation.Margin = new System.Windows.Forms.Padding(4);
  175. this.LblRelation.MultyLineFlag = false;
  176. this.LblRelation.Name = "LblRelation";
  177. this.LblRelation.Size = new System.Drawing.Size(87, 24);
  178. this.LblRelation.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  179. this.LblRelation.StylizeFlag = true;
  180. this.LblRelation.TabIndex = 11;
  181. this.LblRelation.Text = "比较方式";
  182. this.LblRelation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  183. //
  184. // LblData
  185. //
  186. this.LblData.BackColor = System.Drawing.Color.Empty;
  187. this.LblData.BorderColor = System.Drawing.Color.Black;
  188. this.LblData.BorderThickness = 0;
  189. this.LblData.CornerRadius = 0;
  190. this.LblData.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  191. this.LblData.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  192. this.LblData.Location = new System.Drawing.Point(403, 0);
  193. this.LblData.Margin = new System.Windows.Forms.Padding(4);
  194. this.LblData.MultyLineFlag = false;
  195. this.LblData.Name = "LblData";
  196. this.LblData.Size = new System.Drawing.Size(137, 24);
  197. this.LblData.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.FontSize;
  198. this.LblData.StylizeFlag = true;
  199. this.LblData.TabIndex = 10;
  200. this.LblData.Text = "Data";
  201. this.LblData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  202. //
  203. // DataPage
  204. //
  205. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  206. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  207. this.Controls.Add(this.BtnData);
  208. this.Controls.Add(this.BtnDataCount);
  209. this.Controls.Add(this.LblDataCount);
  210. this.Controls.Add(this.CbxRelation);
  211. this.Controls.Add(this.LblRelation);
  212. this.Controls.Add(this.LblData);
  213. this.Margin = new System.Windows.Forms.Padding(0);
  214. this.Name = "DataPage";
  215. this.Size = new System.Drawing.Size(640, 76);
  216. this.ResumeLayout(false);
  217. }
  218. #endregion
  219. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnData;
  220. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnDataCount;
  221. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblDataCount;
  222. private Uni_Trend.MSO7000X.UserControls.ComboBoxEx CbxRelation;
  223. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblRelation;
  224. private Uni_Trend.MSO7000X.UserControls.UestcLabel LblData;
  225. }
  226. }