SDIPage.Designer.cs 10.0 KB

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