UIK010070.Designer.cs 99 KB

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