UIK010040.Designer.cs 108 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645
  1. namespace Core.LZMes.Client.UIK
  2. {
  3. partial class UIK010040
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  31. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  33. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton3 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  55. Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACID_CONCENT_1");
  100. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TEMPERATURE_1");
  101. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FE_CONCENT_1");
  102. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACID_CONCENT_2");
  103. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TEMPERATURE_2");
  104. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FE_CONCENT_2");
  105. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TEMPERATURE_3");
  106. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FE_CONCENT_3");
  107. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACID_CONCENT_3");
  108. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BEGIN_TIME");
  109. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("END_TIME");
  110. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REG_ID");
  111. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REG_DTIME");
  112. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ALTER_DTIME");
  113. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REG_ACID");
  114. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REG_FE");
  115. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NEW_ACID");
  116. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DIS_ACID");
  117. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DIS_FE");
  118. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SAM_TATE");
  119. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SAM_TIME");
  120. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SAM_ADDRESS");
  121. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CL_DEEP");
  122. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn1", 0);
  123. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn2", 1);
  124. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn3", 2);
  125. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SELECT_ITEM", 3);
  126. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn4", 4);
  127. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn6", 5);
  128. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn7", 6);
  129. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  130. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  131. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  132. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  133. Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
  134. Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
  135. Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
  136. Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
  137. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  138. Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
  139. Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
  140. Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
  141. Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
  142. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  143. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  144. this.ultraCalendarSTRATTIME = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  145. this.ultraCalendarENDTIME = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  146. this.ultraCheckAll = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  147. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  148. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  149. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  150. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  151. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  152. this.ultraTextCL = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  153. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  154. this.ultraTextREG_FE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  155. this.ultraTextREG_ACID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  156. this.ultraTextDIS_FE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  157. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  158. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  159. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  160. this.ultraTextDIS_ACID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  161. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  162. this.ultraTextNEW_ACID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  163. this.ultraTextSAM_ADDRESS = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  164. this.ultraCalendarSAM_TATE = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  165. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  166. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  167. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  168. this.ultraTextSAM_TIME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  169. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  170. this.ultraTextACID_CONCENT_3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  171. this.ultraTextREG_DTIME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  172. this.ultraLabel22 = new Infragistics.Win.Misc.UltraLabel();
  173. this.ultraLabel25 = new Infragistics.Win.Misc.UltraLabel();
  174. this.ultraTextTEMPERATURE_3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  175. this.ultraLabel21 = new Infragistics.Win.Misc.UltraLabel();
  176. this.ultraTextTEMPERATURE_2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  177. this.ultraLabel20 = new Infragistics.Win.Misc.UltraLabel();
  178. this.ultraTextACID_CONCENT_2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  179. this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
  180. this.ultraTextFE_CONCENT_3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  181. this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
  182. this.ultraTextFE_CONCENT_2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  183. this.ultraLabel17 = new Infragistics.Win.Misc.UltraLabel();
  184. this.ultraTextFE_CONCENT_1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  185. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  186. this.ultraTextTEMPERATURE_1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  187. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  188. this.ultraTextACID_CONCENT_1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  189. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  190. this.ultraTextREG_ID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  191. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  192. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  193. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  194. this.dataSet1 = new System.Data.DataSet();
  195. this.dataTable1 = new System.Data.DataTable();
  196. this.dataColumn1 = new System.Data.DataColumn();
  197. this.dataColumn2 = new System.Data.DataColumn();
  198. this.dataColumn3 = new System.Data.DataColumn();
  199. this.dataColumn4 = new System.Data.DataColumn();
  200. this.dataColumn5 = new System.Data.DataColumn();
  201. this.dataColumn6 = new System.Data.DataColumn();
  202. this.dataColumn7 = new System.Data.DataColumn();
  203. this.dataColumn8 = new System.Data.DataColumn();
  204. this.dataColumn9 = new System.Data.DataColumn();
  205. this.dataColumn10 = new System.Data.DataColumn();
  206. this.dataColumn11 = new System.Data.DataColumn();
  207. this.dataColumn12 = new System.Data.DataColumn();
  208. this.dataColumn13 = new System.Data.DataColumn();
  209. this.dataColumn14 = new System.Data.DataColumn();
  210. this.dataColumn15 = new System.Data.DataColumn();
  211. this.dataColumn16 = new System.Data.DataColumn();
  212. this.dataColumn17 = new System.Data.DataColumn();
  213. this.dataColumn18 = new System.Data.DataColumn();
  214. this.dataColumn19 = new System.Data.DataColumn();
  215. this.dataColumn20 = new System.Data.DataColumn();
  216. this.dataColumn21 = new System.Data.DataColumn();
  217. this.dataColumn22 = new System.Data.DataColumn();
  218. this.dataColumn23 = new System.Data.DataColumn();
  219. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  220. this.ultraGroupBox1.SuspendLayout();
  221. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  222. ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarSTRATTIME)).BeginInit();
  223. ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarENDTIME)).BeginInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckAll)).BeginInit();
  225. this.ultraPanel1.ClientArea.SuspendLayout();
  226. this.ultraPanel1.SuspendLayout();
  227. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  228. this.ultraExpandableGroupBox1.SuspendLayout();
  229. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  230. ((System.ComponentModel.ISupportInitialize)(this.ultraTextCL)).BeginInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.ultraTextREG_FE)).BeginInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.ultraTextREG_ACID)).BeginInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.ultraTextDIS_FE)).BeginInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.ultraTextDIS_ACID)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.ultraTextNEW_ACID)).BeginInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.ultraTextSAM_ADDRESS)).BeginInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarSAM_TATE)).BeginInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.ultraTextSAM_TIME)).BeginInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.ultraTextACID_CONCENT_3)).BeginInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.ultraTextREG_DTIME)).BeginInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.ultraTextTEMPERATURE_3)).BeginInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.ultraTextTEMPERATURE_2)).BeginInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.ultraTextACID_CONCENT_2)).BeginInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.ultraTextFE_CONCENT_3)).BeginInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.ultraTextFE_CONCENT_2)).BeginInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.ultraTextFE_CONCENT_1)).BeginInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.ultraTextTEMPERATURE_1)).BeginInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.ultraTextACID_CONCENT_1)).BeginInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.ultraTextREG_ID)).BeginInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  251. this.ultraGroupBox2.SuspendLayout();
  252. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  255. this.SuspendLayout();
  256. //
  257. // ultraGroupBox1
  258. //
  259. appearance2.BackColor = System.Drawing.Color.Gainsboro;
  260. this.ultraGroupBox1.Appearance = appearance2;
  261. this.ultraGroupBox1.Controls.Add(this.ultraCheckEditor1);
  262. this.ultraGroupBox1.Controls.Add(this.ultraCalendarSTRATTIME);
  263. this.ultraGroupBox1.Controls.Add(this.ultraCalendarENDTIME);
  264. this.ultraGroupBox1.Controls.Add(this.ultraCheckAll);
  265. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  266. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  267. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  268. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  269. this.ultraGroupBox1.Name = "ultraGroupBox1";
  270. this.ultraGroupBox1.Size = new System.Drawing.Size(1193, 47);
  271. this.ultraGroupBox1.TabIndex = 2;
  272. this.ultraGroupBox1.Text = "查询条件";
  273. //
  274. // ultraCheckEditor1
  275. //
  276. this.ultraCheckEditor1.BackColor = System.Drawing.Color.LightBlue;
  277. this.ultraCheckEditor1.BackColorInternal = System.Drawing.Color.LightBlue;
  278. this.ultraCheckEditor1.Location = new System.Drawing.Point(346, 19);
  279. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  280. this.ultraCheckEditor1.Size = new System.Drawing.Size(120, 20);
  281. this.ultraCheckEditor1.TabIndex = 12;
  282. this.ultraCheckEditor1.Text = "启用日期查询";
  283. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  284. //
  285. // ultraCalendarSTRATTIME
  286. //
  287. appearance62.BorderColor = System.Drawing.Color.Black;
  288. this.ultraCalendarSTRATTIME.Appearance = appearance62;
  289. this.ultraCalendarSTRATTIME.DateButtons.Add(dateButton1);
  290. this.ultraCalendarSTRATTIME.Location = new System.Drawing.Point(112, 19);
  291. this.ultraCalendarSTRATTIME.Name = "ultraCalendarSTRATTIME";
  292. this.ultraCalendarSTRATTIME.NonAutoSizeHeight = 21;
  293. this.ultraCalendarSTRATTIME.Size = new System.Drawing.Size(92, 21);
  294. this.ultraCalendarSTRATTIME.TabIndex = 11;
  295. //
  296. // ultraCalendarENDTIME
  297. //
  298. appearance9.BorderColor = System.Drawing.Color.Black;
  299. this.ultraCalendarENDTIME.Appearance = appearance9;
  300. this.ultraCalendarENDTIME.DateButtons.Add(dateButton2);
  301. this.ultraCalendarENDTIME.Location = new System.Drawing.Point(236, 19);
  302. this.ultraCalendarENDTIME.Name = "ultraCalendarENDTIME";
  303. this.ultraCalendarENDTIME.NonAutoSizeHeight = 21;
  304. this.ultraCalendarENDTIME.Size = new System.Drawing.Size(102, 21);
  305. this.ultraCalendarENDTIME.TabIndex = 10;
  306. //
  307. // ultraCheckAll
  308. //
  309. appearance3.BackColor = System.Drawing.Color.LightBlue;
  310. this.ultraCheckAll.Appearance = appearance3;
  311. this.ultraCheckAll.BackColor = System.Drawing.Color.LightBlue;
  312. this.ultraCheckAll.BackColorInternal = System.Drawing.Color.LightBlue;
  313. this.ultraCheckAll.Location = new System.Drawing.Point(497, 19);
  314. this.ultraCheckAll.Name = "ultraCheckAll";
  315. this.ultraCheckAll.Size = new System.Drawing.Size(163, 21);
  316. this.ultraCheckAll.TabIndex = 6;
  317. this.ultraCheckAll.Text = "查询所有酸洗液录入信息";
  318. this.ultraCheckAll.CheckedChanged += new System.EventHandler(this.ultraCheckAll_CheckedChanged);
  319. //
  320. // ultraLabel3
  321. //
  322. appearance1.BackColor = System.Drawing.Color.LightBlue;
  323. appearance1.TextHAlignAsString = "Center";
  324. appearance1.TextVAlignAsString = "Middle";
  325. this.ultraLabel3.Appearance = appearance1;
  326. this.ultraLabel3.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  327. this.ultraLabel3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.ultraLabel3.Location = new System.Drawing.Point(208, 19);
  329. this.ultraLabel3.Name = "ultraLabel3";
  330. this.ultraLabel3.Size = new System.Drawing.Size(25, 21);
  331. this.ultraLabel3.TabIndex = 4;
  332. this.ultraLabel3.Text = "到";
  333. //
  334. // ultraLabel2
  335. //
  336. appearance78.BackColor = System.Drawing.Color.LightBlue;
  337. appearance78.TextHAlignAsString = "Center";
  338. appearance78.TextVAlignAsString = "Middle";
  339. this.ultraLabel2.Appearance = appearance78;
  340. this.ultraLabel2.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  341. this.ultraLabel2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.ultraLabel2.Location = new System.Drawing.Point(8, 19);
  343. this.ultraLabel2.Name = "ultraLabel2";
  344. this.ultraLabel2.Size = new System.Drawing.Size(105, 21);
  345. this.ultraLabel2.TabIndex = 2;
  346. this.ultraLabel2.Text = "酸洗液录入时间";
  347. //
  348. // ultraPanel1
  349. //
  350. //
  351. // ultraPanel1.ClientArea
  352. //
  353. this.ultraPanel1.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
  354. this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox2);
  355. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  356. this.ultraPanel1.Location = new System.Drawing.Point(0, 47);
  357. this.ultraPanel1.Name = "ultraPanel1";
  358. this.ultraPanel1.Size = new System.Drawing.Size(1193, 503);
  359. this.ultraPanel1.TabIndex = 3;
  360. //
  361. // ultraExpandableGroupBox1
  362. //
  363. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  364. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  365. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1193, 201);
  366. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 302);
  367. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  368. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1193, 201);
  369. this.ultraExpandableGroupBox1.TabIndex = 2;
  370. this.ultraExpandableGroupBox1.Text = "酸洗液实绩编辑区";
  371. //
  372. // ultraExpandableGroupBoxPanel1
  373. //
  374. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextCL);
  375. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
  376. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextREG_FE);
  377. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextREG_ACID);
  378. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextDIS_FE);
  379. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel12);
  380. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
  381. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
  382. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextDIS_ACID);
  383. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  384. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextNEW_ACID);
  385. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextSAM_ADDRESS);
  386. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraCalendarSAM_TATE);
  387. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  388. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  389. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  390. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextSAM_TIME);
  391. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  392. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextACID_CONCENT_3);
  393. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextREG_DTIME);
  394. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel22);
  395. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel25);
  396. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextTEMPERATURE_3);
  397. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel21);
  398. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextTEMPERATURE_2);
  399. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel20);
  400. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextACID_CONCENT_2);
  401. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel19);
  402. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextFE_CONCENT_3);
  403. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel18);
  404. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextFE_CONCENT_2);
  405. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel17);
  406. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextFE_CONCENT_1);
  407. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel16);
  408. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextTEMPERATURE_1);
  409. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel15);
  410. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextACID_CONCENT_1);
  411. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel11);
  412. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextREG_ID);
  413. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  414. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  415. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  416. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  417. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1187, 179);
  418. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  419. //
  420. // ultraTextCL
  421. //
  422. appearance87.BorderColor = System.Drawing.Color.Black;
  423. appearance87.BorderColor2 = System.Drawing.Color.Black;
  424. appearance87.BorderColor3DBase = System.Drawing.Color.Black;
  425. this.ultraTextCL.Appearance = appearance87;
  426. this.ultraTextCL.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  427. this.ultraTextCL.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.ultraTextCL.Location = new System.Drawing.Point(582, 80);
  429. this.ultraTextCL.Name = "ultraTextCL";
  430. this.ultraTextCL.Size = new System.Drawing.Size(100, 21);
  431. this.ultraTextCL.TabIndex = 71;
  432. //
  433. // ultraLabel13
  434. //
  435. appearance38.BackColor = System.Drawing.Color.LightBlue;
  436. appearance38.TextHAlignAsString = "Center";
  437. appearance38.TextVAlignAsString = "Middle";
  438. this.ultraLabel13.Appearance = appearance38;
  439. this.ultraLabel13.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  440. this.ultraLabel13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. appearance39.BackColor = System.Drawing.Color.LightSteelBlue;
  442. this.ultraLabel13.HotTrackAppearance = appearance39;
  443. this.ultraLabel13.Location = new System.Drawing.Point(464, 80);
  444. this.ultraLabel13.Name = "ultraLabel13";
  445. this.ultraLabel13.Size = new System.Drawing.Size(116, 21);
  446. this.ultraLabel13.TabIndex = 70;
  447. this.ultraLabel13.Text = "氯离子离子浓度";
  448. //
  449. // ultraTextREG_FE
  450. //
  451. appearance4.BorderColor = System.Drawing.Color.Black;
  452. appearance4.BorderColor2 = System.Drawing.Color.Black;
  453. appearance4.BorderColor3DBase = System.Drawing.Color.Black;
  454. this.ultraTextREG_FE.Appearance = appearance4;
  455. this.ultraTextREG_FE.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  456. this.ultraTextREG_FE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.ultraTextREG_FE.Location = new System.Drawing.Point(1036, 80);
  458. this.ultraTextREG_FE.Name = "ultraTextREG_FE";
  459. this.ultraTextREG_FE.Size = new System.Drawing.Size(100, 21);
  460. this.ultraTextREG_FE.TabIndex = 69;
  461. //
  462. // ultraTextREG_ACID
  463. //
  464. appearance26.BorderColor = System.Drawing.Color.Black;
  465. appearance26.BorderColor2 = System.Drawing.Color.Black;
  466. appearance26.BorderColor3DBase = System.Drawing.Color.Black;
  467. this.ultraTextREG_ACID.Appearance = appearance26;
  468. this.ultraTextREG_ACID.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  469. this.ultraTextREG_ACID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.ultraTextREG_ACID.Location = new System.Drawing.Point(1036, 55);
  471. this.ultraTextREG_ACID.Name = "ultraTextREG_ACID";
  472. this.ultraTextREG_ACID.Size = new System.Drawing.Size(100, 21);
  473. this.ultraTextREG_ACID.TabIndex = 68;
  474. //
  475. // ultraTextDIS_FE
  476. //
  477. appearance27.BorderColor = System.Drawing.Color.Black;
  478. appearance27.BorderColor2 = System.Drawing.Color.Black;
  479. appearance27.BorderColor3DBase = System.Drawing.Color.Black;
  480. this.ultraTextDIS_FE.Appearance = appearance27;
  481. this.ultraTextDIS_FE.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  482. this.ultraTextDIS_FE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.ultraTextDIS_FE.Location = new System.Drawing.Point(1036, 30);
  484. this.ultraTextDIS_FE.Name = "ultraTextDIS_FE";
  485. this.ultraTextDIS_FE.Size = new System.Drawing.Size(100, 21);
  486. this.ultraTextDIS_FE.TabIndex = 67;
  487. //
  488. // ultraLabel12
  489. //
  490. appearance7.BackColor = System.Drawing.Color.LightBlue;
  491. appearance7.TextHAlignAsString = "Center";
  492. appearance7.TextVAlignAsString = "Middle";
  493. this.ultraLabel12.Appearance = appearance7;
  494. this.ultraLabel12.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  495. this.ultraLabel12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. appearance8.BackColor = System.Drawing.Color.LightSteelBlue;
  497. this.ultraLabel12.HotTrackAppearance = appearance8;
  498. this.ultraLabel12.Location = new System.Drawing.Point(918, 80);
  499. this.ultraLabel12.Name = "ultraLabel12";
  500. this.ultraLabel12.Size = new System.Drawing.Size(116, 21);
  501. this.ultraLabel12.TabIndex = 66;
  502. this.ultraLabel12.Text = "再生酸铁离子浓度";
  503. //
  504. // ultraLabel10
  505. //
  506. appearance28.BackColor = System.Drawing.Color.LightBlue;
  507. appearance28.TextHAlignAsString = "Center";
  508. appearance28.TextVAlignAsString = "Middle";
  509. this.ultraLabel10.Appearance = appearance28;
  510. this.ultraLabel10.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  511. this.ultraLabel10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. appearance29.BackColor = System.Drawing.Color.LightSteelBlue;
  513. this.ultraLabel10.HotTrackAppearance = appearance29;
  514. this.ultraLabel10.Location = new System.Drawing.Point(918, 55);
  515. this.ultraLabel10.Name = "ultraLabel10";
  516. this.ultraLabel10.Size = new System.Drawing.Size(116, 21);
  517. this.ultraLabel10.TabIndex = 65;
  518. this.ultraLabel10.Text = "再生酸游离浓度";
  519. //
  520. // ultraLabel9
  521. //
  522. appearance30.BackColor = System.Drawing.Color.LightBlue;
  523. appearance30.TextHAlignAsString = "Center";
  524. appearance30.TextVAlignAsString = "Middle";
  525. this.ultraLabel9.Appearance = appearance30;
  526. this.ultraLabel9.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  527. this.ultraLabel9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  528. appearance34.BackColor = System.Drawing.Color.LightSteelBlue;
  529. this.ultraLabel9.HotTrackAppearance = appearance34;
  530. this.ultraLabel9.Location = new System.Drawing.Point(918, 30);
  531. this.ultraLabel9.Name = "ultraLabel9";
  532. this.ultraLabel9.Size = new System.Drawing.Size(116, 21);
  533. this.ultraLabel9.TabIndex = 64;
  534. this.ultraLabel9.Text = "废酸铁离子浓度";
  535. //
  536. // ultraTextDIS_ACID
  537. //
  538. appearance35.BorderColor = System.Drawing.Color.Black;
  539. appearance35.BorderColor2 = System.Drawing.Color.Black;
  540. appearance35.BorderColor3DBase = System.Drawing.Color.Black;
  541. this.ultraTextDIS_ACID.Appearance = appearance35;
  542. this.ultraTextDIS_ACID.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  543. this.ultraTextDIS_ACID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  544. this.ultraTextDIS_ACID.Location = new System.Drawing.Point(1036, 5);
  545. this.ultraTextDIS_ACID.Name = "ultraTextDIS_ACID";
  546. this.ultraTextDIS_ACID.Size = new System.Drawing.Size(100, 21);
  547. this.ultraTextDIS_ACID.TabIndex = 63;
  548. //
  549. // ultraLabel7
  550. //
  551. appearance10.BackColor = System.Drawing.Color.LightBlue;
  552. appearance10.TextHAlignAsString = "Center";
  553. appearance10.TextVAlignAsString = "Middle";
  554. this.ultraLabel7.Appearance = appearance10;
  555. this.ultraLabel7.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  556. this.ultraLabel7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. appearance11.BackColor = System.Drawing.Color.LightSteelBlue;
  558. this.ultraLabel7.HotTrackAppearance = appearance11;
  559. this.ultraLabel7.Location = new System.Drawing.Point(918, 5);
  560. this.ultraLabel7.Name = "ultraLabel7";
  561. this.ultraLabel7.Size = new System.Drawing.Size(116, 21);
  562. this.ultraLabel7.TabIndex = 62;
  563. this.ultraLabel7.Text = "废酸游离浓度";
  564. //
  565. // ultraTextNEW_ACID
  566. //
  567. appearance65.BorderColor = System.Drawing.Color.Black;
  568. appearance65.BorderColor2 = System.Drawing.Color.Black;
  569. appearance65.BorderColor3DBase = System.Drawing.Color.Black;
  570. this.ultraTextNEW_ACID.Appearance = appearance65;
  571. this.ultraTextNEW_ACID.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  572. this.ultraTextNEW_ACID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.ultraTextNEW_ACID.Location = new System.Drawing.Point(809, 80);
  574. this.ultraTextNEW_ACID.Name = "ultraTextNEW_ACID";
  575. this.ultraTextNEW_ACID.Size = new System.Drawing.Size(100, 21);
  576. this.ultraTextNEW_ACID.TabIndex = 61;
  577. //
  578. // ultraTextSAM_ADDRESS
  579. //
  580. appearance12.BorderColor = System.Drawing.Color.Black;
  581. appearance12.BorderColor2 = System.Drawing.Color.Black;
  582. appearance12.BorderColor3DBase = System.Drawing.Color.Black;
  583. this.ultraTextSAM_ADDRESS.Appearance = appearance12;
  584. this.ultraTextSAM_ADDRESS.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  585. this.ultraTextSAM_ADDRESS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  586. this.ultraTextSAM_ADDRESS.Location = new System.Drawing.Point(809, 55);
  587. this.ultraTextSAM_ADDRESS.Name = "ultraTextSAM_ADDRESS";
  588. this.ultraTextSAM_ADDRESS.Size = new System.Drawing.Size(100, 21);
  589. this.ultraTextSAM_ADDRESS.TabIndex = 60;
  590. //
  591. // ultraCalendarSAM_TATE
  592. //
  593. appearance21.BorderColor = System.Drawing.Color.Black;
  594. this.ultraCalendarSAM_TATE.Appearance = appearance21;
  595. this.ultraCalendarSAM_TATE.DateButtons.Add(dateButton3);
  596. this.ultraCalendarSAM_TATE.Location = new System.Drawing.Point(809, 5);
  597. this.ultraCalendarSAM_TATE.Name = "ultraCalendarSAM_TATE";
  598. this.ultraCalendarSAM_TATE.NonAutoSizeHeight = 21;
  599. this.ultraCalendarSAM_TATE.Size = new System.Drawing.Size(100, 21);
  600. this.ultraCalendarSAM_TATE.TabIndex = 59;
  601. //
  602. // ultraLabel6
  603. //
  604. appearance69.BackColor = System.Drawing.Color.LightBlue;
  605. appearance69.TextHAlignAsString = "Center";
  606. appearance69.TextVAlignAsString = "Middle";
  607. this.ultraLabel6.Appearance = appearance69;
  608. this.ultraLabel6.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  609. this.ultraLabel6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  610. appearance70.BackColor = System.Drawing.Color.LightSteelBlue;
  611. this.ultraLabel6.HotTrackAppearance = appearance70;
  612. this.ultraLabel6.Location = new System.Drawing.Point(691, 80);
  613. this.ultraLabel6.Name = "ultraLabel6";
  614. this.ultraLabel6.Size = new System.Drawing.Size(116, 21);
  615. this.ultraLabel6.TabIndex = 58;
  616. this.ultraLabel6.Text = "新酸游离浓度";
  617. //
  618. // ultraLabel5
  619. //
  620. appearance13.BackColor = System.Drawing.Color.LightBlue;
  621. appearance13.TextHAlignAsString = "Center";
  622. appearance13.TextVAlignAsString = "Middle";
  623. this.ultraLabel5.Appearance = appearance13;
  624. this.ultraLabel5.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  625. this.ultraLabel5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. appearance14.BackColor = System.Drawing.Color.LightSteelBlue;
  627. this.ultraLabel5.HotTrackAppearance = appearance14;
  628. this.ultraLabel5.Location = new System.Drawing.Point(691, 55);
  629. this.ultraLabel5.Name = "ultraLabel5";
  630. this.ultraLabel5.Size = new System.Drawing.Size(116, 21);
  631. this.ultraLabel5.TabIndex = 57;
  632. this.ultraLabel5.Text = "取样地点";
  633. //
  634. // ultraLabel4
  635. //
  636. appearance15.BackColor = System.Drawing.Color.LightBlue;
  637. appearance15.TextHAlignAsString = "Center";
  638. appearance15.TextVAlignAsString = "Middle";
  639. this.ultraLabel4.Appearance = appearance15;
  640. this.ultraLabel4.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  641. this.ultraLabel4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. appearance16.BackColor = System.Drawing.Color.LightSteelBlue;
  643. this.ultraLabel4.HotTrackAppearance = appearance16;
  644. this.ultraLabel4.Location = new System.Drawing.Point(691, 30);
  645. this.ultraLabel4.Name = "ultraLabel4";
  646. this.ultraLabel4.Size = new System.Drawing.Size(116, 21);
  647. this.ultraLabel4.TabIndex = 56;
  648. this.ultraLabel4.Text = "取样时间";
  649. //
  650. // ultraTextSAM_TIME
  651. //
  652. appearance17.BorderColor = System.Drawing.Color.Black;
  653. appearance17.BorderColor2 = System.Drawing.Color.Black;
  654. appearance17.BorderColor3DBase = System.Drawing.Color.Black;
  655. this.ultraTextSAM_TIME.Appearance = appearance17;
  656. this.ultraTextSAM_TIME.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  657. this.ultraTextSAM_TIME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  658. this.ultraTextSAM_TIME.Location = new System.Drawing.Point(809, 30);
  659. this.ultraTextSAM_TIME.Name = "ultraTextSAM_TIME";
  660. this.ultraTextSAM_TIME.Size = new System.Drawing.Size(100, 21);
  661. this.ultraTextSAM_TIME.TabIndex = 55;
  662. //
  663. // ultraLabel1
  664. //
  665. appearance19.BackColor = System.Drawing.Color.LightBlue;
  666. appearance19.TextHAlignAsString = "Center";
  667. appearance19.TextVAlignAsString = "Middle";
  668. this.ultraLabel1.Appearance = appearance19;
  669. this.ultraLabel1.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  670. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  671. appearance20.BackColor = System.Drawing.Color.LightSteelBlue;
  672. this.ultraLabel1.HotTrackAppearance = appearance20;
  673. this.ultraLabel1.Location = new System.Drawing.Point(691, 5);
  674. this.ultraLabel1.Name = "ultraLabel1";
  675. this.ultraLabel1.Size = new System.Drawing.Size(116, 21);
  676. this.ultraLabel1.TabIndex = 54;
  677. this.ultraLabel1.Text = "取样日期";
  678. //
  679. // ultraTextACID_CONCENT_3
  680. //
  681. appearance49.BorderColor = System.Drawing.Color.Black;
  682. appearance49.BorderColor2 = System.Drawing.Color.Black;
  683. appearance49.BorderColor3DBase = System.Drawing.Color.Black;
  684. this.ultraTextACID_CONCENT_3.Appearance = appearance49;
  685. this.ultraTextACID_CONCENT_3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  686. this.ultraTextACID_CONCENT_3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  687. this.ultraTextACID_CONCENT_3.Location = new System.Drawing.Point(127, 55);
  688. this.ultraTextACID_CONCENT_3.Name = "ultraTextACID_CONCENT_3";
  689. this.ultraTextACID_CONCENT_3.Size = new System.Drawing.Size(100, 21);
  690. this.ultraTextACID_CONCENT_3.TabIndex = 53;
  691. //
  692. // ultraTextREG_DTIME
  693. //
  694. appearance58.BorderColor = System.Drawing.Color.Black;
  695. appearance58.BorderColor2 = System.Drawing.Color.Black;
  696. appearance58.BorderColor3DBase = System.Drawing.Color.Black;
  697. this.ultraTextREG_DTIME.Appearance = appearance58;
  698. this.ultraTextREG_DTIME.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  699. this.ultraTextREG_DTIME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  700. this.ultraTextREG_DTIME.Location = new System.Drawing.Point(355, 80);
  701. this.ultraTextREG_DTIME.Name = "ultraTextREG_DTIME";
  702. this.ultraTextREG_DTIME.Size = new System.Drawing.Size(100, 21);
  703. this.ultraTextREG_DTIME.TabIndex = 51;
  704. //
  705. // ultraLabel22
  706. //
  707. appearance22.BackColor = System.Drawing.Color.LightBlue;
  708. appearance22.TextHAlignAsString = "Center";
  709. appearance22.TextVAlignAsString = "Middle";
  710. this.ultraLabel22.Appearance = appearance22;
  711. this.ultraLabel22.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  712. this.ultraLabel22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  713. appearance23.BackColor = System.Drawing.Color.LightSteelBlue;
  714. this.ultraLabel22.HotTrackAppearance = appearance23;
  715. this.ultraLabel22.Location = new System.Drawing.Point(237, 80);
  716. this.ultraLabel22.Name = "ultraLabel22";
  717. this.ultraLabel22.Size = new System.Drawing.Size(116, 21);
  718. this.ultraLabel22.TabIndex = 50;
  719. this.ultraLabel22.Text = "操作时间";
  720. //
  721. // ultraLabel25
  722. //
  723. appearance93.BackColor = System.Drawing.Color.LightBlue;
  724. appearance93.TextHAlignAsString = "Center";
  725. appearance93.TextVAlignAsString = "Middle";
  726. this.ultraLabel25.Appearance = appearance93;
  727. this.ultraLabel25.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  728. this.ultraLabel25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  729. appearance94.BackColor = System.Drawing.Color.LightSteelBlue;
  730. this.ultraLabel25.HotTrackAppearance = appearance94;
  731. this.ultraLabel25.Location = new System.Drawing.Point(464, 55);
  732. this.ultraLabel25.Name = "ultraLabel25";
  733. this.ultraLabel25.Size = new System.Drawing.Size(116, 21);
  734. this.ultraLabel25.TabIndex = 46;
  735. this.ultraLabel25.Text = "三槽铁离子浓度";
  736. //
  737. // ultraTextTEMPERATURE_3
  738. //
  739. appearance36.BorderColor = System.Drawing.Color.Black;
  740. appearance36.BorderColor2 = System.Drawing.Color.Black;
  741. appearance36.BorderColor3DBase = System.Drawing.Color.Black;
  742. this.ultraTextTEMPERATURE_3.Appearance = appearance36;
  743. this.ultraTextTEMPERATURE_3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  744. this.ultraTextTEMPERATURE_3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  745. this.ultraTextTEMPERATURE_3.Location = new System.Drawing.Point(355, 55);
  746. this.ultraTextTEMPERATURE_3.Name = "ultraTextTEMPERATURE_3";
  747. this.ultraTextTEMPERATURE_3.Size = new System.Drawing.Size(100, 21);
  748. this.ultraTextTEMPERATURE_3.TabIndex = 39;
  749. //
  750. // ultraLabel21
  751. //
  752. appearance50.BackColor = System.Drawing.Color.LightBlue;
  753. appearance50.TextHAlignAsString = "Center";
  754. appearance50.TextVAlignAsString = "Middle";
  755. this.ultraLabel21.Appearance = appearance50;
  756. this.ultraLabel21.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  757. this.ultraLabel21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  758. appearance51.BackColor = System.Drawing.Color.LightSteelBlue;
  759. this.ultraLabel21.HotTrackAppearance = appearance51;
  760. this.ultraLabel21.Location = new System.Drawing.Point(237, 55);
  761. this.ultraLabel21.Name = "ultraLabel21";
  762. this.ultraLabel21.Size = new System.Drawing.Size(116, 21);
  763. this.ultraLabel21.TabIndex = 38;
  764. this.ultraLabel21.Text = "三槽温度";
  765. //
  766. // ultraTextTEMPERATURE_2
  767. //
  768. appearance52.BorderColor = System.Drawing.Color.Black;
  769. appearance52.BorderColor2 = System.Drawing.Color.Black;
  770. appearance52.BorderColor3DBase = System.Drawing.Color.Black;
  771. this.ultraTextTEMPERATURE_2.Appearance = appearance52;
  772. this.ultraTextTEMPERATURE_2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  773. this.ultraTextTEMPERATURE_2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  774. this.ultraTextTEMPERATURE_2.Location = new System.Drawing.Point(355, 30);
  775. this.ultraTextTEMPERATURE_2.Name = "ultraTextTEMPERATURE_2";
  776. this.ultraTextTEMPERATURE_2.Size = new System.Drawing.Size(100, 21);
  777. this.ultraTextTEMPERATURE_2.TabIndex = 37;
  778. //
  779. // ultraLabel20
  780. //
  781. appearance53.BackColor = System.Drawing.Color.LightBlue;
  782. appearance53.TextHAlignAsString = "Center";
  783. appearance53.TextVAlignAsString = "Middle";
  784. this.ultraLabel20.Appearance = appearance53;
  785. this.ultraLabel20.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  786. this.ultraLabel20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  787. appearance54.BackColor = System.Drawing.Color.LightSteelBlue;
  788. this.ultraLabel20.HotTrackAppearance = appearance54;
  789. this.ultraLabel20.Location = new System.Drawing.Point(237, 30);
  790. this.ultraLabel20.Name = "ultraLabel20";
  791. this.ultraLabel20.Size = new System.Drawing.Size(116, 21);
  792. this.ultraLabel20.TabIndex = 36;
  793. this.ultraLabel20.Text = "二槽温度";
  794. //
  795. // ultraTextACID_CONCENT_2
  796. //
  797. appearance55.BorderColor = System.Drawing.Color.Black;
  798. appearance55.BorderColor2 = System.Drawing.Color.Black;
  799. appearance55.BorderColor3DBase = System.Drawing.Color.Black;
  800. this.ultraTextACID_CONCENT_2.Appearance = appearance55;
  801. this.ultraTextACID_CONCENT_2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  802. this.ultraTextACID_CONCENT_2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  803. this.ultraTextACID_CONCENT_2.Location = new System.Drawing.Point(127, 30);
  804. this.ultraTextACID_CONCENT_2.Name = "ultraTextACID_CONCENT_2";
  805. this.ultraTextACID_CONCENT_2.Size = new System.Drawing.Size(100, 21);
  806. this.ultraTextACID_CONCENT_2.TabIndex = 35;
  807. //
  808. // ultraLabel19
  809. //
  810. appearance56.BackColor = System.Drawing.Color.LightBlue;
  811. appearance56.TextHAlignAsString = "Center";
  812. appearance56.TextVAlignAsString = "Middle";
  813. this.ultraLabel19.Appearance = appearance56;
  814. this.ultraLabel19.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  815. this.ultraLabel19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  816. appearance57.BackColor = System.Drawing.Color.LightSteelBlue;
  817. this.ultraLabel19.HotTrackAppearance = appearance57;
  818. this.ultraLabel19.Location = new System.Drawing.Point(9, 30);
  819. this.ultraLabel19.Name = "ultraLabel19";
  820. this.ultraLabel19.Size = new System.Drawing.Size(116, 21);
  821. this.ultraLabel19.TabIndex = 34;
  822. this.ultraLabel19.Text = "二槽酸的浓度";
  823. //
  824. // ultraTextFE_CONCENT_3
  825. //
  826. appearance95.BorderColor = System.Drawing.Color.Black;
  827. appearance95.BorderColor2 = System.Drawing.Color.Black;
  828. appearance95.BorderColor3DBase = System.Drawing.Color.Black;
  829. this.ultraTextFE_CONCENT_3.Appearance = appearance95;
  830. this.ultraTextFE_CONCENT_3.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  831. this.ultraTextFE_CONCENT_3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  832. this.ultraTextFE_CONCENT_3.Location = new System.Drawing.Point(582, 55);
  833. this.ultraTextFE_CONCENT_3.Name = "ultraTextFE_CONCENT_3";
  834. this.ultraTextFE_CONCENT_3.Size = new System.Drawing.Size(100, 21);
  835. this.ultraTextFE_CONCENT_3.TabIndex = 33;
  836. //
  837. // ultraLabel18
  838. //
  839. appearance59.BackColor = System.Drawing.Color.LightBlue;
  840. appearance59.TextHAlignAsString = "Center";
  841. appearance59.TextVAlignAsString = "Middle";
  842. this.ultraLabel18.Appearance = appearance59;
  843. this.ultraLabel18.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  844. this.ultraLabel18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  845. appearance60.BackColor = System.Drawing.Color.LightSteelBlue;
  846. this.ultraLabel18.HotTrackAppearance = appearance60;
  847. this.ultraLabel18.Location = new System.Drawing.Point(9, 55);
  848. this.ultraLabel18.Name = "ultraLabel18";
  849. this.ultraLabel18.Size = new System.Drawing.Size(116, 21);
  850. this.ultraLabel18.TabIndex = 32;
  851. this.ultraLabel18.Text = "三槽酸的浓度";
  852. //
  853. // ultraTextFE_CONCENT_2
  854. //
  855. appearance61.BorderColor = System.Drawing.Color.Black;
  856. appearance61.BorderColor2 = System.Drawing.Color.Black;
  857. appearance61.BorderColor3DBase = System.Drawing.Color.Black;
  858. this.ultraTextFE_CONCENT_2.Appearance = appearance61;
  859. this.ultraTextFE_CONCENT_2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  860. this.ultraTextFE_CONCENT_2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  861. this.ultraTextFE_CONCENT_2.Location = new System.Drawing.Point(582, 30);
  862. this.ultraTextFE_CONCENT_2.Name = "ultraTextFE_CONCENT_2";
  863. this.ultraTextFE_CONCENT_2.Size = new System.Drawing.Size(100, 21);
  864. this.ultraTextFE_CONCENT_2.TabIndex = 31;
  865. //
  866. // ultraLabel17
  867. //
  868. appearance63.BackColor = System.Drawing.Color.LightBlue;
  869. appearance63.TextHAlignAsString = "Center";
  870. appearance63.TextVAlignAsString = "Middle";
  871. this.ultraLabel17.Appearance = appearance63;
  872. this.ultraLabel17.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  873. this.ultraLabel17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  874. appearance64.BackColor = System.Drawing.Color.LightSteelBlue;
  875. this.ultraLabel17.HotTrackAppearance = appearance64;
  876. this.ultraLabel17.Location = new System.Drawing.Point(464, 30);
  877. this.ultraLabel17.Name = "ultraLabel17";
  878. this.ultraLabel17.Size = new System.Drawing.Size(116, 21);
  879. this.ultraLabel17.TabIndex = 30;
  880. this.ultraLabel17.Text = "二槽铁离子浓度";
  881. //
  882. // ultraTextFE_CONCENT_1
  883. //
  884. appearance25.BorderColor = System.Drawing.Color.Black;
  885. appearance25.BorderColor2 = System.Drawing.Color.Black;
  886. appearance25.BorderColor3DBase = System.Drawing.Color.Black;
  887. this.ultraTextFE_CONCENT_1.Appearance = appearance25;
  888. this.ultraTextFE_CONCENT_1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  889. this.ultraTextFE_CONCENT_1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  890. this.ultraTextFE_CONCENT_1.Location = new System.Drawing.Point(582, 5);
  891. this.ultraTextFE_CONCENT_1.Name = "ultraTextFE_CONCENT_1";
  892. this.ultraTextFE_CONCENT_1.Size = new System.Drawing.Size(100, 21);
  893. this.ultraTextFE_CONCENT_1.TabIndex = 29;
  894. //
  895. // ultraLabel16
  896. //
  897. appearance66.BackColor = System.Drawing.Color.LightBlue;
  898. appearance66.TextHAlignAsString = "Center";
  899. appearance66.TextVAlignAsString = "Middle";
  900. this.ultraLabel16.Appearance = appearance66;
  901. this.ultraLabel16.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  902. this.ultraLabel16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  903. appearance67.BackColor = System.Drawing.Color.LightSteelBlue;
  904. this.ultraLabel16.HotTrackAppearance = appearance67;
  905. this.ultraLabel16.Location = new System.Drawing.Point(464, 5);
  906. this.ultraLabel16.Name = "ultraLabel16";
  907. this.ultraLabel16.Size = new System.Drawing.Size(116, 21);
  908. this.ultraLabel16.TabIndex = 28;
  909. this.ultraLabel16.Text = "一槽铁离子浓度";
  910. //
  911. // ultraTextTEMPERATURE_1
  912. //
  913. appearance68.BorderColor = System.Drawing.Color.Black;
  914. appearance68.BorderColor2 = System.Drawing.Color.Black;
  915. appearance68.BorderColor3DBase = System.Drawing.Color.Black;
  916. this.ultraTextTEMPERATURE_1.Appearance = appearance68;
  917. this.ultraTextTEMPERATURE_1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  918. this.ultraTextTEMPERATURE_1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  919. this.ultraTextTEMPERATURE_1.Location = new System.Drawing.Point(355, 5);
  920. this.ultraTextTEMPERATURE_1.Name = "ultraTextTEMPERATURE_1";
  921. this.ultraTextTEMPERATURE_1.Size = new System.Drawing.Size(100, 21);
  922. this.ultraTextTEMPERATURE_1.TabIndex = 27;
  923. //
  924. // ultraLabel15
  925. //
  926. appearance5.BackColor = System.Drawing.Color.LightBlue;
  927. appearance5.TextHAlignAsString = "Center";
  928. appearance5.TextVAlignAsString = "Middle";
  929. this.ultraLabel15.Appearance = appearance5;
  930. this.ultraLabel15.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  931. this.ultraLabel15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  932. appearance6.BackColor = System.Drawing.Color.LightSteelBlue;
  933. this.ultraLabel15.HotTrackAppearance = appearance6;
  934. this.ultraLabel15.Location = new System.Drawing.Point(237, 5);
  935. this.ultraLabel15.Name = "ultraLabel15";
  936. this.ultraLabel15.Size = new System.Drawing.Size(116, 21);
  937. this.ultraLabel15.TabIndex = 26;
  938. this.ultraLabel15.Text = "一槽温度";
  939. //
  940. // ultraTextACID_CONCENT_1
  941. //
  942. appearance31.BorderColor = System.Drawing.Color.Black;
  943. appearance31.BorderColor2 = System.Drawing.Color.Black;
  944. appearance31.BorderColor3DBase = System.Drawing.Color.Black;
  945. this.ultraTextACID_CONCENT_1.Appearance = appearance31;
  946. this.ultraTextACID_CONCENT_1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  947. this.ultraTextACID_CONCENT_1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  948. this.ultraTextACID_CONCENT_1.Location = new System.Drawing.Point(127, 5);
  949. this.ultraTextACID_CONCENT_1.Name = "ultraTextACID_CONCENT_1";
  950. this.ultraTextACID_CONCENT_1.Size = new System.Drawing.Size(100, 21);
  951. this.ultraTextACID_CONCENT_1.TabIndex = 19;
  952. //
  953. // ultraLabel11
  954. //
  955. appearance32.BackColor = System.Drawing.Color.LightBlue;
  956. appearance32.TextHAlignAsString = "Center";
  957. appearance32.TextVAlignAsString = "Middle";
  958. this.ultraLabel11.Appearance = appearance32;
  959. this.ultraLabel11.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  960. this.ultraLabel11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  961. appearance33.BackColor = System.Drawing.Color.LightSteelBlue;
  962. this.ultraLabel11.HotTrackAppearance = appearance33;
  963. this.ultraLabel11.Location = new System.Drawing.Point(9, 5);
  964. this.ultraLabel11.Name = "ultraLabel11";
  965. this.ultraLabel11.Size = new System.Drawing.Size(116, 21);
  966. this.ultraLabel11.TabIndex = 18;
  967. this.ultraLabel11.Text = "一槽酸的浓度";
  968. //
  969. // ultraTextREG_ID
  970. //
  971. appearance84.BorderColor = System.Drawing.Color.Black;
  972. appearance84.BorderColor2 = System.Drawing.Color.Black;
  973. appearance84.BorderColor3DBase = System.Drawing.Color.Black;
  974. this.ultraTextREG_ID.Appearance = appearance84;
  975. this.ultraTextREG_ID.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  976. this.ultraTextREG_ID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  977. this.ultraTextREG_ID.Location = new System.Drawing.Point(127, 80);
  978. this.ultraTextREG_ID.Name = "ultraTextREG_ID";
  979. this.ultraTextREG_ID.Size = new System.Drawing.Size(100, 21);
  980. this.ultraTextREG_ID.TabIndex = 11;
  981. //
  982. // ultraLabel8
  983. //
  984. appearance85.BackColor = System.Drawing.Color.LightBlue;
  985. appearance85.TextHAlignAsString = "Center";
  986. appearance85.TextVAlignAsString = "Middle";
  987. this.ultraLabel8.Appearance = appearance85;
  988. this.ultraLabel8.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Solid;
  989. this.ultraLabel8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  990. appearance24.BackColor = System.Drawing.Color.LightSteelBlue;
  991. this.ultraLabel8.HotTrackAppearance = appearance24;
  992. this.ultraLabel8.Location = new System.Drawing.Point(9, 80);
  993. this.ultraLabel8.Name = "ultraLabel8";
  994. this.ultraLabel8.Size = new System.Drawing.Size(116, 21);
  995. this.ultraLabel8.TabIndex = 10;
  996. this.ultraLabel8.Text = "操作人";
  997. //
  998. // ultraGroupBox2
  999. //
  1000. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  1001. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  1002. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  1003. this.ultraGroupBox2.Name = "ultraGroupBox2";
  1004. this.ultraGroupBox2.Size = new System.Drawing.Size(1193, 302);
  1005. this.ultraGroupBox2.TabIndex = 0;
  1006. this.ultraGroupBox2.Text = "酸洗液实绩信息表";
  1007. //
  1008. // ultraGrid1
  1009. //
  1010. this.ultraGrid1.DataSource = this.dataSet1;
  1011. appearance18.BackColor = System.Drawing.SystemColors.Window;
  1012. appearance18.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1013. this.ultraGrid1.DisplayLayout.Appearance = appearance18;
  1014. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1015. ultraGridColumn1.Header.Caption = "一槽酸的浓度";
  1016. ultraGridColumn1.Header.VisiblePosition = 0;
  1017. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 20;
  1018. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 2;
  1019. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(95, 22);
  1020. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1021. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  1022. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  1023. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1024. ultraGridColumn2.Header.Caption = "一槽温度";
  1025. ultraGridColumn2.Header.VisiblePosition = 1;
  1026. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 22;
  1027. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 2;
  1028. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 22);
  1029. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1030. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  1031. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  1032. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1033. ultraGridColumn3.Header.Caption = "一槽铁离子浓度";
  1034. ultraGridColumn3.Header.VisiblePosition = 2;
  1035. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 24;
  1036. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 2;
  1037. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 22);
  1038. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1039. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  1040. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  1041. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1042. ultraGridColumn4.Header.Caption = "二槽酸的浓度";
  1043. ultraGridColumn4.Header.VisiblePosition = 3;
  1044. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 26;
  1045. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 2;
  1046. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(98, 22);
  1047. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1048. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  1049. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  1050. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1051. ultraGridColumn5.Header.Caption = "二槽温度";
  1052. ultraGridColumn5.Header.VisiblePosition = 4;
  1053. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 28;
  1054. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 2;
  1055. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 22);
  1056. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1057. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  1058. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  1059. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1060. ultraGridColumn6.Header.Caption = "二槽铁离子浓度";
  1061. ultraGridColumn6.Header.VisiblePosition = 5;
  1062. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 30;
  1063. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 2;
  1064. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 22);
  1065. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1066. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  1067. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  1068. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1069. ultraGridColumn7.Header.Caption = "三槽温度";
  1070. ultraGridColumn7.Header.VisiblePosition = 6;
  1071. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 36;
  1072. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 2;
  1073. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 22);
  1074. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1075. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  1076. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  1077. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1078. ultraGridColumn8.Header.Caption = "三槽铁离子浓度";
  1079. ultraGridColumn8.Header.VisiblePosition = 7;
  1080. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 34;
  1081. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 2;
  1082. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 22);
  1083. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1084. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  1085. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  1086. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1087. ultraGridColumn9.Header.Caption = "三槽酸的浓度";
  1088. ultraGridColumn9.Header.VisiblePosition = 8;
  1089. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 32;
  1090. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 2;
  1091. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 22);
  1092. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1093. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  1094. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  1095. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1096. ultraGridColumn10.Header.Caption = "开始时间";
  1097. ultraGridColumn10.Header.VisiblePosition = 9;
  1098. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 38;
  1099. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  1100. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 22);
  1101. ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  1102. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  1103. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 4;
  1104. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1105. ultraGridColumn11.Header.Caption = "结束时间";
  1106. ultraGridColumn11.Header.VisiblePosition = 10;
  1107. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 40;
  1108. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  1109. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 22);
  1110. ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  1111. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  1112. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 4;
  1113. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1114. ultraGridColumn12.Header.Caption = "操作人";
  1115. ultraGridColumn12.Header.VisiblePosition = 11;
  1116. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 2;
  1117. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  1118. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 22);
  1119. ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  1120. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  1121. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 4;
  1122. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1123. ultraGridColumn13.Header.Caption = "操作时间";
  1124. ultraGridColumn13.Header.VisiblePosition = 12;
  1125. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 4;
  1126. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  1127. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 22);
  1128. ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  1129. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  1130. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 4;
  1131. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1132. ultraGridColumn14.Header.Caption = "修改时间";
  1133. ultraGridColumn14.Header.VisiblePosition = 13;
  1134. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 6;
  1135. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  1136. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 22);
  1137. ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 49);
  1138. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  1139. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 3;
  1140. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1141. ultraGridColumn15.Header.Caption = "游离浓度";
  1142. ultraGridColumn15.Header.VisiblePosition = 14;
  1143. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 15;
  1144. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 2;
  1145. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 16);
  1146. ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1147. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  1148. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
  1149. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1150. ultraGridColumn16.Header.Caption = "铁离子浓度";
  1151. ultraGridColumn16.Header.VisiblePosition = 15;
  1152. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 13;
  1153. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 2;
  1154. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 16);
  1155. ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1156. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  1157. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  1158. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1159. ultraGridColumn17.Header.Caption = "新酸游离浓度";
  1160. ultraGridColumn17.Header.VisiblePosition = 16;
  1161. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 19;
  1162. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  1163. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 22);
  1164. ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 49);
  1165. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
  1166. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 4;
  1167. ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1168. ultraGridColumn18.Header.Caption = "游离浓度";
  1169. ultraGridColumn18.Header.VisiblePosition = 17;
  1170. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 12;
  1171. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 2;
  1172. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 16);
  1173. ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1174. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
  1175. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
  1176. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1177. ultraGridColumn19.Header.Caption = "铁离子浓度";
  1178. ultraGridColumn19.Header.VisiblePosition = 18;
  1179. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 11;
  1180. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 2;
  1181. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 16);
  1182. ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1183. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
  1184. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
  1185. ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1186. ultraGridColumn20.Header.Caption = "日期";
  1187. ultraGridColumn20.Header.VisiblePosition = 19;
  1188. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 8;
  1189. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 2;
  1190. ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 16);
  1191. ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1192. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
  1193. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
  1194. ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1195. ultraGridColumn21.Header.Caption = "时间";
  1196. ultraGridColumn21.Header.VisiblePosition = 20;
  1197. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 9;
  1198. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 2;
  1199. ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 16);
  1200. ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1201. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
  1202. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
  1203. ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1204. ultraGridColumn22.Header.Caption = "地点";
  1205. ultraGridColumn22.Header.VisiblePosition = 21;
  1206. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 10;
  1207. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 2;
  1208. ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 16);
  1209. ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1210. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
  1211. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
  1212. ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1213. ultraGridColumn23.Header.Caption = "氯离子(CL)浓度";
  1214. ultraGridColumn23.Header.VisiblePosition = 22;
  1215. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 17;
  1216. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  1217. ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 49);
  1218. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  1219. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 3;
  1220. ultraGridColumn24.Header.Caption = "一槽";
  1221. ultraGridColumn24.Header.VisiblePosition = 23;
  1222. ultraGridColumn24.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1223. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 20;
  1224. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  1225. ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  1226. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 6;
  1227. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  1228. ultraGridColumn25.Header.Caption = "二槽";
  1229. ultraGridColumn25.Header.VisiblePosition = 24;
  1230. ultraGridColumn25.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1231. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 26;
  1232. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  1233. ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  1234. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 6;
  1235. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  1236. ultraGridColumn26.Header.Caption = "三槽";
  1237. ultraGridColumn26.Header.VisiblePosition = 25;
  1238. ultraGridColumn26.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1239. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 32;
  1240. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  1241. ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(347, 0);
  1242. ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  1243. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 6;
  1244. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  1245. ultraGridColumn27.DataType = typeof(bool);
  1246. ultraGridColumn27.Header.Caption = "请选择操作行";
  1247. ultraGridColumn27.Header.VisiblePosition = 26;
  1248. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 0;
  1249. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  1250. ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 22);
  1251. ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  1252. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  1253. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 4;
  1254. ultraGridColumn27.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  1255. ultraGridColumn28.Header.Caption = "再生酸浓度";
  1256. ultraGridColumn28.Header.VisiblePosition = 27;
  1257. ultraGridColumn28.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1258. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 13;
  1259. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  1260. ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(155, 0);
  1261. ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  1262. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 4;
  1263. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  1264. ultraGridColumn29.Header.Caption = "废酸浓度";
  1265. ultraGridColumn29.Header.VisiblePosition = 28;
  1266. ultraGridColumn29.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1267. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 11;
  1268. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  1269. ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(137, 0);
  1270. ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  1271. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  1272. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  1273. ultraGridColumn30.Header.Caption = "取样信息";
  1274. ultraGridColumn30.Header.VisiblePosition = 29;
  1275. ultraGridColumn30.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1276. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 8;
  1277. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  1278. ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(149, 0);
  1279. ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  1280. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 3;
  1281. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  1282. ultraGridBand1.Columns.AddRange(new object[] {
  1283. ultraGridColumn1,
  1284. ultraGridColumn2,
  1285. ultraGridColumn3,
  1286. ultraGridColumn4,
  1287. ultraGridColumn5,
  1288. ultraGridColumn6,
  1289. ultraGridColumn7,
  1290. ultraGridColumn8,
  1291. ultraGridColumn9,
  1292. ultraGridColumn10,
  1293. ultraGridColumn11,
  1294. ultraGridColumn12,
  1295. ultraGridColumn13,
  1296. ultraGridColumn14,
  1297. ultraGridColumn15,
  1298. ultraGridColumn16,
  1299. ultraGridColumn17,
  1300. ultraGridColumn18,
  1301. ultraGridColumn19,
  1302. ultraGridColumn20,
  1303. ultraGridColumn21,
  1304. ultraGridColumn22,
  1305. ultraGridColumn23,
  1306. ultraGridColumn24,
  1307. ultraGridColumn25,
  1308. ultraGridColumn26,
  1309. ultraGridColumn27,
  1310. ultraGridColumn28,
  1311. ultraGridColumn29,
  1312. ultraGridColumn30});
  1313. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  1314. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  1315. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1316. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1317. appearance37.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1318. appearance37.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1319. appearance37.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1320. appearance37.BorderColor = System.Drawing.SystemColors.Window;
  1321. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance37;
  1322. appearance40.ForeColor = System.Drawing.SystemColors.GrayText;
  1323. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance40;
  1324. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1325. this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = " 请将需要分组的列拖到此处";
  1326. appearance41.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1327. appearance41.BackColor2 = System.Drawing.SystemColors.Control;
  1328. appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1329. appearance41.ForeColor = System.Drawing.SystemColors.GrayText;
  1330. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance41;
  1331. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  1332. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  1333. appearance42.BackColor = System.Drawing.SystemColors.Window;
  1334. appearance42.ForeColor = System.Drawing.SystemColors.ControlText;
  1335. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance42;
  1336. appearance80.BackColor = System.Drawing.SystemColors.Highlight;
  1337. appearance80.ForeColor = System.Drawing.SystemColors.HighlightText;
  1338. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance80;
  1339. this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  1340. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1341. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1342. appearance81.BackColor = System.Drawing.SystemColors.Window;
  1343. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance81;
  1344. appearance82.BorderColor = System.Drawing.Color.Silver;
  1345. appearance82.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1346. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance82;
  1347. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1348. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  1349. appearance83.BackColor = System.Drawing.SystemColors.Control;
  1350. appearance83.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1351. appearance83.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1352. appearance83.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1353. appearance83.BorderColor = System.Drawing.SystemColors.Window;
  1354. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance83;
  1355. appearance86.BackColor = System.Drawing.Color.LightSteelBlue;
  1356. appearance86.TextHAlignAsString = "Center";
  1357. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance86;
  1358. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1359. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  1360. appearance89.BackColor = System.Drawing.SystemColors.Window;
  1361. appearance89.BorderColor = System.Drawing.Color.Silver;
  1362. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance89;
  1363. appearance90.BackColor = System.Drawing.Color.LightSteelBlue;
  1364. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance90;
  1365. appearance91.BackColor = System.Drawing.Color.LightSteelBlue;
  1366. this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance91;
  1367. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  1368. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  1369. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  1370. appearance92.BackColor = System.Drawing.SystemColors.ControlLight;
  1371. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance92;
  1372. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1373. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1374. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1375. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  1376. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1377. this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
  1378. this.ultraGrid1.Name = "ultraGrid1";
  1379. this.ultraGrid1.Size = new System.Drawing.Size(1187, 281);
  1380. this.ultraGrid1.TabIndex = 0;
  1381. this.ultraGrid1.Text = "ultraGrid1";
  1382. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  1383. //
  1384. // dataSet1
  1385. //
  1386. this.dataSet1.DataSetName = "NewDataSet";
  1387. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  1388. this.dataTable1});
  1389. //
  1390. // dataTable1
  1391. //
  1392. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  1393. this.dataColumn1,
  1394. this.dataColumn2,
  1395. this.dataColumn3,
  1396. this.dataColumn4,
  1397. this.dataColumn5,
  1398. this.dataColumn6,
  1399. this.dataColumn7,
  1400. this.dataColumn8,
  1401. this.dataColumn9,
  1402. this.dataColumn10,
  1403. this.dataColumn11,
  1404. this.dataColumn12,
  1405. this.dataColumn13,
  1406. this.dataColumn14,
  1407. this.dataColumn15,
  1408. this.dataColumn16,
  1409. this.dataColumn17,
  1410. this.dataColumn18,
  1411. this.dataColumn19,
  1412. this.dataColumn20,
  1413. this.dataColumn21,
  1414. this.dataColumn22,
  1415. this.dataColumn23});
  1416. this.dataTable1.TableName = "Table1";
  1417. //
  1418. // dataColumn1
  1419. //
  1420. this.dataColumn1.ColumnName = "ACID_CONCENT_1";
  1421. //
  1422. // dataColumn2
  1423. //
  1424. this.dataColumn2.ColumnName = "TEMPERATURE_1";
  1425. //
  1426. // dataColumn3
  1427. //
  1428. this.dataColumn3.ColumnName = "FE_CONCENT_1";
  1429. //
  1430. // dataColumn4
  1431. //
  1432. this.dataColumn4.ColumnName = "ACID_CONCENT_2";
  1433. //
  1434. // dataColumn5
  1435. //
  1436. this.dataColumn5.ColumnName = "TEMPERATURE_2";
  1437. //
  1438. // dataColumn6
  1439. //
  1440. this.dataColumn6.ColumnName = "FE_CONCENT_2";
  1441. //
  1442. // dataColumn7
  1443. //
  1444. this.dataColumn7.ColumnName = "TEMPERATURE_3";
  1445. //
  1446. // dataColumn8
  1447. //
  1448. this.dataColumn8.ColumnName = "FE_CONCENT_3";
  1449. //
  1450. // dataColumn9
  1451. //
  1452. this.dataColumn9.ColumnName = "ACID_CONCENT_3";
  1453. //
  1454. // dataColumn10
  1455. //
  1456. this.dataColumn10.ColumnName = "BEGIN_TIME";
  1457. //
  1458. // dataColumn11
  1459. //
  1460. this.dataColumn11.ColumnName = "END_TIME";
  1461. //
  1462. // dataColumn12
  1463. //
  1464. this.dataColumn12.ColumnName = "REG_ID";
  1465. //
  1466. // dataColumn13
  1467. //
  1468. this.dataColumn13.ColumnName = "REG_DTIME";
  1469. //
  1470. // dataColumn14
  1471. //
  1472. this.dataColumn14.ColumnName = "ALTER_DTIME";
  1473. //
  1474. // dataColumn15
  1475. //
  1476. this.dataColumn15.ColumnName = "REG_ACID";
  1477. //
  1478. // dataColumn16
  1479. //
  1480. this.dataColumn16.ColumnName = "REG_FE";
  1481. //
  1482. // dataColumn17
  1483. //
  1484. this.dataColumn17.ColumnName = "NEW_ACID";
  1485. //
  1486. // dataColumn18
  1487. //
  1488. this.dataColumn18.ColumnName = "DIS_ACID";
  1489. //
  1490. // dataColumn19
  1491. //
  1492. this.dataColumn19.ColumnName = "DIS_FE";
  1493. //
  1494. // dataColumn20
  1495. //
  1496. this.dataColumn20.ColumnName = "SAM_TATE";
  1497. //
  1498. // dataColumn21
  1499. //
  1500. this.dataColumn21.ColumnName = "SAM_TIME";
  1501. //
  1502. // dataColumn22
  1503. //
  1504. this.dataColumn22.ColumnName = "SAM_ADDRESS";
  1505. //
  1506. // dataColumn23
  1507. //
  1508. this.dataColumn23.ColumnName = "CL_DEEP";
  1509. //
  1510. // UIK010040
  1511. //
  1512. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1513. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1514. this.ClientSize = new System.Drawing.Size(1193, 550);
  1515. this.Controls.Add(this.ultraPanel1);
  1516. this.Controls.Add(this.ultraGroupBox1);
  1517. this.Name = "UIK010040";
  1518. this.Text = "UIK010040";
  1519. this.Load += new System.EventHandler(this.UIK010040_Load);
  1520. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1521. this.ultraGroupBox1.ResumeLayout(false);
  1522. this.ultraGroupBox1.PerformLayout();
  1523. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  1524. ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarSTRATTIME)).EndInit();
  1525. ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarENDTIME)).EndInit();
  1526. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckAll)).EndInit();
  1527. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1528. this.ultraPanel1.ResumeLayout(false);
  1529. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1530. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1531. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1532. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  1533. ((System.ComponentModel.ISupportInitialize)(this.ultraTextCL)).EndInit();
  1534. ((System.ComponentModel.ISupportInitialize)(this.ultraTextREG_FE)).EndInit();
  1535. ((System.ComponentModel.ISupportInitialize)(this.ultraTextREG_ACID)).EndInit();
  1536. ((System.ComponentModel.ISupportInitialize)(this.ultraTextDIS_FE)).EndInit();
  1537. ((System.ComponentModel.ISupportInitialize)(this.ultraTextDIS_ACID)).EndInit();
  1538. ((System.ComponentModel.ISupportInitialize)(this.ultraTextNEW_ACID)).EndInit();
  1539. ((System.ComponentModel.ISupportInitialize)(this.ultraTextSAM_ADDRESS)).EndInit();
  1540. ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarSAM_TATE)).EndInit();
  1541. ((System.ComponentModel.ISupportInitialize)(this.ultraTextSAM_TIME)).EndInit();
  1542. ((System.ComponentModel.ISupportInitialize)(this.ultraTextACID_CONCENT_3)).EndInit();
  1543. ((System.ComponentModel.ISupportInitialize)(this.ultraTextREG_DTIME)).EndInit();
  1544. ((System.ComponentModel.ISupportInitialize)(this.ultraTextTEMPERATURE_3)).EndInit();
  1545. ((System.ComponentModel.ISupportInitialize)(this.ultraTextTEMPERATURE_2)).EndInit();
  1546. ((System.ComponentModel.ISupportInitialize)(this.ultraTextACID_CONCENT_2)).EndInit();
  1547. ((System.ComponentModel.ISupportInitialize)(this.ultraTextFE_CONCENT_3)).EndInit();
  1548. ((System.ComponentModel.ISupportInitialize)(this.ultraTextFE_CONCENT_2)).EndInit();
  1549. ((System.ComponentModel.ISupportInitialize)(this.ultraTextFE_CONCENT_1)).EndInit();
  1550. ((System.ComponentModel.ISupportInitialize)(this.ultraTextTEMPERATURE_1)).EndInit();
  1551. ((System.ComponentModel.ISupportInitialize)(this.ultraTextACID_CONCENT_1)).EndInit();
  1552. ((System.ComponentModel.ISupportInitialize)(this.ultraTextREG_ID)).EndInit();
  1553. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1554. this.ultraGroupBox2.ResumeLayout(false);
  1555. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1556. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1557. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1558. this.ResumeLayout(false);
  1559. }
  1560. #endregion
  1561. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1562. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  1563. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo ultraCalendarSTRATTIME;
  1564. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo ultraCalendarENDTIME;
  1565. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckAll;
  1566. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1567. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1568. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1569. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1570. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1571. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1572. private System.Data.DataSet dataSet1;
  1573. private System.Data.DataTable dataTable1;
  1574. private System.Data.DataColumn dataColumn1;
  1575. private System.Data.DataColumn dataColumn2;
  1576. private System.Data.DataColumn dataColumn3;
  1577. private System.Data.DataColumn dataColumn4;
  1578. private System.Data.DataColumn dataColumn5;
  1579. private System.Data.DataColumn dataColumn6;
  1580. private System.Data.DataColumn dataColumn7;
  1581. private System.Data.DataColumn dataColumn8;
  1582. private System.Data.DataColumn dataColumn9;
  1583. private System.Data.DataColumn dataColumn10;
  1584. private System.Data.DataColumn dataColumn11;
  1585. private System.Data.DataColumn dataColumn12;
  1586. private System.Data.DataColumn dataColumn13;
  1587. private System.Data.DataColumn dataColumn14;
  1588. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1589. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextREG_DTIME;
  1590. private Infragistics.Win.Misc.UltraLabel ultraLabel22;
  1591. private Infragistics.Win.Misc.UltraLabel ultraLabel25;
  1592. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextTEMPERATURE_3;
  1593. private Infragistics.Win.Misc.UltraLabel ultraLabel21;
  1594. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextTEMPERATURE_2;
  1595. private Infragistics.Win.Misc.UltraLabel ultraLabel20;
  1596. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextACID_CONCENT_2;
  1597. private Infragistics.Win.Misc.UltraLabel ultraLabel19;
  1598. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextFE_CONCENT_3;
  1599. private Infragistics.Win.Misc.UltraLabel ultraLabel18;
  1600. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextFE_CONCENT_2;
  1601. private Infragistics.Win.Misc.UltraLabel ultraLabel17;
  1602. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextFE_CONCENT_1;
  1603. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  1604. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextTEMPERATURE_1;
  1605. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  1606. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextACID_CONCENT_1;
  1607. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  1608. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextREG_ID;
  1609. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1610. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextACID_CONCENT_3;
  1611. private System.Data.DataColumn dataColumn15;
  1612. private System.Data.DataColumn dataColumn16;
  1613. private System.Data.DataColumn dataColumn17;
  1614. private System.Data.DataColumn dataColumn18;
  1615. private System.Data.DataColumn dataColumn19;
  1616. private System.Data.DataColumn dataColumn20;
  1617. private System.Data.DataColumn dataColumn21;
  1618. private System.Data.DataColumn dataColumn22;
  1619. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextSAM_TIME;
  1620. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1621. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1622. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextDIS_ACID;
  1623. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1624. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextNEW_ACID;
  1625. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextSAM_ADDRESS;
  1626. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo ultraCalendarSAM_TATE;
  1627. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1628. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1629. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1630. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextREG_FE;
  1631. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextREG_ACID;
  1632. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextDIS_FE;
  1633. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1634. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  1635. private System.Data.DataColumn dataColumn23;
  1636. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextCL;
  1637. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  1638. }
  1639. }