frmPurMat.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. namespace Core.StlMes.Client.PnCost
  2. {
  3. partial class frmPurMat
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("query");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确定");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确定");
  34. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPurMat));
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  37. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  39. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("query");
  41. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("PurMatEntity", -1);
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemCode", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemDesc");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemName");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WeightUnit");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ArcCode");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  54. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  65. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  66. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  67. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  68. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  69. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  70. this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
  71. this.panel1 = new System.Windows.Forms.Panel();
  72. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  73. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  74. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  75. this.purMatEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  76. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
  78. this.panel1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.purMatEntityBindingSource)).BeginInit();
  83. this.SuspendLayout();
  84. //
  85. // ultraToolbarsManager1
  86. //
  87. this.ultraToolbarsManager1.DesignerFlags = 1;
  88. this.ultraToolbarsManager1.DockWithinContainer = this;
  89. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  90. ultraToolbar1.DockedColumn = 0;
  91. ultraToolbar1.DockedRow = 0;
  92. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  93. buttonTool3,
  94. buttonTool1,
  95. buttonTool5});
  96. ultraToolbar1.Text = "UltraToolbar1";
  97. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  98. ultraToolbar1});
  99. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  100. buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  101. buttonTool2.SharedPropsInternal.Caption = "确定";
  102. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  103. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  104. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  105. buttonTool4.SharedPropsInternal.Caption = "查询";
  106. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  107. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  108. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  109. buttonTool6.SharedPropsInternal.Caption = "关闭";
  110. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  111. appearance26.Image = ((object)(resources.GetObject("appearance26.Image")));
  112. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
  113. buttonTool7.SharedPropsInternal.Caption = "查询";
  114. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  115. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  116. buttonTool2,
  117. buttonTool4,
  118. buttonTool6,
  119. buttonTool7});
  120. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  121. //
  122. // _FrmBase_Toolbars_Dock_Area_Left
  123. //
  124. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  125. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  126. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  127. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  128. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
  129. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  130. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 581);
  131. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  132. //
  133. // _FrmBase_Toolbars_Dock_Area_Right
  134. //
  135. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  136. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  137. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  138. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(929, 25);
  140. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  141. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 581);
  142. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  143. //
  144. // _FrmBase_Toolbars_Dock_Area_Top
  145. //
  146. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  147. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  148. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  149. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  150. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  151. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  152. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(929, 25);
  153. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  154. //
  155. // _FrmBase_Toolbars_Dock_Area_Bottom
  156. //
  157. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  158. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  159. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  160. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  161. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 606);
  162. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  163. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(929, 0);
  164. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  165. //
  166. // ultraTree1
  167. //
  168. this.ultraTree1.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Standard;
  169. this.ultraTree1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Dotted;
  170. this.ultraTree1.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
  171. this.ultraTree1.Location = new System.Drawing.Point(0, 74);
  172. this.ultraTree1.Name = "ultraTree1";
  173. this.ultraTree1.Size = new System.Drawing.Size(148, 532);
  174. this.ultraTree1.TabIndex = 1;
  175. this.ultraTree1.ViewStyle = Infragistics.Win.UltraWinTree.ViewStyle.Grid;
  176. this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
  177. //
  178. // panel1
  179. //
  180. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  181. this.panel1.Controls.Add(this.ultraTextEditor1);
  182. this.panel1.Controls.Add(this.ultraCheckEditor1);
  183. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  184. this.panel1.Location = new System.Drawing.Point(0, 25);
  185. this.panel1.Name = "panel1";
  186. this.panel1.Size = new System.Drawing.Size(929, 43);
  187. this.panel1.TabIndex = 7;
  188. //
  189. // ultraTextEditor1
  190. //
  191. this.ultraTextEditor1.Location = new System.Drawing.Point(108, 12);
  192. this.ultraTextEditor1.Name = "ultraTextEditor1";
  193. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  194. this.ultraTextEditor1.TabIndex = 1;
  195. //
  196. // ultraCheckEditor1
  197. //
  198. this.ultraCheckEditor1.Location = new System.Drawing.Point(28, 13);
  199. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  200. this.ultraCheckEditor1.Size = new System.Drawing.Size(74, 20);
  201. this.ultraCheckEditor1.TabIndex = 0;
  202. this.ultraCheckEditor1.Text = "物料描述";
  203. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  204. //
  205. // ultraGrid1
  206. //
  207. this.ultraGrid1.DataSource = this.purMatEntityBindingSource;
  208. appearance1.BackColor = System.Drawing.SystemColors.Window;
  209. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  210. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  211. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  212. ultraGridColumn1.Header.VisiblePosition = 0;
  213. ultraGridColumn1.Width = 104;
  214. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  215. ultraGridColumn2.Header.VisiblePosition = 1;
  216. ultraGridColumn2.Width = 192;
  217. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  218. ultraGridColumn3.Header.VisiblePosition = 2;
  219. ultraGridColumn3.Width = 162;
  220. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  221. ultraGridColumn4.Header.VisiblePosition = 3;
  222. ultraGridColumn4.Width = 85;
  223. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  224. ultraGridColumn5.Header.VisiblePosition = 4;
  225. ultraGridColumn5.Width = 85;
  226. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  227. ultraGridColumn6.Header.VisiblePosition = 5;
  228. ultraGridColumn6.Width = 91;
  229. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  230. ultraGridColumn7.Header.VisiblePosition = 6;
  231. ultraGridColumn7.Width = 81;
  232. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  233. ultraGridColumn8.Header.VisiblePosition = 7;
  234. ultraGridColumn8.Width = 141;
  235. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  236. ultraGridColumn9.Header.VisiblePosition = 8;
  237. ultraGridColumn9.Width = 87;
  238. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  239. ultraGridColumn10.Header.VisiblePosition = 9;
  240. ultraGridColumn10.Width = 151;
  241. ultraGridBand1.Columns.AddRange(new object[] {
  242. ultraGridColumn1,
  243. ultraGridColumn2,
  244. ultraGridColumn3,
  245. ultraGridColumn4,
  246. ultraGridColumn5,
  247. ultraGridColumn6,
  248. ultraGridColumn7,
  249. ultraGridColumn8,
  250. ultraGridColumn9,
  251. ultraGridColumn10});
  252. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  253. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  254. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  255. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  256. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  257. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  258. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  259. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  260. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  261. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  262. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  263. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  264. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  265. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  266. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  267. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  268. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  269. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  270. appearance7.BackColor = System.Drawing.SystemColors.Window;
  271. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  272. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  273. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  274. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  275. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  276. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  277. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  278. appearance12.BackColor = System.Drawing.SystemColors.Window;
  279. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  280. appearance8.BorderColor = System.Drawing.Color.Silver;
  281. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  282. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  283. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  284. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  285. appearance6.BackColor = System.Drawing.SystemColors.Control;
  286. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  287. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  288. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  289. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  290. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  291. appearance5.TextHAlignAsString = "Left";
  292. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  293. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  294. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  295. appearance11.BackColor = System.Drawing.SystemColors.Window;
  296. appearance11.BorderColor = System.Drawing.Color.Silver;
  297. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  298. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  299. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  300. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  301. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  302. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  303. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  304. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Right;
  305. this.ultraGrid1.Location = new System.Drawing.Point(147, 68);
  306. this.ultraGrid1.Name = "ultraGrid1";
  307. this.ultraGrid1.Size = new System.Drawing.Size(782, 538);
  308. this.ultraGrid1.TabIndex = 8;
  309. this.ultraGrid1.Text = "ultraGrid1";
  310. //
  311. // purMatEntityBindingSource
  312. //
  313. this.purMatEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PnCost.Models.PurMatEntity);
  314. //
  315. // frmPurMat
  316. //
  317. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  318. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  319. this.ClientSize = new System.Drawing.Size(929, 606);
  320. this.Controls.Add(this.ultraGrid1);
  321. this.Controls.Add(this.panel1);
  322. this.Controls.Add(this.ultraTree1);
  323. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  324. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  325. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  326. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  327. this.MaximumSize = new System.Drawing.Size(945, 644);
  328. this.MinimumSize = new System.Drawing.Size(945, 644);
  329. this.Name = "frmPurMat";
  330. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  331. this.Text = "合金物料选择";
  332. this.Load += new System.EventHandler(this.frmPurMat_Load);
  333. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  334. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
  335. this.panel1.ResumeLayout(false);
  336. this.panel1.PerformLayout();
  337. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  338. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.purMatEntityBindingSource)).EndInit();
  341. this.ResumeLayout(false);
  342. }
  343. #endregion
  344. private System.Windows.Forms.BindingSource purMatEntityBindingSource;
  345. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  346. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  347. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  348. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  349. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  350. private Infragistics.Win.UltraWinTree.UltraTree ultraTree1;
  351. private System.Windows.Forms.Panel panel1;
  352. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  353. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  354. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  355. }
  356. }