FrmPurCicpPrice.Designer.cs 87 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597
  1. namespace Pur.Balance
  2. {
  3. partial class FrmPurCicpPrice
  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. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  29. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  35. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("id");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("name", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemCode");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemDesc");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemName");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemDescE");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemSpec");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUseUom");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUom");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomConefficient");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("weightUnit");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemModel");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remark");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflag");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateName");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteTime");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createUserid");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateUserid");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteName");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteUserid");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemAttr");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemAttrId");
  62. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("id");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("standId", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("dealType");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("inspSrc");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("balanceType");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remark");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflag");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateName");
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteName");
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteTime");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createUserid");
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateUserid");
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteUserid");
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("priceCalcType");
  92. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("maxSign");
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("maxVal");
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("minSign");
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("minVal");
  96. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("stepLen");
  97. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("addSubtValue");
  98. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("calcFormula");
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("chemCode");
  100. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("chemName");
  101. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("chemType");
  102. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("chemFormula");
  103. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  112. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  113. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  114. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  115. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  116. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurCicpPrice));
  117. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  118. this.edtItemAttr = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  119. this.label15 = new System.Windows.Forms.Label();
  120. this.edtItemAttrId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  121. this.edtItemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  122. this.label19 = new System.Windows.Forms.Label();
  123. this.edtRemark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  124. this.label6 = new System.Windows.Forms.Label();
  125. this.edtItemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  126. this.label5 = new System.Windows.Forms.Label();
  127. this.edtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  128. this.label4 = new System.Windows.Forms.Label();
  129. this.edtId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  130. this.label3 = new System.Windows.Forms.Label();
  131. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  132. this.label14 = new System.Windows.Forms.Label();
  133. this.edtup = new System.Windows.Forms.CheckBox();
  134. this.edtdown = new System.Windows.Forms.CheckBox();
  135. this.edtChemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  136. this.label11 = new System.Windows.Forms.Label();
  137. this.edtAddSubtValue = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  138. this.label13 = new System.Windows.Forms.Label();
  139. this.edtmaxVal = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  140. this.edtMinVal = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  141. this.edtMinSign = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  142. this.edtMaxSign = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  143. this.label16 = new System.Windows.Forms.Label();
  144. this.label8 = new System.Windows.Forms.Label();
  145. this.edtRemarkC = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  146. this.label12 = new System.Windows.Forms.Label();
  147. this.edtChemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  148. this.label10 = new System.Windows.Forms.Label();
  149. this.edtStandId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  150. this.label9 = new System.Windows.Forms.Label();
  151. this.edtIdC = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  152. this.label7 = new System.Windows.Forms.Label();
  153. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  154. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  155. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  156. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  157. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  158. this.CicpPriceM = new System.Data.DataSet();
  159. this.dataTable1 = new System.Data.DataTable();
  160. this.dataColumn1 = new System.Data.DataColumn();
  161. this.dataColumn2 = new System.Data.DataColumn();
  162. this.dataColumn3 = new System.Data.DataColumn();
  163. this.dataColumn4 = new System.Data.DataColumn();
  164. this.dataColumn5 = new System.Data.DataColumn();
  165. this.dataColumn6 = new System.Data.DataColumn();
  166. this.dataColumn7 = new System.Data.DataColumn();
  167. this.dataColumn8 = new System.Data.DataColumn();
  168. this.dataColumn9 = new System.Data.DataColumn();
  169. this.dataColumn10 = new System.Data.DataColumn();
  170. this.dataColumn11 = new System.Data.DataColumn();
  171. this.dataColumn12 = new System.Data.DataColumn();
  172. this.dataColumn13 = new System.Data.DataColumn();
  173. this.dataColumn14 = new System.Data.DataColumn();
  174. this.dataColumn15 = new System.Data.DataColumn();
  175. this.dataColumn16 = new System.Data.DataColumn();
  176. this.dataColumn17 = new System.Data.DataColumn();
  177. this.dataColumn18 = new System.Data.DataColumn();
  178. this.dataColumn19 = new System.Data.DataColumn();
  179. this.dataColumn20 = new System.Data.DataColumn();
  180. this.dataColumn21 = new System.Data.DataColumn();
  181. this.dataColumn22 = new System.Data.DataColumn();
  182. this.dataColumn23 = new System.Data.DataColumn();
  183. this.dataColumn52 = new System.Data.DataColumn();
  184. this.dataColumn53 = new System.Data.DataColumn();
  185. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  186. this.CicpPriceC = new System.Data.DataSet();
  187. this.dataTable2 = new System.Data.DataTable();
  188. this.dataColumn24 = new System.Data.DataColumn();
  189. this.dataColumn26 = new System.Data.DataColumn();
  190. this.dataColumn27 = new System.Data.DataColumn();
  191. this.dataColumn28 = new System.Data.DataColumn();
  192. this.dataColumn29 = new System.Data.DataColumn();
  193. this.dataColumn30 = new System.Data.DataColumn();
  194. this.dataColumn31 = new System.Data.DataColumn();
  195. this.dataColumn32 = new System.Data.DataColumn();
  196. this.dataColumn33 = new System.Data.DataColumn();
  197. this.dataColumn34 = new System.Data.DataColumn();
  198. this.dataColumn35 = new System.Data.DataColumn();
  199. this.dataColumn36 = new System.Data.DataColumn();
  200. this.dataColumn37 = new System.Data.DataColumn();
  201. this.dataColumn38 = new System.Data.DataColumn();
  202. this.dataColumn39 = new System.Data.DataColumn();
  203. this.dataColumn40 = new System.Data.DataColumn();
  204. this.dataColumn25 = new System.Data.DataColumn();
  205. this.dataColumn41 = new System.Data.DataColumn();
  206. this.dataColumn42 = new System.Data.DataColumn();
  207. this.dataColumn43 = new System.Data.DataColumn();
  208. this.dataColumn44 = new System.Data.DataColumn();
  209. this.dataColumn45 = new System.Data.DataColumn();
  210. this.dataColumn46 = new System.Data.DataColumn();
  211. this.dataColumn47 = new System.Data.DataColumn();
  212. this.dataColumn48 = new System.Data.DataColumn();
  213. this.dataColumn49 = new System.Data.DataColumn();
  214. this.dataColumn50 = new System.Data.DataColumn();
  215. this.dataColumn51 = new System.Data.DataColumn();
  216. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  217. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  218. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  219. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  220. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  221. this.label2 = new System.Windows.Forms.Label();
  222. this.label1 = new System.Windows.Forms.Label();
  223. this.Qname = new System.Windows.Forms.TextBox();
  224. this.QId = new System.Windows.Forms.TextBox();
  225. this.ultraTabPageControl1.SuspendLayout();
  226. ((System.ComponentModel.ISupportInitialize)(this.edtItemAttr)).BeginInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.edtItemAttrId)).BeginInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.edtItemCode)).BeginInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.edtRemark)).BeginInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.edtItemName)).BeginInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.edtName)).BeginInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.edtId)).BeginInit();
  233. this.ultraTabPageControl2.SuspendLayout();
  234. ((System.ComponentModel.ISupportInitialize)(this.edtChemCode)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.edtAddSubtValue)).BeginInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.edtmaxVal)).BeginInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.edtMinVal)).BeginInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.edtMinSign)).BeginInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.edtMaxSign)).BeginInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.edtRemarkC)).BeginInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.edtChemName)).BeginInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.edtStandId)).BeginInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.edtIdC)).BeginInit();
  244. this.ultraPanel1.ClientArea.SuspendLayout();
  245. this.ultraPanel1.SuspendLayout();
  246. this.ultraPanel3.ClientArea.SuspendLayout();
  247. this.ultraPanel3.SuspendLayout();
  248. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  249. this.ultraGroupBox1.SuspendLayout();
  250. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  251. this.splitContainer1.Panel1.SuspendLayout();
  252. this.splitContainer1.Panel2.SuspendLayout();
  253. this.splitContainer1.SuspendLayout();
  254. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.CicpPriceM)).BeginInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.CicpPriceC)).BeginInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  261. this.ultraExpandableGroupBox1.SuspendLayout();
  262. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  263. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  264. this.ultraTabControl1.SuspendLayout();
  265. this.ultraPanel2.ClientArea.SuspendLayout();
  266. this.ultraPanel2.SuspendLayout();
  267. this.SuspendLayout();
  268. //
  269. // ultraTabPageControl1
  270. //
  271. this.ultraTabPageControl1.Controls.Add(this.edtItemAttr);
  272. this.ultraTabPageControl1.Controls.Add(this.label15);
  273. this.ultraTabPageControl1.Controls.Add(this.edtItemAttrId);
  274. this.ultraTabPageControl1.Controls.Add(this.edtItemCode);
  275. this.ultraTabPageControl1.Controls.Add(this.label19);
  276. this.ultraTabPageControl1.Controls.Add(this.edtRemark);
  277. this.ultraTabPageControl1.Controls.Add(this.label6);
  278. this.ultraTabPageControl1.Controls.Add(this.edtItemName);
  279. this.ultraTabPageControl1.Controls.Add(this.label5);
  280. this.ultraTabPageControl1.Controls.Add(this.edtName);
  281. this.ultraTabPageControl1.Controls.Add(this.label4);
  282. this.ultraTabPageControl1.Controls.Add(this.edtId);
  283. this.ultraTabPageControl1.Controls.Add(this.label3);
  284. this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
  285. this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  286. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  287. this.ultraTabPageControl1.Size = new System.Drawing.Size(1225, 137);
  288. //
  289. // edtItemAttr
  290. //
  291. this.edtItemAttr.Location = new System.Drawing.Point(1081, 9);
  292. this.edtItemAttr.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  293. this.edtItemAttr.Name = "edtItemAttr";
  294. this.edtItemAttr.ReadOnly = true;
  295. this.edtItemAttr.Size = new System.Drawing.Size(139, 24);
  296. this.edtItemAttr.TabIndex = 17;
  297. this.edtItemAttr.Visible = false;
  298. //
  299. // label15
  300. //
  301. this.label15.AutoSize = true;
  302. this.label15.Location = new System.Drawing.Point(856, 12);
  303. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  304. this.label15.Name = "label15";
  305. this.label15.Size = new System.Drawing.Size(67, 15);
  306. this.label15.TabIndex = 16;
  307. this.label15.Text = "属性编码";
  308. //
  309. // edtItemAttrId
  310. //
  311. this.edtItemAttrId.Location = new System.Drawing.Point(932, 8);
  312. this.edtItemAttrId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  313. this.edtItemAttrId.Name = "edtItemAttrId";
  314. this.edtItemAttrId.ReadOnly = true;
  315. this.edtItemAttrId.Size = new System.Drawing.Size(139, 24);
  316. this.edtItemAttrId.TabIndex = 15;
  317. //
  318. // edtItemCode
  319. //
  320. this.edtItemCode.Location = new System.Drawing.Point(712, 9);
  321. this.edtItemCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  322. this.edtItemCode.Name = "edtItemCode";
  323. this.edtItemCode.ReadOnly = true;
  324. this.edtItemCode.Size = new System.Drawing.Size(139, 24);
  325. this.edtItemCode.TabIndex = 9;
  326. //
  327. // label19
  328. //
  329. this.label19.AutoSize = true;
  330. this.label19.Location = new System.Drawing.Point(639, 14);
  331. this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  332. this.label19.Name = "label19";
  333. this.label19.Size = new System.Drawing.Size(67, 15);
  334. this.label19.TabIndex = 8;
  335. this.label19.Text = "物料编码";
  336. //
  337. // edtRemark
  338. //
  339. this.edtRemark.Location = new System.Drawing.Point(52, 42);
  340. this.edtRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  341. this.edtRemark.Name = "edtRemark";
  342. this.edtRemark.Size = new System.Drawing.Size(791, 24);
  343. this.edtRemark.TabIndex = 7;
  344. //
  345. // label6
  346. //
  347. this.label6.AutoSize = true;
  348. this.label6.Location = new System.Drawing.Point(11, 49);
  349. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  350. this.label6.Name = "label6";
  351. this.label6.Size = new System.Drawing.Size(37, 15);
  352. this.label6.TabIndex = 6;
  353. this.label6.Text = "备注";
  354. //
  355. // edtItemName
  356. //
  357. appearance25.FontData.BoldAsString = "True";
  358. editorButton1.Appearance = appearance25;
  359. editorButton1.Text = "+";
  360. this.edtItemName.ButtonsRight.Add(editorButton1);
  361. this.edtItemName.Location = new System.Drawing.Point(492, 8);
  362. this.edtItemName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  363. this.edtItemName.Name = "edtItemName";
  364. this.edtItemName.ReadOnly = true;
  365. this.edtItemName.Size = new System.Drawing.Size(139, 24);
  366. this.edtItemName.TabIndex = 5;
  367. this.edtItemName.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.edtItemName_EditorButtonClick);
  368. //
  369. // label5
  370. //
  371. this.label5.AutoSize = true;
  372. this.label5.Location = new System.Drawing.Point(419, 14);
  373. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  374. this.label5.Name = "label5";
  375. this.label5.Size = new System.Drawing.Size(67, 15);
  376. this.label5.TabIndex = 4;
  377. this.label5.Text = "物料选择";
  378. //
  379. // edtName
  380. //
  381. this.edtName.Location = new System.Drawing.Point(272, 9);
  382. this.edtName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  383. this.edtName.Name = "edtName";
  384. this.edtName.Size = new System.Drawing.Size(139, 24);
  385. this.edtName.TabIndex = 3;
  386. //
  387. // label4
  388. //
  389. this.label4.AutoSize = true;
  390. this.label4.Location = new System.Drawing.Point(225, 12);
  391. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  392. this.label4.Name = "label4";
  393. this.label4.Size = new System.Drawing.Size(37, 15);
  394. this.label4.TabIndex = 2;
  395. this.label4.Text = "名称";
  396. //
  397. // edtId
  398. //
  399. this.edtId.Location = new System.Drawing.Point(52, 9);
  400. this.edtId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  401. this.edtId.Name = "edtId";
  402. this.edtId.ReadOnly = true;
  403. this.edtId.Size = new System.Drawing.Size(139, 24);
  404. this.edtId.TabIndex = 1;
  405. //
  406. // label3
  407. //
  408. this.label3.AutoSize = true;
  409. this.label3.Location = new System.Drawing.Point(11, 14);
  410. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  411. this.label3.Name = "label3";
  412. this.label3.Size = new System.Drawing.Size(37, 15);
  413. this.label3.TabIndex = 0;
  414. this.label3.Text = "编号";
  415. //
  416. // ultraTabPageControl2
  417. //
  418. this.ultraTabPageControl2.Controls.Add(this.label14);
  419. this.ultraTabPageControl2.Controls.Add(this.edtup);
  420. this.ultraTabPageControl2.Controls.Add(this.edtdown);
  421. this.ultraTabPageControl2.Controls.Add(this.edtChemCode);
  422. this.ultraTabPageControl2.Controls.Add(this.label11);
  423. this.ultraTabPageControl2.Controls.Add(this.edtAddSubtValue);
  424. this.ultraTabPageControl2.Controls.Add(this.label13);
  425. this.ultraTabPageControl2.Controls.Add(this.edtmaxVal);
  426. this.ultraTabPageControl2.Controls.Add(this.edtMinVal);
  427. this.ultraTabPageControl2.Controls.Add(this.edtMinSign);
  428. this.ultraTabPageControl2.Controls.Add(this.edtMaxSign);
  429. this.ultraTabPageControl2.Controls.Add(this.label16);
  430. this.ultraTabPageControl2.Controls.Add(this.label8);
  431. this.ultraTabPageControl2.Controls.Add(this.edtRemarkC);
  432. this.ultraTabPageControl2.Controls.Add(this.label12);
  433. this.ultraTabPageControl2.Controls.Add(this.edtChemName);
  434. this.ultraTabPageControl2.Controls.Add(this.label10);
  435. this.ultraTabPageControl2.Controls.Add(this.edtStandId);
  436. this.ultraTabPageControl2.Controls.Add(this.label9);
  437. this.ultraTabPageControl2.Controls.Add(this.edtIdC);
  438. this.ultraTabPageControl2.Controls.Add(this.label7);
  439. this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 26);
  440. this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  441. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  442. this.ultraTabPageControl2.Size = new System.Drawing.Size(1225, 137);
  443. //
  444. // label14
  445. //
  446. this.label14.AutoSize = true;
  447. this.label14.Location = new System.Drawing.Point(361, 51);
  448. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  449. this.label14.Name = "label14";
  450. this.label14.Size = new System.Drawing.Size(22, 15);
  451. this.label14.TabIndex = 29;
  452. this.label14.Text = "—";
  453. //
  454. // edtup
  455. //
  456. this.edtup.AutoSize = true;
  457. this.edtup.Location = new System.Drawing.Point(9, 49);
  458. this.edtup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  459. this.edtup.Name = "edtup";
  460. this.edtup.Size = new System.Drawing.Size(89, 19);
  461. this.edtup.TabIndex = 28;
  462. this.edtup.Text = "上限:值";
  463. this.edtup.UseVisualStyleBackColor = true;
  464. this.edtup.CheckedChanged += new System.EventHandler(this.edtup_CheckedChanged);
  465. //
  466. // edtdown
  467. //
  468. this.edtdown.AutoSize = true;
  469. this.edtdown.Location = new System.Drawing.Point(392, 49);
  470. this.edtdown.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  471. this.edtdown.Name = "edtdown";
  472. this.edtdown.Size = new System.Drawing.Size(104, 19);
  473. this.edtdown.TabIndex = 27;
  474. this.edtdown.Text = "下限:符号";
  475. this.edtdown.UseVisualStyleBackColor = true;
  476. this.edtdown.CheckedChanged += new System.EventHandler(this.edtdown_CheckedChanged);
  477. //
  478. // edtChemCode
  479. //
  480. this.edtChemCode.Location = new System.Drawing.Point(847, 9);
  481. this.edtChemCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  482. this.edtChemCode.Name = "edtChemCode";
  483. this.edtChemCode.ReadOnly = true;
  484. this.edtChemCode.Size = new System.Drawing.Size(139, 24);
  485. this.edtChemCode.TabIndex = 26;
  486. //
  487. // label11
  488. //
  489. this.label11.AutoSize = true;
  490. this.label11.Location = new System.Drawing.Point(768, 14);
  491. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  492. this.label11.Name = "label11";
  493. this.label11.Size = new System.Drawing.Size(67, 15);
  494. this.label11.TabIndex = 25;
  495. this.label11.Text = "元素编码";
  496. //
  497. // edtAddSubtValue
  498. //
  499. this.edtAddSubtValue.Location = new System.Drawing.Point(847, 46);
  500. this.edtAddSubtValue.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  501. this.edtAddSubtValue.MaskClipMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeBoth;
  502. this.edtAddSubtValue.MaskInput = "{double:-9.4}";
  503. this.edtAddSubtValue.Name = "edtAddSubtValue";
  504. this.edtAddSubtValue.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  505. this.edtAddSubtValue.Size = new System.Drawing.Size(139, 24);
  506. this.edtAddSubtValue.TabIndex = 24;
  507. //
  508. // label13
  509. //
  510. this.label13.AutoSize = true;
  511. this.label13.Location = new System.Drawing.Point(768, 51);
  512. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  513. this.label13.Name = "label13";
  514. this.label13.Size = new System.Drawing.Size(67, 15);
  515. this.label13.TabIndex = 23;
  516. this.label13.Text = "加减额度";
  517. //
  518. // edtmaxVal
  519. //
  520. this.edtmaxVal.Location = new System.Drawing.Point(111, 46);
  521. this.edtmaxVal.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  522. this.edtmaxVal.MaskClipMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeBoth;
  523. this.edtmaxVal.MaskInput = "{double:-9.4}";
  524. this.edtmaxVal.Name = "edtmaxVal";
  525. this.edtmaxVal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  526. this.edtmaxVal.Size = new System.Drawing.Size(137, 24);
  527. this.edtmaxVal.TabIndex = 22;
  528. //
  529. // edtMinVal
  530. //
  531. this.edtMinVal.Location = new System.Drawing.Point(597, 46);
  532. this.edtMinVal.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  533. this.edtMinVal.MaskInput = "{double:-9.4}";
  534. this.edtMinVal.Name = "edtMinVal";
  535. this.edtMinVal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  536. this.edtMinVal.Size = new System.Drawing.Size(139, 24);
  537. this.edtMinVal.TabIndex = 21;
  538. //
  539. // edtMinSign
  540. //
  541. valueListItem4.DataValue = ">=";
  542. valueListItem4.DisplayText = ">=";
  543. valueListItem5.DataValue = ">";
  544. valueListItem5.DisplayText = ">";
  545. this.edtMinSign.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  546. valueListItem4,
  547. valueListItem5});
  548. this.edtMinSign.Location = new System.Drawing.Point(512, 46);
  549. this.edtMinSign.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  550. this.edtMinSign.Name = "edtMinSign";
  551. this.edtMinSign.Size = new System.Drawing.Size(53, 24);
  552. this.edtMinSign.TabIndex = 20;
  553. //
  554. // edtMaxSign
  555. //
  556. valueListItem1.DataValue = ">=";
  557. valueListItem1.DisplayText = ">=";
  558. valueListItem2.DataValue = ">";
  559. valueListItem2.DisplayText = ">";
  560. this.edtMaxSign.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  561. valueListItem1,
  562. valueListItem2});
  563. this.edtMaxSign.Location = new System.Drawing.Point(300, 46);
  564. this.edtMaxSign.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  565. this.edtMaxSign.Name = "edtMaxSign";
  566. this.edtMaxSign.Size = new System.Drawing.Size(53, 24);
  567. this.edtMaxSign.TabIndex = 19;
  568. //
  569. // label16
  570. //
  571. this.label16.AutoSize = true;
  572. this.label16.Location = new System.Drawing.Point(571, 51);
  573. this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  574. this.label16.Name = "label16";
  575. this.label16.Size = new System.Drawing.Size(22, 15);
  576. this.label16.TabIndex = 18;
  577. this.label16.Text = "值";
  578. //
  579. // label8
  580. //
  581. this.label8.AutoSize = true;
  582. this.label8.Location = new System.Drawing.Point(253, 51);
  583. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  584. this.label8.Name = "label8";
  585. this.label8.Size = new System.Drawing.Size(37, 15);
  586. this.label8.TabIndex = 15;
  587. this.label8.Text = "符号";
  588. //
  589. // edtRemarkC
  590. //
  591. this.edtRemarkC.Location = new System.Drawing.Point(111, 84);
  592. this.edtRemarkC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  593. this.edtRemarkC.Name = "edtRemarkC";
  594. this.edtRemarkC.Size = new System.Drawing.Size(875, 24);
  595. this.edtRemarkC.TabIndex = 12;
  596. //
  597. // label12
  598. //
  599. this.label12.AutoSize = true;
  600. this.label12.Location = new System.Drawing.Point(64, 90);
  601. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  602. this.label12.Name = "label12";
  603. this.label12.Size = new System.Drawing.Size(37, 15);
  604. this.label12.TabIndex = 11;
  605. this.label12.Text = "备注";
  606. //
  607. // edtChemName
  608. //
  609. editorButton2.Text = "+";
  610. this.edtChemName.ButtonsRight.Add(editorButton2);
  611. this.edtChemName.Location = new System.Drawing.Point(597, 9);
  612. this.edtChemName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  613. this.edtChemName.Name = "edtChemName";
  614. this.edtChemName.ReadOnly = true;
  615. this.edtChemName.Size = new System.Drawing.Size(139, 24);
  616. this.edtChemName.TabIndex = 8;
  617. this.edtChemName.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.edtChemName_EditorButtonClick);
  618. //
  619. // label10
  620. //
  621. this.label10.AutoSize = true;
  622. this.label10.Location = new System.Drawing.Point(519, 14);
  623. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  624. this.label10.Name = "label10";
  625. this.label10.Size = new System.Drawing.Size(67, 15);
  626. this.label10.TabIndex = 7;
  627. this.label10.Text = "元素选择";
  628. //
  629. // edtStandId
  630. //
  631. this.edtStandId.Location = new System.Drawing.Point(348, 9);
  632. this.edtStandId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  633. this.edtStandId.Name = "edtStandId";
  634. this.edtStandId.ReadOnly = true;
  635. this.edtStandId.Size = new System.Drawing.Size(139, 24);
  636. this.edtStandId.TabIndex = 6;
  637. //
  638. // label9
  639. //
  640. this.label9.AutoSize = true;
  641. this.label9.Location = new System.Drawing.Point(285, 14);
  642. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  643. this.label9.Name = "label9";
  644. this.label9.Size = new System.Drawing.Size(52, 15);
  645. this.label9.TabIndex = 5;
  646. this.label9.Text = "标准号";
  647. //
  648. // edtIdC
  649. //
  650. this.edtIdC.Location = new System.Drawing.Point(109, 9);
  651. this.edtIdC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  652. this.edtIdC.Name = "edtIdC";
  653. this.edtIdC.ReadOnly = true;
  654. this.edtIdC.Size = new System.Drawing.Size(139, 24);
  655. this.edtIdC.TabIndex = 2;
  656. //
  657. // label7
  658. //
  659. this.label7.AutoSize = true;
  660. this.label7.Location = new System.Drawing.Point(63, 14);
  661. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  662. this.label7.Name = "label7";
  663. this.label7.Size = new System.Drawing.Size(37, 15);
  664. this.label7.TabIndex = 1;
  665. this.label7.Text = "编号";
  666. //
  667. // ultraPanel1
  668. //
  669. //
  670. // ultraPanel1.ClientArea
  671. //
  672. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel3);
  673. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
  674. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  675. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  676. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  677. this.ultraPanel1.Name = "ultraPanel1";
  678. this.ultraPanel1.Size = new System.Drawing.Size(1235, 591);
  679. this.ultraPanel1.TabIndex = 0;
  680. //
  681. // ultraPanel3
  682. //
  683. //
  684. // ultraPanel3.ClientArea
  685. //
  686. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGroupBox1);
  687. this.ultraPanel3.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
  688. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  689. this.ultraPanel3.Location = new System.Drawing.Point(0, 35);
  690. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  691. this.ultraPanel3.Name = "ultraPanel3";
  692. this.ultraPanel3.Size = new System.Drawing.Size(1235, 556);
  693. this.ultraPanel3.TabIndex = 1;
  694. //
  695. // ultraGroupBox1
  696. //
  697. this.ultraGroupBox1.Controls.Add(this.splitContainer1);
  698. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  699. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  700. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  701. this.ultraGroupBox1.Name = "ultraGroupBox1";
  702. this.ultraGroupBox1.Size = new System.Drawing.Size(1235, 366);
  703. this.ultraGroupBox1.TabIndex = 0;
  704. this.ultraGroupBox1.Text = "成分计价信息";
  705. //
  706. // splitContainer1
  707. //
  708. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  709. this.splitContainer1.Location = new System.Drawing.Point(3, 21);
  710. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  711. this.splitContainer1.Name = "splitContainer1";
  712. //
  713. // splitContainer1.Panel1
  714. //
  715. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
  716. //
  717. // splitContainer1.Panel2
  718. //
  719. this.splitContainer1.Panel2.Controls.Add(this.ultraGrid2);
  720. this.splitContainer1.Size = new System.Drawing.Size(1229, 342);
  721. this.splitContainer1.SplitterDistance = 642;
  722. this.splitContainer1.SplitterWidth = 5;
  723. this.splitContainer1.TabIndex = 2;
  724. //
  725. // ultraGrid1
  726. //
  727. this.ultraGrid1.DataSource = this.CicpPriceM;
  728. appearance13.BackColor = System.Drawing.SystemColors.Window;
  729. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  730. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  731. ultraGridColumn1.Header.Caption = "编号";
  732. ultraGridColumn1.Header.VisiblePosition = 0;
  733. ultraGridColumn1.Width = 115;
  734. ultraGridColumn2.Header.VisiblePosition = 1;
  735. ultraGridColumn3.Header.VisiblePosition = 2;
  736. ultraGridColumn4.Header.VisiblePosition = 7;
  737. ultraGridColumn4.Hidden = true;
  738. ultraGridColumn5.Header.VisiblePosition = 3;
  739. ultraGridColumn6.Header.VisiblePosition = 12;
  740. ultraGridColumn6.Hidden = true;
  741. ultraGridColumn7.Header.VisiblePosition = 6;
  742. ultraGridColumn8.Header.VisiblePosition = 13;
  743. ultraGridColumn9.Header.VisiblePosition = 8;
  744. ultraGridColumn10.Header.VisiblePosition = 10;
  745. ultraGridColumn11.Header.VisiblePosition = 9;
  746. ultraGridColumn12.Header.VisiblePosition = 14;
  747. ultraGridColumn13.Header.VisiblePosition = 11;
  748. ultraGridColumn14.Header.VisiblePosition = 15;
  749. ultraGridColumn15.Header.VisiblePosition = 17;
  750. ultraGridColumn16.Header.VisiblePosition = 18;
  751. ultraGridColumn17.Header.VisiblePosition = 20;
  752. ultraGridColumn18.Header.VisiblePosition = 21;
  753. ultraGridColumn19.Header.VisiblePosition = 22;
  754. ultraGridColumn19.Hidden = true;
  755. ultraGridColumn20.Header.VisiblePosition = 16;
  756. ultraGridColumn21.Header.VisiblePosition = 19;
  757. ultraGridColumn22.Header.VisiblePosition = 23;
  758. ultraGridColumn22.Hidden = true;
  759. ultraGridColumn23.Header.VisiblePosition = 24;
  760. ultraGridColumn23.Hidden = true;
  761. ultraGridColumn24.Header.VisiblePosition = 5;
  762. ultraGridColumn25.Header.VisiblePosition = 4;
  763. ultraGridBand1.Columns.AddRange(new object[] {
  764. ultraGridColumn1,
  765. ultraGridColumn2,
  766. ultraGridColumn3,
  767. ultraGridColumn4,
  768. ultraGridColumn5,
  769. ultraGridColumn6,
  770. ultraGridColumn7,
  771. ultraGridColumn8,
  772. ultraGridColumn9,
  773. ultraGridColumn10,
  774. ultraGridColumn11,
  775. ultraGridColumn12,
  776. ultraGridColumn13,
  777. ultraGridColumn14,
  778. ultraGridColumn15,
  779. ultraGridColumn16,
  780. ultraGridColumn17,
  781. ultraGridColumn18,
  782. ultraGridColumn19,
  783. ultraGridColumn20,
  784. ultraGridColumn21,
  785. ultraGridColumn22,
  786. ultraGridColumn23,
  787. ultraGridColumn24,
  788. ultraGridColumn25});
  789. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  790. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  791. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  792. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  793. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  794. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  795. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  796. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  797. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  798. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  799. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  800. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  801. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  802. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  803. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  804. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  805. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  806. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  807. appearance17.BackColor = System.Drawing.SystemColors.Window;
  808. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  809. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  810. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  811. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  812. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  813. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  814. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  815. appearance19.BackColor = System.Drawing.SystemColors.Window;
  816. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  817. appearance20.BorderColor = System.Drawing.Color.Silver;
  818. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  819. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  820. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  821. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  822. appearance21.BackColor = System.Drawing.SystemColors.Control;
  823. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  824. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  825. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  826. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  827. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  828. appearance22.TextHAlignAsString = "Left";
  829. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  830. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  831. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  832. appearance23.BackColor = System.Drawing.SystemColors.Window;
  833. appearance23.BorderColor = System.Drawing.Color.Silver;
  834. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  835. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  836. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  837. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  838. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  839. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  840. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  841. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  842. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  843. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  844. this.ultraGrid1.Name = "ultraGrid1";
  845. this.ultraGrid1.Size = new System.Drawing.Size(642, 342);
  846. this.ultraGrid1.TabIndex = 0;
  847. this.ultraGrid1.Text = "ultraGrid1";
  848. this.ultraGrid1.AfterCellActivate += new System.EventHandler(this.ultraGrid1_AfterCellActivate);
  849. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  850. //
  851. // CicpPriceM
  852. //
  853. this.CicpPriceM.DataSetName = "NewDataSet";
  854. this.CicpPriceM.Tables.AddRange(new System.Data.DataTable[] {
  855. this.dataTable1});
  856. //
  857. // dataTable1
  858. //
  859. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  860. this.dataColumn1,
  861. this.dataColumn2,
  862. this.dataColumn3,
  863. this.dataColumn4,
  864. this.dataColumn5,
  865. this.dataColumn6,
  866. this.dataColumn7,
  867. this.dataColumn8,
  868. this.dataColumn9,
  869. this.dataColumn10,
  870. this.dataColumn11,
  871. this.dataColumn12,
  872. this.dataColumn13,
  873. this.dataColumn14,
  874. this.dataColumn15,
  875. this.dataColumn16,
  876. this.dataColumn17,
  877. this.dataColumn18,
  878. this.dataColumn19,
  879. this.dataColumn20,
  880. this.dataColumn21,
  881. this.dataColumn22,
  882. this.dataColumn23,
  883. this.dataColumn52,
  884. this.dataColumn53});
  885. this.dataTable1.TableName = "Table1";
  886. //
  887. // dataColumn1
  888. //
  889. this.dataColumn1.Caption = "主键";
  890. this.dataColumn1.ColumnName = "id";
  891. //
  892. // dataColumn2
  893. //
  894. this.dataColumn2.Caption = "名称";
  895. this.dataColumn2.ColumnName = "name";
  896. //
  897. // dataColumn3
  898. //
  899. this.dataColumn3.Caption = "物料编码";
  900. this.dataColumn3.ColumnName = "itemCode";
  901. //
  902. // dataColumn4
  903. //
  904. this.dataColumn4.Caption = "物料描述";
  905. this.dataColumn4.ColumnName = "itemDesc";
  906. //
  907. // dataColumn5
  908. //
  909. this.dataColumn5.Caption = "物料名称";
  910. this.dataColumn5.ColumnName = "itemName";
  911. //
  912. // dataColumn6
  913. //
  914. this.dataColumn6.Caption = "物料英文名称";
  915. this.dataColumn6.ColumnName = "itemDescE";
  916. //
  917. // dataColumn7
  918. //
  919. this.dataColumn7.Caption = "物料型号规格";
  920. this.dataColumn7.ColumnName = "itemSpec";
  921. //
  922. // dataColumn8
  923. //
  924. this.dataColumn8.Caption = "是否使用采购单位";
  925. this.dataColumn8.ColumnName = "itemUseUom";
  926. //
  927. // dataColumn9
  928. //
  929. this.dataColumn9.Caption = "采购单位";
  930. this.dataColumn9.ColumnName = "itemUom";
  931. //
  932. // dataColumn10
  933. //
  934. this.dataColumn10.Caption = "转换系数";
  935. this.dataColumn10.ColumnName = "itemUomConefficient";
  936. //
  937. // dataColumn11
  938. //
  939. this.dataColumn11.Caption = "库存单位";
  940. this.dataColumn11.ColumnName = "weightUnit";
  941. //
  942. // dataColumn12
  943. //
  944. this.dataColumn12.Caption = "物料材质";
  945. this.dataColumn12.ColumnName = "itemModel";
  946. //
  947. // dataColumn13
  948. //
  949. this.dataColumn13.Caption = "备注";
  950. this.dataColumn13.ColumnName = "remark";
  951. //
  952. // dataColumn14
  953. //
  954. this.dataColumn14.Caption = "数据状态";
  955. this.dataColumn14.ColumnName = "validflag";
  956. //
  957. // dataColumn15
  958. //
  959. this.dataColumn15.Caption = "创建人";
  960. this.dataColumn15.ColumnName = "createName";
  961. //
  962. // dataColumn16
  963. //
  964. this.dataColumn16.Caption = "创建时间";
  965. this.dataColumn16.ColumnName = "createTime";
  966. //
  967. // dataColumn17
  968. //
  969. this.dataColumn17.Caption = "修改人 ";
  970. this.dataColumn17.ColumnName = "updateName";
  971. //
  972. // dataColumn18
  973. //
  974. this.dataColumn18.Caption = "修改时间";
  975. this.dataColumn18.ColumnName = "updateTime";
  976. //
  977. // dataColumn19
  978. //
  979. this.dataColumn19.Caption = "删除时间";
  980. this.dataColumn19.ColumnName = "deleteTime";
  981. //
  982. // dataColumn20
  983. //
  984. this.dataColumn20.Caption = "创建人ID";
  985. this.dataColumn20.ColumnName = "createUserid";
  986. //
  987. // dataColumn21
  988. //
  989. this.dataColumn21.Caption = "修改人ID";
  990. this.dataColumn21.ColumnName = "updateUserid";
  991. //
  992. // dataColumn22
  993. //
  994. this.dataColumn22.Caption = "废除人";
  995. this.dataColumn22.ColumnName = "deleteName";
  996. //
  997. // dataColumn23
  998. //
  999. this.dataColumn23.Caption = "删除人ID";
  1000. this.dataColumn23.ColumnName = "deleteUserid";
  1001. //
  1002. // dataColumn52
  1003. //
  1004. this.dataColumn52.Caption = "属性名称";
  1005. this.dataColumn52.ColumnName = "itemAttr";
  1006. //
  1007. // dataColumn53
  1008. //
  1009. this.dataColumn53.Caption = "属性编码";
  1010. this.dataColumn53.ColumnName = "itemAttrId";
  1011. //
  1012. // ultraGrid2
  1013. //
  1014. this.ultraGrid2.DataSource = this.CicpPriceC;
  1015. appearance4.BackColor = System.Drawing.SystemColors.Window;
  1016. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1017. this.ultraGrid2.DisplayLayout.Appearance = appearance4;
  1018. ultraGridColumn26.Header.Caption = "编号";
  1019. ultraGridColumn26.Header.VisiblePosition = 0;
  1020. ultraGridColumn27.Header.VisiblePosition = 3;
  1021. ultraGridColumn27.Hidden = true;
  1022. ultraGridColumn28.Header.VisiblePosition = 14;
  1023. ultraGridColumn29.Header.VisiblePosition = 15;
  1024. ultraGridColumn30.Header.VisiblePosition = 16;
  1025. ultraGridColumn31.Header.VisiblePosition = 10;
  1026. ultraGridColumn32.Header.VisiblePosition = 18;
  1027. ultraGridColumn33.Header.VisiblePosition = 20;
  1028. ultraGridColumn34.Header.VisiblePosition = 24;
  1029. ultraGridColumn35.Header.VisiblePosition = 21;
  1030. ultraGridColumn36.Header.VisiblePosition = 26;
  1031. ultraGridColumn37.Header.VisiblePosition = 22;
  1032. ultraGridColumn37.Hidden = true;
  1033. ultraGridColumn38.Header.VisiblePosition = 23;
  1034. ultraGridColumn38.Hidden = true;
  1035. ultraGridColumn39.Header.VisiblePosition = 19;
  1036. ultraGridColumn40.Header.VisiblePosition = 25;
  1037. ultraGridColumn41.Header.VisiblePosition = 27;
  1038. ultraGridColumn41.Hidden = true;
  1039. ultraGridColumn42.Header.VisiblePosition = 13;
  1040. ultraGridColumn43.Header.VisiblePosition = 5;
  1041. ultraGridColumn44.Header.VisiblePosition = 6;
  1042. ultraGridColumn45.Header.VisiblePosition = 7;
  1043. ultraGridColumn46.Header.VisiblePosition = 8;
  1044. ultraGridColumn47.Header.VisiblePosition = 12;
  1045. ultraGridColumn48.Header.VisiblePosition = 9;
  1046. ultraGridColumn49.Header.VisiblePosition = 17;
  1047. ultraGridColumn50.Header.VisiblePosition = 1;
  1048. ultraGridColumn51.Header.VisiblePosition = 2;
  1049. ultraGridColumn52.Header.VisiblePosition = 11;
  1050. ultraGridColumn53.Header.VisiblePosition = 4;
  1051. ultraGridBand2.Columns.AddRange(new object[] {
  1052. ultraGridColumn26,
  1053. ultraGridColumn27,
  1054. ultraGridColumn28,
  1055. ultraGridColumn29,
  1056. ultraGridColumn30,
  1057. ultraGridColumn31,
  1058. ultraGridColumn32,
  1059. ultraGridColumn33,
  1060. ultraGridColumn34,
  1061. ultraGridColumn35,
  1062. ultraGridColumn36,
  1063. ultraGridColumn37,
  1064. ultraGridColumn38,
  1065. ultraGridColumn39,
  1066. ultraGridColumn40,
  1067. ultraGridColumn41,
  1068. ultraGridColumn42,
  1069. ultraGridColumn43,
  1070. ultraGridColumn44,
  1071. ultraGridColumn45,
  1072. ultraGridColumn46,
  1073. ultraGridColumn47,
  1074. ultraGridColumn48,
  1075. ultraGridColumn49,
  1076. ultraGridColumn50,
  1077. ultraGridColumn51,
  1078. ultraGridColumn52,
  1079. ultraGridColumn53});
  1080. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  1081. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1082. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1083. appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1084. appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1085. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1086. appearance1.BorderColor = System.Drawing.SystemColors.Window;
  1087. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance1;
  1088. appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
  1089. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
  1090. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1091. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1092. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  1093. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1094. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  1095. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  1096. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  1097. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  1098. appearance12.BackColor = System.Drawing.SystemColors.Window;
  1099. appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
  1100. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance12;
  1101. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  1102. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  1103. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  1104. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1105. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1106. appearance6.BackColor = System.Drawing.SystemColors.Window;
  1107. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance6;
  1108. appearance5.BorderColor = System.Drawing.Color.Silver;
  1109. appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1110. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance5;
  1111. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1112. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  1113. appearance9.BackColor = System.Drawing.SystemColors.Control;
  1114. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1115. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1116. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1117. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  1118. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  1119. appearance11.TextHAlignAsString = "Left";
  1120. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance11;
  1121. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1122. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1123. appearance10.BackColor = System.Drawing.SystemColors.Window;
  1124. appearance10.BorderColor = System.Drawing.Color.Silver;
  1125. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance10;
  1126. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1127. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  1128. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  1129. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1130. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1131. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1132. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  1133. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  1134. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1135. this.ultraGrid2.Name = "ultraGrid2";
  1136. this.ultraGrid2.Size = new System.Drawing.Size(582, 342);
  1137. this.ultraGrid2.TabIndex = 1;
  1138. this.ultraGrid2.Text = "ultraGrid2";
  1139. this.ultraGrid2.AfterCellActivate += new System.EventHandler(this.ultraGrid2_AfterCellActivate);
  1140. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  1141. //
  1142. // CicpPriceC
  1143. //
  1144. this.CicpPriceC.DataSetName = "NewDataSet";
  1145. this.CicpPriceC.Tables.AddRange(new System.Data.DataTable[] {
  1146. this.dataTable2});
  1147. //
  1148. // dataTable2
  1149. //
  1150. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  1151. this.dataColumn24,
  1152. this.dataColumn26,
  1153. this.dataColumn27,
  1154. this.dataColumn28,
  1155. this.dataColumn29,
  1156. this.dataColumn30,
  1157. this.dataColumn31,
  1158. this.dataColumn32,
  1159. this.dataColumn33,
  1160. this.dataColumn34,
  1161. this.dataColumn35,
  1162. this.dataColumn36,
  1163. this.dataColumn37,
  1164. this.dataColumn38,
  1165. this.dataColumn39,
  1166. this.dataColumn40,
  1167. this.dataColumn25,
  1168. this.dataColumn41,
  1169. this.dataColumn42,
  1170. this.dataColumn43,
  1171. this.dataColumn44,
  1172. this.dataColumn45,
  1173. this.dataColumn46,
  1174. this.dataColumn47,
  1175. this.dataColumn48,
  1176. this.dataColumn49,
  1177. this.dataColumn50,
  1178. this.dataColumn51});
  1179. this.dataTable2.TableName = "Table1";
  1180. //
  1181. // dataColumn24
  1182. //
  1183. this.dataColumn24.Caption = "主键";
  1184. this.dataColumn24.ColumnName = "id";
  1185. //
  1186. // dataColumn26
  1187. //
  1188. this.dataColumn26.Caption = "标准号";
  1189. this.dataColumn26.ColumnName = "standId";
  1190. //
  1191. // dataColumn27
  1192. //
  1193. this.dataColumn27.Caption = "处理方式";
  1194. this.dataColumn27.ColumnName = "dealType";
  1195. //
  1196. // dataColumn28
  1197. //
  1198. this.dataColumn28.Caption = "检化验来源";
  1199. this.dataColumn28.ColumnName = "inspSrc";
  1200. //
  1201. // dataColumn29
  1202. //
  1203. this.dataColumn29.Caption = "结算类别";
  1204. this.dataColumn29.ColumnName = "balanceType";
  1205. //
  1206. // dataColumn30
  1207. //
  1208. this.dataColumn30.Caption = "备注";
  1209. this.dataColumn30.ColumnName = "remark";
  1210. //
  1211. // dataColumn31
  1212. //
  1213. this.dataColumn31.Caption = "是否有效";
  1214. this.dataColumn31.ColumnName = "validflag";
  1215. //
  1216. // dataColumn32
  1217. //
  1218. this.dataColumn32.Caption = "创建人";
  1219. this.dataColumn32.ColumnName = "createName";
  1220. //
  1221. // dataColumn33
  1222. //
  1223. this.dataColumn33.Caption = "修改人 ";
  1224. this.dataColumn33.ColumnName = "updateName";
  1225. //
  1226. // dataColumn34
  1227. //
  1228. this.dataColumn34.Caption = "创建时间";
  1229. this.dataColumn34.ColumnName = "createTime";
  1230. //
  1231. // dataColumn35
  1232. //
  1233. this.dataColumn35.Caption = "修改时间";
  1234. this.dataColumn35.ColumnName = "updateTime";
  1235. //
  1236. // dataColumn36
  1237. //
  1238. this.dataColumn36.Caption = "废除人";
  1239. this.dataColumn36.ColumnName = "deleteName";
  1240. //
  1241. // dataColumn37
  1242. //
  1243. this.dataColumn37.Caption = "废除时间";
  1244. this.dataColumn37.ColumnName = "deleteTime";
  1245. //
  1246. // dataColumn38
  1247. //
  1248. this.dataColumn38.Caption = "创建人ID";
  1249. this.dataColumn38.ColumnName = "createUserid";
  1250. //
  1251. // dataColumn39
  1252. //
  1253. this.dataColumn39.Caption = "修改人ID";
  1254. this.dataColumn39.ColumnName = "updateUserid";
  1255. //
  1256. // dataColumn40
  1257. //
  1258. this.dataColumn40.Caption = "废除人ID";
  1259. this.dataColumn40.ColumnName = "deleteUserid";
  1260. //
  1261. // dataColumn25
  1262. //
  1263. this.dataColumn25.Caption = "价格计算方式";
  1264. this.dataColumn25.ColumnName = "priceCalcType";
  1265. //
  1266. // dataColumn41
  1267. //
  1268. this.dataColumn41.Caption = "上限符号";
  1269. this.dataColumn41.ColumnName = "maxSign";
  1270. //
  1271. // dataColumn42
  1272. //
  1273. this.dataColumn42.Caption = "上限值";
  1274. this.dataColumn42.ColumnName = "maxVal";
  1275. //
  1276. // dataColumn43
  1277. //
  1278. this.dataColumn43.Caption = "下限符号";
  1279. this.dataColumn43.ColumnName = "minSign";
  1280. //
  1281. // dataColumn44
  1282. //
  1283. this.dataColumn44.Caption = "下限值";
  1284. this.dataColumn44.ColumnName = "minVal";
  1285. //
  1286. // dataColumn45
  1287. //
  1288. this.dataColumn45.Caption = "步长";
  1289. this.dataColumn45.ColumnName = "stepLen";
  1290. //
  1291. // dataColumn46
  1292. //
  1293. this.dataColumn46.Caption = "加减额度";
  1294. this.dataColumn46.ColumnName = "addSubtValue";
  1295. //
  1296. // dataColumn47
  1297. //
  1298. this.dataColumn47.Caption = "计算公式";
  1299. this.dataColumn47.ColumnName = "calcFormula";
  1300. //
  1301. // dataColumn48
  1302. //
  1303. this.dataColumn48.Caption = "元素代码";
  1304. this.dataColumn48.ColumnName = "chemCode";
  1305. //
  1306. // dataColumn49
  1307. //
  1308. this.dataColumn49.Caption = "元素名称";
  1309. this.dataColumn49.ColumnName = "chemName";
  1310. //
  1311. // dataColumn50
  1312. //
  1313. this.dataColumn50.Caption = "检验类型";
  1314. this.dataColumn50.ColumnName = "chemType";
  1315. //
  1316. // dataColumn51
  1317. //
  1318. this.dataColumn51.Caption = "检验公式";
  1319. this.dataColumn51.ColumnName = "chemFormula";
  1320. //
  1321. // ultraExpandableGroupBox1
  1322. //
  1323. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  1324. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  1325. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1235, 190);
  1326. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 366);
  1327. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1328. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  1329. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1235, 190);
  1330. this.ultraExpandableGroupBox1.TabIndex = 1;
  1331. this.ultraExpandableGroupBox1.Text = "编辑区域";
  1332. //
  1333. // ultraExpandableGroupBoxPanel1
  1334. //
  1335. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTabControl1);
  1336. this.ultraExpandableGroupBoxPanel1.Cursor = System.Windows.Forms.Cursors.Default;
  1337. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1338. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  1339. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1340. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  1341. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1229, 166);
  1342. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  1343. //
  1344. // ultraTabControl1
  1345. //
  1346. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  1347. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  1348. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  1349. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1350. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  1351. this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1352. this.ultraTabControl1.Name = "ultraTabControl1";
  1353. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1354. this.ultraTabControl1.Size = new System.Drawing.Size(1229, 166);
  1355. this.ultraTabControl1.TabIndex = 0;
  1356. ultraTab1.TabPage = this.ultraTabPageControl1;
  1357. ultraTab1.Text = "主表";
  1358. ultraTab2.TabPage = this.ultraTabPageControl2;
  1359. ultraTab2.Text = "明细";
  1360. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1361. ultraTab1,
  1362. ultraTab2});
  1363. //
  1364. // ultraTabSharedControlsPage1
  1365. //
  1366. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1367. this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1368. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1369. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1225, 137);
  1370. //
  1371. // ultraPanel2
  1372. //
  1373. //
  1374. // ultraPanel2.ClientArea
  1375. //
  1376. this.ultraPanel2.ClientArea.Controls.Add(this.label2);
  1377. this.ultraPanel2.ClientArea.Controls.Add(this.label1);
  1378. this.ultraPanel2.ClientArea.Controls.Add(this.Qname);
  1379. this.ultraPanel2.ClientArea.Controls.Add(this.QId);
  1380. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  1381. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  1382. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1383. this.ultraPanel2.Name = "ultraPanel2";
  1384. this.ultraPanel2.Size = new System.Drawing.Size(1235, 35);
  1385. this.ultraPanel2.TabIndex = 0;
  1386. //
  1387. // label2
  1388. //
  1389. this.label2.AutoSize = true;
  1390. this.label2.Location = new System.Drawing.Point(193, 9);
  1391. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1392. this.label2.Name = "label2";
  1393. this.label2.Size = new System.Drawing.Size(37, 15);
  1394. this.label2.TabIndex = 7;
  1395. this.label2.Text = "名称";
  1396. //
  1397. // label1
  1398. //
  1399. this.label1.AutoSize = true;
  1400. this.label1.Location = new System.Drawing.Point(5, 9);
  1401. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1402. this.label1.Name = "label1";
  1403. this.label1.Size = new System.Drawing.Size(37, 15);
  1404. this.label1.TabIndex = 6;
  1405. this.label1.Text = "编号";
  1406. //
  1407. // Qname
  1408. //
  1409. this.Qname.Location = new System.Drawing.Point(239, 4);
  1410. this.Qname.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1411. this.Qname.Name = "Qname";
  1412. this.Qname.Size = new System.Drawing.Size(132, 25);
  1413. this.Qname.TabIndex = 5;
  1414. //
  1415. // QId
  1416. //
  1417. this.QId.Location = new System.Drawing.Point(51, 4);
  1418. this.QId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1419. this.QId.Name = "QId";
  1420. this.QId.Size = new System.Drawing.Size(132, 25);
  1421. this.QId.TabIndex = 4;
  1422. //
  1423. // FrmPurCicpPrice
  1424. //
  1425. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1426. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1427. this.ClientSize = new System.Drawing.Size(1235, 591);
  1428. this.Controls.Add(this.ultraPanel1);
  1429. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1430. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  1431. this.Name = "FrmPurCicpPrice";
  1432. this.Text = "成分计价标准表维护";
  1433. this.Load += new System.EventHandler(this.FrmPurCicpPrice_Load);
  1434. this.ultraTabPageControl1.ResumeLayout(false);
  1435. this.ultraTabPageControl1.PerformLayout();
  1436. ((System.ComponentModel.ISupportInitialize)(this.edtItemAttr)).EndInit();
  1437. ((System.ComponentModel.ISupportInitialize)(this.edtItemAttrId)).EndInit();
  1438. ((System.ComponentModel.ISupportInitialize)(this.edtItemCode)).EndInit();
  1439. ((System.ComponentModel.ISupportInitialize)(this.edtRemark)).EndInit();
  1440. ((System.ComponentModel.ISupportInitialize)(this.edtItemName)).EndInit();
  1441. ((System.ComponentModel.ISupportInitialize)(this.edtName)).EndInit();
  1442. ((System.ComponentModel.ISupportInitialize)(this.edtId)).EndInit();
  1443. this.ultraTabPageControl2.ResumeLayout(false);
  1444. this.ultraTabPageControl2.PerformLayout();
  1445. ((System.ComponentModel.ISupportInitialize)(this.edtChemCode)).EndInit();
  1446. ((System.ComponentModel.ISupportInitialize)(this.edtAddSubtValue)).EndInit();
  1447. ((System.ComponentModel.ISupportInitialize)(this.edtmaxVal)).EndInit();
  1448. ((System.ComponentModel.ISupportInitialize)(this.edtMinVal)).EndInit();
  1449. ((System.ComponentModel.ISupportInitialize)(this.edtMinSign)).EndInit();
  1450. ((System.ComponentModel.ISupportInitialize)(this.edtMaxSign)).EndInit();
  1451. ((System.ComponentModel.ISupportInitialize)(this.edtRemarkC)).EndInit();
  1452. ((System.ComponentModel.ISupportInitialize)(this.edtChemName)).EndInit();
  1453. ((System.ComponentModel.ISupportInitialize)(this.edtStandId)).EndInit();
  1454. ((System.ComponentModel.ISupportInitialize)(this.edtIdC)).EndInit();
  1455. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1456. this.ultraPanel1.ResumeLayout(false);
  1457. this.ultraPanel3.ClientArea.ResumeLayout(false);
  1458. this.ultraPanel3.ResumeLayout(false);
  1459. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1460. this.ultraGroupBox1.ResumeLayout(false);
  1461. this.splitContainer1.Panel1.ResumeLayout(false);
  1462. this.splitContainer1.Panel2.ResumeLayout(false);
  1463. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1464. this.splitContainer1.ResumeLayout(false);
  1465. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1466. ((System.ComponentModel.ISupportInitialize)(this.CicpPriceM)).EndInit();
  1467. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1468. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1469. ((System.ComponentModel.ISupportInitialize)(this.CicpPriceC)).EndInit();
  1470. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1471. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1472. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1473. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1474. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1475. this.ultraTabControl1.ResumeLayout(false);
  1476. this.ultraPanel2.ClientArea.ResumeLayout(false);
  1477. this.ultraPanel2.ClientArea.PerformLayout();
  1478. this.ultraPanel2.ResumeLayout(false);
  1479. this.ResumeLayout(false);
  1480. }
  1481. #endregion
  1482. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1483. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  1484. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1485. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1486. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1487. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  1488. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1489. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1490. private System.Windows.Forms.Label label2;
  1491. private System.Windows.Forms.Label label1;
  1492. private System.Windows.Forms.TextBox Qname;
  1493. private System.Windows.Forms.TextBox QId;
  1494. private System.Data.DataSet CicpPriceM;
  1495. private System.Data.DataTable dataTable1;
  1496. private System.Data.DataColumn dataColumn1;
  1497. private System.Data.DataColumn dataColumn2;
  1498. private System.Data.DataColumn dataColumn3;
  1499. private System.Data.DataColumn dataColumn4;
  1500. private System.Data.DataColumn dataColumn5;
  1501. private System.Data.DataColumn dataColumn6;
  1502. private System.Data.DataColumn dataColumn7;
  1503. private System.Data.DataColumn dataColumn8;
  1504. private System.Data.DataColumn dataColumn9;
  1505. private System.Data.DataColumn dataColumn10;
  1506. private System.Data.DataColumn dataColumn11;
  1507. private System.Data.DataColumn dataColumn12;
  1508. private System.Data.DataSet CicpPriceC;
  1509. private System.Data.DataColumn dataColumn13;
  1510. private System.Data.DataColumn dataColumn14;
  1511. private System.Data.DataColumn dataColumn15;
  1512. private System.Data.DataColumn dataColumn16;
  1513. private System.Data.DataColumn dataColumn17;
  1514. private System.Data.DataColumn dataColumn18;
  1515. private System.Data.DataColumn dataColumn19;
  1516. private System.Data.DataColumn dataColumn20;
  1517. private System.Data.DataColumn dataColumn21;
  1518. private System.Data.DataColumn dataColumn22;
  1519. private System.Data.DataColumn dataColumn23;
  1520. private System.Data.DataTable dataTable2;
  1521. private System.Data.DataColumn dataColumn24;
  1522. private System.Data.DataColumn dataColumn26;
  1523. private System.Data.DataColumn dataColumn27;
  1524. private System.Data.DataColumn dataColumn28;
  1525. private System.Data.DataColumn dataColumn29;
  1526. private System.Data.DataColumn dataColumn30;
  1527. private System.Data.DataColumn dataColumn31;
  1528. private System.Data.DataColumn dataColumn32;
  1529. private System.Data.DataColumn dataColumn33;
  1530. private System.Data.DataColumn dataColumn34;
  1531. private System.Data.DataColumn dataColumn35;
  1532. private System.Data.DataColumn dataColumn36;
  1533. private System.Data.DataColumn dataColumn37;
  1534. private System.Data.DataColumn dataColumn38;
  1535. private System.Data.DataColumn dataColumn39;
  1536. private System.Data.DataColumn dataColumn40;
  1537. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1538. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1539. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1540. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1541. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtRemark;
  1542. private System.Windows.Forms.Label label6;
  1543. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtItemName;
  1544. private System.Windows.Forms.Label label5;
  1545. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtName;
  1546. private System.Windows.Forms.Label label4;
  1547. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtId;
  1548. private System.Windows.Forms.Label label3;
  1549. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtChemName;
  1550. private System.Windows.Forms.Label label10;
  1551. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtStandId;
  1552. private System.Windows.Forms.Label label9;
  1553. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtIdC;
  1554. private System.Windows.Forms.Label label7;
  1555. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtRemarkC;
  1556. private System.Windows.Forms.Label label12;
  1557. private System.Data.DataColumn dataColumn25;
  1558. private System.Data.DataColumn dataColumn41;
  1559. private System.Data.DataColumn dataColumn42;
  1560. private System.Data.DataColumn dataColumn43;
  1561. private System.Data.DataColumn dataColumn44;
  1562. private System.Data.DataColumn dataColumn45;
  1563. private System.Data.DataColumn dataColumn46;
  1564. private System.Data.DataColumn dataColumn47;
  1565. private System.Data.DataColumn dataColumn48;
  1566. private System.Data.DataColumn dataColumn49;
  1567. private System.Data.DataColumn dataColumn50;
  1568. private System.Data.DataColumn dataColumn51;
  1569. private System.Windows.Forms.Label label8;
  1570. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtChemCode;
  1571. private System.Windows.Forms.Label label11;
  1572. private Infragistics.Win.UltraWinEditors.UltraNumericEditor edtAddSubtValue;
  1573. private System.Windows.Forms.Label label13;
  1574. private Infragistics.Win.UltraWinEditors.UltraNumericEditor edtmaxVal;
  1575. private Infragistics.Win.UltraWinEditors.UltraNumericEditor edtMinVal;
  1576. private Infragistics.Win.UltraWinEditors.UltraComboEditor edtMinSign;
  1577. private Infragistics.Win.UltraWinEditors.UltraComboEditor edtMaxSign;
  1578. private System.Windows.Forms.Label label16;
  1579. private System.Windows.Forms.Label label19;
  1580. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtItemCode;
  1581. private System.Windows.Forms.CheckBox edtup;
  1582. private System.Windows.Forms.CheckBox edtdown;
  1583. private System.Windows.Forms.SplitContainer splitContainer1;
  1584. private System.Windows.Forms.Label label14;
  1585. private System.Data.DataColumn dataColumn52;
  1586. private System.Data.DataColumn dataColumn53;
  1587. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtItemAttr;
  1588. private System.Windows.Forms.Label label15;
  1589. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtItemAttrId;
  1590. }
  1591. }