CtrlBomI.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace Core.StlMes.Client.SaleOrder
  2. {
  3. partial class CtrlBomI
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("SlmOrdDesignBomIEntity", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Bom");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InMaterialNo");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InMaterialDesc");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OutMaterialNo");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OutMaterialDesc");
  36. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  48. this.ultraGridBomI = new Infragistics.Win.UltraWinGrid.UltraGrid();
  49. this.bomIBindingSource = new System.Windows.Forms.BindingSource(this.components);
  50. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  51. ((System.ComponentModel.ISupportInitialize)(this.ultraGridBomI)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.bomIBindingSource)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // ultraGridBomI
  56. //
  57. this.ultraGridBomI.DataSource = this.bomIBindingSource;
  58. appearance4.BackColor = System.Drawing.SystemColors.Window;
  59. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  60. this.ultraGridBomI.DisplayLayout.Appearance = appearance4;
  61. ultraGridColumn1.Header.VisiblePosition = 0;
  62. ultraGridColumn1.Hidden = true;
  63. ultraGridColumn2.Header.VisiblePosition = 1;
  64. ultraGridColumn2.Hidden = true;
  65. ultraGridColumn3.Header.VisiblePosition = 2;
  66. ultraGridColumn4.Header.VisiblePosition = 3;
  67. ultraGridColumn4.Hidden = true;
  68. ultraGridColumn5.Header.VisiblePosition = 4;
  69. ultraGridBand1.Columns.AddRange(new object[] {
  70. ultraGridColumn1,
  71. ultraGridColumn2,
  72. ultraGridColumn3,
  73. ultraGridColumn4,
  74. ultraGridColumn5});
  75. this.ultraGridBomI.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  76. this.ultraGridBomI.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  77. this.ultraGridBomI.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  78. appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  79. appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
  80. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  81. appearance1.BorderColor = System.Drawing.SystemColors.Window;
  82. this.ultraGridBomI.DisplayLayout.GroupByBox.Appearance = appearance1;
  83. appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
  84. this.ultraGridBomI.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
  85. this.ultraGridBomI.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  86. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  87. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  88. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  89. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  90. this.ultraGridBomI.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  91. this.ultraGridBomI.DisplayLayout.MaxColScrollRegions = 1;
  92. this.ultraGridBomI.DisplayLayout.MaxRowScrollRegions = 1;
  93. appearance12.BackColor = System.Drawing.SystemColors.Window;
  94. appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
  95. this.ultraGridBomI.DisplayLayout.Override.ActiveCellAppearance = appearance12;
  96. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  97. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  98. this.ultraGridBomI.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  99. this.ultraGridBomI.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  100. this.ultraGridBomI.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  101. this.ultraGridBomI.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  102. appearance6.BackColor = System.Drawing.SystemColors.Window;
  103. this.ultraGridBomI.DisplayLayout.Override.CardAreaAppearance = appearance6;
  104. appearance5.BorderColor = System.Drawing.Color.Silver;
  105. appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  106. this.ultraGridBomI.DisplayLayout.Override.CellAppearance = appearance5;
  107. this.ultraGridBomI.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  108. this.ultraGridBomI.DisplayLayout.Override.CellPadding = 0;
  109. appearance9.BackColor = System.Drawing.SystemColors.Control;
  110. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  111. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  112. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  113. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  114. this.ultraGridBomI.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  115. appearance11.TextHAlignAsString = "Left";
  116. this.ultraGridBomI.DisplayLayout.Override.HeaderAppearance = appearance11;
  117. this.ultraGridBomI.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  118. this.ultraGridBomI.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  119. appearance10.BackColor = System.Drawing.SystemColors.Window;
  120. appearance10.BorderColor = System.Drawing.Color.Silver;
  121. this.ultraGridBomI.DisplayLayout.Override.RowAppearance = appearance10;
  122. this.ultraGridBomI.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  123. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  124. this.ultraGridBomI.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  125. this.ultraGridBomI.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  126. this.ultraGridBomI.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  127. this.ultraGridBomI.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  128. this.ultraGridBomI.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.ultraGridBomI.Location = new System.Drawing.Point(0, 23);
  130. this.ultraGridBomI.Name = "ultraGridBomI";
  131. this.ultraGridBomI.Size = new System.Drawing.Size(377, 225);
  132. this.ultraGridBomI.TabIndex = 0;
  133. this.ultraGridBomI.Text = "ultraGrid1";
  134. //
  135. // bomIBindingSource
  136. //
  137. this.bomIBindingSource.DataSource = typeof(Core.StlMes.Client.SaleOrder.SlmOrdDesignBomIEntity);
  138. //
  139. // ultraLabel1
  140. //
  141. appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  142. appearance13.TextVAlignAsString = "Middle";
  143. this.ultraLabel1.Appearance = appearance13;
  144. this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Top;
  145. this.ultraLabel1.Location = new System.Drawing.Point(0, 0);
  146. this.ultraLabel1.Name = "ultraLabel1";
  147. this.ultraLabel1.Size = new System.Drawing.Size(377, 23);
  148. this.ultraLabel1.TabIndex = 1;
  149. this.ultraLabel1.Text = " 加工";
  150. //
  151. // CtrlBomI
  152. //
  153. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  154. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  155. this.Controls.Add(this.ultraGridBomI);
  156. this.Controls.Add(this.ultraLabel1);
  157. this.Name = "CtrlBomI";
  158. this.Size = new System.Drawing.Size(377, 248);
  159. ((System.ComponentModel.ISupportInitialize)(this.ultraGridBomI)).EndInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.bomIBindingSource)).EndInit();
  161. this.ResumeLayout(false);
  162. }
  163. #endregion
  164. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridBomI;
  165. public Infragistics.Win.UltraWinGrid.UltraGrid UltraGridBomI
  166. {
  167. get { return ultraGridBomI; }
  168. set { ultraGridBomI = value; }
  169. }
  170. private System.Windows.Forms.BindingSource bomIBindingSource;
  171. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  172. public System.Windows.Forms.BindingSource BomIBindingSource
  173. {
  174. get { return bomIBindingSource; }
  175. set { bomIBindingSource = value; }
  176. }
  177. }
  178. }