SSMPage.Designer.cs 9.9 KB

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