frmPopMatSelect.designer.cs 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPopMatSelect
  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.Appearance appearance16 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemCode");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemDesc");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemName");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemSpec");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemModel");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomFormula");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomConefficient");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("bugPrice");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemDescE");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WeightUnit");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRICETYPE");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUseUom");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BuyerDeptCode");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BuyerDeptDesc");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BuyerUnitCode");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BuyerUnitDesc");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("receiveType");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("isBudgetCtrl");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ARCCODE");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UOMNAME");
  51. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STANDARDSCODE", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  53. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QTY");
  55. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUnique");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check", 0);
  58. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
  70. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  72. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  73. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  74. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  75. Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
  76. Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon1");
  77. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
  78. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup2 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
  79. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  80. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  81. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  82. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
  83. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  84. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  85. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  86. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  87. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  88. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  89. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  90. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  91. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  92. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  93. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  94. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  95. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopMatSelect));
  96. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  97. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  99. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  100. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  101. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  102. this.dataSet2 = new System.Data.DataSet();
  103. this.dataTable2 = new System.Data.DataTable();
  104. this.dataColumn19 = new System.Data.DataColumn();
  105. this.dataColumn20 = new System.Data.DataColumn();
  106. this.dataColumn24 = new System.Data.DataColumn();
  107. this.dataColumn26 = new System.Data.DataColumn();
  108. this.dataColumn31 = new System.Data.DataColumn();
  109. this.dataColumn37 = new System.Data.DataColumn();
  110. this.dataColumn38 = new System.Data.DataColumn();
  111. this.dataColumn39 = new System.Data.DataColumn();
  112. this.dataColumn40 = new System.Data.DataColumn();
  113. this.dataColumn41 = new System.Data.DataColumn();
  114. this.dataColumn42 = new System.Data.DataColumn();
  115. this.dataColumn106 = new System.Data.DataColumn();
  116. this.dataColumn107 = new System.Data.DataColumn();
  117. this.dataColumn108 = new System.Data.DataColumn();
  118. this.dataColumn109 = new System.Data.DataColumn();
  119. this.dataColumn110 = new System.Data.DataColumn();
  120. this.dataColumn111 = new System.Data.DataColumn();
  121. this.dataColumn112 = new System.Data.DataColumn();
  122. this.dataColumn113 = new System.Data.DataColumn();
  123. this.dataColumn114 = new System.Data.DataColumn();
  124. this.dataColumn115 = new System.Data.DataColumn();
  125. this.dataColumn116 = new System.Data.DataColumn();
  126. this.dataColumn117 = new System.Data.DataColumn();
  127. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  128. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  129. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  130. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  131. this.ulTreeMat = new Infragistics.Win.UltraWinTree.UltraTree();
  132. this.label66 = new System.Windows.Forms.Label();
  133. this.txt_ARC_ITEM = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  134. this.txt_ARC_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  135. this.checkBox1 = new System.Windows.Forms.CheckBox();
  136. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  137. this.cmbNum = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  138. this.label65 = new System.Windows.Forms.Label();
  139. this.label64 = new System.Windows.Forms.Label();
  140. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  141. this.ultraLabel23 = new Infragistics.Win.Misc.UltraLabel();
  142. this.txt_wlmc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  143. this.txt_wlbm = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  144. this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
  145. this.dataSet1 = new System.Data.DataSet();
  146. this.dataTable1 = new System.Data.DataTable();
  147. this.dataColumn1 = new System.Data.DataColumn();
  148. this.dataColumn2 = new System.Data.DataColumn();
  149. this.dataColumn3 = new System.Data.DataColumn();
  150. this.dataColumn4 = new System.Data.DataColumn();
  151. this.dataColumn5 = new System.Data.DataColumn();
  152. this.dataColumn6 = new System.Data.DataColumn();
  153. this.dataColumn7 = new System.Data.DataColumn();
  154. this.dataColumn8 = new System.Data.DataColumn();
  155. this.dataColumn9 = new System.Data.DataColumn();
  156. this.dataColumn10 = new System.Data.DataColumn();
  157. this.dataColumn11 = new System.Data.DataColumn();
  158. this.dataColumn12 = new System.Data.DataColumn();
  159. this.dataColumn13 = new System.Data.DataColumn();
  160. this.dataColumn14 = new System.Data.DataColumn();
  161. this.dataColumn15 = new System.Data.DataColumn();
  162. this.dataColumn16 = new System.Data.DataColumn();
  163. this.dataColumn17 = new System.Data.DataColumn();
  164. this.dataColumn18 = new System.Data.DataColumn();
  165. this.dataColumn84 = new System.Data.DataColumn();
  166. this.dataColumn56 = new System.Data.DataColumn();
  167. this.barsManagerButon = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  168. this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  169. this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  170. this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  171. this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  172. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  173. this.ultraGroupBox1.SuspendLayout();
  174. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  177. this.ultraPanel3.ClientArea.SuspendLayout();
  178. this.ultraPanel3.SuspendLayout();
  179. this.tableLayoutPanel1.SuspendLayout();
  180. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  181. this.ultraGroupBox2.SuspendLayout();
  182. this.ultraPanel2.ClientArea.SuspendLayout();
  183. this.ultraPanel2.SuspendLayout();
  184. ((System.ComponentModel.ISupportInitialize)(this.ulTreeMat)).BeginInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.txt_ARC_ITEM)).BeginInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.txt_ARC_CODE)).BeginInit();
  187. this.ultraPanel1.ClientArea.SuspendLayout();
  188. this.ultraPanel1.SuspendLayout();
  189. ((System.ComponentModel.ISupportInitialize)(this.cmbNum)).BeginInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.txt_wlmc)).BeginInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.txt_wlbm)).BeginInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).BeginInit();
  195. this.SuspendLayout();
  196. //
  197. // ultraGroupBox1
  198. //
  199. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  200. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  201. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  202. this.ultraGroupBox1.Name = "ultraGroupBox1";
  203. this.ultraGroupBox1.Size = new System.Drawing.Size(627, 332);
  204. this.ultraGroupBox1.TabIndex = 3;
  205. this.ultraGroupBox1.Text = "物料信息";
  206. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  207. //
  208. // ultraGrid1
  209. //
  210. this.ultraGrid1.DataMember = "Table1";
  211. this.ultraGrid1.DataSource = this.dataSet2;
  212. appearance16.BackColor = System.Drawing.SystemColors.Window;
  213. appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  214. this.ultraGrid1.DisplayLayout.Appearance = appearance16;
  215. ultraGridColumn1.Header.VisiblePosition = 1;
  216. ultraGridColumn1.Width = 131;
  217. ultraGridColumn2.Header.VisiblePosition = 17;
  218. ultraGridColumn2.Hidden = true;
  219. ultraGridColumn2.Width = 83;
  220. ultraGridColumn3.Header.VisiblePosition = 2;
  221. ultraGridColumn3.Width = 117;
  222. ultraGridColumn4.Header.VisiblePosition = 3;
  223. ultraGridColumn4.Hidden = true;
  224. ultraGridColumn5.Header.VisiblePosition = 4;
  225. ultraGridColumn5.Hidden = true;
  226. ultraGridColumn6.Header.VisiblePosition = 5;
  227. ultraGridColumn6.Hidden = true;
  228. ultraGridColumn7.Header.VisiblePosition = 6;
  229. ultraGridColumn7.Hidden = true;
  230. ultraGridColumn8.Header.VisiblePosition = 7;
  231. ultraGridColumn8.Hidden = true;
  232. ultraGridColumn8.Width = 71;
  233. ultraGridColumn9.Header.VisiblePosition = 9;
  234. ultraGridColumn9.Hidden = true;
  235. ultraGridColumn10.Header.VisiblePosition = 22;
  236. ultraGridColumn10.Hidden = true;
  237. ultraGridColumn10.Width = 72;
  238. ultraGridColumn11.Header.VisiblePosition = 10;
  239. ultraGridColumn11.Hidden = true;
  240. ultraGridColumn11.Width = 85;
  241. ultraGridColumn12.Header.VisiblePosition = 11;
  242. ultraGridColumn12.Hidden = true;
  243. ultraGridColumn13.Header.VisiblePosition = 12;
  244. ultraGridColumn13.Hidden = true;
  245. ultraGridColumn14.Header.VisiblePosition = 13;
  246. ultraGridColumn14.Hidden = true;
  247. ultraGridColumn15.Header.VisiblePosition = 14;
  248. ultraGridColumn15.Hidden = true;
  249. ultraGridColumn16.Header.VisiblePosition = 15;
  250. ultraGridColumn16.Hidden = true;
  251. ultraGridColumn17.Header.VisiblePosition = 16;
  252. ultraGridColumn17.Hidden = true;
  253. ultraGridColumn18.Header.VisiblePosition = 8;
  254. ultraGridColumn18.Hidden = true;
  255. ultraGridColumn18.Width = 68;
  256. ultraGridColumn19.Header.VisiblePosition = 20;
  257. ultraGridColumn19.Hidden = true;
  258. appearance1.BackColor = System.Drawing.Color.Yellow;
  259. ultraGridColumn20.CellAppearance = appearance1;
  260. ultraGridColumn20.Header.VisiblePosition = 18;
  261. ultraGridColumn20.Hidden = true;
  262. appearance2.BackColor = System.Drawing.Color.Yellow;
  263. ultraGridColumn21.CellAppearance = appearance2;
  264. ultraGridColumn21.Header.VisiblePosition = 19;
  265. ultraGridColumn21.Hidden = true;
  266. appearance3.BackColor = System.Drawing.Color.Yellow;
  267. ultraGridColumn22.CellAppearance = appearance3;
  268. ultraGridColumn22.Header.VisiblePosition = 21;
  269. ultraGridColumn22.Hidden = true;
  270. ultraGridColumn22.MaskInput = "{LOC}nnnnnnn.nn";
  271. ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  272. ultraGridColumn23.Header.VisiblePosition = 23;
  273. ultraGridColumn23.Hidden = true;
  274. ultraGridColumn24.DataType = typeof(bool);
  275. ultraGridColumn24.DefaultCellValue = false;
  276. ultraGridColumn24.Header.Caption = "";
  277. ultraGridColumn24.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  278. ultraGridColumn24.Header.VisiblePosition = 0;
  279. ultraGridColumn24.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  280. ultraGridColumn24.Width = 26;
  281. ultraGridBand1.Columns.AddRange(new object[] {
  282. ultraGridColumn1,
  283. ultraGridColumn2,
  284. ultraGridColumn3,
  285. ultraGridColumn4,
  286. ultraGridColumn5,
  287. ultraGridColumn6,
  288. ultraGridColumn7,
  289. ultraGridColumn8,
  290. ultraGridColumn9,
  291. ultraGridColumn10,
  292. ultraGridColumn11,
  293. ultraGridColumn12,
  294. ultraGridColumn13,
  295. ultraGridColumn14,
  296. ultraGridColumn15,
  297. ultraGridColumn16,
  298. ultraGridColumn17,
  299. ultraGridColumn18,
  300. ultraGridColumn19,
  301. ultraGridColumn20,
  302. ultraGridColumn21,
  303. ultraGridColumn22,
  304. ultraGridColumn23,
  305. ultraGridColumn24});
  306. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  307. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  308. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  309. appearance20.BackColor = System.Drawing.SystemColors.ActiveBorder;
  310. appearance20.BackColor2 = System.Drawing.SystemColors.ControlDark;
  311. appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  312. appearance20.BorderColor = System.Drawing.SystemColors.Window;
  313. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance20;
  314. appearance21.ForeColor = System.Drawing.SystemColors.GrayText;
  315. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance21;
  316. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  317. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  318. appearance22.BackColor = System.Drawing.SystemColors.ControlLightLight;
  319. appearance22.BackColor2 = System.Drawing.SystemColors.Control;
  320. appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  321. appearance22.ForeColor = System.Drawing.SystemColors.GrayText;
  322. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance22;
  323. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  324. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  325. appearance24.BackColor = System.Drawing.SystemColors.Window;
  326. appearance24.ForeColor = System.Drawing.SystemColors.ControlText;
  327. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance24;
  328. appearance25.BackColor = System.Drawing.SystemColors.Highlight;
  329. appearance25.ForeColor = System.Drawing.SystemColors.HighlightText;
  330. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance25;
  331. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  332. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  333. appearance27.BackColor = System.Drawing.SystemColors.Window;
  334. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance27;
  335. appearance28.BorderColor = System.Drawing.Color.Silver;
  336. appearance28.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  337. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance28;
  338. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  339. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  340. appearance31.BackColor = System.Drawing.SystemColors.Control;
  341. appearance31.BackColor2 = System.Drawing.SystemColors.ControlDark;
  342. appearance31.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  343. appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  344. appearance31.BorderColor = System.Drawing.SystemColors.Window;
  345. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance31;
  346. appearance32.TextHAlignAsString = "Left";
  347. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance32;
  348. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  349. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  350. appearance33.BackColor = System.Drawing.SystemColors.Window;
  351. appearance33.BorderColor = System.Drawing.Color.Silver;
  352. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance33;
  353. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  354. appearance34.BackColor = System.Drawing.SystemColors.ControlLight;
  355. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance34;
  356. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  357. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  358. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  359. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  360. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
  362. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(2);
  363. this.ultraGrid1.Name = "ultraGrid1";
  364. this.ultraGrid1.Size = new System.Drawing.Size(621, 311);
  365. this.ultraGrid1.TabIndex = 2;
  366. this.ultraGrid1.Text = "ultraGrid1";
  367. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  368. this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
  369. //
  370. // dataSet2
  371. //
  372. this.dataSet2.DataSetName = "NewDataSet";
  373. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  374. this.dataTable2});
  375. //
  376. // dataTable2
  377. //
  378. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  379. this.dataColumn19,
  380. this.dataColumn20,
  381. this.dataColumn24,
  382. this.dataColumn26,
  383. this.dataColumn31,
  384. this.dataColumn37,
  385. this.dataColumn38,
  386. this.dataColumn39,
  387. this.dataColumn40,
  388. this.dataColumn41,
  389. this.dataColumn42,
  390. this.dataColumn106,
  391. this.dataColumn107,
  392. this.dataColumn108,
  393. this.dataColumn109,
  394. this.dataColumn110,
  395. this.dataColumn111,
  396. this.dataColumn112,
  397. this.dataColumn113,
  398. this.dataColumn114,
  399. this.dataColumn115,
  400. this.dataColumn116,
  401. this.dataColumn117});
  402. this.dataTable2.TableName = "Table1";
  403. //
  404. // dataColumn19
  405. //
  406. this.dataColumn19.Caption = "物料编码";
  407. this.dataColumn19.ColumnName = "itemCode";
  408. //
  409. // dataColumn20
  410. //
  411. this.dataColumn20.Caption = "物料描述";
  412. this.dataColumn20.ColumnName = "itemDesc";
  413. //
  414. // dataColumn24
  415. //
  416. this.dataColumn24.Caption = "物料名称";
  417. this.dataColumn24.ColumnName = "itemName";
  418. //
  419. // dataColumn26
  420. //
  421. this.dataColumn26.Caption = "物料型号规格";
  422. this.dataColumn26.ColumnName = "itemSpec";
  423. //
  424. // dataColumn31
  425. //
  426. this.dataColumn31.Caption = "物料材质";
  427. this.dataColumn31.ColumnName = "itemModel";
  428. //
  429. // dataColumn37
  430. //
  431. this.dataColumn37.Caption = "转换公式";
  432. this.dataColumn37.ColumnName = "itemUomFormula";
  433. //
  434. // dataColumn38
  435. //
  436. this.dataColumn38.Caption = "转换系数";
  437. this.dataColumn38.ColumnName = "itemUomConefficient";
  438. //
  439. // dataColumn39
  440. //
  441. this.dataColumn39.Caption = "计划价";
  442. this.dataColumn39.ColumnName = "bugPrice";
  443. //
  444. // dataColumn40
  445. //
  446. this.dataColumn40.Caption = "物料英文名称";
  447. this.dataColumn40.ColumnName = "ItemDescE";
  448. //
  449. // dataColumn41
  450. //
  451. this.dataColumn41.Caption = "库存单位";
  452. this.dataColumn41.ColumnName = "WeightUnit";
  453. //
  454. // dataColumn42
  455. //
  456. this.dataColumn42.Caption = "计价类型";
  457. this.dataColumn42.ColumnName = "PRICETYPE";
  458. //
  459. // dataColumn106
  460. //
  461. this.dataColumn106.Caption = "是否使用采购单位";
  462. this.dataColumn106.ColumnName = "itemUseUom";
  463. //
  464. // dataColumn107
  465. //
  466. this.dataColumn107.Caption = "采购管理部门代码";
  467. this.dataColumn107.ColumnName = "BuyerDeptCode";
  468. //
  469. // dataColumn108
  470. //
  471. this.dataColumn108.Caption = "采购管理部门描叙";
  472. this.dataColumn108.ColumnName = "BuyerDeptDesc";
  473. //
  474. // dataColumn109
  475. //
  476. this.dataColumn109.Caption = "采购管理科室代码";
  477. this.dataColumn109.ColumnName = "BuyerUnitCode";
  478. //
  479. // dataColumn110
  480. //
  481. this.dataColumn110.Caption = "采购管理科室描叙";
  482. this.dataColumn110.ColumnName = "BuyerUnitDesc";
  483. //
  484. // dataColumn111
  485. //
  486. this.dataColumn111.Caption = "入库类型";
  487. this.dataColumn111.ColumnName = "receiveType";
  488. //
  489. // dataColumn112
  490. //
  491. this.dataColumn112.Caption = "是否定额控制";
  492. this.dataColumn112.ColumnName = "isBudgetCtrl";
  493. //
  494. // dataColumn113
  495. //
  496. this.dataColumn113.ColumnName = "ARCCODE";
  497. //
  498. // dataColumn114
  499. //
  500. this.dataColumn114.Caption = "采购单位";
  501. this.dataColumn114.ColumnName = "UOMNAME";
  502. //
  503. // dataColumn115
  504. //
  505. this.dataColumn115.Caption = "标准";
  506. this.dataColumn115.ColumnName = "STANDARDSCODE";
  507. //
  508. // dataColumn116
  509. //
  510. this.dataColumn116.Caption = "数量";
  511. this.dataColumn116.ColumnName = "QTY";
  512. //
  513. // dataColumn117
  514. //
  515. this.dataColumn117.ColumnName = "ItemUnique";
  516. //
  517. // ultraPanel3
  518. //
  519. //
  520. // ultraPanel3.ClientArea
  521. //
  522. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGroupBox1);
  523. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  524. this.ultraPanel3.Location = new System.Drawing.Point(3, 3);
  525. this.ultraPanel3.Name = "ultraPanel3";
  526. this.ultraPanel3.Size = new System.Drawing.Size(627, 332);
  527. this.ultraPanel3.TabIndex = 169;
  528. //
  529. // tableLayoutPanel1
  530. //
  531. this.tableLayoutPanel1.ColumnCount = 1;
  532. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  533. this.tableLayoutPanel1.Controls.Add(this.ultraPanel3, 0, 0);
  534. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  535. this.tableLayoutPanel1.Location = new System.Drawing.Point(205, 0);
  536. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  537. this.tableLayoutPanel1.RowCount = 1;
  538. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  539. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 338F));
  540. this.tableLayoutPanel1.Size = new System.Drawing.Size(633, 338);
  541. this.tableLayoutPanel1.TabIndex = 3;
  542. //
  543. // ultraGroupBox2
  544. //
  545. this.ultraGroupBox2.Controls.Add(this.ultraPanel2);
  546. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  547. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 54);
  548. this.ultraGroupBox2.Name = "ultraGroupBox2";
  549. this.ultraGroupBox2.Size = new System.Drawing.Size(844, 359);
  550. this.ultraGroupBox2.TabIndex = 15;
  551. this.ultraGroupBox2.Text = "物料管理";
  552. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  553. //
  554. // ultraPanel2
  555. //
  556. //
  557. // ultraPanel2.ClientArea
  558. //
  559. this.ultraPanel2.ClientArea.Controls.Add(this.tableLayoutPanel1);
  560. this.ultraPanel2.ClientArea.Controls.Add(this.ulTreeMat);
  561. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  562. this.ultraPanel2.Location = new System.Drawing.Point(3, 18);
  563. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(2);
  564. this.ultraPanel2.Name = "ultraPanel2";
  565. this.ultraPanel2.Size = new System.Drawing.Size(838, 338);
  566. this.ultraPanel2.TabIndex = 0;
  567. //
  568. // ulTreeMat
  569. //
  570. this.ulTreeMat.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
  571. this.ulTreeMat.Dock = System.Windows.Forms.DockStyle.Left;
  572. this.ulTreeMat.Location = new System.Drawing.Point(0, 0);
  573. this.ulTreeMat.Name = "ulTreeMat";
  574. appearance26.BackColor = System.Drawing.Color.SkyBlue;
  575. _override1.ActiveNodeAppearance = appearance26;
  576. _override1.BorderStyleNode = Infragistics.Win.UIElementBorderStyle.Solid;
  577. this.ulTreeMat.Override = _override1;
  578. this.ulTreeMat.Size = new System.Drawing.Size(205, 338);
  579. this.ulTreeMat.TabIndex = 1;
  580. this.ulTreeMat.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ulTreeMat_AfterActivate);
  581. //
  582. // label66
  583. //
  584. this.label66.AutoSize = true;
  585. this.label66.Location = new System.Drawing.Point(847, 8);
  586. this.label66.Name = "label66";
  587. this.label66.Size = new System.Drawing.Size(77, 12);
  588. this.label66.TabIndex = 172;
  589. this.label66.Text = "物料分类编码";
  590. this.label66.Visible = false;
  591. //
  592. // txt_ARC_ITEM
  593. //
  594. this.txt_ARC_ITEM.Location = new System.Drawing.Point(544, 4);
  595. this.txt_ARC_ITEM.Name = "txt_ARC_ITEM";
  596. this.txt_ARC_ITEM.ReadOnly = true;
  597. this.txt_ARC_ITEM.Size = new System.Drawing.Size(162, 21);
  598. this.txt_ARC_ITEM.TabIndex = 170;
  599. //
  600. // txt_ARC_CODE
  601. //
  602. this.txt_ARC_CODE.Location = new System.Drawing.Point(927, 4);
  603. this.txt_ARC_CODE.Name = "txt_ARC_CODE";
  604. this.txt_ARC_CODE.ReadOnly = true;
  605. this.txt_ARC_CODE.Size = new System.Drawing.Size(15, 21);
  606. this.txt_ARC_CODE.TabIndex = 171;
  607. this.txt_ARC_CODE.Visible = false;
  608. //
  609. // checkBox1
  610. //
  611. this.checkBox1.AutoSize = true;
  612. this.checkBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  613. this.checkBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  614. this.checkBox1.Location = new System.Drawing.Point(469, 6);
  615. this.checkBox1.Name = "checkBox1";
  616. this.checkBox1.Size = new System.Drawing.Size(72, 16);
  617. this.checkBox1.TabIndex = 169;
  618. this.checkBox1.Text = "物料分类";
  619. this.checkBox1.UseVisualStyleBackColor = false;
  620. //
  621. // ultraPanel1
  622. //
  623. //
  624. // ultraPanel1.ClientArea
  625. //
  626. this.ultraPanel1.ClientArea.Controls.Add(this.label66);
  627. this.ultraPanel1.ClientArea.Controls.Add(this.txt_ARC_ITEM);
  628. this.ultraPanel1.ClientArea.Controls.Add(this.txt_ARC_CODE);
  629. this.ultraPanel1.ClientArea.Controls.Add(this.checkBox1);
  630. this.ultraPanel1.ClientArea.Controls.Add(this.cmbNum);
  631. this.ultraPanel1.ClientArea.Controls.Add(this.label65);
  632. this.ultraPanel1.ClientArea.Controls.Add(this.label64);
  633. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  634. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel23);
  635. this.ultraPanel1.ClientArea.Controls.Add(this.txt_wlmc);
  636. this.ultraPanel1.ClientArea.Controls.Add(this.txt_wlbm);
  637. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  638. this.ultraPanel1.Location = new System.Drawing.Point(0, 24);
  639. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(2);
  640. this.ultraPanel1.Name = "ultraPanel1";
  641. this.ultraPanel1.Size = new System.Drawing.Size(844, 30);
  642. this.ultraPanel1.TabIndex = 14;
  643. //
  644. // cmbNum
  645. //
  646. this.cmbNum.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  647. valueListItem15.DataValue = "500";
  648. valueListItem15.DisplayText = "五百";
  649. valueListItem16.DataValue = "1000";
  650. valueListItem16.DisplayText = "一千";
  651. valueListItem17.DataValue = "2000";
  652. valueListItem17.DisplayText = "二千";
  653. valueListItem18.DataValue = "5000";
  654. valueListItem18.DisplayText = "五千";
  655. valueListItem19.DataValue = "";
  656. valueListItem19.DisplayText = "全部";
  657. this.cmbNum.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  658. valueListItem15,
  659. valueListItem16,
  660. valueListItem17,
  661. valueListItem18,
  662. valueListItem19});
  663. this.cmbNum.Location = new System.Drawing.Point(745, 4);
  664. this.cmbNum.Name = "cmbNum";
  665. this.cmbNum.Size = new System.Drawing.Size(53, 21);
  666. this.cmbNum.TabIndex = 167;
  667. //
  668. // label65
  669. //
  670. this.label65.AutoSize = true;
  671. this.label65.Location = new System.Drawing.Point(801, 8);
  672. this.label65.Name = "label65";
  673. this.label65.Size = new System.Drawing.Size(41, 12);
  674. this.label65.TabIndex = 166;
  675. this.label65.Text = "条记录";
  676. //
  677. // label64
  678. //
  679. this.label64.AutoSize = true;
  680. this.label64.Location = new System.Drawing.Point(712, 8);
  681. this.label64.Name = "label64";
  682. this.label64.Size = new System.Drawing.Size(29, 12);
  683. this.label64.TabIndex = 165;
  684. this.label64.Text = "显示";
  685. //
  686. // ultraLabel1
  687. //
  688. this.ultraLabel1.AutoSize = true;
  689. this.ultraLabel1.Location = new System.Drawing.Point(214, 6);
  690. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
  691. this.ultraLabel1.Name = "ultraLabel1";
  692. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  693. this.ultraLabel1.TabIndex = 12;
  694. this.ultraLabel1.Text = "物料名称";
  695. //
  696. // ultraLabel23
  697. //
  698. this.ultraLabel23.AutoSize = true;
  699. this.ultraLabel23.Location = new System.Drawing.Point(7, 6);
  700. this.ultraLabel23.Margin = new System.Windows.Forms.Padding(2);
  701. this.ultraLabel23.Name = "ultraLabel23";
  702. this.ultraLabel23.Size = new System.Drawing.Size(54, 16);
  703. this.ultraLabel23.TabIndex = 11;
  704. this.ultraLabel23.Text = "物料编码";
  705. //
  706. // txt_wlmc
  707. //
  708. this.txt_wlmc.Location = new System.Drawing.Point(269, 4);
  709. this.txt_wlmc.Margin = new System.Windows.Forms.Padding(2);
  710. this.txt_wlmc.Name = "txt_wlmc";
  711. this.txt_wlmc.Size = new System.Drawing.Size(192, 21);
  712. this.txt_wlmc.TabIndex = 8;
  713. //
  714. // txt_wlbm
  715. //
  716. this.txt_wlbm.Location = new System.Drawing.Point(59, 4);
  717. this.txt_wlbm.Margin = new System.Windows.Forms.Padding(2);
  718. this.txt_wlbm.Name = "txt_wlbm";
  719. this.txt_wlbm.Size = new System.Drawing.Size(143, 21);
  720. this.txt_wlbm.TabIndex = 7;
  721. //
  722. // ultraToolTipManager1
  723. //
  724. this.ultraToolTipManager1.ContainingControl = this;
  725. //
  726. // dataSet1
  727. //
  728. this.dataSet1.DataSetName = "NewDataSet";
  729. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  730. this.dataTable1});
  731. //
  732. // dataTable1
  733. //
  734. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  735. this.dataColumn1,
  736. this.dataColumn2,
  737. this.dataColumn3,
  738. this.dataColumn4,
  739. this.dataColumn5,
  740. this.dataColumn6,
  741. this.dataColumn7,
  742. this.dataColumn8,
  743. this.dataColumn9,
  744. this.dataColumn10,
  745. this.dataColumn11,
  746. this.dataColumn12,
  747. this.dataColumn13,
  748. this.dataColumn14,
  749. this.dataColumn15,
  750. this.dataColumn16,
  751. this.dataColumn17,
  752. this.dataColumn18,
  753. this.dataColumn84,
  754. this.dataColumn56});
  755. this.dataTable1.TableName = "Table1";
  756. //
  757. // dataColumn1
  758. //
  759. this.dataColumn1.Caption = "物料编码";
  760. this.dataColumn1.ColumnName = "itemCode";
  761. //
  762. // dataColumn2
  763. //
  764. this.dataColumn2.Caption = "物料描述";
  765. this.dataColumn2.ColumnName = "itemDesc";
  766. //
  767. // dataColumn3
  768. //
  769. this.dataColumn3.Caption = "物料名称";
  770. this.dataColumn3.ColumnName = "itemName";
  771. //
  772. // dataColumn4
  773. //
  774. this.dataColumn4.Caption = "物料型号规格";
  775. this.dataColumn4.ColumnName = "itemSpec";
  776. //
  777. // dataColumn5
  778. //
  779. this.dataColumn5.Caption = "物料材质";
  780. this.dataColumn5.ColumnName = "itemModel";
  781. //
  782. // dataColumn6
  783. //
  784. this.dataColumn6.Caption = "采购单位";
  785. this.dataColumn6.ColumnName = "itemUom";
  786. //
  787. // dataColumn7
  788. //
  789. this.dataColumn7.Caption = "转换公式";
  790. this.dataColumn7.ColumnName = "itemUomFormula";
  791. //
  792. // dataColumn8
  793. //
  794. this.dataColumn8.Caption = "转换系数";
  795. this.dataColumn8.ColumnName = "itemUomConefficient";
  796. //
  797. // dataColumn9
  798. //
  799. this.dataColumn9.Caption = "计划价";
  800. this.dataColumn9.ColumnName = "bugPrice";
  801. //
  802. // dataColumn10
  803. //
  804. this.dataColumn10.Caption = "物料英文名称";
  805. this.dataColumn10.ColumnName = "ItemDescE";
  806. //
  807. // dataColumn11
  808. //
  809. this.dataColumn11.Caption = "库存单位";
  810. this.dataColumn11.ColumnName = "WeightUnit";
  811. //
  812. // dataColumn12
  813. //
  814. this.dataColumn12.Caption = "计价类型";
  815. this.dataColumn12.ColumnName = "PRICETYPE";
  816. //
  817. // dataColumn13
  818. //
  819. this.dataColumn13.Caption = "是否使用采购单位";
  820. this.dataColumn13.ColumnName = "itemUseUom";
  821. //
  822. // dataColumn14
  823. //
  824. this.dataColumn14.Caption = "采购管理部门代码";
  825. this.dataColumn14.ColumnName = "BuyerDeptCode";
  826. //
  827. // dataColumn15
  828. //
  829. this.dataColumn15.Caption = "采购管理部门描叙";
  830. this.dataColumn15.ColumnName = "BuyerDeptDesc";
  831. //
  832. // dataColumn16
  833. //
  834. this.dataColumn16.Caption = "采购管理科室代码";
  835. this.dataColumn16.ColumnName = "BuyerUnitCode";
  836. //
  837. // dataColumn17
  838. //
  839. this.dataColumn17.Caption = "采购管理科室描叙";
  840. this.dataColumn17.ColumnName = "BuyerUnitDesc";
  841. //
  842. // dataColumn18
  843. //
  844. this.dataColumn18.Caption = "入库类型";
  845. this.dataColumn18.ColumnName = "receiveType";
  846. //
  847. // dataColumn84
  848. //
  849. this.dataColumn84.Caption = "是否定额控制";
  850. this.dataColumn84.ColumnName = "isBudgetCtrl";
  851. //
  852. // dataColumn56
  853. //
  854. this.dataColumn56.ColumnName = "ARCCODE";
  855. //
  856. // barsManagerButon
  857. //
  858. this.barsManagerButon.DesignerFlags = 1;
  859. this.barsManagerButon.DockWithinContainer = this;
  860. this.barsManagerButon.DockWithinContainerBaseType = typeof(Pur.Entity.FrmPmsBase);
  861. this.barsManagerButon.MiniToolbar.ToolRowCount = 3;
  862. this.barsManagerButon.Office2007UICompatibility = false;
  863. ribbonTab1.Caption = "ribbon1";
  864. ribbonGroup1.Caption = "ribbonGroup1";
  865. ribbonGroup2.Caption = "ribbonGroup2";
  866. ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
  867. ribbonGroup1,
  868. ribbonGroup2});
  869. this.barsManagerButon.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
  870. ribbonTab1});
  871. this.barsManagerButon.ShowQuickCustomizeButton = false;
  872. ultraToolbar1.DockedColumn = 0;
  873. ultraToolbar1.DockedRow = 0;
  874. buttonTool5.InstanceProps.IsFirstInGroup = true;
  875. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  876. buttonTool2,
  877. buttonTool5});
  878. ultraToolbar1.Text = "UltraToolbar1";
  879. ultraToolbar1.Visible = false;
  880. ultraToolbar2.DockedColumn = 0;
  881. ultraToolbar2.DockedRow = 0;
  882. ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  883. buttonTool1,
  884. buttonTool4,
  885. buttonTool16});
  886. ultraToolbar2.Text = "UltraToolbar2";
  887. this.barsManagerButon.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  888. ultraToolbar1,
  889. ultraToolbar2});
  890. buttonTool6.SharedPropsInternal.Caption = "新增";
  891. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  892. buttonTool7.SharedPropsInternal.Caption = "删除";
  893. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  894. buttonTool8.SharedPropsInternal.Caption = "修改";
  895. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  896. buttonTool9.SharedPropsInternal.Caption = "查询";
  897. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  898. buttonTool10.SharedPropsInternal.Caption = "关闭";
  899. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  900. buttonTool12.SharedPropsInternal.Caption = "恢复";
  901. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  902. buttonTool3.SharedPropsInternal.Caption = "确认";
  903. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  904. appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
  905. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
  906. buttonTool11.SharedPropsInternal.Caption = "查询";
  907. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  908. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  909. buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  910. buttonTool13.SharedPropsInternal.Caption = "关闭";
  911. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  912. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  913. buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  914. buttonTool17.SharedPropsInternal.Caption = "确认";
  915. buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  916. this.barsManagerButon.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  917. buttonTool6,
  918. buttonTool7,
  919. buttonTool8,
  920. buttonTool9,
  921. buttonTool10,
  922. buttonTool12,
  923. buttonTool3,
  924. buttonTool11,
  925. buttonTool13,
  926. buttonTool17});
  927. this.barsManagerButon.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.barsManagerButon_ToolClick);
  928. //
  929. // _Form1_Toolbars_Dock_Area_Right
  930. //
  931. this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  932. this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  933. this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  934. this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  935. this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(844, 24);
  936. this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
  937. this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 389);
  938. this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.barsManagerButon;
  939. //
  940. // _Form1_Toolbars_Dock_Area_Left
  941. //
  942. this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  943. this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  944. this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  945. this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  946. this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  947. this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
  948. this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 389);
  949. this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.barsManagerButon;
  950. //
  951. // _Form1_Toolbars_Dock_Area_Bottom
  952. //
  953. this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  954. this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  955. this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  956. this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  957. this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 413);
  958. this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
  959. this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(844, 0);
  960. this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.barsManagerButon;
  961. //
  962. // _Form1_Toolbars_Dock_Area_Top
  963. //
  964. this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  965. this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  966. this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  967. this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  968. this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  969. this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
  970. this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(844, 24);
  971. this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.barsManagerButon;
  972. //
  973. // frmPopMatSelect
  974. //
  975. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  976. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  977. this.ClientSize = new System.Drawing.Size(844, 413);
  978. this.Controls.Add(this.ultraGroupBox2);
  979. this.Controls.Add(this.ultraPanel1);
  980. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
  981. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
  982. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
  983. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
  984. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  985. this.Margin = new System.Windows.Forms.Padding(5);
  986. this.Name = "frmPopMatSelect";
  987. this.Text = "选择物料";
  988. this.Load += new System.EventHandler(this.frmPopMatSelect_Load);
  989. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  990. this.ultraGroupBox1.ResumeLayout(false);
  991. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  992. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  993. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  994. this.ultraPanel3.ClientArea.ResumeLayout(false);
  995. this.ultraPanel3.ResumeLayout(false);
  996. this.tableLayoutPanel1.ResumeLayout(false);
  997. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  998. this.ultraGroupBox2.ResumeLayout(false);
  999. this.ultraPanel2.ClientArea.ResumeLayout(false);
  1000. this.ultraPanel2.ResumeLayout(false);
  1001. ((System.ComponentModel.ISupportInitialize)(this.ulTreeMat)).EndInit();
  1002. ((System.ComponentModel.ISupportInitialize)(this.txt_ARC_ITEM)).EndInit();
  1003. ((System.ComponentModel.ISupportInitialize)(this.txt_ARC_CODE)).EndInit();
  1004. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1005. this.ultraPanel1.ClientArea.PerformLayout();
  1006. this.ultraPanel1.ResumeLayout(false);
  1007. ((System.ComponentModel.ISupportInitialize)(this.cmbNum)).EndInit();
  1008. ((System.ComponentModel.ISupportInitialize)(this.txt_wlmc)).EndInit();
  1009. ((System.ComponentModel.ISupportInitialize)(this.txt_wlbm)).EndInit();
  1010. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1011. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1012. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).EndInit();
  1013. this.ResumeLayout(false);
  1014. }
  1015. #endregion
  1016. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1017. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  1018. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1019. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  1020. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1021. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1022. private System.Data.DataSet dataSet2;
  1023. private System.Data.DataTable dataTable2;
  1024. private System.Data.DataColumn dataColumn19;
  1025. private System.Data.DataColumn dataColumn20;
  1026. private System.Data.DataColumn dataColumn24;
  1027. private System.Data.DataColumn dataColumn26;
  1028. private System.Data.DataColumn dataColumn31;
  1029. private System.Data.DataColumn dataColumn37;
  1030. private System.Data.DataColumn dataColumn38;
  1031. private System.Data.DataColumn dataColumn39;
  1032. private System.Data.DataColumn dataColumn40;
  1033. private System.Data.DataColumn dataColumn41;
  1034. private System.Data.DataColumn dataColumn42;
  1035. private System.Data.DataColumn dataColumn106;
  1036. private System.Data.DataColumn dataColumn107;
  1037. private System.Data.DataColumn dataColumn108;
  1038. private System.Data.DataColumn dataColumn109;
  1039. private System.Data.DataColumn dataColumn110;
  1040. private System.Data.DataColumn dataColumn111;
  1041. private System.Data.DataColumn dataColumn112;
  1042. private System.Data.DataColumn dataColumn113;
  1043. private System.Data.DataColumn dataColumn114;
  1044. private System.Data.DataColumn dataColumn115;
  1045. private System.Data.DataColumn dataColumn116;
  1046. private System.Data.DataColumn dataColumn117;
  1047. private Infragistics.Win.UltraWinTree.UltraTree ulTreeMat;
  1048. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1049. private System.Windows.Forms.Label label66;
  1050. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ARC_ITEM;
  1051. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ARC_CODE;
  1052. private System.Windows.Forms.CheckBox checkBox1;
  1053. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbNum;
  1054. private System.Windows.Forms.Label label65;
  1055. private System.Windows.Forms.Label label64;
  1056. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1057. private Infragistics.Win.Misc.UltraLabel ultraLabel23;
  1058. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_wlmc;
  1059. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_wlbm;
  1060. private Infragistics.Win.UltraWinToolTip.UltraToolTipManager ultraToolTipManager1;
  1061. private System.Data.DataSet dataSet1;
  1062. private System.Data.DataTable dataTable1;
  1063. private System.Data.DataColumn dataColumn1;
  1064. private System.Data.DataColumn dataColumn2;
  1065. private System.Data.DataColumn dataColumn3;
  1066. private System.Data.DataColumn dataColumn4;
  1067. private System.Data.DataColumn dataColumn5;
  1068. private System.Data.DataColumn dataColumn6;
  1069. private System.Data.DataColumn dataColumn7;
  1070. private System.Data.DataColumn dataColumn8;
  1071. private System.Data.DataColumn dataColumn9;
  1072. private System.Data.DataColumn dataColumn10;
  1073. private System.Data.DataColumn dataColumn11;
  1074. private System.Data.DataColumn dataColumn12;
  1075. private System.Data.DataColumn dataColumn13;
  1076. private System.Data.DataColumn dataColumn14;
  1077. private System.Data.DataColumn dataColumn15;
  1078. private System.Data.DataColumn dataColumn16;
  1079. private System.Data.DataColumn dataColumn17;
  1080. private System.Data.DataColumn dataColumn18;
  1081. private System.Data.DataColumn dataColumn84;
  1082. private System.Data.DataColumn dataColumn56;
  1083. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
  1084. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager barsManagerButon;
  1085. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
  1086. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
  1087. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
  1088. }
  1089. }