ctrlOrderLineDesign.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. namespace Core.StlMes.Client.SaleOrder.Control
  2. {
  3. partial class ctrlOrderLineDesign
  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 appearance28 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  52. this.ultraGirdDelivery = new Infragistics.Win.UltraWinGrid.UltraGrid();
  53. this.ultraGridD = new Infragistics.Win.UltraWinGrid.UltraGrid();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraGirdDelivery)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraGridD)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // ultraGirdDelivery
  59. //
  60. appearance28.BackColor = System.Drawing.SystemColors.Window;
  61. appearance28.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  62. this.ultraGirdDelivery.DisplayLayout.Appearance = appearance28;
  63. this.ultraGirdDelivery.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  64. this.ultraGirdDelivery.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  65. appearance25.BackColor = System.Drawing.SystemColors.ActiveBorder;
  66. appearance25.BackColor2 = System.Drawing.SystemColors.ControlDark;
  67. appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  68. appearance25.BorderColor = System.Drawing.SystemColors.Window;
  69. this.ultraGirdDelivery.DisplayLayout.GroupByBox.Appearance = appearance25;
  70. appearance26.ForeColor = System.Drawing.SystemColors.GrayText;
  71. this.ultraGirdDelivery.DisplayLayout.GroupByBox.BandLabelAppearance = appearance26;
  72. this.ultraGirdDelivery.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  73. appearance27.BackColor = System.Drawing.SystemColors.ControlLightLight;
  74. appearance27.BackColor2 = System.Drawing.SystemColors.Control;
  75. appearance27.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  76. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  77. this.ultraGirdDelivery.DisplayLayout.GroupByBox.PromptAppearance = appearance27;
  78. this.ultraGirdDelivery.DisplayLayout.MaxColScrollRegions = 1;
  79. this.ultraGirdDelivery.DisplayLayout.MaxRowScrollRegions = 1;
  80. appearance36.BackColor = System.Drawing.SystemColors.Window;
  81. appearance36.ForeColor = System.Drawing.SystemColors.ControlText;
  82. this.ultraGirdDelivery.DisplayLayout.Override.ActiveCellAppearance = appearance36;
  83. appearance31.BackColor = System.Drawing.SystemColors.Highlight;
  84. appearance31.ForeColor = System.Drawing.SystemColors.HighlightText;
  85. this.ultraGirdDelivery.DisplayLayout.Override.ActiveRowAppearance = appearance31;
  86. this.ultraGirdDelivery.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  87. this.ultraGirdDelivery.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  88. this.ultraGirdDelivery.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  89. appearance30.BackColor = System.Drawing.SystemColors.Window;
  90. this.ultraGirdDelivery.DisplayLayout.Override.CardAreaAppearance = appearance30;
  91. appearance29.BorderColor = System.Drawing.Color.Silver;
  92. appearance29.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  93. this.ultraGirdDelivery.DisplayLayout.Override.CellAppearance = appearance29;
  94. this.ultraGirdDelivery.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  95. this.ultraGirdDelivery.DisplayLayout.Override.CellPadding = 0;
  96. appearance33.BackColor = System.Drawing.SystemColors.Control;
  97. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  98. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  99. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  100. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  101. this.ultraGirdDelivery.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  102. appearance35.TextHAlignAsString = "Left";
  103. this.ultraGirdDelivery.DisplayLayout.Override.HeaderAppearance = appearance35;
  104. this.ultraGirdDelivery.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  105. this.ultraGirdDelivery.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  106. appearance34.BackColor = System.Drawing.SystemColors.Window;
  107. appearance34.BorderColor = System.Drawing.Color.Silver;
  108. this.ultraGirdDelivery.DisplayLayout.Override.RowAppearance = appearance34;
  109. this.ultraGirdDelivery.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  110. this.ultraGirdDelivery.DisplayLayout.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  111. appearance32.BackColor = System.Drawing.SystemColors.ControlLight;
  112. this.ultraGirdDelivery.DisplayLayout.Override.TemplateAddRowAppearance = appearance32;
  113. this.ultraGirdDelivery.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  114. this.ultraGirdDelivery.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  115. this.ultraGirdDelivery.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  116. this.ultraGirdDelivery.Dock = System.Windows.Forms.DockStyle.Top;
  117. this.ultraGirdDelivery.Location = new System.Drawing.Point(0, 0);
  118. this.ultraGirdDelivery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  119. this.ultraGirdDelivery.Name = "ultraGirdDelivery";
  120. this.ultraGirdDelivery.Size = new System.Drawing.Size(1597, 78);
  121. this.ultraGirdDelivery.TabIndex = 2;
  122. this.ultraGirdDelivery.Text = "ultraGrid1";
  123. //
  124. // ultraGridD
  125. //
  126. appearance40.BackColor = System.Drawing.SystemColors.Window;
  127. appearance40.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  128. this.ultraGridD.DisplayLayout.Appearance = appearance40;
  129. this.ultraGridD.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  130. this.ultraGridD.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  131. appearance37.BackColor = System.Drawing.SystemColors.ActiveBorder;
  132. appearance37.BackColor2 = System.Drawing.SystemColors.ControlDark;
  133. appearance37.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  134. appearance37.BorderColor = System.Drawing.SystemColors.Window;
  135. this.ultraGridD.DisplayLayout.GroupByBox.Appearance = appearance37;
  136. appearance38.ForeColor = System.Drawing.SystemColors.GrayText;
  137. this.ultraGridD.DisplayLayout.GroupByBox.BandLabelAppearance = appearance38;
  138. this.ultraGridD.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  139. appearance39.BackColor = System.Drawing.SystemColors.ControlLightLight;
  140. appearance39.BackColor2 = System.Drawing.SystemColors.Control;
  141. appearance39.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  142. appearance39.ForeColor = System.Drawing.SystemColors.GrayText;
  143. this.ultraGridD.DisplayLayout.GroupByBox.PromptAppearance = appearance39;
  144. this.ultraGridD.DisplayLayout.MaxColScrollRegions = 1;
  145. this.ultraGridD.DisplayLayout.MaxRowScrollRegions = 1;
  146. appearance48.BackColor = System.Drawing.SystemColors.Window;
  147. appearance48.ForeColor = System.Drawing.SystemColors.ControlText;
  148. this.ultraGridD.DisplayLayout.Override.ActiveCellAppearance = appearance48;
  149. appearance43.BackColor = System.Drawing.SystemColors.Highlight;
  150. appearance43.ForeColor = System.Drawing.SystemColors.HighlightText;
  151. this.ultraGridD.DisplayLayout.Override.ActiveRowAppearance = appearance43;
  152. this.ultraGridD.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  153. this.ultraGridD.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  154. this.ultraGridD.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  155. appearance42.BackColor = System.Drawing.SystemColors.Window;
  156. this.ultraGridD.DisplayLayout.Override.CardAreaAppearance = appearance42;
  157. appearance41.BorderColor = System.Drawing.Color.Silver;
  158. appearance41.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  159. this.ultraGridD.DisplayLayout.Override.CellAppearance = appearance41;
  160. this.ultraGridD.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  161. this.ultraGridD.DisplayLayout.Override.CellPadding = 0;
  162. appearance45.BackColor = System.Drawing.SystemColors.Control;
  163. appearance45.BackColor2 = System.Drawing.SystemColors.ControlDark;
  164. appearance45.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  165. appearance45.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  166. appearance45.BorderColor = System.Drawing.SystemColors.Window;
  167. this.ultraGridD.DisplayLayout.Override.GroupByRowAppearance = appearance45;
  168. appearance47.TextHAlignAsString = "Left";
  169. this.ultraGridD.DisplayLayout.Override.HeaderAppearance = appearance47;
  170. this.ultraGridD.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  171. this.ultraGridD.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  172. appearance46.BackColor = System.Drawing.SystemColors.Window;
  173. appearance46.BorderColor = System.Drawing.Color.Silver;
  174. this.ultraGridD.DisplayLayout.Override.RowAppearance = appearance46;
  175. this.ultraGridD.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  176. this.ultraGridD.DisplayLayout.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  177. appearance44.BackColor = System.Drawing.SystemColors.ControlLight;
  178. this.ultraGridD.DisplayLayout.Override.TemplateAddRowAppearance = appearance44;
  179. this.ultraGridD.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  180. this.ultraGridD.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  181. this.ultraGridD.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  182. this.ultraGridD.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.ultraGridD.Location = new System.Drawing.Point(0, 78);
  184. this.ultraGridD.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  185. this.ultraGridD.Name = "ultraGridD";
  186. this.ultraGridD.Size = new System.Drawing.Size(1597, 62);
  187. this.ultraGridD.TabIndex = 3;
  188. this.ultraGridD.Text = "ultraGrid1";
  189. this.ultraGridD.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridD_ClickCellButton);
  190. //
  191. // ctrlOrderLineDesign
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.Controls.Add(this.ultraGridD);
  196. this.Controls.Add(this.ultraGirdDelivery);
  197. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  198. this.Name = "ctrlOrderLineDesign";
  199. this.Size = new System.Drawing.Size(1597, 140);
  200. this.Load += new System.EventHandler(this.ctrlOrderLineDesign_Load);
  201. ((System.ComponentModel.ISupportInitialize)(this.ultraGirdDelivery)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.ultraGridD)).EndInit();
  203. this.ResumeLayout(false);
  204. }
  205. #endregion
  206. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGirdDelivery;
  207. public Infragistics.Win.UltraWinGrid.UltraGrid UltraGirdDelivery
  208. {
  209. get { return ultraGirdDelivery; }
  210. set { ultraGirdDelivery = value; }
  211. }
  212. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridD;
  213. public Infragistics.Win.UltraWinGrid.UltraGrid UltraGridD
  214. {
  215. get { return ultraGridD; }
  216. set { ultraGridD = value; }
  217. }
  218. }
  219. }