QcmJhyElementsCtrl.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. namespace Core.StlMes.Client.YdmStuffManage
  2. {
  3. partial class QcmJhyElementsCtrl
  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. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  40. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  41. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // ultraGrid1
  45. //
  46. appearance1.BackColor = System.Drawing.SystemColors.Window;
  47. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  48. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  49. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  50. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  51. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  52. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  53. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  54. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  55. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  56. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  57. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  58. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  59. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  60. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  61. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  62. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  63. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  64. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  65. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  66. appearance7.BackColor = System.Drawing.SystemColors.Window;
  67. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  68. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  69. appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(233)))), ((int)(((byte)(253)))));
  70. appearance10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(189)))), ((int)(((byte)(250)))));
  71. appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  72. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  73. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  74. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  75. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  76. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  77. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  78. appearance12.BackColor = System.Drawing.SystemColors.Window;
  79. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  80. appearance8.BorderColor = System.Drawing.Color.Silver;
  81. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  82. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  83. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
  84. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  85. appearance6.BackColor = System.Drawing.SystemColors.Control;
  86. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  87. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  88. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  89. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  90. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  91. appearance5.TextHAlignAsString = "Left";
  92. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  93. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  94. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  95. appearance11.BackColor = System.Drawing.SystemColors.Window;
  96. appearance11.BorderColor = System.Drawing.Color.Silver;
  97. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  98. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.None;
  99. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  100. this.ultraGrid1.DisplayLayout.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  101. this.ultraGrid1.DisplayLayout.Override.SupportDataErrorInfo = Infragistics.Win.UltraWinGrid.SupportDataErrorInfo.RowsAndCells;
  102. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  103. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  104. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  105. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  106. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  107. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  109. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  110. this.ultraGrid1.Name = "ultraGrid1";
  111. this.ultraGrid1.Size = new System.Drawing.Size(695, 356);
  112. this.ultraGrid1.TabIndex = 0;
  113. this.ultraGrid1.Text = "ultraGrid1";
  114. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  115. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  116. this.ultraGrid1.BeforeRowDeactivate += new System.ComponentModel.CancelEventHandler(this.ultraGrid1_BeforeRowDeactivate);
  117. this.ultraGrid1.AfterSortChange += new Infragistics.Win.UltraWinGrid.BandEventHandler(this.ultraGrid1_AfterSortChange);
  118. //
  119. // QcmJhyElementsCtrl
  120. //
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.Controls.Add(this.ultraGrid1);
  124. this.Margin = new System.Windows.Forms.Padding(4);
  125. this.Name = "QcmJhyElementsCtrl";
  126. this.Size = new System.Drawing.Size(695, 356);
  127. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  128. this.ResumeLayout(false);
  129. }
  130. #endregion
  131. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  132. public Infragistics.Win.UltraWinGrid.UltraGrid UltraGrid1
  133. {
  134. get { return ultraGrid1; }
  135. set { ultraGrid1 = value; }
  136. }
  137. }
  138. }