ExcCreateDeliveryM.Designer.cs 83 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397
  1. namespace Pur.ck
  2. {
  3. partial class ExcCreateDeliveryM
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("noticeLineSqe");
  32. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("noticeId");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderId");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderLineSqe");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("status");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemCode");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("qty");
  40. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createdQty");
  42. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUom");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomConefficient");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("weightUnit");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("receiveType");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("shippedQty");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("receivedQty");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meteringFlag");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("batchFlag");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("pcFlag");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remark");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateName");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemAttr");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemAttrId");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemstandardscode");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PACKAGETYPE");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("canUseQty");
  62. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createQty");
  64. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("carNum", 0);
  66. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("batchNo", 1);
  68. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 2);
  70. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 21252032);
  72. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("接收信息", 21252033);
  73. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  98. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  105. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doRefresh");
  106. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSpit");
  107. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doChange");
  108. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  109. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doChange");
  110. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  112. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  113. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doRefresh");
  114. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  115. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSpit");
  116. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  117. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExcCreateDeliveryM));
  118. this.dataSet1 = new System.Data.DataSet();
  119. this.dataTable1 = new System.Data.DataTable();
  120. this.dataColumn1 = new System.Data.DataColumn();
  121. this.dataColumn2 = new System.Data.DataColumn();
  122. this.dataColumn3 = new System.Data.DataColumn();
  123. this.dataColumn4 = new System.Data.DataColumn();
  124. this.dataColumn5 = new System.Data.DataColumn();
  125. this.dataColumn6 = new System.Data.DataColumn();
  126. this.dataColumn7 = new System.Data.DataColumn();
  127. this.dataColumn8 = new System.Data.DataColumn();
  128. this.dataColumn9 = new System.Data.DataColumn();
  129. this.dataColumn13 = new System.Data.DataColumn();
  130. this.dataColumn14 = new System.Data.DataColumn();
  131. this.dataColumn15 = new System.Data.DataColumn();
  132. this.dataColumn16 = new System.Data.DataColumn();
  133. this.dataColumn17 = new System.Data.DataColumn();
  134. this.dataColumn18 = new System.Data.DataColumn();
  135. this.dataColumn19 = new System.Data.DataColumn();
  136. this.dataColumn20 = new System.Data.DataColumn();
  137. this.dataColumn21 = new System.Data.DataColumn();
  138. this.dataColumn22 = new System.Data.DataColumn();
  139. this.dataColumn23 = new System.Data.DataColumn();
  140. this.dataColumn24 = new System.Data.DataColumn();
  141. this.dataColumn10 = new System.Data.DataColumn();
  142. this.dataColumn12 = new System.Data.DataColumn();
  143. this.dataTable2 = new System.Data.DataTable();
  144. this.dataColumn36 = new System.Data.DataColumn();
  145. this.dataColumn37 = new System.Data.DataColumn();
  146. this.dataColumn38 = new System.Data.DataColumn();
  147. this.dataColumn39 = new System.Data.DataColumn();
  148. this.dataColumn40 = new System.Data.DataColumn();
  149. this.dataColumn41 = new System.Data.DataColumn();
  150. this.dataColumn43 = new System.Data.DataColumn();
  151. this.dataColumn47 = new System.Data.DataColumn();
  152. this.dataColumn48 = new System.Data.DataColumn();
  153. this.dataColumn50 = new System.Data.DataColumn();
  154. this.dataColumn51 = new System.Data.DataColumn();
  155. this.dataColumn52 = new System.Data.DataColumn();
  156. this.dataColumn53 = new System.Data.DataColumn();
  157. this.dataColumn55 = new System.Data.DataColumn();
  158. this.dataColumn56 = new System.Data.DataColumn();
  159. this.dataColumn58 = new System.Data.DataColumn();
  160. this.dataColumn59 = new System.Data.DataColumn();
  161. this.dataColumn60 = new System.Data.DataColumn();
  162. this.dataColumn62 = new System.Data.DataColumn();
  163. this.dataColumn64 = new System.Data.DataColumn();
  164. this.dataColumn65 = new System.Data.DataColumn();
  165. this.dataColumn66 = new System.Data.DataColumn();
  166. this.dataColumn67 = new System.Data.DataColumn();
  167. this.dataColumn72 = new System.Data.DataColumn();
  168. this.dataColumn73 = new System.Data.DataColumn();
  169. this.dataColumn212 = new System.Data.DataColumn();
  170. this.dataColumn54 = new System.Data.DataColumn();
  171. this.dataColumn11 = new System.Data.DataColumn();
  172. this.dataColumn25 = new System.Data.DataColumn();
  173. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  174. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  175. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  176. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  177. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  178. this.txt_count = new System.Windows.Forms.Label();
  179. this.txt_receive_type = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  180. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  181. this.txt_deliveryCondition = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  182. this.txt_deliveryTime = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  183. this.txt_deliveryType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  184. this.txt_orderId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  185. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  186. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  187. this.运输类型 = new Infragistics.Win.Misc.UltraLabel();
  188. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  189. this.txt_deliveryLocation = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  190. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  191. this.txt_supp = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  192. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  193. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  194. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  195. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  196. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  197. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  198. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  201. this.FrmBase_Fill_Panel.SuspendLayout();
  202. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  203. this.ultraGroupBox2.SuspendLayout();
  204. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  207. this.ultraGroupBox1.SuspendLayout();
  208. ((System.ComponentModel.ISupportInitialize)(this.txt_receive_type)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryCondition)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryTime)).BeginInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryType)).BeginInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.txt_orderId)).BeginInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocation)).BeginInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.txt_supp)).BeginInit();
  215. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  216. this.SuspendLayout();
  217. //
  218. // dataSet1
  219. //
  220. this.dataSet1.DataSetName = "NewDataSet";
  221. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  222. this.dataTable1,
  223. this.dataTable2});
  224. //
  225. // dataTable1
  226. //
  227. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  228. this.dataColumn1,
  229. this.dataColumn2,
  230. this.dataColumn3,
  231. this.dataColumn4,
  232. this.dataColumn5,
  233. this.dataColumn6,
  234. this.dataColumn7,
  235. this.dataColumn8,
  236. this.dataColumn9,
  237. this.dataColumn13,
  238. this.dataColumn14,
  239. this.dataColumn15,
  240. this.dataColumn16,
  241. this.dataColumn17,
  242. this.dataColumn18,
  243. this.dataColumn19,
  244. this.dataColumn20,
  245. this.dataColumn21,
  246. this.dataColumn22,
  247. this.dataColumn23,
  248. this.dataColumn24,
  249. this.dataColumn10,
  250. this.dataColumn12});
  251. this.dataTable1.TableName = "Table1";
  252. //
  253. // dataColumn1
  254. //
  255. this.dataColumn1.Caption = "发货通知单号";
  256. this.dataColumn1.ColumnName = "noticeId";
  257. //
  258. // dataColumn2
  259. //
  260. this.dataColumn2.Caption = "发货通知类型";
  261. this.dataColumn2.ColumnName = "noticeType";
  262. //
  263. // dataColumn3
  264. //
  265. this.dataColumn3.Caption = "状态";
  266. this.dataColumn3.ColumnName = "status";
  267. //
  268. // dataColumn4
  269. //
  270. this.dataColumn4.Caption = "合同号";
  271. this.dataColumn4.ColumnName = "orderId";
  272. //
  273. // dataColumn5
  274. //
  275. this.dataColumn5.Caption = "交付地点编码";
  276. this.dataColumn5.ColumnName = "deliveryLocationCode";
  277. //
  278. // dataColumn6
  279. //
  280. this.dataColumn6.Caption = "交付地点";
  281. this.dataColumn6.ColumnName = "deliveryLocation";
  282. //
  283. // dataColumn7
  284. //
  285. this.dataColumn7.Caption = "供应商代码";
  286. this.dataColumn7.ColumnName = "suppCode";
  287. //
  288. // dataColumn8
  289. //
  290. this.dataColumn8.Caption = "供应商名称";
  291. this.dataColumn8.ColumnName = "suppName";
  292. //
  293. // dataColumn9
  294. //
  295. this.dataColumn9.Caption = "发货跟踪号";
  296. this.dataColumn9.ColumnName = "trackingId";
  297. //
  298. // dataColumn13
  299. //
  300. this.dataColumn13.Caption = "要求到货时间";
  301. this.dataColumn13.ColumnName = "planedDeliveryDate";
  302. //
  303. // dataColumn14
  304. //
  305. this.dataColumn14.Caption = "实际到货时间";
  306. this.dataColumn14.ColumnName = "deliveryDate";
  307. //
  308. // dataColumn15
  309. //
  310. this.dataColumn15.Caption = "提单号";
  311. this.dataColumn15.ColumnName = "bollCode";
  312. //
  313. // dataColumn16
  314. //
  315. this.dataColumn16.Caption = "送货单据号";
  316. this.dataColumn16.ColumnName = "deliverSheetId";
  317. //
  318. // dataColumn17
  319. //
  320. this.dataColumn17.Caption = "公司代码";
  321. this.dataColumn17.ColumnName = "companyCode";
  322. //
  323. // dataColumn18
  324. //
  325. this.dataColumn18.Caption = "公司中文名称";
  326. this.dataColumn18.ColumnName = "companyName";
  327. //
  328. // dataColumn19
  329. //
  330. this.dataColumn19.Caption = "备注";
  331. this.dataColumn19.ColumnName = "remark";
  332. //
  333. // dataColumn20
  334. //
  335. this.dataColumn20.Caption = "数据状态";
  336. this.dataColumn20.ColumnName = "validflag";
  337. //
  338. // dataColumn21
  339. //
  340. this.dataColumn21.Caption = "创建人";
  341. this.dataColumn21.ColumnName = "createName";
  342. //
  343. // dataColumn22
  344. //
  345. this.dataColumn22.Caption = "创建时间";
  346. this.dataColumn22.ColumnName = "createTime";
  347. //
  348. // dataColumn23
  349. //
  350. this.dataColumn23.Caption = "修改人";
  351. this.dataColumn23.ColumnName = "updateName";
  352. //
  353. // dataColumn24
  354. //
  355. this.dataColumn24.Caption = "修改时间";
  356. this.dataColumn24.ColumnName = "UpdateTime";
  357. //
  358. // dataColumn10
  359. //
  360. this.dataColumn10.Caption = "运输条件";
  361. this.dataColumn10.ColumnName = "DELIVERYCONDITION";
  362. //
  363. // dataColumn12
  364. //
  365. this.dataColumn12.Caption = "运输方式";
  366. this.dataColumn12.ColumnName = "DELIVERYTYPE";
  367. //
  368. // dataTable2
  369. //
  370. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  371. this.dataColumn36,
  372. this.dataColumn37,
  373. this.dataColumn38,
  374. this.dataColumn39,
  375. this.dataColumn40,
  376. this.dataColumn41,
  377. this.dataColumn43,
  378. this.dataColumn47,
  379. this.dataColumn48,
  380. this.dataColumn50,
  381. this.dataColumn51,
  382. this.dataColumn52,
  383. this.dataColumn53,
  384. this.dataColumn55,
  385. this.dataColumn56,
  386. this.dataColumn58,
  387. this.dataColumn59,
  388. this.dataColumn60,
  389. this.dataColumn62,
  390. this.dataColumn64,
  391. this.dataColumn65,
  392. this.dataColumn66,
  393. this.dataColumn67,
  394. this.dataColumn72,
  395. this.dataColumn73,
  396. this.dataColumn212,
  397. this.dataColumn54,
  398. this.dataColumn11,
  399. this.dataColumn25});
  400. this.dataTable2.TableName = "Table2";
  401. //
  402. // dataColumn36
  403. //
  404. this.dataColumn36.Caption = "通知单行号";
  405. this.dataColumn36.ColumnName = "noticeLineSqe";
  406. //
  407. // dataColumn37
  408. //
  409. this.dataColumn37.Caption = "发货通知单号";
  410. this.dataColumn37.ColumnName = "noticeId";
  411. //
  412. // dataColumn38
  413. //
  414. this.dataColumn38.Caption = "合同号";
  415. this.dataColumn38.ColumnName = "orderId";
  416. //
  417. // dataColumn39
  418. //
  419. this.dataColumn39.Caption = "合同行号";
  420. this.dataColumn39.ColumnName = "orderLineSqe";
  421. //
  422. // dataColumn40
  423. //
  424. this.dataColumn40.Caption = "状态";
  425. this.dataColumn40.ColumnName = "status";
  426. //
  427. // dataColumn41
  428. //
  429. this.dataColumn41.Caption = "物料编码";
  430. this.dataColumn41.ColumnName = "itemCode";
  431. //
  432. // dataColumn43
  433. //
  434. this.dataColumn43.Caption = "物料名称";
  435. this.dataColumn43.ColumnName = "itemName";
  436. //
  437. // dataColumn47
  438. //
  439. this.dataColumn47.Caption = "总量";
  440. this.dataColumn47.ColumnName = "qty";
  441. //
  442. // dataColumn48
  443. //
  444. this.dataColumn48.Caption = "已编制量";
  445. this.dataColumn48.ColumnName = "createdQty";
  446. //
  447. // dataColumn50
  448. //
  449. this.dataColumn50.Caption = "采购单位";
  450. this.dataColumn50.ColumnName = "itemUom";
  451. //
  452. // dataColumn51
  453. //
  454. this.dataColumn51.Caption = "转换系数";
  455. this.dataColumn51.ColumnName = "itemUomConefficient";
  456. //
  457. // dataColumn52
  458. //
  459. this.dataColumn52.Caption = "库存单位";
  460. this.dataColumn52.ColumnName = "weightUnit";
  461. //
  462. // dataColumn53
  463. //
  464. this.dataColumn53.Caption = "接收方式";
  465. this.dataColumn53.ColumnName = "receiveType";
  466. //
  467. // dataColumn55
  468. //
  469. this.dataColumn55.Caption = "累计发货量";
  470. this.dataColumn55.ColumnName = "shippedQty";
  471. //
  472. // dataColumn56
  473. //
  474. this.dataColumn56.Caption = "累计收货量";
  475. this.dataColumn56.ColumnName = "receivedQty";
  476. //
  477. // dataColumn58
  478. //
  479. this.dataColumn58.Caption = "是否计量";
  480. this.dataColumn58.ColumnName = "meteringFlag";
  481. //
  482. // dataColumn59
  483. //
  484. this.dataColumn59.Caption = "是否批次控制";
  485. this.dataColumn59.ColumnName = "batchFlag";
  486. //
  487. // dataColumn60
  488. //
  489. this.dataColumn60.Caption = "是否理化检验";
  490. this.dataColumn60.ColumnName = "pcFlag";
  491. //
  492. // dataColumn62
  493. //
  494. this.dataColumn62.Caption = "备注";
  495. this.dataColumn62.ColumnName = "remark";
  496. //
  497. // dataColumn64
  498. //
  499. this.dataColumn64.Caption = "创建人";
  500. this.dataColumn64.ColumnName = "createName";
  501. //
  502. // dataColumn65
  503. //
  504. this.dataColumn65.Caption = "创建时间";
  505. this.dataColumn65.ColumnName = "createTime";
  506. //
  507. // dataColumn66
  508. //
  509. this.dataColumn66.Caption = "修改人";
  510. this.dataColumn66.ColumnName = "updateName";
  511. //
  512. // dataColumn67
  513. //
  514. this.dataColumn67.Caption = "修改时间";
  515. this.dataColumn67.ColumnName = "updateTime";
  516. //
  517. // dataColumn72
  518. //
  519. this.dataColumn72.Caption = "属性";
  520. this.dataColumn72.ColumnName = "itemAttr";
  521. //
  522. // dataColumn73
  523. //
  524. this.dataColumn73.Caption = "属性编码";
  525. this.dataColumn73.ColumnName = "itemAttrId";
  526. //
  527. // dataColumn212
  528. //
  529. this.dataColumn212.Caption = "标准";
  530. this.dataColumn212.ColumnName = "itemstandardscode";
  531. //
  532. // dataColumn54
  533. //
  534. this.dataColumn54.Caption = "包装方式";
  535. this.dataColumn54.ColumnName = "PACKAGETYPE";
  536. //
  537. // dataColumn11
  538. //
  539. this.dataColumn11.Caption = "可编制量";
  540. this.dataColumn11.ColumnName = "canUseQty";
  541. //
  542. // dataColumn25
  543. //
  544. this.dataColumn25.Caption = "编制量";
  545. this.dataColumn25.ColumnName = "createQty";
  546. //
  547. // FrmBase_Fill_Panel
  548. //
  549. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox2);
  550. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  551. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  552. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  553. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  554. this.FrmBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  555. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  556. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1379, 558);
  557. this.FrmBase_Fill_Panel.TabIndex = 0;
  558. //
  559. // ultraGroupBox2
  560. //
  561. this.ultraGroupBox2.Controls.Add(this.ultraGrid3);
  562. this.ultraGroupBox2.Controls.Add(this.ultraGrid2);
  563. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  564. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 88);
  565. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  566. this.ultraGroupBox2.Name = "ultraGroupBox2";
  567. this.ultraGroupBox2.Size = new System.Drawing.Size(1379, 470);
  568. this.ultraGroupBox2.TabIndex = 1;
  569. this.ultraGroupBox2.Text = "送货单行编辑区";
  570. //
  571. // ultraGrid3
  572. //
  573. this.ultraGrid3.DataMember = "Table2";
  574. this.ultraGrid3.DataSource = this.dataSet1;
  575. appearance57.BackColor = System.Drawing.SystemColors.Window;
  576. appearance57.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  577. this.ultraGrid3.DisplayLayout.Appearance = appearance57;
  578. appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  579. ultraGridColumn1.CellAppearance = appearance14;
  580. ultraGridColumn1.Header.VisiblePosition = 0;
  581. ultraGridColumn1.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VirtualRect;
  582. ultraGridColumn1.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameValue;
  583. ultraGridColumn1.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
  584. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  585. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  586. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  587. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  588. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
  589. ultraGridColumn2.Header.VisiblePosition = 1;
  590. ultraGridColumn2.Hidden = true;
  591. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 12;
  592. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  593. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  594. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  595. ultraGridColumn3.Header.VisiblePosition = 3;
  596. ultraGridColumn3.Hidden = true;
  597. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 12;
  598. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  599. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  600. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  601. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
  602. ultraGridColumn4.Header.VisiblePosition = 5;
  603. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 42;
  604. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  605. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  606. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  607. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
  608. ultraGridColumn5.Header.VisiblePosition = 7;
  609. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  610. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  611. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  612. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  613. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
  614. ultraGridColumn6.Header.VisiblePosition = 8;
  615. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 2;
  616. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  617. ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 0;
  618. ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  619. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  620. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  621. ultraGridColumn7.Header.VisiblePosition = 9;
  622. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
  623. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  624. ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 0;
  625. ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  626. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  627. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  628. appearance18.TextHAlignAsString = "Right";
  629. ultraGridColumn8.CellAppearance = appearance18;
  630. ultraGridColumn8.Header.VisiblePosition = 10;
  631. ultraGridColumn8.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  632. ultraGridColumn8.MaskInput = "{double:9.3}";
  633. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  634. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  635. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  636. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  637. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 4;
  638. ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  639. appearance20.TextHAlignAsString = "Right";
  640. ultraGridColumn9.CellAppearance = appearance20;
  641. ultraGridColumn9.Header.VisiblePosition = 11;
  642. ultraGridColumn9.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  643. ultraGridColumn9.MaskInput = "{double:9.3}";
  644. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 36;
  645. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  646. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  647. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  648. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 4;
  649. ultraGridColumn9.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  650. ultraGridColumn10.Header.VisiblePosition = 12;
  651. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 20;
  652. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  653. ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  654. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  655. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 4;
  656. ultraGridColumn11.Header.VisiblePosition = 13;
  657. ultraGridColumn11.Hidden = true;
  658. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 34;
  659. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  660. ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  661. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  662. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 4;
  663. ultraGridColumn12.Header.VisiblePosition = 14;
  664. ultraGridColumn12.Hidden = true;
  665. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 36;
  666. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  667. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  668. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  669. ultraGridColumn13.Header.VisiblePosition = 15;
  670. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 0;
  671. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  672. ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 1;
  673. ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "接收信息";
  674. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  675. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  676. ultraGridColumn14.Header.VisiblePosition = 16;
  677. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 38;
  678. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  679. ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  680. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  681. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 4;
  682. ultraGridColumn15.Header.VisiblePosition = 17;
  683. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 40;
  684. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  685. ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  686. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  687. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 4;
  688. ultraGridColumn16.Header.VisiblePosition = 18;
  689. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 2;
  690. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  691. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 1;
  692. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "接收信息";
  693. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  694. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  695. ultraGridColumn17.Header.VisiblePosition = 19;
  696. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 4;
  697. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  698. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 1;
  699. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "接收信息";
  700. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  701. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  702. ultraGridColumn18.Header.VisiblePosition = 20;
  703. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 6;
  704. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  705. ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 1;
  706. ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "接收信息";
  707. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  708. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  709. ultraGridColumn19.Header.VisiblePosition = 21;
  710. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 44;
  711. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  712. ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  713. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  714. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 4;
  715. ultraGridColumn20.Header.VisiblePosition = 22;
  716. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 46;
  717. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  718. ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  719. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  720. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 4;
  721. ultraGridColumn21.Header.VisiblePosition = 23;
  722. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 48;
  723. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  724. ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  725. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  726. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 4;
  727. ultraGridColumn22.Header.VisiblePosition = 24;
  728. ultraGridColumn22.Hidden = true;
  729. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 44;
  730. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  731. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  732. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  733. ultraGridColumn23.Header.VisiblePosition = 25;
  734. ultraGridColumn23.Hidden = true;
  735. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 46;
  736. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  737. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  738. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  739. ultraGridColumn24.Header.VisiblePosition = 26;
  740. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 4;
  741. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  742. ultraGridColumn24.RowLayoutColumnInfo.ParentGroupIndex = 0;
  743. ultraGridColumn24.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  744. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  745. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  746. ultraGridColumn25.Header.VisiblePosition = 27;
  747. ultraGridColumn25.Hidden = true;
  748. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 54;
  749. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  750. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  751. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  752. ultraGridColumn26.Header.VisiblePosition = 28;
  753. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 6;
  754. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  755. ultraGridColumn26.RowLayoutColumnInfo.ParentGroupIndex = 0;
  756. ultraGridColumn26.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  757. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  758. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  759. ultraGridColumn27.Header.VisiblePosition = 29;
  760. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 8;
  761. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  762. ultraGridColumn27.RowLayoutColumnInfo.ParentGroupIndex = 1;
  763. ultraGridColumn27.RowLayoutColumnInfo.ParentGroupKey = "接收信息";
  764. ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  765. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  766. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
  767. appearance23.TextHAlignAsString = "Right";
  768. ultraGridColumn28.CellAppearance = appearance23;
  769. ultraGridColumn28.Header.VisiblePosition = 30;
  770. ultraGridColumn28.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  771. ultraGridColumn28.MaskInput = "{double:9.3}";
  772. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 16;
  773. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  774. ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  775. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  776. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 4;
  777. ultraGridColumn28.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  778. appearance24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  779. appearance24.TextHAlignAsString = "Right";
  780. ultraGridColumn29.CellAppearance = appearance24;
  781. ultraGridColumn29.Header.VisiblePosition = 31;
  782. ultraGridColumn29.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  783. ultraGridColumn29.MaskInput = "{double:9.3}";
  784. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 18;
  785. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  786. ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  787. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  788. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 4;
  789. ultraGridColumn29.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  790. appearance26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  791. ultraGridColumn30.CellAppearance = appearance26;
  792. ultraGridColumn30.Header.Caption = "车号";
  793. ultraGridColumn30.Header.VisiblePosition = 6;
  794. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 24;
  795. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  796. ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  797. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  798. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 4;
  799. appearance27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  800. ultraGridColumn31.CellAppearance = appearance27;
  801. ultraGridColumn31.Header.Caption = "生产批次";
  802. ultraGridColumn31.Header.VisiblePosition = 4;
  803. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 22;
  804. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  805. ultraGridColumn31.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  806. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
  807. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 4;
  808. appearance28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  809. appearance28.TextHAlignAsString = "Center";
  810. ultraGridColumn32.CellAppearance = appearance28;
  811. ultraGridColumn32.DataType = typeof(bool);
  812. ultraGridColumn32.DefaultCellValue = true;
  813. ultraGridColumn32.Header.Caption = "";
  814. ultraGridColumn32.Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Center;
  815. ultraGridColumn32.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  816. ultraGridColumn32.Header.VisiblePosition = 2;
  817. ultraGridColumn32.RowLayoutColumnInfo.OriginX = 0;
  818. ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
  819. ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  820. ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
  821. ultraGridColumn32.RowLayoutColumnInfo.SpanY = 4;
  822. ultraGridColumn32.Width = 38;
  823. ultraGridBand1.Columns.AddRange(new object[] {
  824. ultraGridColumn1,
  825. ultraGridColumn2,
  826. ultraGridColumn3,
  827. ultraGridColumn4,
  828. ultraGridColumn5,
  829. ultraGridColumn6,
  830. ultraGridColumn7,
  831. ultraGridColumn8,
  832. ultraGridColumn9,
  833. ultraGridColumn10,
  834. ultraGridColumn11,
  835. ultraGridColumn12,
  836. ultraGridColumn13,
  837. ultraGridColumn14,
  838. ultraGridColumn15,
  839. ultraGridColumn16,
  840. ultraGridColumn17,
  841. ultraGridColumn18,
  842. ultraGridColumn19,
  843. ultraGridColumn20,
  844. ultraGridColumn21,
  845. ultraGridColumn22,
  846. ultraGridColumn23,
  847. ultraGridColumn24,
  848. ultraGridColumn25,
  849. ultraGridColumn26,
  850. ultraGridColumn27,
  851. ultraGridColumn28,
  852. ultraGridColumn29,
  853. ultraGridColumn30,
  854. ultraGridColumn31,
  855. ultraGridColumn32});
  856. ultraGridGroup1.Header.Caption = "物料信息";
  857. ultraGridGroup1.Key = "NewGroup0";
  858. ultraGridGroup1.RowLayoutGroupInfo.OriginX = 6;
  859. ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
  860. ultraGridGroup1.RowLayoutGroupInfo.SpanX = 8;
  861. ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
  862. ultraGridGroup2.Key = "接收信息";
  863. ultraGridGroup2.RowLayoutGroupInfo.OriginX = 26;
  864. ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
  865. ultraGridGroup2.RowLayoutGroupInfo.SpanX = 10;
  866. ultraGridGroup2.RowLayoutGroupInfo.SpanY = 4;
  867. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  868. ultraGridGroup1,
  869. ultraGridGroup2});
  870. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  871. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  872. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  873. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  874. appearance61.BackColor = System.Drawing.SystemColors.ActiveBorder;
  875. appearance61.BackColor2 = System.Drawing.SystemColors.ControlDark;
  876. appearance61.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  877. appearance61.BorderColor = System.Drawing.SystemColors.Window;
  878. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance61;
  879. appearance62.ForeColor = System.Drawing.SystemColors.GrayText;
  880. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance62;
  881. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  882. this.ultraGrid3.DisplayLayout.GroupByBox.Hidden = true;
  883. appearance63.BackColor = System.Drawing.SystemColors.ControlLightLight;
  884. appearance63.BackColor2 = System.Drawing.SystemColors.Control;
  885. appearance63.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  886. appearance63.ForeColor = System.Drawing.SystemColors.GrayText;
  887. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance63;
  888. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  889. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  890. appearance64.BackColor = System.Drawing.SystemColors.Window;
  891. appearance64.ForeColor = System.Drawing.SystemColors.ControlText;
  892. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance64;
  893. appearance65.BackColor = System.Drawing.SystemColors.Highlight;
  894. appearance65.ForeColor = System.Drawing.SystemColors.HighlightText;
  895. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance65;
  896. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  897. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  898. appearance66.BackColor = System.Drawing.SystemColors.Window;
  899. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance66;
  900. appearance67.BorderColor = System.Drawing.Color.Silver;
  901. appearance67.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  902. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance67;
  903. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  904. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  905. appearance68.BackColor = System.Drawing.SystemColors.Control;
  906. appearance68.BackColor2 = System.Drawing.SystemColors.ControlDark;
  907. appearance68.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  908. appearance68.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  909. appearance68.BorderColor = System.Drawing.SystemColors.Window;
  910. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance68;
  911. appearance69.TextHAlignAsString = "Left";
  912. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance69;
  913. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  914. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  915. appearance70.BackColor = System.Drawing.SystemColors.Window;
  916. appearance70.BorderColor = System.Drawing.Color.Silver;
  917. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance70;
  918. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  919. appearance71.BackColor = System.Drawing.SystemColors.ControlLight;
  920. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance71;
  921. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  922. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  923. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  924. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  925. this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  926. this.ultraGrid3.Location = new System.Drawing.Point(3, 21);
  927. this.ultraGrid3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  928. this.ultraGrid3.Name = "ultraGrid3";
  929. this.ultraGrid3.Size = new System.Drawing.Size(1373, 446);
  930. this.ultraGrid3.TabIndex = 2;
  931. this.ultraGrid3.Text = "ultraGrid3";
  932. //
  933. // ultraGrid2
  934. //
  935. appearance1.BackColor = System.Drawing.SystemColors.Window;
  936. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  937. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  938. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  939. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  940. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  941. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  942. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  943. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  944. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  945. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  946. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  947. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  948. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  949. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  950. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  951. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  952. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  953. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  954. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  955. appearance7.BackColor = System.Drawing.SystemColors.Window;
  956. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  957. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  958. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  959. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  960. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  961. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  962. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  963. appearance12.BackColor = System.Drawing.SystemColors.Window;
  964. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance12;
  965. appearance8.BorderColor = System.Drawing.Color.Silver;
  966. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  967. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance8;
  968. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  969. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  970. appearance6.BackColor = System.Drawing.SystemColors.Control;
  971. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  972. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  973. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  974. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  975. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  976. appearance5.TextHAlignAsString = "Left";
  977. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance5;
  978. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  979. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  980. appearance11.BackColor = System.Drawing.SystemColors.Window;
  981. appearance11.BorderColor = System.Drawing.Color.Silver;
  982. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance11;
  983. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  984. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  985. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  986. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  987. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  988. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  989. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  990. this.ultraGrid2.Location = new System.Drawing.Point(3, 21);
  991. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  992. this.ultraGrid2.Name = "ultraGrid2";
  993. this.ultraGrid2.Size = new System.Drawing.Size(1373, 446);
  994. this.ultraGrid2.TabIndex = 1;
  995. this.ultraGrid2.Text = "ultraGrid2";
  996. //
  997. // ultraGroupBox1
  998. //
  999. this.ultraGroupBox1.Controls.Add(this.txt_count);
  1000. this.ultraGroupBox1.Controls.Add(this.txt_receive_type);
  1001. this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
  1002. this.ultraGroupBox1.Controls.Add(this.txt_deliveryCondition);
  1003. this.ultraGroupBox1.Controls.Add(this.txt_deliveryTime);
  1004. this.ultraGroupBox1.Controls.Add(this.txt_deliveryType);
  1005. this.ultraGroupBox1.Controls.Add(this.txt_orderId);
  1006. this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
  1007. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  1008. this.ultraGroupBox1.Controls.Add(this.运输类型);
  1009. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  1010. this.ultraGroupBox1.Controls.Add(this.txt_deliveryLocation);
  1011. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  1012. this.ultraGroupBox1.Controls.Add(this.txt_supp);
  1013. this.ultraGroupBox1.Controls.Add(this.ultraLabel14);
  1014. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  1015. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  1016. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1017. this.ultraGroupBox1.Name = "ultraGroupBox1";
  1018. this.ultraGroupBox1.Size = new System.Drawing.Size(1379, 88);
  1019. this.ultraGroupBox1.TabIndex = 0;
  1020. this.ultraGroupBox1.Text = "送货单头编辑区";
  1021. //
  1022. // txt_count
  1023. //
  1024. this.txt_count.AutoSize = true;
  1025. this.txt_count.Location = new System.Drawing.Point(996, 60);
  1026. this.txt_count.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1027. this.txt_count.Name = "txt_count";
  1028. this.txt_count.Size = new System.Drawing.Size(15, 15);
  1029. this.txt_count.TabIndex = 52;
  1030. this.txt_count.Text = "-";
  1031. //
  1032. // txt_receive_type
  1033. //
  1034. this.txt_receive_type.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1035. this.txt_receive_type.Location = new System.Drawing.Point(1065, 26);
  1036. this.txt_receive_type.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1037. this.txt_receive_type.Name = "txt_receive_type";
  1038. this.txt_receive_type.Size = new System.Drawing.Size(192, 24);
  1039. this.txt_receive_type.TabIndex = 51;
  1040. this.txt_receive_type.SelectionChanged += new System.EventHandler(this.txt_receive_type_SelectionChanged);
  1041. //
  1042. // ultraLabel5
  1043. //
  1044. appearance16.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1045. this.ultraLabel5.Appearance = appearance16;
  1046. this.ultraLabel5.AutoSize = true;
  1047. this.ultraLabel5.Location = new System.Drawing.Point(987, 31);
  1048. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1049. this.ultraLabel5.Name = "ultraLabel5";
  1050. this.ultraLabel5.Size = new System.Drawing.Size(89, 24);
  1051. this.ultraLabel5.TabIndex = 50;
  1052. this.ultraLabel5.Text = "接收方式";
  1053. //
  1054. // txt_deliveryCondition
  1055. //
  1056. this.txt_deliveryCondition.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1057. this.txt_deliveryCondition.Location = new System.Drawing.Point(776, 55);
  1058. this.txt_deliveryCondition.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1059. this.txt_deliveryCondition.Name = "txt_deliveryCondition";
  1060. this.txt_deliveryCondition.ReadOnly = true;
  1061. this.txt_deliveryCondition.Size = new System.Drawing.Size(192, 24);
  1062. this.txt_deliveryCondition.TabIndex = 49;
  1063. //
  1064. // txt_deliveryTime
  1065. //
  1066. this.txt_deliveryTime.DateButtons.Add(dateButton1);
  1067. this.txt_deliveryTime.Format = "yyyy/MM/dd";
  1068. this.txt_deliveryTime.Location = new System.Drawing.Point(499, 25);
  1069. this.txt_deliveryTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1070. this.txt_deliveryTime.Name = "txt_deliveryTime";
  1071. this.txt_deliveryTime.NonAutoSizeHeight = 21;
  1072. this.txt_deliveryTime.ReadOnly = true;
  1073. this.txt_deliveryTime.Size = new System.Drawing.Size(192, 25);
  1074. this.txt_deliveryTime.TabIndex = 48;
  1075. this.txt_deliveryTime.Value = new System.DateTime(2016, 6, 26, 0, 0, 0, 0);
  1076. //
  1077. // txt_deliveryType
  1078. //
  1079. this.txt_deliveryType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1080. this.txt_deliveryType.Location = new System.Drawing.Point(776, 25);
  1081. this.txt_deliveryType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1082. this.txt_deliveryType.Name = "txt_deliveryType";
  1083. this.txt_deliveryType.Size = new System.Drawing.Size(192, 24);
  1084. this.txt_deliveryType.TabIndex = 47;
  1085. //
  1086. // txt_orderId
  1087. //
  1088. this.txt_orderId.Location = new System.Drawing.Point(499, 55);
  1089. this.txt_orderId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1090. this.txt_orderId.Name = "txt_orderId";
  1091. this.txt_orderId.ReadOnly = true;
  1092. this.txt_orderId.Size = new System.Drawing.Size(192, 24);
  1093. this.txt_orderId.TabIndex = 45;
  1094. //
  1095. // ultraLabel4
  1096. //
  1097. appearance19.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1098. this.ultraLabel4.Appearance = appearance19;
  1099. this.ultraLabel4.AutoSize = true;
  1100. this.ultraLabel4.Location = new System.Drawing.Point(423, 58);
  1101. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1102. this.ultraLabel4.Name = "ultraLabel4";
  1103. this.ultraLabel4.Size = new System.Drawing.Size(89, 24);
  1104. this.ultraLabel4.TabIndex = 44;
  1105. this.ultraLabel4.Text = "合 同 号";
  1106. //
  1107. // ultraLabel3
  1108. //
  1109. appearance25.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1110. this.ultraLabel3.Appearance = appearance25;
  1111. this.ultraLabel3.AutoSize = true;
  1112. this.ultraLabel3.Location = new System.Drawing.Point(700, 58);
  1113. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1114. this.ultraLabel3.Name = "ultraLabel3";
  1115. this.ultraLabel3.Size = new System.Drawing.Size(89, 24);
  1116. this.ultraLabel3.TabIndex = 42;
  1117. this.ultraLabel3.Text = "运输条件";
  1118. //
  1119. // 运输类型
  1120. //
  1121. appearance29.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1122. this.运输类型.Appearance = appearance29;
  1123. this.运输类型.AutoSize = true;
  1124. this.运输类型.Location = new System.Drawing.Point(700, 28);
  1125. this.运输类型.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1126. this.运输类型.Name = "运输类型";
  1127. this.运输类型.Size = new System.Drawing.Size(89, 24);
  1128. this.运输类型.TabIndex = 40;
  1129. this.运输类型.Text = "运输类型";
  1130. //
  1131. // ultraLabel2
  1132. //
  1133. appearance15.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1134. this.ultraLabel2.Appearance = appearance15;
  1135. this.ultraLabel2.AutoSize = true;
  1136. this.ultraLabel2.Location = new System.Drawing.Point(421, 28);
  1137. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1138. this.ultraLabel2.Name = "ultraLabel2";
  1139. this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
  1140. this.ultraLabel2.TabIndex = 38;
  1141. this.ultraLabel2.Text = "要求交期";
  1142. //
  1143. // txt_deliveryLocation
  1144. //
  1145. this.txt_deliveryLocation.Location = new System.Drawing.Point(104, 55);
  1146. this.txt_deliveryLocation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1147. this.txt_deliveryLocation.Name = "txt_deliveryLocation";
  1148. this.txt_deliveryLocation.ReadOnly = true;
  1149. this.txt_deliveryLocation.Size = new System.Drawing.Size(299, 24);
  1150. this.txt_deliveryLocation.TabIndex = 37;
  1151. //
  1152. // ultraLabel1
  1153. //
  1154. appearance13.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1155. this.ultraLabel1.Appearance = appearance13;
  1156. this.ultraLabel1.AutoSize = true;
  1157. this.ultraLabel1.Location = new System.Drawing.Point(27, 58);
  1158. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1159. this.ultraLabel1.Name = "ultraLabel1";
  1160. this.ultraLabel1.Size = new System.Drawing.Size(89, 24);
  1161. this.ultraLabel1.TabIndex = 36;
  1162. this.ultraLabel1.Text = "交付地点";
  1163. //
  1164. // txt_supp
  1165. //
  1166. this.txt_supp.Location = new System.Drawing.Point(104, 25);
  1167. this.txt_supp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1168. this.txt_supp.Name = "txt_supp";
  1169. this.txt_supp.ReadOnly = true;
  1170. this.txt_supp.Size = new System.Drawing.Size(299, 24);
  1171. this.txt_supp.TabIndex = 35;
  1172. //
  1173. // ultraLabel14
  1174. //
  1175. appearance17.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1176. this.ultraLabel14.Appearance = appearance17;
  1177. this.ultraLabel14.AutoSize = true;
  1178. this.ultraLabel14.Location = new System.Drawing.Point(27, 28);
  1179. this.ultraLabel14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1180. this.ultraLabel14.Name = "ultraLabel14";
  1181. this.ultraLabel14.Size = new System.Drawing.Size(89, 24);
  1182. this.ultraLabel14.TabIndex = 34;
  1183. this.ultraLabel14.Text = "供 应 商";
  1184. //
  1185. // _FrmBase_Toolbars_Dock_Area_Left
  1186. //
  1187. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1188. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  1189. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  1190. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  1191. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  1192. this._FrmBase_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1193. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  1194. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 558);
  1195. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  1196. //
  1197. // ultraToolbarsManager1
  1198. //
  1199. this.ultraToolbarsManager1.DesignerFlags = 1;
  1200. this.ultraToolbarsManager1.DockWithinContainer = this;
  1201. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  1202. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  1203. ultraToolbar1.DockedColumn = 0;
  1204. ultraToolbar1.DockedRow = 0;
  1205. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1206. buttonTool5,
  1207. buttonTool7,
  1208. buttonTool1,
  1209. buttonTool2});
  1210. ultraToolbar1.Text = "UltraToolbar1";
  1211. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  1212. ultraToolbar1});
  1213. appearance21.Image = ((object)(resources.GetObject("appearance21.Image")));
  1214. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance21;
  1215. buttonTool3.SharedPropsInternal.Caption = "生成送货单";
  1216. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1217. appearance22.Image = ((object)(resources.GetObject("appearance22.Image")));
  1218. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
  1219. buttonTool4.SharedPropsInternal.Caption = "退出";
  1220. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1221. appearance31.Image = ((object)(resources.GetObject("appearance31.Image")));
  1222. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance31;
  1223. buttonTool6.SharedPropsInternal.Caption = "刷新";
  1224. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1225. appearance32.Image = ((object)(resources.GetObject("appearance32.Image")));
  1226. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance32;
  1227. buttonTool8.SharedPropsInternal.Caption = "拆分装车";
  1228. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1229. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1230. buttonTool3,
  1231. buttonTool4,
  1232. buttonTool6,
  1233. buttonTool8});
  1234. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  1235. //
  1236. // _FrmBase_Toolbars_Dock_Area_Right
  1237. //
  1238. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1239. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  1240. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  1241. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  1242. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1379, 28);
  1243. this._FrmBase_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1244. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  1245. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 558);
  1246. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  1247. //
  1248. // _FrmBase_Toolbars_Dock_Area_Top
  1249. //
  1250. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1251. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  1252. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  1253. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  1254. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  1255. this._FrmBase_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1256. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  1257. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1379, 28);
  1258. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  1259. //
  1260. // _FrmBase_Toolbars_Dock_Area_Bottom
  1261. //
  1262. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1263. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  1264. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  1265. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  1266. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 586);
  1267. this._FrmBase_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1268. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  1269. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1379, 0);
  1270. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  1271. //
  1272. // ExcCreateDeliveryM
  1273. //
  1274. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1275. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1276. this.ClientSize = new System.Drawing.Size(1379, 586);
  1277. this.Controls.Add(this.FrmBase_Fill_Panel);
  1278. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  1279. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  1280. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  1281. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  1282. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1283. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  1284. this.Name = "ExcCreateDeliveryM";
  1285. this.Text = "编制送货单";
  1286. this.Load += new System.EventHandler(this.ExcCreateDeliveryM_Load);
  1287. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1288. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1289. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1290. this.FrmBase_Fill_Panel.ResumeLayout(false);
  1291. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1292. this.ultraGroupBox2.ResumeLayout(false);
  1293. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  1294. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1295. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1296. this.ultraGroupBox1.ResumeLayout(false);
  1297. this.ultraGroupBox1.PerformLayout();
  1298. ((System.ComponentModel.ISupportInitialize)(this.txt_receive_type)).EndInit();
  1299. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryCondition)).EndInit();
  1300. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryTime)).EndInit();
  1301. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryType)).EndInit();
  1302. ((System.ComponentModel.ISupportInitialize)(this.txt_orderId)).EndInit();
  1303. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocation)).EndInit();
  1304. ((System.ComponentModel.ISupportInitialize)(this.txt_supp)).EndInit();
  1305. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1306. this.ResumeLayout(false);
  1307. }
  1308. #endregion
  1309. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1310. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  1311. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  1312. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  1313. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  1314. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  1315. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1316. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1317. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1318. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  1319. private System.Data.DataSet dataSet1;
  1320. private System.Data.DataTable dataTable1;
  1321. private System.Data.DataColumn dataColumn1;
  1322. private System.Data.DataColumn dataColumn2;
  1323. private System.Data.DataColumn dataColumn3;
  1324. private System.Data.DataColumn dataColumn4;
  1325. private System.Data.DataColumn dataColumn5;
  1326. private System.Data.DataColumn dataColumn6;
  1327. private System.Data.DataColumn dataColumn7;
  1328. private System.Data.DataColumn dataColumn8;
  1329. private System.Data.DataColumn dataColumn9;
  1330. private System.Data.DataColumn dataColumn13;
  1331. private System.Data.DataColumn dataColumn14;
  1332. private System.Data.DataColumn dataColumn15;
  1333. private System.Data.DataColumn dataColumn16;
  1334. private System.Data.DataColumn dataColumn17;
  1335. private System.Data.DataColumn dataColumn18;
  1336. private System.Data.DataColumn dataColumn19;
  1337. private System.Data.DataColumn dataColumn20;
  1338. private System.Data.DataColumn dataColumn21;
  1339. private System.Data.DataColumn dataColumn22;
  1340. private System.Data.DataColumn dataColumn23;
  1341. private System.Data.DataColumn dataColumn24;
  1342. private System.Data.DataColumn dataColumn10;
  1343. private System.Data.DataColumn dataColumn12;
  1344. private System.Data.DataTable dataTable2;
  1345. private System.Data.DataColumn dataColumn36;
  1346. private System.Data.DataColumn dataColumn37;
  1347. private System.Data.DataColumn dataColumn38;
  1348. private System.Data.DataColumn dataColumn39;
  1349. private System.Data.DataColumn dataColumn40;
  1350. private System.Data.DataColumn dataColumn41;
  1351. private System.Data.DataColumn dataColumn43;
  1352. private System.Data.DataColumn dataColumn47;
  1353. private System.Data.DataColumn dataColumn48;
  1354. private System.Data.DataColumn dataColumn50;
  1355. private System.Data.DataColumn dataColumn51;
  1356. private System.Data.DataColumn dataColumn52;
  1357. private System.Data.DataColumn dataColumn53;
  1358. private System.Data.DataColumn dataColumn55;
  1359. private System.Data.DataColumn dataColumn56;
  1360. private System.Data.DataColumn dataColumn58;
  1361. private System.Data.DataColumn dataColumn59;
  1362. private System.Data.DataColumn dataColumn60;
  1363. private System.Data.DataColumn dataColumn62;
  1364. private System.Data.DataColumn dataColumn64;
  1365. private System.Data.DataColumn dataColumn65;
  1366. private System.Data.DataColumn dataColumn66;
  1367. private System.Data.DataColumn dataColumn67;
  1368. private System.Data.DataColumn dataColumn72;
  1369. private System.Data.DataColumn dataColumn73;
  1370. private System.Data.DataColumn dataColumn212;
  1371. private System.Data.DataColumn dataColumn54;
  1372. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1373. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_deliveryLocation;
  1374. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1375. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_supp;
  1376. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  1377. private Infragistics.Win.Misc.UltraLabel 运输类型;
  1378. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_orderId;
  1379. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1380. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1381. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_deliveryTime;
  1382. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_deliveryType;
  1383. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_deliveryCondition;
  1384. private System.Data.DataColumn dataColumn11;
  1385. private System.Data.DataColumn dataColumn25;
  1386. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_receive_type;
  1387. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1388. private System.Windows.Forms.Label txt_count;
  1389. }
  1390. }