frmBeltMatPmInfo.Designer.cs 105 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679
  1. namespace BeltScaleSystem
  2. {
  3. partial class frmBeltMatPmInfo
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialPmCode");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialType");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialTypeCode");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotNo");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotName");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("scaleName");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialParameter");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialParameterImport");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validFlag");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
  45. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matterNo");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matterName");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("indexCode");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("mnemonicCode");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matterNatureNo");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matterNatureName");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterNatureNo");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterNatureName");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validFlag");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterCode");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("memo");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("reportCode");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("beltTypeCode");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("beltTypeName");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
  83. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  100. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  101. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  112. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  113. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  114. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  115. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  116. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  117. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
  118. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("物料分配");
  119. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  120. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  121. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBeltMatPmInfo));
  122. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
  123. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  124. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  125. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  126. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("还原");
  127. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  128. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("退出");
  129. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  130. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  131. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  132. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  133. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  134. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("物料分配");
  135. Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
  136. Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
  137. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  138. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  139. this.ultraGridBeltMat = new Infragistics.Win.UltraWinGrid.UltraGrid();
  140. this.dataSet1 = new System.Data.DataSet();
  141. this.dataTable1 = new System.Data.DataTable();
  142. this.dataColumn1 = new System.Data.DataColumn();
  143. this.dataColumn2 = new System.Data.DataColumn();
  144. this.dataColumn3 = new System.Data.DataColumn();
  145. this.dataColumn4 = new System.Data.DataColumn();
  146. this.dataColumn5 = new System.Data.DataColumn();
  147. this.dataColumn6 = new System.Data.DataColumn();
  148. this.dataColumn7 = new System.Data.DataColumn();
  149. this.dataColumn8 = new System.Data.DataColumn();
  150. this.dataColumn9 = new System.Data.DataColumn();
  151. this.dataColumn10 = new System.Data.DataColumn();
  152. this.dataColumn11 = new System.Data.DataColumn();
  153. this.dataColumn12 = new System.Data.DataColumn();
  154. this.dataColumn13 = new System.Data.DataColumn();
  155. this.dataColumn14 = new System.Data.DataColumn();
  156. this.dataColumn15 = new System.Data.DataColumn();
  157. this.ultraGroupBoxEdit = new Infragistics.Win.Misc.UltraGroupBox();
  158. this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
  159. this.cbMatType = new Infragistics.Win.UltraWinGrid.UltraCombo();
  160. this.text2 = new System.Windows.Forms.TextBox();
  161. this.cb2 = new System.Windows.Forms.ComboBox();
  162. this.test = new System.Windows.Forms.ComboBox();
  163. this.text1 = new System.Windows.Forms.TextBox();
  164. this.label27 = new System.Windows.Forms.Label();
  165. this.label28 = new System.Windows.Forms.Label();
  166. this.label10 = new System.Windows.Forms.Label();
  167. this.label7 = new System.Windows.Forms.Label();
  168. this.label8 = new System.Windows.Forms.Label();
  169. this.label12 = new System.Windows.Forms.Label();
  170. this.cb1 = new System.Windows.Forms.ComboBox();
  171. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  172. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  173. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  174. this.dataSet2 = new System.Data.DataSet();
  175. this.dataTable2 = new System.Data.DataTable();
  176. this.dataColumn16 = new System.Data.DataColumn();
  177. this.dataColumn17 = new System.Data.DataColumn();
  178. this.dataColumn18 = new System.Data.DataColumn();
  179. this.dataColumn19 = new System.Data.DataColumn();
  180. this.dataColumn20 = new System.Data.DataColumn();
  181. this.dataColumn21 = new System.Data.DataColumn();
  182. this.dataColumn22 = new System.Data.DataColumn();
  183. this.dataColumn23 = new System.Data.DataColumn();
  184. this.dataColumn24 = new System.Data.DataColumn();
  185. this.dataColumn25 = new System.Data.DataColumn();
  186. this.dataColumn26 = new System.Data.DataColumn();
  187. this.dataColumn27 = new System.Data.DataColumn();
  188. this.dataColumn28 = new System.Data.DataColumn();
  189. this.dataColumn29 = new System.Data.DataColumn();
  190. this.dataColumn30 = new System.Data.DataColumn();
  191. this.dataColumn31 = new System.Data.DataColumn();
  192. this.dataColumn32 = new System.Data.DataColumn();
  193. this.dataColumn33 = new System.Data.DataColumn();
  194. this.dataColumn34 = new System.Data.DataColumn();
  195. this.dataColumn35 = new System.Data.DataColumn();
  196. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  197. this.cbMatType2 = new Infragistics.Win.UltraWinGrid.UltraCombo();
  198. this.label5 = new System.Windows.Forms.Label();
  199. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  200. this.panel2 = new System.Windows.Forms.Panel();
  201. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  202. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  203. this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
  204. this.checkBox1 = new System.Windows.Forms.CheckBox();
  205. this.label4 = new System.Windows.Forms.Label();
  206. this.textWgtName = new System.Windows.Forms.TextBox();
  207. this.label1 = new System.Windows.Forms.Label();
  208. this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
  209. this.cbSpotName = new System.Windows.Forms.ComboBox();
  210. this.label2 = new System.Windows.Forms.Label();
  211. this.label3 = new System.Windows.Forms.Label();
  212. this.panel1 = new System.Windows.Forms.Panel();
  213. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  214. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  215. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager();
  216. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  217. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  218. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  219. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter();
  220. this.ultraTabPageControl1.SuspendLayout();
  221. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  222. this.splitContainer2.Panel1.SuspendLayout();
  223. this.splitContainer2.Panel2.SuspendLayout();
  224. this.splitContainer2.SuspendLayout();
  225. ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltMat)).BeginInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).BeginInit();
  229. this.ultraGroupBoxEdit.SuspendLayout();
  230. this.tableLayoutPanel5.SuspendLayout();
  231. ((System.ComponentModel.ISupportInitialize)(this.cbMatType)).BeginInit();
  232. this.ultraTabPageControl2.SuspendLayout();
  233. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  234. this.splitContainer1.Panel1.SuspendLayout();
  235. this.splitContainer1.Panel2.SuspendLayout();
  236. this.splitContainer1.SuspendLayout();
  237. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  241. this.ultraGroupBox2.SuspendLayout();
  242. ((System.ComponentModel.ISupportInitialize)(this.cbMatType2)).BeginInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  244. this.ultraGroupBox1.SuspendLayout();
  245. this.panel2.SuspendLayout();
  246. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  247. this.ultraTabControl1.SuspendLayout();
  248. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
  249. this.ultraGroupBoxCondition.SuspendLayout();
  250. ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
  251. this.panel1.SuspendLayout();
  252. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  253. this.SuspendLayout();
  254. //
  255. // ultraTabPageControl1
  256. //
  257. this.ultraTabPageControl1.Controls.Add(this.splitContainer2);
  258. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 25);
  259. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  260. this.ultraTabPageControl1.Size = new System.Drawing.Size(1696, 586);
  261. //
  262. // splitContainer2
  263. //
  264. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  266. this.splitContainer2.Name = "splitContainer2";
  267. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  268. //
  269. // splitContainer2.Panel1
  270. //
  271. this.splitContainer2.Panel1.Controls.Add(this.ultraGridBeltMat);
  272. //
  273. // splitContainer2.Panel2
  274. //
  275. this.splitContainer2.Panel2.Controls.Add(this.ultraGroupBoxEdit);
  276. this.splitContainer2.Size = new System.Drawing.Size(1696, 586);
  277. this.splitContainer2.SplitterDistance = 449;
  278. this.splitContainer2.TabIndex = 8;
  279. //
  280. // ultraGridBeltMat
  281. //
  282. this.ultraGridBeltMat.DataSource = this.dataSet1;
  283. ultraGridColumn1.Header.VisiblePosition = 0;
  284. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  285. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  286. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(151, 0);
  287. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  288. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  289. ultraGridColumn2.Header.VisiblePosition = 1;
  290. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  291. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  292. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  293. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  294. ultraGridColumn3.Header.VisiblePosition = 2;
  295. ultraGridColumn3.Hidden = true;
  296. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  297. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  298. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  299. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  300. ultraGridColumn4.Header.VisiblePosition = 3;
  301. ultraGridColumn4.Hidden = true;
  302. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  303. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  304. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  305. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  306. ultraGridColumn5.Header.VisiblePosition = 4;
  307. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  308. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  309. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  310. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  311. ultraGridColumn6.Header.VisiblePosition = 5;
  312. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8;
  313. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  314. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  315. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  316. ultraGridColumn7.Header.VisiblePosition = 6;
  317. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
  318. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  319. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  320. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  321. ultraGridColumn8.Header.VisiblePosition = 7;
  322. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 12;
  323. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  324. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  325. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  326. ultraGridColumn9.Header.VisiblePosition = 8;
  327. ultraGridColumn9.Hidden = true;
  328. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
  329. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  330. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  331. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  332. ultraGridColumn10.Header.VisiblePosition = 9;
  333. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 15;
  334. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  335. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  336. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  337. ultraGridColumn11.Header.VisiblePosition = 10;
  338. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 17;
  339. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  340. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  341. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  342. ultraGridColumn12.Header.VisiblePosition = 11;
  343. ultraGridColumn12.Hidden = true;
  344. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 22;
  345. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  346. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  347. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  348. ultraGridColumn13.Header.VisiblePosition = 12;
  349. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 19;
  350. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  351. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  352. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  353. ultraGridColumn14.Header.VisiblePosition = 13;
  354. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 21;
  355. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  356. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  357. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  358. ultraGridColumn15.Header.VisiblePosition = 14;
  359. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 14;
  360. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  361. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  362. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  363. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  364. ultraGridColumn16.DataType = typeof(bool);
  365. ultraGridColumn16.Header.Caption = "选择";
  366. ultraGridColumn16.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  367. ultraGridColumn16.Header.VisiblePosition = 15;
  368. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
  369. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  370. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0);
  371. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  372. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  373. ultraGridBand1.Columns.AddRange(new object[] {
  374. ultraGridColumn1,
  375. ultraGridColumn2,
  376. ultraGridColumn3,
  377. ultraGridColumn4,
  378. ultraGridColumn5,
  379. ultraGridColumn6,
  380. ultraGridColumn7,
  381. ultraGridColumn8,
  382. ultraGridColumn9,
  383. ultraGridColumn10,
  384. ultraGridColumn11,
  385. ultraGridColumn12,
  386. ultraGridColumn13,
  387. ultraGridColumn14,
  388. ultraGridColumn15,
  389. ultraGridColumn16});
  390. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  391. this.ultraGridBeltMat.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  392. this.ultraGridBeltMat.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
  393. this.ultraGridBeltMat.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
  394. appearance34.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  395. appearance34.BackColor2 = System.Drawing.SystemColors.GradientActiveCaption;
  396. appearance34.BorderColor = System.Drawing.SystemColors.GradientActiveCaption;
  397. appearance34.BorderColor2 = System.Drawing.SystemColors.GradientActiveCaption;
  398. appearance34.ForeColor = System.Drawing.Color.IndianRed;
  399. appearance34.ForeColorDisabled = System.Drawing.SystemColors.GradientActiveCaption;
  400. this.ultraGridBeltMat.DisplayLayout.GroupByBox.Appearance = appearance34;
  401. this.ultraGridBeltMat.DisplayLayout.GroupByBox.ButtonConnectorColor = System.Drawing.SystemColors.GradientActiveCaption;
  402. this.ultraGridBeltMat.DisplayLayout.GroupByBox.Prompt = "拖动列表头到这里可以按该列分组";
  403. this.ultraGridBeltMat.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  404. this.ultraGridBeltMat.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
  405. appearance35.TextVAlignAsString = "Middle";
  406. this.ultraGridBeltMat.DisplayLayout.Override.CellAppearance = appearance35;
  407. appearance36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  408. appearance36.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  409. this.ultraGridBeltMat.DisplayLayout.Override.HeaderAppearance = appearance36;
  410. this.ultraGridBeltMat.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  411. this.ultraGridBeltMat.DisplayLayout.Override.MaxSelectedRows = 1;
  412. this.ultraGridBeltMat.DisplayLayout.Override.MinRowHeight = 21;
  413. appearance37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  414. appearance37.TextVAlignAsString = "Middle";
  415. this.ultraGridBeltMat.DisplayLayout.Override.RowSelectorAppearance = appearance37;
  416. this.ultraGridBeltMat.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  417. this.ultraGridBeltMat.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  418. this.ultraGridBeltMat.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  419. this.ultraGridBeltMat.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  420. this.ultraGridBeltMat.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  421. this.ultraGridBeltMat.Dock = System.Windows.Forms.DockStyle.Fill;
  422. this.ultraGridBeltMat.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.ultraGridBeltMat.Location = new System.Drawing.Point(0, 0);
  424. this.ultraGridBeltMat.Name = "ultraGridBeltMat";
  425. this.ultraGridBeltMat.Size = new System.Drawing.Size(1696, 449);
  426. this.ultraGridBeltMat.TabIndex = 7;
  427. this.ultraGridBeltMat.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridBeltMat_CellChange);
  428. //
  429. // dataSet1
  430. //
  431. this.dataSet1.DataSetName = "NewDataSet";
  432. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  433. this.dataTable1});
  434. //
  435. // dataTable1
  436. //
  437. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  438. this.dataColumn1,
  439. this.dataColumn2,
  440. this.dataColumn3,
  441. this.dataColumn4,
  442. this.dataColumn5,
  443. this.dataColumn6,
  444. this.dataColumn7,
  445. this.dataColumn8,
  446. this.dataColumn9,
  447. this.dataColumn10,
  448. this.dataColumn11,
  449. this.dataColumn12,
  450. this.dataColumn13,
  451. this.dataColumn14,
  452. this.dataColumn15});
  453. this.dataTable1.TableName = "Table1";
  454. //
  455. // dataColumn1
  456. //
  457. this.dataColumn1.Caption = "物料系数编码";
  458. this.dataColumn1.ColumnName = "materialPmCode";
  459. //
  460. // dataColumn2
  461. //
  462. this.dataColumn2.Caption = "物料类型";
  463. this.dataColumn2.ColumnName = "materialType";
  464. //
  465. // dataColumn3
  466. //
  467. this.dataColumn3.Caption = "物料类型编码";
  468. this.dataColumn3.ColumnName = "materialTypeCode";
  469. //
  470. // dataColumn4
  471. //
  472. this.dataColumn4.Caption = "计量点编号";
  473. this.dataColumn4.ColumnName = "baseSpotNo";
  474. //
  475. // dataColumn5
  476. //
  477. this.dataColumn5.Caption = "卸货码头";
  478. this.dataColumn5.ColumnName = "baseSpotName";
  479. //
  480. // dataColumn6
  481. //
  482. this.dataColumn6.Caption = "AB秤";
  483. this.dataColumn6.ColumnName = "scaleName";
  484. //
  485. // dataColumn7
  486. //
  487. this.dataColumn7.Caption = "国内物料参数";
  488. this.dataColumn7.ColumnName = "materialParameter";
  489. //
  490. // dataColumn8
  491. //
  492. this.dataColumn8.Caption = "进口物料参数";
  493. this.dataColumn8.ColumnName = "materialParameterImport";
  494. //
  495. // dataColumn9
  496. //
  497. this.dataColumn9.Caption = "创建人编号";
  498. this.dataColumn9.ColumnName = "createManNo";
  499. //
  500. // dataColumn10
  501. //
  502. this.dataColumn10.Caption = "创建人姓名";
  503. this.dataColumn10.ColumnName = "createManName";
  504. //
  505. // dataColumn11
  506. //
  507. this.dataColumn11.Caption = "创建时间";
  508. this.dataColumn11.ColumnName = "createTime";
  509. //
  510. // dataColumn12
  511. //
  512. this.dataColumn12.Caption = "修改人编号";
  513. this.dataColumn12.ColumnName = "updateManNo";
  514. //
  515. // dataColumn13
  516. //
  517. this.dataColumn13.Caption = "修改人姓名";
  518. this.dataColumn13.ColumnName = "updateManName";
  519. //
  520. // dataColumn14
  521. //
  522. this.dataColumn14.Caption = "修改时间";
  523. this.dataColumn14.ColumnName = "updateTime";
  524. //
  525. // dataColumn15
  526. //
  527. this.dataColumn15.Caption = "状态";
  528. this.dataColumn15.ColumnName = "validFlag";
  529. //
  530. // ultraGroupBoxEdit
  531. //
  532. this.ultraGroupBoxEdit.Controls.Add(this.tableLayoutPanel5);
  533. this.ultraGroupBoxEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  534. this.ultraGroupBoxEdit.Location = new System.Drawing.Point(0, 0);
  535. this.ultraGroupBoxEdit.Name = "ultraGroupBoxEdit";
  536. this.ultraGroupBoxEdit.Size = new System.Drawing.Size(1696, 133);
  537. this.ultraGroupBoxEdit.TabIndex = 2;
  538. this.ultraGroupBoxEdit.Text = "数据编辑区域";
  539. this.ultraGroupBoxEdit.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  540. //
  541. // tableLayoutPanel5
  542. //
  543. this.tableLayoutPanel5.ColumnCount = 8;
  544. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  545. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.500122F));
  546. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.17902F));
  547. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.500122F));
  548. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.17902F));
  549. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.17901F));
  550. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.95441F));
  551. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.50831F));
  552. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  553. this.tableLayoutPanel5.Controls.Add(this.cbMatType, 4, 2);
  554. this.tableLayoutPanel5.Controls.Add(this.text2, 4, 1);
  555. this.tableLayoutPanel5.Controls.Add(this.cb2, 2, 3);
  556. this.tableLayoutPanel5.Controls.Add(this.test, 4, 3);
  557. this.tableLayoutPanel5.Controls.Add(this.text1, 2, 1);
  558. this.tableLayoutPanel5.Controls.Add(this.label27, 1, 2);
  559. this.tableLayoutPanel5.Controls.Add(this.label28, 1, 1);
  560. this.tableLayoutPanel5.Controls.Add(this.label10, 1, 3);
  561. this.tableLayoutPanel5.Controls.Add(this.label7, 3, 2);
  562. this.tableLayoutPanel5.Controls.Add(this.label8, 3, 3);
  563. this.tableLayoutPanel5.Controls.Add(this.label12, 3, 1);
  564. this.tableLayoutPanel5.Controls.Add(this.cb1, 2, 2);
  565. this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 21);
  567. this.tableLayoutPanel5.Name = "tableLayoutPanel5";
  568. this.tableLayoutPanel5.RowCount = 4;
  569. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
  570. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  571. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  572. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  573. this.tableLayoutPanel5.Size = new System.Drawing.Size(1690, 109);
  574. this.tableLayoutPanel5.TabIndex = 1;
  575. //
  576. // cbMatType
  577. //
  578. this.cbMatType.CheckedListSettings.CheckStateMember = "";
  579. appearance50.BackColor = System.Drawing.SystemColors.Window;
  580. appearance50.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  581. this.cbMatType.DisplayLayout.Appearance = appearance50;
  582. this.cbMatType.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  583. this.cbMatType.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  584. appearance51.BackColor = System.Drawing.SystemColors.ActiveBorder;
  585. appearance51.BackColor2 = System.Drawing.SystemColors.ControlDark;
  586. appearance51.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  587. appearance51.BorderColor = System.Drawing.SystemColors.Window;
  588. this.cbMatType.DisplayLayout.GroupByBox.Appearance = appearance51;
  589. appearance52.ForeColor = System.Drawing.SystemColors.GrayText;
  590. this.cbMatType.DisplayLayout.GroupByBox.BandLabelAppearance = appearance52;
  591. this.cbMatType.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  592. appearance53.BackColor = System.Drawing.SystemColors.ControlLightLight;
  593. appearance53.BackColor2 = System.Drawing.SystemColors.Control;
  594. appearance53.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  595. appearance53.ForeColor = System.Drawing.SystemColors.GrayText;
  596. this.cbMatType.DisplayLayout.GroupByBox.PromptAppearance = appearance53;
  597. this.cbMatType.DisplayLayout.MaxColScrollRegions = 1;
  598. this.cbMatType.DisplayLayout.MaxRowScrollRegions = 1;
  599. appearance56.BackColor = System.Drawing.SystemColors.Window;
  600. appearance56.ForeColor = System.Drawing.SystemColors.ControlText;
  601. this.cbMatType.DisplayLayout.Override.ActiveCellAppearance = appearance56;
  602. appearance57.BackColor = System.Drawing.SystemColors.Highlight;
  603. appearance57.ForeColor = System.Drawing.SystemColors.HighlightText;
  604. this.cbMatType.DisplayLayout.Override.ActiveRowAppearance = appearance57;
  605. this.cbMatType.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  606. this.cbMatType.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  607. appearance58.BackColor = System.Drawing.SystemColors.Window;
  608. this.cbMatType.DisplayLayout.Override.CardAreaAppearance = appearance58;
  609. appearance59.BorderColor = System.Drawing.Color.Silver;
  610. appearance59.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  611. this.cbMatType.DisplayLayout.Override.CellAppearance = appearance59;
  612. this.cbMatType.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  613. this.cbMatType.DisplayLayout.Override.CellPadding = 0;
  614. appearance60.BackColor = System.Drawing.SystemColors.Control;
  615. appearance60.BackColor2 = System.Drawing.SystemColors.ControlDark;
  616. appearance60.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  617. appearance60.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  618. appearance60.BorderColor = System.Drawing.SystemColors.Window;
  619. this.cbMatType.DisplayLayout.Override.GroupByRowAppearance = appearance60;
  620. appearance61.TextHAlignAsString = "Left";
  621. this.cbMatType.DisplayLayout.Override.HeaderAppearance = appearance61;
  622. this.cbMatType.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  623. this.cbMatType.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  624. appearance62.BackColor = System.Drawing.SystemColors.Window;
  625. appearance62.BorderColor = System.Drawing.Color.Silver;
  626. this.cbMatType.DisplayLayout.Override.RowAppearance = appearance62;
  627. this.cbMatType.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  628. appearance63.BackColor = System.Drawing.SystemColors.ControlLight;
  629. this.cbMatType.DisplayLayout.Override.TemplateAddRowAppearance = appearance63;
  630. this.cbMatType.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  631. this.cbMatType.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  632. this.cbMatType.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  633. this.cbMatType.Dock = System.Windows.Forms.DockStyle.Fill;
  634. this.cbMatType.Font = new System.Drawing.Font("宋体", 12F);
  635. this.cbMatType.Location = new System.Drawing.Point(478, 51);
  636. this.cbMatType.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  637. this.cbMatType.Name = "cbMatType";
  638. this.cbMatType.Size = new System.Drawing.Size(216, 26);
  639. this.cbMatType.TabIndex = 130;
  640. //
  641. // text2
  642. //
  643. this.text2.Dock = System.Windows.Forms.DockStyle.Fill;
  644. this.text2.Font = new System.Drawing.Font("宋体", 12F);
  645. this.text2.Location = new System.Drawing.Point(478, 18);
  646. this.text2.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  647. this.text2.Name = "text2";
  648. this.text2.Size = new System.Drawing.Size(216, 26);
  649. this.text2.TabIndex = 134;
  650. //
  651. // cb2
  652. //
  653. this.cb2.Dock = System.Windows.Forms.DockStyle.Fill;
  654. this.cb2.Font = new System.Drawing.Font("宋体", 12F);
  655. this.cb2.FormattingEnabled = true;
  656. this.cb2.Items.AddRange(new object[] {
  657. "A",
  658. "B"});
  659. this.cb2.Location = new System.Drawing.Point(156, 84);
  660. this.cb2.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  661. this.cb2.Name = "cb2";
  662. this.cb2.Size = new System.Drawing.Size(216, 24);
  663. this.cb2.TabIndex = 131;
  664. //
  665. // test
  666. //
  667. this.test.Dock = System.Windows.Forms.DockStyle.Fill;
  668. this.test.Font = new System.Drawing.Font("宋体", 12F);
  669. this.test.FormattingEnabled = true;
  670. this.test.Location = new System.Drawing.Point(478, 84);
  671. this.test.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  672. this.test.Name = "test";
  673. this.test.Size = new System.Drawing.Size(216, 24);
  674. this.test.TabIndex = 129;
  675. this.test.Visible = false;
  676. //
  677. // text1
  678. //
  679. this.text1.Dock = System.Windows.Forms.DockStyle.Fill;
  680. this.text1.Font = new System.Drawing.Font("宋体", 12F);
  681. this.text1.Location = new System.Drawing.Point(156, 18);
  682. this.text1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  683. this.text1.Name = "text1";
  684. this.text1.Size = new System.Drawing.Size(216, 26);
  685. this.text1.TabIndex = 22;
  686. //
  687. // label27
  688. //
  689. this.label27.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  690. | System.Windows.Forms.AnchorStyles.Left)
  691. | System.Windows.Forms.AnchorStyles.Right)));
  692. this.label27.AutoSize = true;
  693. this.label27.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  694. this.label27.Location = new System.Drawing.Point(53, 41);
  695. this.label27.Name = "label27";
  696. this.label27.Size = new System.Drawing.Size(100, 33);
  697. this.label27.TabIndex = 8;
  698. this.label27.Text = "卸货码头";
  699. this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  700. //
  701. // label28
  702. //
  703. this.label28.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  704. | System.Windows.Forms.AnchorStyles.Left)
  705. | System.Windows.Forms.AnchorStyles.Right)));
  706. this.label28.AutoSize = true;
  707. this.label28.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  708. this.label28.Location = new System.Drawing.Point(53, 8);
  709. this.label28.Name = "label28";
  710. this.label28.Size = new System.Drawing.Size(100, 33);
  711. this.label28.TabIndex = 1;
  712. this.label28.Text = "国内物料系数";
  713. this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  714. //
  715. // label10
  716. //
  717. this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  718. | System.Windows.Forms.AnchorStyles.Left)
  719. | System.Windows.Forms.AnchorStyles.Right)));
  720. this.label10.AutoSize = true;
  721. this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  722. this.label10.Location = new System.Drawing.Point(53, 74);
  723. this.label10.Name = "label10";
  724. this.label10.Size = new System.Drawing.Size(100, 35);
  725. this.label10.TabIndex = 10;
  726. this.label10.Text = "A/B秤";
  727. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  728. //
  729. // label7
  730. //
  731. this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  732. | System.Windows.Forms.AnchorStyles.Left)
  733. | System.Windows.Forms.AnchorStyles.Right)));
  734. this.label7.AutoSize = true;
  735. this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  736. this.label7.Location = new System.Drawing.Point(375, 44);
  737. this.label7.Margin = new System.Windows.Forms.Padding(3);
  738. this.label7.Name = "label7";
  739. this.label7.Size = new System.Drawing.Size(100, 27);
  740. this.label7.TabIndex = 26;
  741. this.label7.Text = "物料类型";
  742. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  743. //
  744. // label8
  745. //
  746. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  747. | System.Windows.Forms.AnchorStyles.Left)
  748. | System.Windows.Forms.AnchorStyles.Right)));
  749. this.label8.AutoSize = true;
  750. this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  751. this.label8.Location = new System.Drawing.Point(375, 77);
  752. this.label8.Margin = new System.Windows.Forms.Padding(3);
  753. this.label8.Name = "label8";
  754. this.label8.Size = new System.Drawing.Size(100, 29);
  755. this.label8.TabIndex = 27;
  756. this.label8.Text = "卸货码头";
  757. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  758. this.label8.Visible = false;
  759. //
  760. // label12
  761. //
  762. this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  763. | System.Windows.Forms.AnchorStyles.Left)
  764. | System.Windows.Forms.AnchorStyles.Right)));
  765. this.label12.AutoSize = true;
  766. this.label12.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  767. this.label12.Location = new System.Drawing.Point(375, 11);
  768. this.label12.Margin = new System.Windows.Forms.Padding(3);
  769. this.label12.Name = "label12";
  770. this.label12.Size = new System.Drawing.Size(100, 27);
  771. this.label12.TabIndex = 29;
  772. this.label12.Text = "进口物料系数";
  773. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  774. //
  775. // cb1
  776. //
  777. this.cb1.Dock = System.Windows.Forms.DockStyle.Fill;
  778. this.cb1.Font = new System.Drawing.Font("宋体", 12F);
  779. this.cb1.FormattingEnabled = true;
  780. this.cb1.Location = new System.Drawing.Point(156, 51);
  781. this.cb1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  782. this.cb1.Name = "cb1";
  783. this.cb1.Size = new System.Drawing.Size(216, 24);
  784. this.cb1.TabIndex = 127;
  785. //
  786. // ultraTabPageControl2
  787. //
  788. this.ultraTabPageControl2.Controls.Add(this.splitContainer1);
  789. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  790. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  791. this.ultraTabPageControl2.Size = new System.Drawing.Size(1696, 586);
  792. //
  793. // splitContainer1
  794. //
  795. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  796. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  797. this.splitContainer1.Name = "splitContainer1";
  798. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  799. //
  800. // splitContainer1.Panel1
  801. //
  802. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
  803. //
  804. // splitContainer1.Panel2
  805. //
  806. this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
  807. this.splitContainer1.Size = new System.Drawing.Size(1696, 586);
  808. this.splitContainer1.SplitterDistance = 501;
  809. this.splitContainer1.TabIndex = 2;
  810. //
  811. // ultraGrid1
  812. //
  813. this.ultraGrid1.DataSource = this.dataSet2;
  814. ultraGridColumn17.Header.VisiblePosition = 0;
  815. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 2;
  816. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  817. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
  818. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  819. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  820. ultraGridColumn18.Header.VisiblePosition = 1;
  821. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 4;
  822. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  823. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(110, 0);
  824. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
  825. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  826. ultraGridColumn19.Header.VisiblePosition = 2;
  827. ultraGridColumn19.Hidden = true;
  828. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 4;
  829. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  830. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  831. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  832. ultraGridColumn20.Header.VisiblePosition = 3;
  833. ultraGridColumn20.Hidden = true;
  834. ultraGridColumn21.Header.VisiblePosition = 4;
  835. ultraGridColumn21.Hidden = true;
  836. ultraGridColumn22.Header.VisiblePosition = 5;
  837. ultraGridColumn22.Hidden = true;
  838. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 6;
  839. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  840. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  841. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  842. ultraGridColumn23.Header.VisiblePosition = 6;
  843. ultraGridColumn23.Hidden = true;
  844. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 8;
  845. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  846. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  847. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  848. ultraGridColumn24.Header.VisiblePosition = 7;
  849. ultraGridColumn24.Hidden = true;
  850. ultraGridColumn25.Header.VisiblePosition = 14;
  851. ultraGridColumn25.Hidden = true;
  852. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 14;
  853. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  854. ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  855. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
  856. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  857. ultraGridColumn26.Header.VisiblePosition = 8;
  858. ultraGridColumn26.Hidden = true;
  859. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 16;
  860. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  861. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  862. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  863. ultraGridColumn27.Header.VisiblePosition = 9;
  864. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 6;
  865. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  866. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  867. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
  868. ultraGridColumn28.Header.VisiblePosition = 10;
  869. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 8;
  870. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  871. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  872. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  873. ultraGridColumn29.Header.VisiblePosition = 11;
  874. ultraGridColumn29.Hidden = true;
  875. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 22;
  876. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  877. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  878. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  879. ultraGridColumn30.Header.VisiblePosition = 12;
  880. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 10;
  881. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  882. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  883. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  884. ultraGridColumn31.Header.VisiblePosition = 13;
  885. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 12;
  886. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  887. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
  888. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
  889. ultraGridColumn32.Header.VisiblePosition = 15;
  890. ultraGridColumn32.Hidden = true;
  891. ultraGridColumn33.Header.VisiblePosition = 17;
  892. ultraGridColumn33.RowLayoutColumnInfo.OriginX = 14;
  893. ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
  894. ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
  895. ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
  896. ultraGridColumn34.Header.VisiblePosition = 18;
  897. ultraGridColumn34.Hidden = true;
  898. ultraGridColumn34.RowLayoutColumnInfo.OriginX = 5;
  899. ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
  900. ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(118, 0);
  901. ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
  902. ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
  903. ultraGridColumn35.Header.VisiblePosition = 19;
  904. ultraGridColumn35.Hidden = true;
  905. ultraGridColumn36.Header.VisiblePosition = 20;
  906. ultraGridColumn36.RowLayoutColumnInfo.OriginX = 5;
  907. ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
  908. ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
  909. ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
  910. ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
  911. ultraGridColumn37.DataType = typeof(bool);
  912. ultraGridColumn37.Header.Caption = "选择";
  913. ultraGridColumn37.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  914. ultraGridColumn37.Header.VisiblePosition = 16;
  915. ultraGridColumn37.RowLayoutColumnInfo.OriginX = 0;
  916. ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
  917. ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 0);
  918. ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
  919. ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
  920. ultraGridBand2.Columns.AddRange(new object[] {
  921. ultraGridColumn17,
  922. ultraGridColumn18,
  923. ultraGridColumn19,
  924. ultraGridColumn20,
  925. ultraGridColumn21,
  926. ultraGridColumn22,
  927. ultraGridColumn23,
  928. ultraGridColumn24,
  929. ultraGridColumn25,
  930. ultraGridColumn26,
  931. ultraGridColumn27,
  932. ultraGridColumn28,
  933. ultraGridColumn29,
  934. ultraGridColumn30,
  935. ultraGridColumn31,
  936. ultraGridColumn32,
  937. ultraGridColumn33,
  938. ultraGridColumn34,
  939. ultraGridColumn35,
  940. ultraGridColumn36,
  941. ultraGridColumn37});
  942. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  943. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  944. this.ultraGrid1.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
  945. this.ultraGrid1.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
  946. appearance1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  947. appearance1.BackColor2 = System.Drawing.SystemColors.GradientActiveCaption;
  948. appearance1.BorderColor = System.Drawing.SystemColors.GradientActiveCaption;
  949. appearance1.BorderColor2 = System.Drawing.SystemColors.GradientActiveCaption;
  950. appearance1.ForeColor = System.Drawing.Color.IndianRed;
  951. appearance1.ForeColorDisabled = System.Drawing.SystemColors.GradientActiveCaption;
  952. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance1;
  953. this.ultraGrid1.DisplayLayout.GroupByBox.ButtonConnectorColor = System.Drawing.SystemColors.GradientActiveCaption;
  954. this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = "拖动列表头到这里可以按该列分组";
  955. this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  956. this.ultraGrid1.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
  957. appearance2.TextVAlignAsString = "Middle";
  958. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance2;
  959. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  960. appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  961. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance3;
  962. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  963. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  964. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
  965. appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  966. appearance4.TextVAlignAsString = "Middle";
  967. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance4;
  968. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  969. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  970. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  971. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  972. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  973. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  974. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  975. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  976. this.ultraGrid1.Name = "ultraGrid1";
  977. this.ultraGrid1.Size = new System.Drawing.Size(1696, 501);
  978. this.ultraGrid1.TabIndex = 8;
  979. //
  980. // dataSet2
  981. //
  982. this.dataSet2.DataSetName = "NewDataSet";
  983. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  984. this.dataTable2});
  985. //
  986. // dataTable2
  987. //
  988. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  989. this.dataColumn16,
  990. this.dataColumn17,
  991. this.dataColumn18,
  992. this.dataColumn19,
  993. this.dataColumn20,
  994. this.dataColumn21,
  995. this.dataColumn22,
  996. this.dataColumn23,
  997. this.dataColumn24,
  998. this.dataColumn25,
  999. this.dataColumn26,
  1000. this.dataColumn27,
  1001. this.dataColumn28,
  1002. this.dataColumn29,
  1003. this.dataColumn30,
  1004. this.dataColumn31,
  1005. this.dataColumn32,
  1006. this.dataColumn33,
  1007. this.dataColumn34,
  1008. this.dataColumn35});
  1009. this.dataTable2.TableName = "Table1";
  1010. //
  1011. // dataColumn16
  1012. //
  1013. this.dataColumn16.Caption = "物料编码";
  1014. this.dataColumn16.ColumnName = "matterNo";
  1015. //
  1016. // dataColumn17
  1017. //
  1018. this.dataColumn17.Caption = "物料名称";
  1019. this.dataColumn17.ColumnName = "matterName";
  1020. //
  1021. // dataColumn18
  1022. //
  1023. this.dataColumn18.Caption = "索引码";
  1024. this.dataColumn18.ColumnName = "indexCode";
  1025. //
  1026. // dataColumn19
  1027. //
  1028. this.dataColumn19.Caption = "助记码";
  1029. this.dataColumn19.ColumnName = "mnemonicCode";
  1030. //
  1031. // dataColumn20
  1032. //
  1033. this.dataColumn20.Caption = "物料属性编号";
  1034. this.dataColumn20.ColumnName = "matterNatureNo";
  1035. //
  1036. // dataColumn21
  1037. //
  1038. this.dataColumn21.Caption = "物料属性名称";
  1039. this.dataColumn21.ColumnName = "matterNatureName";
  1040. //
  1041. // dataColumn22
  1042. //
  1043. this.dataColumn22.Caption = "计量属性编号";
  1044. this.dataColumn22.ColumnName = "meterNatureNo";
  1045. //
  1046. // dataColumn23
  1047. //
  1048. this.dataColumn23.Caption = "计量属性名称";
  1049. this.dataColumn23.ColumnName = "meterNatureName";
  1050. //
  1051. // dataColumn24
  1052. //
  1053. this.dataColumn24.Caption = "状态";
  1054. this.dataColumn24.ColumnName = "validFlag";
  1055. //
  1056. // dataColumn25
  1057. //
  1058. this.dataColumn25.Caption = "创建人编号";
  1059. this.dataColumn25.ColumnName = "createManNo";
  1060. //
  1061. // dataColumn26
  1062. //
  1063. this.dataColumn26.Caption = "创建人姓名";
  1064. this.dataColumn26.ColumnName = "createManName";
  1065. //
  1066. // dataColumn27
  1067. //
  1068. this.dataColumn27.Caption = "创建时间";
  1069. this.dataColumn27.ColumnName = "createTime";
  1070. //
  1071. // dataColumn28
  1072. //
  1073. this.dataColumn28.Caption = "修改人编号";
  1074. this.dataColumn28.ColumnName = "updateManNo";
  1075. //
  1076. // dataColumn29
  1077. //
  1078. this.dataColumn29.Caption = "修改人姓名";
  1079. this.dataColumn29.ColumnName = "updateManName";
  1080. //
  1081. // dataColumn30
  1082. //
  1083. this.dataColumn30.Caption = "修改时间";
  1084. this.dataColumn30.ColumnName = "updateTime";
  1085. //
  1086. // dataColumn31
  1087. //
  1088. this.dataColumn31.Caption = "计量码";
  1089. this.dataColumn31.ColumnName = "meterCode";
  1090. //
  1091. // dataColumn32
  1092. //
  1093. this.dataColumn32.Caption = "备注";
  1094. this.dataColumn32.ColumnName = "memo";
  1095. //
  1096. // dataColumn33
  1097. //
  1098. this.dataColumn33.Caption = "物料分类";
  1099. this.dataColumn33.ColumnName = "reportCode";
  1100. //
  1101. // dataColumn34
  1102. //
  1103. this.dataColumn34.Caption = "物料系数编码";
  1104. this.dataColumn34.ColumnName = "beltTypeCode";
  1105. //
  1106. // dataColumn35
  1107. //
  1108. this.dataColumn35.Caption = "物料类型";
  1109. this.dataColumn35.ColumnName = "beltTypeName";
  1110. //
  1111. // ultraGroupBox2
  1112. //
  1113. this.ultraGroupBox2.Controls.Add(this.cbMatType2);
  1114. this.ultraGroupBox2.Controls.Add(this.label5);
  1115. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  1116. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  1117. this.ultraGroupBox2.Name = "ultraGroupBox2";
  1118. this.ultraGroupBox2.Size = new System.Drawing.Size(1696, 81);
  1119. this.ultraGroupBox2.TabIndex = 133;
  1120. this.ultraGroupBox2.Text = "数据编辑区域";
  1121. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1122. //
  1123. // cbMatType2
  1124. //
  1125. this.cbMatType2.CheckedListSettings.CheckStateMember = "";
  1126. appearance17.BackColor = System.Drawing.SystemColors.Window;
  1127. appearance17.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1128. this.cbMatType2.DisplayLayout.Appearance = appearance17;
  1129. this.cbMatType2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1130. this.cbMatType2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1131. appearance18.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1132. appearance18.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1133. appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1134. appearance18.BorderColor = System.Drawing.SystemColors.Window;
  1135. this.cbMatType2.DisplayLayout.GroupByBox.Appearance = appearance18;
  1136. appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
  1137. this.cbMatType2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance19;
  1138. this.cbMatType2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1139. appearance20.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1140. appearance20.BackColor2 = System.Drawing.SystemColors.Control;
  1141. appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1142. appearance20.ForeColor = System.Drawing.SystemColors.GrayText;
  1143. this.cbMatType2.DisplayLayout.GroupByBox.PromptAppearance = appearance20;
  1144. this.cbMatType2.DisplayLayout.MaxColScrollRegions = 1;
  1145. this.cbMatType2.DisplayLayout.MaxRowScrollRegions = 1;
  1146. appearance21.BackColor = System.Drawing.SystemColors.Window;
  1147. appearance21.ForeColor = System.Drawing.SystemColors.ControlText;
  1148. this.cbMatType2.DisplayLayout.Override.ActiveCellAppearance = appearance21;
  1149. appearance22.BackColor = System.Drawing.SystemColors.Highlight;
  1150. appearance22.ForeColor = System.Drawing.SystemColors.HighlightText;
  1151. this.cbMatType2.DisplayLayout.Override.ActiveRowAppearance = appearance22;
  1152. this.cbMatType2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1153. this.cbMatType2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1154. appearance25.BackColor = System.Drawing.SystemColors.Window;
  1155. this.cbMatType2.DisplayLayout.Override.CardAreaAppearance = appearance25;
  1156. appearance26.BorderColor = System.Drawing.Color.Silver;
  1157. appearance26.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1158. this.cbMatType2.DisplayLayout.Override.CellAppearance = appearance26;
  1159. this.cbMatType2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1160. this.cbMatType2.DisplayLayout.Override.CellPadding = 0;
  1161. appearance29.BackColor = System.Drawing.SystemColors.Control;
  1162. appearance29.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1163. appearance29.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1164. appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1165. appearance29.BorderColor = System.Drawing.SystemColors.Window;
  1166. this.cbMatType2.DisplayLayout.Override.GroupByRowAppearance = appearance29;
  1167. appearance31.TextHAlignAsString = "Left";
  1168. this.cbMatType2.DisplayLayout.Override.HeaderAppearance = appearance31;
  1169. this.cbMatType2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1170. this.cbMatType2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1171. appearance32.BackColor = System.Drawing.SystemColors.Window;
  1172. appearance32.BorderColor = System.Drawing.Color.Silver;
  1173. this.cbMatType2.DisplayLayout.Override.RowAppearance = appearance32;
  1174. this.cbMatType2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1175. appearance33.BackColor = System.Drawing.SystemColors.ControlLight;
  1176. this.cbMatType2.DisplayLayout.Override.TemplateAddRowAppearance = appearance33;
  1177. this.cbMatType2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1178. this.cbMatType2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1179. this.cbMatType2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1180. this.cbMatType2.Font = new System.Drawing.Font("宋体", 12F);
  1181. this.cbMatType2.Location = new System.Drawing.Point(124, 31);
  1182. this.cbMatType2.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  1183. this.cbMatType2.Name = "cbMatType2";
  1184. this.cbMatType2.Size = new System.Drawing.Size(216, 26);
  1185. this.cbMatType2.TabIndex = 131;
  1186. //
  1187. // label5
  1188. //
  1189. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1190. | System.Windows.Forms.AnchorStyles.Left)
  1191. | System.Windows.Forms.AnchorStyles.Right)));
  1192. this.label5.AutoSize = true;
  1193. this.label5.BackColor = System.Drawing.Color.Transparent;
  1194. this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
  1195. this.label5.Location = new System.Drawing.Point(49, 38);
  1196. this.label5.Margin = new System.Windows.Forms.Padding(3);
  1197. this.label5.Name = "label5";
  1198. this.label5.Size = new System.Drawing.Size(82, 14);
  1199. this.label5.TabIndex = 132;
  1200. this.label5.Text = "物料类型:";
  1201. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1202. //
  1203. // ultraGroupBox1
  1204. //
  1205. this.ultraGroupBox1.Controls.Add(this.panel2);
  1206. this.ultraGroupBox1.Controls.Add(this.panel1);
  1207. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  1208. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  1209. this.ultraGroupBox1.Name = "ultraGroupBox1";
  1210. this.ultraGroupBox1.Size = new System.Drawing.Size(1704, 706);
  1211. this.ultraGroupBox1.TabIndex = 1;
  1212. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1213. //
  1214. // panel2
  1215. //
  1216. this.panel2.Controls.Add(this.ultraTabControl1);
  1217. this.panel2.Controls.Add(this.ultraGroupBoxCondition);
  1218. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  1219. this.panel2.Location = new System.Drawing.Point(3, 30);
  1220. this.panel2.Name = "panel2";
  1221. this.panel2.Size = new System.Drawing.Size(1698, 673);
  1222. this.panel2.TabIndex = 1;
  1223. //
  1224. // ultraTabControl1
  1225. //
  1226. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  1227. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  1228. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  1229. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1230. this.ultraTabControl1.Font = new System.Drawing.Font("宋体", 11F);
  1231. this.ultraTabControl1.ImageTransparentColor = System.Drawing.SystemColors.ActiveCaption;
  1232. this.ultraTabControl1.Location = new System.Drawing.Point(0, 61);
  1233. this.ultraTabControl1.Name = "ultraTabControl1";
  1234. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1235. this.ultraTabControl1.Size = new System.Drawing.Size(1698, 612);
  1236. this.ultraTabControl1.TabIndex = 3;
  1237. ultraTab1.TabPage = this.ultraTabPageControl1;
  1238. ultraTab1.Text = "物料系数";
  1239. ultraTab2.TabPage = this.ultraTabPageControl2;
  1240. ultraTab2.Text = "物料分配";
  1241. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1242. ultraTab1,
  1243. ultraTab2});
  1244. this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
  1245. //
  1246. // ultraTabSharedControlsPage1
  1247. //
  1248. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1249. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1250. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1696, 586);
  1251. //
  1252. // ultraGroupBoxCondition
  1253. //
  1254. this.ultraGroupBoxCondition.Controls.Add(this.checkBox1);
  1255. this.ultraGroupBoxCondition.Controls.Add(this.label4);
  1256. this.ultraGroupBoxCondition.Controls.Add(this.textWgtName);
  1257. this.ultraGroupBoxCondition.Controls.Add(this.label1);
  1258. this.ultraGroupBoxCondition.Controls.Add(this.ultraCombo1);
  1259. this.ultraGroupBoxCondition.Controls.Add(this.cbSpotName);
  1260. this.ultraGroupBoxCondition.Controls.Add(this.label2);
  1261. this.ultraGroupBoxCondition.Controls.Add(this.label3);
  1262. this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
  1263. this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
  1264. this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
  1265. this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 61);
  1266. this.ultraGroupBoxCondition.TabIndex = 0;
  1267. this.ultraGroupBoxCondition.Text = "查询条件";
  1268. this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1269. //
  1270. // checkBox1
  1271. //
  1272. this.checkBox1.AutoSize = true;
  1273. this.checkBox1.Font = new System.Drawing.Font("宋体", 12F);
  1274. this.checkBox1.Location = new System.Drawing.Point(975, 22);
  1275. this.checkBox1.Name = "checkBox1";
  1276. this.checkBox1.Size = new System.Drawing.Size(91, 20);
  1277. this.checkBox1.TabIndex = 147;
  1278. this.checkBox1.Text = "所有物料";
  1279. this.checkBox1.UseVisualStyleBackColor = true;
  1280. //
  1281. // label4
  1282. //
  1283. this.label4.AutoSize = true;
  1284. this.label4.BackColor = System.Drawing.Color.Transparent;
  1285. this.label4.Font = new System.Drawing.Font("宋体", 10F);
  1286. this.label4.ForeColor = System.Drawing.Color.Red;
  1287. this.label4.Location = new System.Drawing.Point(591, 3);
  1288. this.label4.Name = "label4";
  1289. this.label4.Size = new System.Drawing.Size(91, 14);
  1290. this.label4.TabIndex = 134;
  1291. this.label4.Text = "查询物料条件";
  1292. //
  1293. // textWgtName
  1294. //
  1295. this.textWgtName.Font = new System.Drawing.Font("宋体", 12F);
  1296. this.textWgtName.Location = new System.Drawing.Point(732, 21);
  1297. this.textWgtName.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  1298. this.textWgtName.Name = "textWgtName";
  1299. this.textWgtName.Size = new System.Drawing.Size(216, 26);
  1300. this.textWgtName.TabIndex = 133;
  1301. //
  1302. // label1
  1303. //
  1304. this.label1.AutoSize = true;
  1305. this.label1.BackColor = System.Drawing.Color.Transparent;
  1306. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  1307. this.label1.Location = new System.Drawing.Point(666, 29);
  1308. this.label1.Name = "label1";
  1309. this.label1.Size = new System.Drawing.Size(63, 14);
  1310. this.label1.TabIndex = 132;
  1311. this.label1.Text = "物料名称";
  1312. //
  1313. // ultraCombo1
  1314. //
  1315. this.ultraCombo1.CheckedListSettings.CheckStateMember = "";
  1316. appearance5.BackColor = System.Drawing.SystemColors.Window;
  1317. appearance5.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1318. this.ultraCombo1.DisplayLayout.Appearance = appearance5;
  1319. this.ultraCombo1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1320. this.ultraCombo1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1321. appearance6.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1322. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1323. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1324. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  1325. this.ultraCombo1.DisplayLayout.GroupByBox.Appearance = appearance6;
  1326. appearance8.ForeColor = System.Drawing.SystemColors.GrayText;
  1327. this.ultraCombo1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance8;
  1328. this.ultraCombo1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1329. appearance7.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1330. appearance7.BackColor2 = System.Drawing.SystemColors.Control;
  1331. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1332. appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
  1333. this.ultraCombo1.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
  1334. this.ultraCombo1.DisplayLayout.MaxColScrollRegions = 1;
  1335. this.ultraCombo1.DisplayLayout.MaxRowScrollRegions = 1;
  1336. appearance11.BackColor = System.Drawing.SystemColors.Window;
  1337. appearance11.ForeColor = System.Drawing.SystemColors.ControlText;
  1338. this.ultraCombo1.DisplayLayout.Override.ActiveCellAppearance = appearance11;
  1339. appearance14.BackColor = System.Drawing.SystemColors.Highlight;
  1340. appearance14.ForeColor = System.Drawing.SystemColors.HighlightText;
  1341. this.ultraCombo1.DisplayLayout.Override.ActiveRowAppearance = appearance14;
  1342. this.ultraCombo1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1343. this.ultraCombo1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1344. appearance16.BackColor = System.Drawing.SystemColors.Window;
  1345. this.ultraCombo1.DisplayLayout.Override.CardAreaAppearance = appearance16;
  1346. appearance12.BorderColor = System.Drawing.Color.Silver;
  1347. appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1348. this.ultraCombo1.DisplayLayout.Override.CellAppearance = appearance12;
  1349. this.ultraCombo1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1350. this.ultraCombo1.DisplayLayout.Override.CellPadding = 0;
  1351. appearance10.BackColor = System.Drawing.SystemColors.Control;
  1352. appearance10.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1353. appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1354. appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1355. appearance10.BorderColor = System.Drawing.SystemColors.Window;
  1356. this.ultraCombo1.DisplayLayout.Override.GroupByRowAppearance = appearance10;
  1357. appearance9.TextHAlignAsString = "Left";
  1358. this.ultraCombo1.DisplayLayout.Override.HeaderAppearance = appearance9;
  1359. this.ultraCombo1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1360. this.ultraCombo1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1361. appearance15.BackColor = System.Drawing.SystemColors.Window;
  1362. appearance15.BorderColor = System.Drawing.Color.Silver;
  1363. this.ultraCombo1.DisplayLayout.Override.RowAppearance = appearance15;
  1364. this.ultraCombo1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1365. appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
  1366. this.ultraCombo1.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
  1367. this.ultraCombo1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1368. this.ultraCombo1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1369. this.ultraCombo1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1370. this.ultraCombo1.Font = new System.Drawing.Font("宋体", 12F);
  1371. this.ultraCombo1.Location = new System.Drawing.Point(90, 22);
  1372. this.ultraCombo1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  1373. this.ultraCombo1.Name = "ultraCombo1";
  1374. this.ultraCombo1.Size = new System.Drawing.Size(149, 26);
  1375. this.ultraCombo1.TabIndex = 131;
  1376. //
  1377. // cbSpotName
  1378. //
  1379. this.cbSpotName.Font = new System.Drawing.Font("宋体", 12F);
  1380. this.cbSpotName.FormattingEnabled = true;
  1381. this.cbSpotName.Location = new System.Drawing.Point(347, 22);
  1382. this.cbSpotName.Name = "cbSpotName";
  1383. this.cbSpotName.Size = new System.Drawing.Size(170, 24);
  1384. this.cbSpotName.TabIndex = 129;
  1385. //
  1386. // label2
  1387. //
  1388. this.label2.AutoSize = true;
  1389. this.label2.BackColor = System.Drawing.Color.Transparent;
  1390. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  1391. this.label2.Location = new System.Drawing.Point(278, 27);
  1392. this.label2.Name = "label2";
  1393. this.label2.Size = new System.Drawing.Size(63, 14);
  1394. this.label2.TabIndex = 119;
  1395. this.label2.Text = "卸货码头";
  1396. //
  1397. // label3
  1398. //
  1399. this.label3.AutoSize = true;
  1400. this.label3.BackColor = System.Drawing.Color.Transparent;
  1401. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  1402. this.label3.Location = new System.Drawing.Point(14, 29);
  1403. this.label3.Name = "label3";
  1404. this.label3.Size = new System.Drawing.Size(63, 14);
  1405. this.label3.TabIndex = 117;
  1406. this.label3.Text = "物料类型";
  1407. //
  1408. // panel1
  1409. //
  1410. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  1411. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  1412. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  1413. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  1414. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  1415. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  1416. this.panel1.Location = new System.Drawing.Point(3, 0);
  1417. this.panel1.Name = "panel1";
  1418. this.panel1.Size = new System.Drawing.Size(1698, 30);
  1419. this.panel1.TabIndex = 0;
  1420. //
  1421. // panel1_Fill_Panel
  1422. //
  1423. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  1424. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  1425. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 27);
  1426. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  1427. this.panel1_Fill_Panel.Size = new System.Drawing.Size(1698, 3);
  1428. this.panel1_Fill_Panel.TabIndex = 0;
  1429. //
  1430. // _panel1_Toolbars_Dock_Area_Left
  1431. //
  1432. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1433. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  1434. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  1435. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  1436. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
  1437. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  1438. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 3);
  1439. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  1440. //
  1441. // ultraToolbarsManager1
  1442. //
  1443. this.ultraToolbarsManager1.DesignerFlags = 1;
  1444. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  1445. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
  1446. ultraToolbar1.DockedColumn = 0;
  1447. ultraToolbar1.DockedRow = 0;
  1448. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1449. buttonTool1,
  1450. buttonTool11,
  1451. buttonTool13,
  1452. buttonTool2,
  1453. buttonTool9});
  1454. ultraToolbar1.Text = "UltraToolbar1";
  1455. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  1456. ultraToolbar1});
  1457. appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
  1458. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
  1459. buttonTool5.SharedPropsInternal.Caption = "查询";
  1460. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1461. appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
  1462. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
  1463. buttonTool6.SharedPropsInternal.Caption = "导出";
  1464. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1465. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  1466. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  1467. buttonTool7.SharedPropsInternal.Caption = "删除";
  1468. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1469. appearance54.Image = ((object)(resources.GetObject("appearance54.Image")));
  1470. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance54;
  1471. buttonTool8.SharedPropsInternal.Caption = "还原";
  1472. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1473. appearance55.Image = ((object)(resources.GetObject("appearance55.Image")));
  1474. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance55;
  1475. buttonTool10.SharedPropsInternal.Caption = "退出";
  1476. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1477. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  1478. buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  1479. buttonTool12.SharedPropsInternal.Caption = "新增";
  1480. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1481. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  1482. buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  1483. buttonTool14.SharedPropsInternal.Caption = "修改";
  1484. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1485. appearance74.Image = ((object)(resources.GetObject("appearance74.Image")));
  1486. buttonTool15.SharedPropsInternal.AppearancesLarge.Appearance = appearance74;
  1487. appearance75.Image = ((object)(resources.GetObject("appearance75.Image")));
  1488. buttonTool15.SharedPropsInternal.AppearancesSmall.Appearance = appearance75;
  1489. buttonTool15.SharedPropsInternal.Caption = "物料分配";
  1490. buttonTool15.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1491. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1492. buttonTool5,
  1493. buttonTool6,
  1494. buttonTool7,
  1495. buttonTool8,
  1496. buttonTool10,
  1497. buttonTool12,
  1498. buttonTool14,
  1499. buttonTool15});
  1500. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  1501. //
  1502. // _panel1_Toolbars_Dock_Area_Right
  1503. //
  1504. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1505. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  1506. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  1507. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  1508. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1698, 27);
  1509. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  1510. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 3);
  1511. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  1512. //
  1513. // _panel1_Toolbars_Dock_Area_Top
  1514. //
  1515. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1516. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  1517. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  1518. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  1519. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  1520. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  1521. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1698, 27);
  1522. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  1523. //
  1524. // _panel1_Toolbars_Dock_Area_Bottom
  1525. //
  1526. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1527. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  1528. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  1529. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  1530. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
  1531. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  1532. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1698, 0);
  1533. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  1534. //
  1535. // frmBeltMatPmInfo
  1536. //
  1537. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1538. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1539. this.BackColor = System.Drawing.Color.White;
  1540. this.ClientSize = new System.Drawing.Size(1704, 706);
  1541. this.ControlBox = false;
  1542. this.Controls.Add(this.ultraGroupBox1);
  1543. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1544. this.Margin = new System.Windows.Forms.Padding(2);
  1545. this.MaximizeBox = false;
  1546. this.MinimizeBox = false;
  1547. this.Name = "frmBeltMatPmInfo";
  1548. this.Text = "皮带秤预报管理";
  1549. this.Load += new System.EventHandler(this.frmBeltMatPmInfo_Load);
  1550. this.ultraTabPageControl1.ResumeLayout(false);
  1551. this.splitContainer2.Panel1.ResumeLayout(false);
  1552. this.splitContainer2.Panel2.ResumeLayout(false);
  1553. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1554. this.splitContainer2.ResumeLayout(false);
  1555. ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltMat)).EndInit();
  1556. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1557. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1558. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).EndInit();
  1559. this.ultraGroupBoxEdit.ResumeLayout(false);
  1560. this.tableLayoutPanel5.ResumeLayout(false);
  1561. this.tableLayoutPanel5.PerformLayout();
  1562. ((System.ComponentModel.ISupportInitialize)(this.cbMatType)).EndInit();
  1563. this.ultraTabPageControl2.ResumeLayout(false);
  1564. this.splitContainer1.Panel1.ResumeLayout(false);
  1565. this.splitContainer1.Panel2.ResumeLayout(false);
  1566. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1567. this.splitContainer1.ResumeLayout(false);
  1568. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1569. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1570. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1571. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1572. this.ultraGroupBox2.ResumeLayout(false);
  1573. this.ultraGroupBox2.PerformLayout();
  1574. ((System.ComponentModel.ISupportInitialize)(this.cbMatType2)).EndInit();
  1575. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1576. this.ultraGroupBox1.ResumeLayout(false);
  1577. this.panel2.ResumeLayout(false);
  1578. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1579. this.ultraTabControl1.ResumeLayout(false);
  1580. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
  1581. this.ultraGroupBoxCondition.ResumeLayout(false);
  1582. this.ultraGroupBoxCondition.PerformLayout();
  1583. ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
  1584. this.panel1.ResumeLayout(false);
  1585. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1586. this.ResumeLayout(false);
  1587. }
  1588. #endregion
  1589. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1590. private System.Windows.Forms.Panel panel2;
  1591. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridBeltMat;
  1592. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
  1593. private System.Windows.Forms.Label label2;
  1594. private System.Windows.Forms.Label label3;
  1595. private System.Windows.Forms.Panel panel1;
  1596. private System.Windows.Forms.Panel panel1_Fill_Panel;
  1597. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1598. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  1599. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  1600. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  1601. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  1602. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  1603. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxEdit;
  1604. private System.Windows.Forms.SplitContainer splitContainer1;
  1605. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
  1606. private System.Windows.Forms.TextBox text1;
  1607. private System.Windows.Forms.Label label27;
  1608. private System.Windows.Forms.Label label28;
  1609. private System.Windows.Forms.Label label10;
  1610. private System.Windows.Forms.Label label7;
  1611. private System.Windows.Forms.Label label8;
  1612. private System.Windows.Forms.Label label12;
  1613. private System.Windows.Forms.ComboBox cb1;
  1614. private System.Windows.Forms.ComboBox cb2;
  1615. private System.Windows.Forms.ComboBox test;
  1616. private System.Windows.Forms.ComboBox cbSpotName;
  1617. private System.Windows.Forms.TextBox text2;
  1618. private System.Data.DataSet dataSet1;
  1619. private System.Data.DataTable dataTable1;
  1620. private System.Data.DataColumn dataColumn1;
  1621. private System.Data.DataColumn dataColumn2;
  1622. private System.Data.DataColumn dataColumn3;
  1623. private System.Data.DataColumn dataColumn4;
  1624. private System.Data.DataColumn dataColumn5;
  1625. private System.Data.DataColumn dataColumn6;
  1626. private System.Data.DataColumn dataColumn7;
  1627. private System.Data.DataColumn dataColumn8;
  1628. private System.Data.DataColumn dataColumn9;
  1629. private System.Data.DataColumn dataColumn10;
  1630. private System.Data.DataColumn dataColumn11;
  1631. private System.Data.DataColumn dataColumn12;
  1632. private System.Data.DataColumn dataColumn13;
  1633. private System.Data.DataColumn dataColumn14;
  1634. private Infragistics.Win.UltraWinGrid.UltraCombo cbMatType;
  1635. private System.Data.DataColumn dataColumn15;
  1636. private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
  1637. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1638. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1639. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1640. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1641. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1642. private System.Data.DataSet dataSet2;
  1643. private System.Data.DataTable dataTable2;
  1644. private System.Data.DataColumn dataColumn16;
  1645. private System.Data.DataColumn dataColumn17;
  1646. private System.Data.DataColumn dataColumn18;
  1647. private System.Data.DataColumn dataColumn19;
  1648. private System.Data.DataColumn dataColumn20;
  1649. private System.Data.DataColumn dataColumn21;
  1650. private System.Data.DataColumn dataColumn22;
  1651. private System.Data.DataColumn dataColumn23;
  1652. private System.Data.DataColumn dataColumn24;
  1653. private System.Data.DataColumn dataColumn25;
  1654. private System.Data.DataColumn dataColumn26;
  1655. private System.Data.DataColumn dataColumn27;
  1656. private System.Data.DataColumn dataColumn28;
  1657. private System.Data.DataColumn dataColumn29;
  1658. private System.Data.DataColumn dataColumn30;
  1659. private System.Data.DataColumn dataColumn31;
  1660. private System.Data.DataColumn dataColumn32;
  1661. private System.Data.DataColumn dataColumn33;
  1662. private System.Data.DataColumn dataColumn34;
  1663. private System.Data.DataColumn dataColumn35;
  1664. private System.Windows.Forms.Label label1;
  1665. private System.Windows.Forms.Label label4;
  1666. private System.Windows.Forms.TextBox textWgtName;
  1667. private System.Windows.Forms.SplitContainer splitContainer2;
  1668. private Infragistics.Win.UltraWinGrid.UltraCombo cbMatType2;
  1669. private System.Windows.Forms.Label label5;
  1670. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1671. private System.Windows.Forms.CheckBox checkBox1;
  1672. }
  1673. }