FrmPopPurClause.Designer.cs 103 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780
  1. namespace Pur.Balance
  2. {
  3. partial class FrmPopPurClause
  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 appearance73 = 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("id");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("versionNo");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("standId");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gradeLevel");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gradeValue");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("priceVal");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remark");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflag");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateName");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteName");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteTime");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createUserid");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateUserid");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteUserid");
  48. Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("id");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("standId");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("dealType");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("inspSrc");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("balanceType");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remark");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflag");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateName");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteName");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteTime");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createUserid");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateUserid");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteUserid");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("priceCalcType");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("maxSign");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("maxVal");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("minSign");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("minVal");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("stepLen");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("addSubtValue");
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("calcFormula");
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("chemCode");
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("chemName");
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("chemType");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("chemFormula");
  89. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  102. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BCMID");
  103. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  104. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  105. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  106. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  107. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  108. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  109. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETENAME");
  110. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETETIME");
  111. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATEUSERID");
  112. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATEUSERID");
  113. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BCMNAME");
  114. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETEUSERID");
  115. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BCMVERSIONNO");
  116. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS");
  117. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUITMATCLASS");
  118. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUITMAT");
  119. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUITSUPP");
  120. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ENDTIME");
  121. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STARTTIME");
  122. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  123. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  124. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  125. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  126. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  127. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  128. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  129. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  130. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  131. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  132. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  133. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  134. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  135. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BCCID");
  136. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETENAME");
  137. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETETIME");
  138. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATEUSERID");
  139. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATEUSERID");
  140. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETEUSERID");
  141. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BALANCECLASS");
  142. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BALANCEID");
  143. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  144. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  145. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  146. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn77 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  147. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn78 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  148. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn79 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  149. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn80 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BCMID");
  150. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  151. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  152. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  153. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  154. Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
  155. Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
  156. Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
  157. Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
  158. Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
  159. Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
  160. Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
  161. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  162. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  163. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  164. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  165. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  166. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  167. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSelect");
  168. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClear");
  169. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
  170. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  171. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  172. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSelect");
  173. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  174. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  175. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
  176. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  177. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClear");
  178. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  179. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPopPurClause));
  180. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  181. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  182. this.basepriceC = new System.Data.DataSet();
  183. this.dataTable2 = new System.Data.DataTable();
  184. this.dataColumn24 = new System.Data.DataColumn();
  185. this.dataColumn25 = new System.Data.DataColumn();
  186. this.dataColumn26 = new System.Data.DataColumn();
  187. this.dataColumn27 = new System.Data.DataColumn();
  188. this.dataColumn28 = new System.Data.DataColumn();
  189. this.dataColumn29 = new System.Data.DataColumn();
  190. this.dataColumn30 = new System.Data.DataColumn();
  191. this.dataColumn31 = new System.Data.DataColumn();
  192. this.dataColumn32 = new System.Data.DataColumn();
  193. this.dataColumn33 = new System.Data.DataColumn();
  194. this.dataColumn34 = new System.Data.DataColumn();
  195. this.dataColumn35 = new System.Data.DataColumn();
  196. this.dataColumn36 = new System.Data.DataColumn();
  197. this.dataColumn37 = new System.Data.DataColumn();
  198. this.dataColumn38 = new System.Data.DataColumn();
  199. this.dataColumn39 = new System.Data.DataColumn();
  200. this.dataColumn40 = new System.Data.DataColumn();
  201. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  202. this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  203. this.CicpPriceC = new System.Data.DataSet();
  204. this.dataTable1 = new System.Data.DataTable();
  205. this.dataColumn1 = new System.Data.DataColumn();
  206. this.dataColumn2 = new System.Data.DataColumn();
  207. this.dataColumn3 = new System.Data.DataColumn();
  208. this.dataColumn4 = new System.Data.DataColumn();
  209. this.dataColumn5 = new System.Data.DataColumn();
  210. this.dataColumn6 = new System.Data.DataColumn();
  211. this.dataColumn7 = new System.Data.DataColumn();
  212. this.dataColumn8 = new System.Data.DataColumn();
  213. this.dataColumn9 = new System.Data.DataColumn();
  214. this.dataColumn10 = new System.Data.DataColumn();
  215. this.dataColumn11 = new System.Data.DataColumn();
  216. this.dataColumn12 = new System.Data.DataColumn();
  217. this.dataColumn13 = new System.Data.DataColumn();
  218. this.dataColumn14 = new System.Data.DataColumn();
  219. this.dataColumn15 = new System.Data.DataColumn();
  220. this.dataColumn16 = new System.Data.DataColumn();
  221. this.dataColumn17 = new System.Data.DataColumn();
  222. this.dataColumn41 = new System.Data.DataColumn();
  223. this.dataColumn42 = new System.Data.DataColumn();
  224. this.dataColumn43 = new System.Data.DataColumn();
  225. this.dataColumn44 = new System.Data.DataColumn();
  226. this.dataColumn45 = new System.Data.DataColumn();
  227. this.dataColumn46 = new System.Data.DataColumn();
  228. this.dataColumn47 = new System.Data.DataColumn();
  229. this.dataColumn48 = new System.Data.DataColumn();
  230. this.dataColumn49 = new System.Data.DataColumn();
  231. this.dataColumn50 = new System.Data.DataColumn();
  232. this.dataColumn51 = new System.Data.DataColumn();
  233. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  234. this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  235. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  236. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  237. this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
  238. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  239. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  240. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  241. this.clauseM = new System.Data.DataSet();
  242. this.dataTable4 = new System.Data.DataTable();
  243. this.dataColumn54 = new System.Data.DataColumn();
  244. this.dataColumn55 = new System.Data.DataColumn();
  245. this.dataColumn56 = new System.Data.DataColumn();
  246. this.dataColumn57 = new System.Data.DataColumn();
  247. this.dataColumn58 = new System.Data.DataColumn();
  248. this.dataColumn59 = new System.Data.DataColumn();
  249. this.dataColumn60 = new System.Data.DataColumn();
  250. this.dataColumn66 = new System.Data.DataColumn();
  251. this.dataColumn67 = new System.Data.DataColumn();
  252. this.dataColumn68 = new System.Data.DataColumn();
  253. this.dataColumn69 = new System.Data.DataColumn();
  254. this.dataColumn70 = new System.Data.DataColumn();
  255. this.dataColumn71 = new System.Data.DataColumn();
  256. this.dataColumn72 = new System.Data.DataColumn();
  257. this.dataColumn73 = new System.Data.DataColumn();
  258. this.dataColumn74 = new System.Data.DataColumn();
  259. this.dataColumn75 = new System.Data.DataColumn();
  260. this.dataColumn76 = new System.Data.DataColumn();
  261. this.dataColumn77 = new System.Data.DataColumn();
  262. this.dataColumn78 = new System.Data.DataColumn();
  263. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  264. this.clauseC = new System.Data.DataSet();
  265. this.dataTable3 = new System.Data.DataTable();
  266. this.dataColumn18 = new System.Data.DataColumn();
  267. this.dataColumn19 = new System.Data.DataColumn();
  268. this.dataColumn20 = new System.Data.DataColumn();
  269. this.dataColumn21 = new System.Data.DataColumn();
  270. this.dataColumn22 = new System.Data.DataColumn();
  271. this.dataColumn23 = new System.Data.DataColumn();
  272. this.dataColumn52 = new System.Data.DataColumn();
  273. this.dataColumn53 = new System.Data.DataColumn();
  274. this.dataColumn61 = new System.Data.DataColumn();
  275. this.dataColumn62 = new System.Data.DataColumn();
  276. this.dataColumn63 = new System.Data.DataColumn();
  277. this.dataColumn64 = new System.Data.DataColumn();
  278. this.dataColumn65 = new System.Data.DataColumn();
  279. this.dataColumn79 = new System.Data.DataColumn();
  280. this.dataColumn80 = new System.Data.DataColumn();
  281. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  282. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  283. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  284. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  285. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  286. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  287. this.label1 = new System.Windows.Forms.Label();
  288. this.label2 = new System.Windows.Forms.Label();
  289. this.QBcmId = new System.Windows.Forms.TextBox();
  290. this.QBcmName = new System.Windows.Forms.TextBox();
  291. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  292. this._FrmPmsBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  293. this._FrmPmsBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  294. this._FrmPmsBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  295. this._FrmPmsBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  296. this.ultraTabPageControl1.SuspendLayout();
  297. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  298. ((System.ComponentModel.ISupportInitialize)(this.basepriceC)).BeginInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  300. this.ultraTabPageControl2.SuspendLayout();
  301. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.CicpPriceC)).BeginInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  304. this.ultraPanel2.ClientArea.SuspendLayout();
  305. this.ultraPanel2.SuspendLayout();
  306. this.ultraPanel3.ClientArea.SuspendLayout();
  307. this.ultraPanel3.SuspendLayout();
  308. this.ultraPanel4.ClientArea.SuspendLayout();
  309. this.ultraPanel4.SuspendLayout();
  310. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  311. this.ultraGroupBox1.SuspendLayout();
  312. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  313. this.splitContainer1.Panel1.SuspendLayout();
  314. this.splitContainer1.Panel2.SuspendLayout();
  315. this.splitContainer1.SuspendLayout();
  316. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.clauseM)).BeginInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.clauseC)).BeginInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  323. this.ultraExpandableGroupBox2.SuspendLayout();
  324. this.ultraExpandableGroupBoxPanel2.SuspendLayout();
  325. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  326. this.ultraTabControl1.SuspendLayout();
  327. this.ultraPanel1.ClientArea.SuspendLayout();
  328. this.ultraPanel1.SuspendLayout();
  329. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  330. this.ultraGroupBox2.SuspendLayout();
  331. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  332. this.SuspendLayout();
  333. //
  334. // ultraTabPageControl1
  335. //
  336. this.ultraTabPageControl1.Controls.Add(this.ultraGrid3);
  337. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
  338. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  339. this.ultraTabPageControl1.Size = new System.Drawing.Size(916, 152);
  340. //
  341. // ultraGrid3
  342. //
  343. this.ultraGrid3.DataSource = this.basepriceC;
  344. appearance73.BackColor = System.Drawing.SystemColors.Window;
  345. appearance73.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  346. this.ultraGrid3.DisplayLayout.Appearance = appearance73;
  347. ultraGridColumn1.Header.Caption = "编号";
  348. ultraGridColumn1.Header.VisiblePosition = 0;
  349. ultraGridColumn2.Header.VisiblePosition = 1;
  350. ultraGridColumn3.Header.VisiblePosition = 2;
  351. ultraGridColumn4.Header.VisiblePosition = 3;
  352. ultraGridColumn5.Header.VisiblePosition = 4;
  353. ultraGridColumn6.Header.VisiblePosition = 5;
  354. ultraGridColumn7.Header.VisiblePosition = 6;
  355. ultraGridColumn8.Header.VisiblePosition = 7;
  356. ultraGridColumn9.Header.VisiblePosition = 9;
  357. ultraGridColumn10.Header.VisiblePosition = 12;
  358. ultraGridColumn11.Header.VisiblePosition = 10;
  359. ultraGridColumn12.Header.VisiblePosition = 13;
  360. ultraGridColumn13.Header.VisiblePosition = 14;
  361. ultraGridColumn13.Hidden = true;
  362. ultraGridColumn14.Header.VisiblePosition = 15;
  363. ultraGridColumn14.Hidden = true;
  364. ultraGridColumn15.Header.VisiblePosition = 8;
  365. ultraGridColumn16.Header.VisiblePosition = 11;
  366. ultraGridColumn17.Header.VisiblePosition = 16;
  367. ultraGridColumn17.Hidden = true;
  368. ultraGridBand1.Columns.AddRange(new object[] {
  369. ultraGridColumn1,
  370. ultraGridColumn2,
  371. ultraGridColumn3,
  372. ultraGridColumn4,
  373. ultraGridColumn5,
  374. ultraGridColumn6,
  375. ultraGridColumn7,
  376. ultraGridColumn8,
  377. ultraGridColumn9,
  378. ultraGridColumn10,
  379. ultraGridColumn11,
  380. ultraGridColumn12,
  381. ultraGridColumn13,
  382. ultraGridColumn14,
  383. ultraGridColumn15,
  384. ultraGridColumn16,
  385. ultraGridColumn17});
  386. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  387. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  388. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  389. appearance74.BackColor = System.Drawing.SystemColors.ActiveBorder;
  390. appearance74.BackColor2 = System.Drawing.SystemColors.ControlDark;
  391. appearance74.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  392. appearance74.BorderColor = System.Drawing.SystemColors.Window;
  393. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance74;
  394. appearance75.ForeColor = System.Drawing.SystemColors.GrayText;
  395. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance75;
  396. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  397. this.ultraGrid3.DisplayLayout.GroupByBox.Hidden = true;
  398. appearance76.BackColor = System.Drawing.SystemColors.ControlLightLight;
  399. appearance76.BackColor2 = System.Drawing.SystemColors.Control;
  400. appearance76.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  401. appearance76.ForeColor = System.Drawing.SystemColors.GrayText;
  402. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance76;
  403. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  404. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  405. appearance77.BackColor = System.Drawing.SystemColors.Window;
  406. appearance77.ForeColor = System.Drawing.SystemColors.ControlText;
  407. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance77;
  408. appearance78.BackColor = System.Drawing.SystemColors.Highlight;
  409. appearance78.ForeColor = System.Drawing.SystemColors.HighlightText;
  410. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance78;
  411. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  412. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  413. appearance79.BackColor = System.Drawing.SystemColors.Window;
  414. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance79;
  415. appearance80.BorderColor = System.Drawing.Color.Silver;
  416. appearance80.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  417. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance80;
  418. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  419. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  420. appearance81.BackColor = System.Drawing.SystemColors.Control;
  421. appearance81.BackColor2 = System.Drawing.SystemColors.ControlDark;
  422. appearance81.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  423. appearance81.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  424. appearance81.BorderColor = System.Drawing.SystemColors.Window;
  425. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance81;
  426. appearance82.TextHAlignAsString = "Left";
  427. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance82;
  428. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  429. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  430. appearance83.BackColor = System.Drawing.SystemColors.Window;
  431. appearance83.BorderColor = System.Drawing.Color.Silver;
  432. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance83;
  433. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  434. appearance84.BackColor = System.Drawing.SystemColors.ControlLight;
  435. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance84;
  436. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  437. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  438. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  439. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  440. this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.ultraGrid3.Location = new System.Drawing.Point(0, 0);
  442. this.ultraGrid3.Name = "ultraGrid3";
  443. this.ultraGrid3.Size = new System.Drawing.Size(916, 152);
  444. this.ultraGrid3.TabIndex = 0;
  445. this.ultraGrid3.Text = "ultraGrid3";
  446. //
  447. // basepriceC
  448. //
  449. this.basepriceC.DataSetName = "NewDataSet";
  450. this.basepriceC.Tables.AddRange(new System.Data.DataTable[] {
  451. this.dataTable2});
  452. //
  453. // dataTable2
  454. //
  455. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  456. this.dataColumn24,
  457. this.dataColumn25,
  458. this.dataColumn26,
  459. this.dataColumn27,
  460. this.dataColumn28,
  461. this.dataColumn29,
  462. this.dataColumn30,
  463. this.dataColumn31,
  464. this.dataColumn32,
  465. this.dataColumn33,
  466. this.dataColumn34,
  467. this.dataColumn35,
  468. this.dataColumn36,
  469. this.dataColumn37,
  470. this.dataColumn38,
  471. this.dataColumn39,
  472. this.dataColumn40});
  473. this.dataTable2.TableName = "Table1";
  474. //
  475. // dataColumn24
  476. //
  477. this.dataColumn24.Caption = "主键";
  478. this.dataColumn24.ColumnName = "id";
  479. //
  480. // dataColumn25
  481. //
  482. this.dataColumn25.Caption = "版本号";
  483. this.dataColumn25.ColumnName = "versionNo";
  484. //
  485. // dataColumn26
  486. //
  487. this.dataColumn26.Caption = "标准号";
  488. this.dataColumn26.ColumnName = "standId";
  489. //
  490. // dataColumn27
  491. //
  492. this.dataColumn27.Caption = "品位等级";
  493. this.dataColumn27.ColumnName = "gradeLevel";
  494. //
  495. // dataColumn28
  496. //
  497. this.dataColumn28.Caption = "品位等级值";
  498. this.dataColumn28.ColumnName = "gradeValue";
  499. //
  500. // dataColumn29
  501. //
  502. this.dataColumn29.Caption = "计价值";
  503. this.dataColumn29.ColumnName = "priceVal";
  504. //
  505. // dataColumn30
  506. //
  507. this.dataColumn30.Caption = "备注";
  508. this.dataColumn30.ColumnName = "remark";
  509. //
  510. // dataColumn31
  511. //
  512. this.dataColumn31.Caption = "是否有效";
  513. this.dataColumn31.ColumnName = "validflag";
  514. //
  515. // dataColumn32
  516. //
  517. this.dataColumn32.Caption = "创建人";
  518. this.dataColumn32.ColumnName = "createName";
  519. //
  520. // dataColumn33
  521. //
  522. this.dataColumn33.Caption = "修改人 ";
  523. this.dataColumn33.ColumnName = "updateName";
  524. //
  525. // dataColumn34
  526. //
  527. this.dataColumn34.Caption = "创建时间";
  528. this.dataColumn34.ColumnName = "createTime";
  529. //
  530. // dataColumn35
  531. //
  532. this.dataColumn35.Caption = "修改时间";
  533. this.dataColumn35.ColumnName = "updateTime";
  534. //
  535. // dataColumn36
  536. //
  537. this.dataColumn36.Caption = "废除人";
  538. this.dataColumn36.ColumnName = "deleteName";
  539. //
  540. // dataColumn37
  541. //
  542. this.dataColumn37.Caption = "废除时间";
  543. this.dataColumn37.ColumnName = "deleteTime";
  544. //
  545. // dataColumn38
  546. //
  547. this.dataColumn38.Caption = "创建人ID";
  548. this.dataColumn38.ColumnName = "createUserid";
  549. //
  550. // dataColumn39
  551. //
  552. this.dataColumn39.Caption = "修改人ID";
  553. this.dataColumn39.ColumnName = "updateUserid";
  554. //
  555. // dataColumn40
  556. //
  557. this.dataColumn40.Caption = "废除人ID";
  558. this.dataColumn40.ColumnName = "deleteUserid";
  559. //
  560. // ultraTabPageControl2
  561. //
  562. this.ultraTabPageControl2.Controls.Add(this.ultraGrid4);
  563. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  564. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  565. this.ultraTabPageControl2.Size = new System.Drawing.Size(916, 152);
  566. //
  567. // ultraGrid4
  568. //
  569. this.ultraGrid4.DataSource = this.CicpPriceC;
  570. appearance85.BackColor = System.Drawing.SystemColors.Window;
  571. appearance85.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  572. this.ultraGrid4.DisplayLayout.Appearance = appearance85;
  573. ultraGridColumn18.Header.Caption = "编号";
  574. ultraGridColumn18.Header.VisiblePosition = 0;
  575. ultraGridColumn19.Header.VisiblePosition = 1;
  576. ultraGridColumn20.Header.VisiblePosition = 23;
  577. ultraGridColumn21.Header.VisiblePosition = 24;
  578. ultraGridColumn22.Header.VisiblePosition = 25;
  579. ultraGridColumn23.Header.VisiblePosition = 9;
  580. ultraGridColumn24.Header.VisiblePosition = 10;
  581. ultraGridColumn25.Header.VisiblePosition = 12;
  582. ultraGridColumn26.Header.VisiblePosition = 15;
  583. ultraGridColumn27.Header.VisiblePosition = 13;
  584. ultraGridColumn28.Header.VisiblePosition = 16;
  585. ultraGridColumn29.Header.VisiblePosition = 17;
  586. ultraGridColumn29.Hidden = true;
  587. ultraGridColumn30.Header.VisiblePosition = 18;
  588. ultraGridColumn30.Hidden = true;
  589. ultraGridColumn31.Header.VisiblePosition = 11;
  590. ultraGridColumn32.Header.VisiblePosition = 14;
  591. ultraGridColumn33.Header.VisiblePosition = 19;
  592. ultraGridColumn33.Hidden = true;
  593. ultraGridColumn34.Header.VisiblePosition = 27;
  594. ultraGridColumn35.Header.VisiblePosition = 4;
  595. ultraGridColumn36.Header.VisiblePosition = 5;
  596. ultraGridColumn37.Header.VisiblePosition = 6;
  597. ultraGridColumn38.Header.VisiblePosition = 7;
  598. ultraGridColumn39.Header.VisiblePosition = 26;
  599. ultraGridColumn40.Header.VisiblePosition = 8;
  600. ultraGridColumn41.Header.VisiblePosition = 20;
  601. ultraGridColumn42.Header.VisiblePosition = 2;
  602. ultraGridColumn43.Header.VisiblePosition = 3;
  603. ultraGridColumn44.Header.VisiblePosition = 21;
  604. ultraGridColumn45.Header.VisiblePosition = 22;
  605. ultraGridBand2.Columns.AddRange(new object[] {
  606. ultraGridColumn18,
  607. ultraGridColumn19,
  608. ultraGridColumn20,
  609. ultraGridColumn21,
  610. ultraGridColumn22,
  611. ultraGridColumn23,
  612. ultraGridColumn24,
  613. ultraGridColumn25,
  614. ultraGridColumn26,
  615. ultraGridColumn27,
  616. ultraGridColumn28,
  617. ultraGridColumn29,
  618. ultraGridColumn30,
  619. ultraGridColumn31,
  620. ultraGridColumn32,
  621. ultraGridColumn33,
  622. ultraGridColumn34,
  623. ultraGridColumn35,
  624. ultraGridColumn36,
  625. ultraGridColumn37,
  626. ultraGridColumn38,
  627. ultraGridColumn39,
  628. ultraGridColumn40,
  629. ultraGridColumn41,
  630. ultraGridColumn42,
  631. ultraGridColumn43,
  632. ultraGridColumn44,
  633. ultraGridColumn45});
  634. this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  635. this.ultraGrid4.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  636. this.ultraGrid4.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  637. appearance86.BackColor = System.Drawing.SystemColors.ActiveBorder;
  638. appearance86.BackColor2 = System.Drawing.SystemColors.ControlDark;
  639. appearance86.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  640. appearance86.BorderColor = System.Drawing.SystemColors.Window;
  641. this.ultraGrid4.DisplayLayout.GroupByBox.Appearance = appearance86;
  642. appearance87.ForeColor = System.Drawing.SystemColors.GrayText;
  643. this.ultraGrid4.DisplayLayout.GroupByBox.BandLabelAppearance = appearance87;
  644. this.ultraGrid4.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  645. this.ultraGrid4.DisplayLayout.GroupByBox.Hidden = true;
  646. appearance88.BackColor = System.Drawing.SystemColors.ControlLightLight;
  647. appearance88.BackColor2 = System.Drawing.SystemColors.Control;
  648. appearance88.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  649. appearance88.ForeColor = System.Drawing.SystemColors.GrayText;
  650. this.ultraGrid4.DisplayLayout.GroupByBox.PromptAppearance = appearance88;
  651. this.ultraGrid4.DisplayLayout.MaxColScrollRegions = 1;
  652. this.ultraGrid4.DisplayLayout.MaxRowScrollRegions = 1;
  653. appearance89.BackColor = System.Drawing.SystemColors.Window;
  654. appearance89.ForeColor = System.Drawing.SystemColors.ControlText;
  655. this.ultraGrid4.DisplayLayout.Override.ActiveCellAppearance = appearance89;
  656. appearance90.BackColor = System.Drawing.SystemColors.Highlight;
  657. appearance90.ForeColor = System.Drawing.SystemColors.HighlightText;
  658. this.ultraGrid4.DisplayLayout.Override.ActiveRowAppearance = appearance90;
  659. this.ultraGrid4.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  660. this.ultraGrid4.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  661. appearance91.BackColor = System.Drawing.SystemColors.Window;
  662. this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance91;
  663. appearance92.BorderColor = System.Drawing.Color.Silver;
  664. appearance92.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  665. this.ultraGrid4.DisplayLayout.Override.CellAppearance = appearance92;
  666. this.ultraGrid4.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  667. this.ultraGrid4.DisplayLayout.Override.CellPadding = 0;
  668. appearance93.BackColor = System.Drawing.SystemColors.Control;
  669. appearance93.BackColor2 = System.Drawing.SystemColors.ControlDark;
  670. appearance93.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  671. appearance93.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  672. appearance93.BorderColor = System.Drawing.SystemColors.Window;
  673. this.ultraGrid4.DisplayLayout.Override.GroupByRowAppearance = appearance93;
  674. appearance94.TextHAlignAsString = "Left";
  675. this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance94;
  676. this.ultraGrid4.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  677. this.ultraGrid4.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  678. appearance95.BackColor = System.Drawing.SystemColors.Window;
  679. appearance95.BorderColor = System.Drawing.Color.Silver;
  680. this.ultraGrid4.DisplayLayout.Override.RowAppearance = appearance95;
  681. this.ultraGrid4.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  682. appearance96.BackColor = System.Drawing.SystemColors.ControlLight;
  683. this.ultraGrid4.DisplayLayout.Override.TemplateAddRowAppearance = appearance96;
  684. this.ultraGrid4.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  685. this.ultraGrid4.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  686. this.ultraGrid4.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  687. this.ultraGrid4.Dock = System.Windows.Forms.DockStyle.Fill;
  688. this.ultraGrid4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  689. this.ultraGrid4.Location = new System.Drawing.Point(0, 0);
  690. this.ultraGrid4.Name = "ultraGrid4";
  691. this.ultraGrid4.Size = new System.Drawing.Size(916, 152);
  692. this.ultraGrid4.TabIndex = 1;
  693. this.ultraGrid4.Text = "ultraGrid4";
  694. //
  695. // CicpPriceC
  696. //
  697. this.CicpPriceC.DataSetName = "NewDataSet";
  698. this.CicpPriceC.Tables.AddRange(new System.Data.DataTable[] {
  699. this.dataTable1});
  700. //
  701. // dataTable1
  702. //
  703. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  704. this.dataColumn1,
  705. this.dataColumn2,
  706. this.dataColumn3,
  707. this.dataColumn4,
  708. this.dataColumn5,
  709. this.dataColumn6,
  710. this.dataColumn7,
  711. this.dataColumn8,
  712. this.dataColumn9,
  713. this.dataColumn10,
  714. this.dataColumn11,
  715. this.dataColumn12,
  716. this.dataColumn13,
  717. this.dataColumn14,
  718. this.dataColumn15,
  719. this.dataColumn16,
  720. this.dataColumn17,
  721. this.dataColumn41,
  722. this.dataColumn42,
  723. this.dataColumn43,
  724. this.dataColumn44,
  725. this.dataColumn45,
  726. this.dataColumn46,
  727. this.dataColumn47,
  728. this.dataColumn48,
  729. this.dataColumn49,
  730. this.dataColumn50,
  731. this.dataColumn51});
  732. this.dataTable1.TableName = "Table1";
  733. //
  734. // dataColumn1
  735. //
  736. this.dataColumn1.Caption = "主键";
  737. this.dataColumn1.ColumnName = "id";
  738. //
  739. // dataColumn2
  740. //
  741. this.dataColumn2.Caption = "标准号";
  742. this.dataColumn2.ColumnName = "standId";
  743. //
  744. // dataColumn3
  745. //
  746. this.dataColumn3.Caption = "处理方式";
  747. this.dataColumn3.ColumnName = "dealType";
  748. //
  749. // dataColumn4
  750. //
  751. this.dataColumn4.Caption = "检化验来源";
  752. this.dataColumn4.ColumnName = "inspSrc";
  753. //
  754. // dataColumn5
  755. //
  756. this.dataColumn5.Caption = "结算类别";
  757. this.dataColumn5.ColumnName = "balanceType";
  758. //
  759. // dataColumn6
  760. //
  761. this.dataColumn6.Caption = "备注";
  762. this.dataColumn6.ColumnName = "remark";
  763. //
  764. // dataColumn7
  765. //
  766. this.dataColumn7.Caption = "是否有效";
  767. this.dataColumn7.ColumnName = "validflag";
  768. //
  769. // dataColumn8
  770. //
  771. this.dataColumn8.Caption = "创建人";
  772. this.dataColumn8.ColumnName = "createName";
  773. //
  774. // dataColumn9
  775. //
  776. this.dataColumn9.Caption = "修改人 ";
  777. this.dataColumn9.ColumnName = "updateName";
  778. //
  779. // dataColumn10
  780. //
  781. this.dataColumn10.Caption = "创建时间";
  782. this.dataColumn10.ColumnName = "createTime";
  783. //
  784. // dataColumn11
  785. //
  786. this.dataColumn11.Caption = "修改时间";
  787. this.dataColumn11.ColumnName = "updateTime";
  788. //
  789. // dataColumn12
  790. //
  791. this.dataColumn12.Caption = "废除人";
  792. this.dataColumn12.ColumnName = "deleteName";
  793. //
  794. // dataColumn13
  795. //
  796. this.dataColumn13.Caption = "废除时间";
  797. this.dataColumn13.ColumnName = "deleteTime";
  798. //
  799. // dataColumn14
  800. //
  801. this.dataColumn14.Caption = "创建人ID";
  802. this.dataColumn14.ColumnName = "createUserid";
  803. //
  804. // dataColumn15
  805. //
  806. this.dataColumn15.Caption = "修改人ID";
  807. this.dataColumn15.ColumnName = "updateUserid";
  808. //
  809. // dataColumn16
  810. //
  811. this.dataColumn16.Caption = "废除人ID";
  812. this.dataColumn16.ColumnName = "deleteUserid";
  813. //
  814. // dataColumn17
  815. //
  816. this.dataColumn17.Caption = "价格计算方式";
  817. this.dataColumn17.ColumnName = "priceCalcType";
  818. //
  819. // dataColumn41
  820. //
  821. this.dataColumn41.Caption = "上限符号";
  822. this.dataColumn41.ColumnName = "maxSign";
  823. //
  824. // dataColumn42
  825. //
  826. this.dataColumn42.Caption = "上限值";
  827. this.dataColumn42.ColumnName = "maxVal";
  828. //
  829. // dataColumn43
  830. //
  831. this.dataColumn43.Caption = "下限符号";
  832. this.dataColumn43.ColumnName = "minSign";
  833. //
  834. // dataColumn44
  835. //
  836. this.dataColumn44.Caption = "下限值";
  837. this.dataColumn44.ColumnName = "minVal";
  838. //
  839. // dataColumn45
  840. //
  841. this.dataColumn45.Caption = "步长";
  842. this.dataColumn45.ColumnName = "stepLen";
  843. //
  844. // dataColumn46
  845. //
  846. this.dataColumn46.Caption = "加减额度";
  847. this.dataColumn46.ColumnName = "addSubtValue";
  848. //
  849. // dataColumn47
  850. //
  851. this.dataColumn47.Caption = "计算公式";
  852. this.dataColumn47.ColumnName = "calcFormula";
  853. //
  854. // dataColumn48
  855. //
  856. this.dataColumn48.Caption = "元素代码";
  857. this.dataColumn48.ColumnName = "chemCode";
  858. //
  859. // dataColumn49
  860. //
  861. this.dataColumn49.Caption = "元素名称";
  862. this.dataColumn49.ColumnName = "chemName";
  863. //
  864. // dataColumn50
  865. //
  866. this.dataColumn50.Caption = "检验类型";
  867. this.dataColumn50.ColumnName = "chemType";
  868. //
  869. // dataColumn51
  870. //
  871. this.dataColumn51.Caption = "检验公式";
  872. this.dataColumn51.ColumnName = "chemFormula";
  873. //
  874. // ultraTabPageControl3
  875. //
  876. this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
  877. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  878. this.ultraTabPageControl3.Size = new System.Drawing.Size(916, 152);
  879. //
  880. // ultraTabPageControl4
  881. //
  882. this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
  883. this.ultraTabPageControl4.Name = "ultraTabPageControl4";
  884. this.ultraTabPageControl4.Size = new System.Drawing.Size(916, 152);
  885. //
  886. // ultraPanel2
  887. //
  888. //
  889. // ultraPanel2.ClientArea
  890. //
  891. this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel3);
  892. this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel1);
  893. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  894. this.ultraPanel2.Location = new System.Drawing.Point(0, 24);
  895. this.ultraPanel2.Name = "ultraPanel2";
  896. this.ultraPanel2.Size = new System.Drawing.Size(926, 416);
  897. this.ultraPanel2.TabIndex = 1;
  898. //
  899. // ultraPanel3
  900. //
  901. //
  902. // ultraPanel3.ClientArea
  903. //
  904. this.ultraPanel3.ClientArea.Controls.Add(this.ultraPanel4);
  905. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  906. this.ultraPanel3.Location = new System.Drawing.Point(0, 32);
  907. this.ultraPanel3.Name = "ultraPanel3";
  908. this.ultraPanel3.Size = new System.Drawing.Size(926, 384);
  909. this.ultraPanel3.TabIndex = 1;
  910. //
  911. // ultraPanel4
  912. //
  913. //
  914. // ultraPanel4.ClientArea
  915. //
  916. this.ultraPanel4.ClientArea.Controls.Add(this.ultraGroupBox1);
  917. this.ultraPanel4.ClientArea.Controls.Add(this.ultraExpandableGroupBox2);
  918. this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  919. this.ultraPanel4.Location = new System.Drawing.Point(0, 0);
  920. this.ultraPanel4.Name = "ultraPanel4";
  921. this.ultraPanel4.Size = new System.Drawing.Size(926, 384);
  922. this.ultraPanel4.TabIndex = 1;
  923. //
  924. // ultraGroupBox1
  925. //
  926. this.ultraGroupBox1.Controls.Add(this.splitContainer1);
  927. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  928. this.ultraGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  929. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  930. this.ultraGroupBox1.Name = "ultraGroupBox1";
  931. this.ultraGroupBox1.Size = new System.Drawing.Size(926, 179);
  932. this.ultraGroupBox1.TabIndex = 2;
  933. this.ultraGroupBox1.Text = "条款信息";
  934. //
  935. // splitContainer1
  936. //
  937. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  938. this.splitContainer1.Location = new System.Drawing.Point(3, 23);
  939. this.splitContainer1.Name = "splitContainer1";
  940. //
  941. // splitContainer1.Panel1
  942. //
  943. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
  944. //
  945. // splitContainer1.Panel2
  946. //
  947. this.splitContainer1.Panel2.Controls.Add(this.ultraGrid2);
  948. this.splitContainer1.Size = new System.Drawing.Size(920, 153);
  949. this.splitContainer1.SplitterDistance = 548;
  950. this.splitContainer1.TabIndex = 2;
  951. //
  952. // ultraGrid1
  953. //
  954. this.ultraGrid1.DataSource = this.clauseM;
  955. appearance49.BackColor = System.Drawing.SystemColors.Window;
  956. appearance49.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  957. this.ultraGrid1.DisplayLayout.Appearance = appearance49;
  958. ultraGridColumn46.Header.Caption = "编号";
  959. ultraGridColumn46.Header.VisiblePosition = 0;
  960. ultraGridColumn47.Header.VisiblePosition = 9;
  961. ultraGridColumn48.Header.Caption = "是否有效";
  962. ultraGridColumn48.Header.VisiblePosition = 10;
  963. ultraGridColumn49.Header.VisiblePosition = 12;
  964. ultraGridColumn50.Header.VisiblePosition = 13;
  965. ultraGridColumn51.Header.VisiblePosition = 15;
  966. ultraGridColumn52.Header.VisiblePosition = 16;
  967. ultraGridColumn53.Header.VisiblePosition = 17;
  968. ultraGridColumn53.Hidden = true;
  969. ultraGridColumn54.Header.VisiblePosition = 18;
  970. ultraGridColumn54.Hidden = true;
  971. ultraGridColumn55.Header.VisiblePosition = 11;
  972. ultraGridColumn56.Header.VisiblePosition = 14;
  973. ultraGridColumn57.Header.VisiblePosition = 1;
  974. ultraGridColumn58.Header.Caption = "废除人ID";
  975. ultraGridColumn58.Header.VisiblePosition = 19;
  976. ultraGridColumn58.Hidden = true;
  977. ultraGridColumn59.Header.VisiblePosition = 2;
  978. ultraGridColumn60.Header.Caption = "状态";
  979. ultraGridColumn60.Header.VisiblePosition = 3;
  980. ultraGridColumn61.Header.Caption = "适用物料类别";
  981. ultraGridColumn61.Header.VisiblePosition = 5;
  982. ultraGridColumn62.Header.VisiblePosition = 6;
  983. ultraGridColumn63.Header.Caption = "适用供应商";
  984. ultraGridColumn63.Header.VisiblePosition = 4;
  985. ultraGridColumn64.Header.VisiblePosition = 8;
  986. ultraGridColumn65.Header.VisiblePosition = 7;
  987. ultraGridBand3.Columns.AddRange(new object[] {
  988. ultraGridColumn46,
  989. ultraGridColumn47,
  990. ultraGridColumn48,
  991. ultraGridColumn49,
  992. ultraGridColumn50,
  993. ultraGridColumn51,
  994. ultraGridColumn52,
  995. ultraGridColumn53,
  996. ultraGridColumn54,
  997. ultraGridColumn55,
  998. ultraGridColumn56,
  999. ultraGridColumn57,
  1000. ultraGridColumn58,
  1001. ultraGridColumn59,
  1002. ultraGridColumn60,
  1003. ultraGridColumn61,
  1004. ultraGridColumn62,
  1005. ultraGridColumn63,
  1006. ultraGridColumn64,
  1007. ultraGridColumn65});
  1008. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  1009. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1010. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1011. appearance50.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1012. appearance50.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1013. appearance50.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1014. appearance50.BorderColor = System.Drawing.SystemColors.Window;
  1015. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance50;
  1016. appearance51.ForeColor = System.Drawing.SystemColors.GrayText;
  1017. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance51;
  1018. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1019. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  1020. appearance52.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1021. appearance52.BackColor2 = System.Drawing.SystemColors.Control;
  1022. appearance52.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1023. appearance52.ForeColor = System.Drawing.SystemColors.GrayText;
  1024. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance52;
  1025. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  1026. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  1027. appearance53.BackColor = System.Drawing.SystemColors.Window;
  1028. appearance53.ForeColor = System.Drawing.SystemColors.ControlText;
  1029. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance53;
  1030. appearance54.BackColor = System.Drawing.SystemColors.Highlight;
  1031. appearance54.ForeColor = System.Drawing.SystemColors.HighlightText;
  1032. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance54;
  1033. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1034. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1035. appearance55.BackColor = System.Drawing.SystemColors.Window;
  1036. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance55;
  1037. appearance56.BorderColor = System.Drawing.Color.Silver;
  1038. appearance56.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1039. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance56;
  1040. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1041. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  1042. appearance57.BackColor = System.Drawing.SystemColors.Control;
  1043. appearance57.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1044. appearance57.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1045. appearance57.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1046. appearance57.BorderColor = System.Drawing.SystemColors.Window;
  1047. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance57;
  1048. appearance58.TextHAlignAsString = "Left";
  1049. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance58;
  1050. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1051. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1052. appearance59.BackColor = System.Drawing.SystemColors.Window;
  1053. appearance59.BorderColor = System.Drawing.Color.Silver;
  1054. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance59;
  1055. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1056. appearance60.BackColor = System.Drawing.SystemColors.ControlLight;
  1057. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance60;
  1058. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1059. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1060. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1061. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  1062. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1063. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  1064. this.ultraGrid1.Name = "ultraGrid1";
  1065. this.ultraGrid1.Size = new System.Drawing.Size(548, 153);
  1066. this.ultraGrid1.TabIndex = 0;
  1067. this.ultraGrid1.Text = "ultraGrid1";
  1068. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  1069. this.ultraGrid1.DoubleClickCell += new Infragistics.Win.UltraWinGrid.DoubleClickCellEventHandler(this.ultraGrid1_DoubleClickCell);
  1070. //
  1071. // clauseM
  1072. //
  1073. this.clauseM.DataSetName = "NewDataSet";
  1074. this.clauseM.Tables.AddRange(new System.Data.DataTable[] {
  1075. this.dataTable4});
  1076. //
  1077. // dataTable4
  1078. //
  1079. this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
  1080. this.dataColumn54,
  1081. this.dataColumn55,
  1082. this.dataColumn56,
  1083. this.dataColumn57,
  1084. this.dataColumn58,
  1085. this.dataColumn59,
  1086. this.dataColumn60,
  1087. this.dataColumn66,
  1088. this.dataColumn67,
  1089. this.dataColumn68,
  1090. this.dataColumn69,
  1091. this.dataColumn70,
  1092. this.dataColumn71,
  1093. this.dataColumn72,
  1094. this.dataColumn73,
  1095. this.dataColumn74,
  1096. this.dataColumn75,
  1097. this.dataColumn76,
  1098. this.dataColumn77,
  1099. this.dataColumn78});
  1100. this.dataTable4.TableName = "Table1";
  1101. //
  1102. // dataColumn54
  1103. //
  1104. this.dataColumn54.Caption = "主键";
  1105. this.dataColumn54.ColumnName = "BCMID";
  1106. //
  1107. // dataColumn55
  1108. //
  1109. this.dataColumn55.Caption = "备注";
  1110. this.dataColumn55.ColumnName = "REMARK";
  1111. //
  1112. // dataColumn56
  1113. //
  1114. this.dataColumn56.Caption = "数据状态(有效、无效)";
  1115. this.dataColumn56.ColumnName = "VALIDFLAG";
  1116. //
  1117. // dataColumn57
  1118. //
  1119. this.dataColumn57.Caption = "创建人";
  1120. this.dataColumn57.ColumnName = "CREATENAME";
  1121. //
  1122. // dataColumn58
  1123. //
  1124. this.dataColumn58.Caption = "创建时间";
  1125. this.dataColumn58.ColumnName = "CREATETIME";
  1126. //
  1127. // dataColumn59
  1128. //
  1129. this.dataColumn59.Caption = "修改人";
  1130. this.dataColumn59.ColumnName = "UPDATENAME";
  1131. //
  1132. // dataColumn60
  1133. //
  1134. this.dataColumn60.Caption = "修改时间";
  1135. this.dataColumn60.ColumnName = "UPDATETIME";
  1136. //
  1137. // dataColumn66
  1138. //
  1139. this.dataColumn66.Caption = "废除人";
  1140. this.dataColumn66.ColumnName = "DELETENAME";
  1141. //
  1142. // dataColumn67
  1143. //
  1144. this.dataColumn67.Caption = "废除时间";
  1145. this.dataColumn67.ColumnName = "DELETETIME";
  1146. //
  1147. // dataColumn68
  1148. //
  1149. this.dataColumn68.Caption = "创建人ID";
  1150. this.dataColumn68.ColumnName = "CREATEUSERID";
  1151. //
  1152. // dataColumn69
  1153. //
  1154. this.dataColumn69.Caption = "修改人ID";
  1155. this.dataColumn69.ColumnName = "UPDATEUSERID";
  1156. //
  1157. // dataColumn70
  1158. //
  1159. this.dataColumn70.Caption = "条款名称";
  1160. this.dataColumn70.ColumnName = "BCMNAME";
  1161. //
  1162. // dataColumn71
  1163. //
  1164. this.dataColumn71.Caption = "废除分ID";
  1165. this.dataColumn71.ColumnName = "DELETEUSERID";
  1166. //
  1167. // dataColumn72
  1168. //
  1169. this.dataColumn72.Caption = "版本号";
  1170. this.dataColumn72.ColumnName = "BCMVERSIONNO";
  1171. //
  1172. // dataColumn73
  1173. //
  1174. this.dataColumn73.Caption = "状态(1:未生效 2:已生效)";
  1175. this.dataColumn73.ColumnName = "STATUS";
  1176. //
  1177. // dataColumn74
  1178. //
  1179. this.dataColumn74.Caption = "适用的物料类别";
  1180. this.dataColumn74.ColumnName = "SUITMATCLASS";
  1181. //
  1182. // dataColumn75
  1183. //
  1184. this.dataColumn75.Caption = "适用物料编码";
  1185. this.dataColumn75.ColumnName = "SUITMAT";
  1186. //
  1187. // dataColumn76
  1188. //
  1189. this.dataColumn76.Caption = "适用的供应商";
  1190. this.dataColumn76.ColumnName = "SUITSUPP";
  1191. //
  1192. // dataColumn77
  1193. //
  1194. this.dataColumn77.Caption = "结束时间";
  1195. this.dataColumn77.ColumnName = "ENDTIME";
  1196. //
  1197. // dataColumn78
  1198. //
  1199. this.dataColumn78.Caption = "开始时间";
  1200. this.dataColumn78.ColumnName = "STARTTIME";
  1201. //
  1202. // ultraGrid2
  1203. //
  1204. this.ultraGrid2.DataSource = this.clauseC;
  1205. appearance61.BackColor = System.Drawing.SystemColors.Window;
  1206. appearance61.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1207. this.ultraGrid2.DisplayLayout.Appearance = appearance61;
  1208. ultraGridColumn66.Header.Caption = "编号";
  1209. ultraGridColumn66.Header.VisiblePosition = 0;
  1210. ultraGridColumn67.Header.VisiblePosition = 12;
  1211. ultraGridColumn67.Hidden = true;
  1212. ultraGridColumn68.Header.VisiblePosition = 13;
  1213. ultraGridColumn68.Hidden = true;
  1214. ultraGridColumn69.Header.VisiblePosition = 6;
  1215. ultraGridColumn70.Header.VisiblePosition = 9;
  1216. ultraGridColumn71.Header.VisiblePosition = 14;
  1217. ultraGridColumn71.Hidden = true;
  1218. ultraGridColumn72.Header.VisiblePosition = 2;
  1219. ultraGridColumn73.Header.VisiblePosition = 3;
  1220. ultraGridColumn74.Header.Caption = "是否有效";
  1221. ultraGridColumn74.Header.VisiblePosition = 5;
  1222. ultraGridColumn75.Header.VisiblePosition = 7;
  1223. ultraGridColumn76.Header.VisiblePosition = 11;
  1224. ultraGridColumn77.Header.VisiblePosition = 10;
  1225. ultraGridColumn78.Header.VisiblePosition = 8;
  1226. ultraGridColumn79.Header.VisiblePosition = 4;
  1227. ultraGridColumn80.Header.Caption = "条款编号";
  1228. ultraGridColumn80.Header.VisiblePosition = 1;
  1229. ultraGridBand4.Columns.AddRange(new object[] {
  1230. ultraGridColumn66,
  1231. ultraGridColumn67,
  1232. ultraGridColumn68,
  1233. ultraGridColumn69,
  1234. ultraGridColumn70,
  1235. ultraGridColumn71,
  1236. ultraGridColumn72,
  1237. ultraGridColumn73,
  1238. ultraGridColumn74,
  1239. ultraGridColumn75,
  1240. ultraGridColumn76,
  1241. ultraGridColumn77,
  1242. ultraGridColumn78,
  1243. ultraGridColumn79,
  1244. ultraGridColumn80});
  1245. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
  1246. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1247. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1248. appearance62.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1249. appearance62.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1250. appearance62.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1251. appearance62.BorderColor = System.Drawing.SystemColors.Window;
  1252. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance62;
  1253. appearance63.ForeColor = System.Drawing.SystemColors.GrayText;
  1254. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance63;
  1255. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1256. this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
  1257. appearance64.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1258. appearance64.BackColor2 = System.Drawing.SystemColors.Control;
  1259. appearance64.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1260. appearance64.ForeColor = System.Drawing.SystemColors.GrayText;
  1261. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance64;
  1262. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  1263. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  1264. appearance65.BackColor = System.Drawing.SystemColors.Window;
  1265. appearance65.ForeColor = System.Drawing.SystemColors.ControlText;
  1266. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance65;
  1267. appearance66.BackColor = System.Drawing.SystemColors.Highlight;
  1268. appearance66.ForeColor = System.Drawing.SystemColors.HighlightText;
  1269. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance66;
  1270. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1271. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1272. appearance67.BackColor = System.Drawing.SystemColors.Window;
  1273. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance67;
  1274. appearance68.BorderColor = System.Drawing.Color.Silver;
  1275. appearance68.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1276. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance68;
  1277. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1278. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  1279. appearance69.BackColor = System.Drawing.SystemColors.Control;
  1280. appearance69.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1281. appearance69.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1282. appearance69.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1283. appearance69.BorderColor = System.Drawing.SystemColors.Window;
  1284. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance69;
  1285. appearance70.TextHAlignAsString = "Left";
  1286. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance70;
  1287. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1288. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1289. appearance71.BackColor = System.Drawing.SystemColors.Window;
  1290. appearance71.BorderColor = System.Drawing.Color.Silver;
  1291. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance71;
  1292. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1293. appearance72.BackColor = System.Drawing.SystemColors.ControlLight;
  1294. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance72;
  1295. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1296. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1297. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1298. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  1299. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1300. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  1301. this.ultraGrid2.Name = "ultraGrid2";
  1302. this.ultraGrid2.Size = new System.Drawing.Size(368, 153);
  1303. this.ultraGrid2.TabIndex = 1;
  1304. this.ultraGrid2.Text = "ultraGrid2";
  1305. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  1306. //
  1307. // clauseC
  1308. //
  1309. this.clauseC.DataSetName = "NewDataSet";
  1310. this.clauseC.Tables.AddRange(new System.Data.DataTable[] {
  1311. this.dataTable3});
  1312. //
  1313. // dataTable3
  1314. //
  1315. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  1316. this.dataColumn18,
  1317. this.dataColumn19,
  1318. this.dataColumn20,
  1319. this.dataColumn21,
  1320. this.dataColumn22,
  1321. this.dataColumn23,
  1322. this.dataColumn52,
  1323. this.dataColumn53,
  1324. this.dataColumn61,
  1325. this.dataColumn62,
  1326. this.dataColumn63,
  1327. this.dataColumn64,
  1328. this.dataColumn65,
  1329. this.dataColumn79,
  1330. this.dataColumn80});
  1331. this.dataTable3.TableName = "Table1";
  1332. //
  1333. // dataColumn18
  1334. //
  1335. this.dataColumn18.Caption = "主键";
  1336. this.dataColumn18.ColumnName = "BCCID";
  1337. //
  1338. // dataColumn19
  1339. //
  1340. this.dataColumn19.Caption = "废除人";
  1341. this.dataColumn19.ColumnName = "DELETENAME";
  1342. //
  1343. // dataColumn20
  1344. //
  1345. this.dataColumn20.Caption = "废除时间";
  1346. this.dataColumn20.ColumnName = "DELETETIME";
  1347. //
  1348. // dataColumn21
  1349. //
  1350. this.dataColumn21.Caption = "创建人ID";
  1351. this.dataColumn21.ColumnName = "CREATEUSERID";
  1352. //
  1353. // dataColumn22
  1354. //
  1355. this.dataColumn22.Caption = "修改人ID";
  1356. this.dataColumn22.ColumnName = "UPDATEUSERID";
  1357. //
  1358. // dataColumn23
  1359. //
  1360. this.dataColumn23.Caption = "废除人ID";
  1361. this.dataColumn23.ColumnName = "DELETEUSERID";
  1362. //
  1363. // dataColumn52
  1364. //
  1365. this.dataColumn52.Caption = "结算类型";
  1366. this.dataColumn52.ColumnName = "BALANCECLASS";
  1367. //
  1368. // dataColumn53
  1369. //
  1370. this.dataColumn53.Caption = "结算标准ID";
  1371. this.dataColumn53.ColumnName = "BALANCEID";
  1372. //
  1373. // dataColumn61
  1374. //
  1375. this.dataColumn61.Caption = "数据状态(有效、无效)";
  1376. this.dataColumn61.ColumnName = "VALIDFLAG";
  1377. //
  1378. // dataColumn62
  1379. //
  1380. this.dataColumn62.Caption = "创建人";
  1381. this.dataColumn62.ColumnName = "CREATENAME";
  1382. //
  1383. // dataColumn63
  1384. //
  1385. this.dataColumn63.Caption = "创建时间";
  1386. this.dataColumn63.ColumnName = "CREATETIME";
  1387. //
  1388. // dataColumn64
  1389. //
  1390. this.dataColumn64.Caption = "修改人";
  1391. this.dataColumn64.ColumnName = "UPDATENAME";
  1392. //
  1393. // dataColumn65
  1394. //
  1395. this.dataColumn65.Caption = "修改时间";
  1396. this.dataColumn65.ColumnName = "UPDATETIME";
  1397. //
  1398. // dataColumn79
  1399. //
  1400. this.dataColumn79.Caption = "备注";
  1401. this.dataColumn79.ColumnName = "REMARK";
  1402. //
  1403. // dataColumn80
  1404. //
  1405. this.dataColumn80.Caption = "条款ID";
  1406. this.dataColumn80.ColumnName = "BCMID";
  1407. //
  1408. // ultraExpandableGroupBox2
  1409. //
  1410. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  1411. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  1412. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(926, 205);
  1413. this.ultraExpandableGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  1414. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 179);
  1415. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  1416. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(926, 205);
  1417. this.ultraExpandableGroupBox2.TabIndex = 1;
  1418. this.ultraExpandableGroupBox2.Text = "计价明细";
  1419. //
  1420. // ultraExpandableGroupBoxPanel2
  1421. //
  1422. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraTabControl1);
  1423. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  1424. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 24);
  1425. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  1426. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(920, 178);
  1427. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  1428. //
  1429. // ultraTabControl1
  1430. //
  1431. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  1432. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  1433. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  1434. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
  1435. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl4);
  1436. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1437. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  1438. this.ultraTabControl1.Name = "ultraTabControl1";
  1439. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1440. this.ultraTabControl1.Size = new System.Drawing.Size(920, 178);
  1441. this.ultraTabControl1.TabIndex = 0;
  1442. ultraTab1.TabPage = this.ultraTabPageControl1;
  1443. ultraTab1.Text = "基价";
  1444. ultraTab2.TabPage = this.ultraTabPageControl2;
  1445. ultraTab2.Text = "成分";
  1446. ultraTab3.TabPage = this.ultraTabPageControl3;
  1447. ultraTab3.Text = "批量";
  1448. ultraTab4.TabPage = this.ultraTabPageControl4;
  1449. ultraTab4.Text = "其它";
  1450. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1451. ultraTab1,
  1452. ultraTab2,
  1453. ultraTab3,
  1454. ultraTab4});
  1455. //
  1456. // ultraTabSharedControlsPage1
  1457. //
  1458. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1459. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1460. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(916, 152);
  1461. //
  1462. // ultraPanel1
  1463. //
  1464. //
  1465. // ultraPanel1.ClientArea
  1466. //
  1467. this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox2);
  1468. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  1469. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  1470. this.ultraPanel1.Name = "ultraPanel1";
  1471. this.ultraPanel1.Size = new System.Drawing.Size(926, 32);
  1472. this.ultraPanel1.TabIndex = 0;
  1473. //
  1474. // ultraGroupBox2
  1475. //
  1476. this.ultraGroupBox2.Controls.Add(this.label1);
  1477. this.ultraGroupBox2.Controls.Add(this.label2);
  1478. this.ultraGroupBox2.Controls.Add(this.QBcmId);
  1479. this.ultraGroupBox2.Controls.Add(this.QBcmName);
  1480. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  1481. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  1482. this.ultraGroupBox2.Name = "ultraGroupBox2";
  1483. this.ultraGroupBox2.Size = new System.Drawing.Size(926, 32);
  1484. this.ultraGroupBox2.TabIndex = 12;
  1485. //
  1486. // label1
  1487. //
  1488. this.label1.AutoSize = true;
  1489. this.label1.Location = new System.Drawing.Point(16, 8);
  1490. this.label1.Name = "label1";
  1491. this.label1.Size = new System.Drawing.Size(29, 12);
  1492. this.label1.TabIndex = 10;
  1493. this.label1.Text = "编号";
  1494. //
  1495. // label2
  1496. //
  1497. this.label2.AutoSize = true;
  1498. this.label2.Location = new System.Drawing.Point(163, 9);
  1499. this.label2.Name = "label2";
  1500. this.label2.Size = new System.Drawing.Size(29, 12);
  1501. this.label2.TabIndex = 11;
  1502. this.label2.Text = "名称";
  1503. //
  1504. // QBcmId
  1505. //
  1506. this.QBcmId.Location = new System.Drawing.Point(49, 5);
  1507. this.QBcmId.Name = "QBcmId";
  1508. this.QBcmId.Size = new System.Drawing.Size(100, 21);
  1509. this.QBcmId.TabIndex = 8;
  1510. //
  1511. // QBcmName
  1512. //
  1513. this.QBcmName.Location = new System.Drawing.Point(196, 5);
  1514. this.QBcmName.Name = "QBcmName";
  1515. this.QBcmName.Size = new System.Drawing.Size(100, 21);
  1516. this.QBcmName.TabIndex = 9;
  1517. //
  1518. // ultraToolbarsManager1
  1519. //
  1520. this.ultraToolbarsManager1.DesignerFlags = 1;
  1521. this.ultraToolbarsManager1.DockWithinContainer = this;
  1522. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Pur.Entity.FrmPmsBase);
  1523. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  1524. ultraToolbar1.DockedColumn = 0;
  1525. ultraToolbar1.DockedRow = 0;
  1526. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1527. buttonTool1,
  1528. buttonTool2,
  1529. buttonTool7,
  1530. buttonTool3});
  1531. ultraToolbar1.Text = "UltraToolbar1";
  1532. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  1533. ultraToolbar1});
  1534. appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
  1535. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance1;
  1536. buttonTool4.SharedPropsInternal.Caption = "查询";
  1537. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1538. appearance2.Image = ((object)(resources.GetObject("appearance2.Image")));
  1539. buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance2;
  1540. appearance3.Image = ((object)(resources.GetObject("appearance3.Image")));
  1541. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance3;
  1542. buttonTool5.SharedPropsInternal.Caption = "确定";
  1543. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1544. appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
  1545. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance4;
  1546. buttonTool6.SharedPropsInternal.Caption = "关闭";
  1547. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1548. appearance15.Image = ((object)(resources.GetObject("appearance15.Image")));
  1549. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
  1550. buttonTool8.SharedPropsInternal.Caption = "清空";
  1551. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1552. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1553. buttonTool4,
  1554. buttonTool5,
  1555. buttonTool6,
  1556. buttonTool8});
  1557. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  1558. //
  1559. // _FrmPmsBase_Toolbars_Dock_Area_Left
  1560. //
  1561. this._FrmPmsBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1562. this._FrmPmsBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  1563. this._FrmPmsBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  1564. this._FrmPmsBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  1565. this._FrmPmsBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  1566. this._FrmPmsBase_Toolbars_Dock_Area_Left.Name = "_FrmPmsBase_Toolbars_Dock_Area_Left";
  1567. this._FrmPmsBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 416);
  1568. this._FrmPmsBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  1569. //
  1570. // _FrmPmsBase_Toolbars_Dock_Area_Right
  1571. //
  1572. this._FrmPmsBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1573. this._FrmPmsBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  1574. this._FrmPmsBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  1575. this._FrmPmsBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  1576. this._FrmPmsBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(926, 24);
  1577. this._FrmPmsBase_Toolbars_Dock_Area_Right.Name = "_FrmPmsBase_Toolbars_Dock_Area_Right";
  1578. this._FrmPmsBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 416);
  1579. this._FrmPmsBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  1580. //
  1581. // _FrmPmsBase_Toolbars_Dock_Area_Top
  1582. //
  1583. this._FrmPmsBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1584. this._FrmPmsBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  1585. this._FrmPmsBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  1586. this._FrmPmsBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  1587. this._FrmPmsBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  1588. this._FrmPmsBase_Toolbars_Dock_Area_Top.Name = "_FrmPmsBase_Toolbars_Dock_Area_Top";
  1589. this._FrmPmsBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(926, 24);
  1590. this._FrmPmsBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  1591. //
  1592. // _FrmPmsBase_Toolbars_Dock_Area_Bottom
  1593. //
  1594. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1595. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  1596. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  1597. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  1598. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 440);
  1599. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Name = "_FrmPmsBase_Toolbars_Dock_Area_Bottom";
  1600. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(926, 0);
  1601. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  1602. //
  1603. // FrmPopPurClause
  1604. //
  1605. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1606. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1607. this.ClientSize = new System.Drawing.Size(926, 440);
  1608. this.Controls.Add(this.ultraPanel2);
  1609. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Left);
  1610. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Right);
  1611. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Top);
  1612. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Bottom);
  1613. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1614. this.Name = "FrmPopPurClause";
  1615. this.Text = "结算条款选择";
  1616. this.Load += new System.EventHandler(this.FrmPopPurClause_Load);
  1617. this.ultraTabPageControl1.ResumeLayout(false);
  1618. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  1619. ((System.ComponentModel.ISupportInitialize)(this.basepriceC)).EndInit();
  1620. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1621. this.ultraTabPageControl2.ResumeLayout(false);
  1622. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
  1623. ((System.ComponentModel.ISupportInitialize)(this.CicpPriceC)).EndInit();
  1624. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1625. this.ultraPanel2.ClientArea.ResumeLayout(false);
  1626. this.ultraPanel2.ResumeLayout(false);
  1627. this.ultraPanel3.ClientArea.ResumeLayout(false);
  1628. this.ultraPanel3.ResumeLayout(false);
  1629. this.ultraPanel4.ClientArea.ResumeLayout(false);
  1630. this.ultraPanel4.ResumeLayout(false);
  1631. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1632. this.ultraGroupBox1.ResumeLayout(false);
  1633. this.splitContainer1.Panel1.ResumeLayout(false);
  1634. this.splitContainer1.Panel2.ResumeLayout(false);
  1635. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1636. this.splitContainer1.ResumeLayout(false);
  1637. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1638. ((System.ComponentModel.ISupportInitialize)(this.clauseM)).EndInit();
  1639. ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
  1640. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1641. ((System.ComponentModel.ISupportInitialize)(this.clauseC)).EndInit();
  1642. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1643. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  1644. this.ultraExpandableGroupBox2.ResumeLayout(false);
  1645. this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
  1646. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1647. this.ultraTabControl1.ResumeLayout(false);
  1648. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1649. this.ultraPanel1.ResumeLayout(false);
  1650. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1651. this.ultraGroupBox2.ResumeLayout(false);
  1652. this.ultraGroupBox2.PerformLayout();
  1653. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1654. this.ResumeLayout(false);
  1655. }
  1656. #endregion
  1657. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  1658. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  1659. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1660. private Infragistics.Win.Misc.UltraPanel ultraPanel4;
  1661. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  1662. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  1663. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1664. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1665. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1666. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1667. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1668. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1669. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1670. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  1671. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl4;
  1672. private System.Windows.Forms.Label label2;
  1673. private System.Windows.Forms.Label label1;
  1674. private System.Windows.Forms.TextBox QBcmName;
  1675. private System.Windows.Forms.TextBox QBcmId;
  1676. private System.Windows.Forms.SplitContainer splitContainer1;
  1677. private System.Data.DataSet clauseC;
  1678. private System.Data.DataSet clauseM;
  1679. private System.Data.DataSet basepriceC;
  1680. private System.Data.DataTable dataTable2;
  1681. private System.Data.DataColumn dataColumn24;
  1682. private System.Data.DataColumn dataColumn25;
  1683. private System.Data.DataColumn dataColumn26;
  1684. private System.Data.DataColumn dataColumn27;
  1685. private System.Data.DataColumn dataColumn28;
  1686. private System.Data.DataColumn dataColumn29;
  1687. private System.Data.DataColumn dataColumn30;
  1688. private System.Data.DataColumn dataColumn31;
  1689. private System.Data.DataColumn dataColumn32;
  1690. private System.Data.DataColumn dataColumn33;
  1691. private System.Data.DataColumn dataColumn34;
  1692. private System.Data.DataColumn dataColumn35;
  1693. private System.Data.DataColumn dataColumn36;
  1694. private System.Data.DataColumn dataColumn37;
  1695. private System.Data.DataColumn dataColumn38;
  1696. private System.Data.DataColumn dataColumn39;
  1697. private System.Data.DataColumn dataColumn40;
  1698. private System.Data.DataSet CicpPriceC;
  1699. private System.Data.DataTable dataTable1;
  1700. private System.Data.DataColumn dataColumn1;
  1701. private System.Data.DataColumn dataColumn2;
  1702. private System.Data.DataColumn dataColumn3;
  1703. private System.Data.DataColumn dataColumn4;
  1704. private System.Data.DataColumn dataColumn5;
  1705. private System.Data.DataColumn dataColumn6;
  1706. private System.Data.DataColumn dataColumn7;
  1707. private System.Data.DataColumn dataColumn8;
  1708. private System.Data.DataColumn dataColumn9;
  1709. private System.Data.DataColumn dataColumn10;
  1710. private System.Data.DataColumn dataColumn11;
  1711. private System.Data.DataColumn dataColumn12;
  1712. private System.Data.DataColumn dataColumn13;
  1713. private System.Data.DataColumn dataColumn14;
  1714. private System.Data.DataColumn dataColumn15;
  1715. private System.Data.DataColumn dataColumn16;
  1716. private System.Data.DataColumn dataColumn17;
  1717. private System.Data.DataColumn dataColumn41;
  1718. private System.Data.DataColumn dataColumn42;
  1719. private System.Data.DataColumn dataColumn43;
  1720. private System.Data.DataColumn dataColumn44;
  1721. private System.Data.DataColumn dataColumn45;
  1722. private System.Data.DataColumn dataColumn46;
  1723. private System.Data.DataColumn dataColumn47;
  1724. private System.Data.DataColumn dataColumn48;
  1725. private System.Data.DataColumn dataColumn49;
  1726. private System.Data.DataColumn dataColumn50;
  1727. private System.Data.DataColumn dataColumn51;
  1728. private System.Data.DataTable dataTable3;
  1729. private System.Data.DataColumn dataColumn18;
  1730. private System.Data.DataColumn dataColumn19;
  1731. private System.Data.DataColumn dataColumn20;
  1732. private System.Data.DataColumn dataColumn21;
  1733. private System.Data.DataColumn dataColumn22;
  1734. private System.Data.DataColumn dataColumn23;
  1735. private System.Data.DataColumn dataColumn52;
  1736. private System.Data.DataColumn dataColumn53;
  1737. private System.Data.DataTable dataTable4;
  1738. private System.Data.DataColumn dataColumn54;
  1739. private System.Data.DataColumn dataColumn55;
  1740. private System.Data.DataColumn dataColumn56;
  1741. private System.Data.DataColumn dataColumn57;
  1742. private System.Data.DataColumn dataColumn58;
  1743. private System.Data.DataColumn dataColumn59;
  1744. private System.Data.DataColumn dataColumn60;
  1745. private System.Data.DataColumn dataColumn61;
  1746. private System.Data.DataColumn dataColumn62;
  1747. private System.Data.DataColumn dataColumn63;
  1748. private System.Data.DataColumn dataColumn64;
  1749. private System.Data.DataColumn dataColumn65;
  1750. private System.Data.DataColumn dataColumn66;
  1751. private System.Data.DataColumn dataColumn67;
  1752. private System.Data.DataColumn dataColumn68;
  1753. private System.Data.DataColumn dataColumn69;
  1754. private System.Data.DataColumn dataColumn70;
  1755. private System.Data.DataColumn dataColumn71;
  1756. private System.Data.DataColumn dataColumn72;
  1757. private System.Data.DataColumn dataColumn73;
  1758. private System.Data.DataColumn dataColumn74;
  1759. private System.Data.DataColumn dataColumn75;
  1760. private System.Data.DataColumn dataColumn76;
  1761. private System.Data.DataColumn dataColumn77;
  1762. private System.Data.DataColumn dataColumn78;
  1763. private System.Data.DataColumn dataColumn79;
  1764. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  1765. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid4;
  1766. private System.Data.DataColumn dataColumn80;
  1767. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1768. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1769. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Left;
  1770. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Right;
  1771. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Top;
  1772. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Bottom;
  1773. }
  1774. }