PurCkStorage.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. namespace Pur.ck
  2. {
  3. partial class PurCkStorage
  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.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  29. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  30. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  31. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("invId");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("inStockNo");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemCode");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemDesc");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemName");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemSpec");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("weightUnit");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderId");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderLineSqe");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("suppCode");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("suppName");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("invLogic");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("invPhysic");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("invPos");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("invOrigQty");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("invOrigAmt");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("invQty");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("invOrQty", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remark");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateName");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createUserid");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateUserid");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemattr");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemattrid");
  64. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  75. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  76. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  77. this.txt_createTimeE = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  78. this.txt_createTimeS = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  79. this.txt_orderId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  80. this.txt_inStockNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  81. this.txt_suppName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  82. this.txt_invBin = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  83. this.txt_itemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  84. this.txt_invPhysic = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  85. this.txt_itemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  86. this.txt_invLogic = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  87. this.txt_invOrigQty = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  88. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  89. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  90. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  91. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  92. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  93. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  94. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  95. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  96. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  97. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  98. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  99. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  100. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  101. this.dataSet1 = new System.Data.DataSet();
  102. this.dataTable1 = new System.Data.DataTable();
  103. this.dataColumn1 = new System.Data.DataColumn();
  104. this.dataColumn3 = new System.Data.DataColumn();
  105. this.dataColumn6 = new System.Data.DataColumn();
  106. this.dataColumn7 = new System.Data.DataColumn();
  107. this.dataColumn8 = new System.Data.DataColumn();
  108. this.dataColumn10 = new System.Data.DataColumn();
  109. this.dataColumn14 = new System.Data.DataColumn();
  110. this.dataColumn15 = new System.Data.DataColumn();
  111. this.dataColumn16 = new System.Data.DataColumn();
  112. this.dataColumn17 = new System.Data.DataColumn();
  113. this.dataColumn18 = new System.Data.DataColumn();
  114. this.dataColumn19 = new System.Data.DataColumn();
  115. this.dataColumn20 = new System.Data.DataColumn();
  116. this.dataColumn21 = new System.Data.DataColumn();
  117. this.dataColumn22 = new System.Data.DataColumn();
  118. this.dataColumn23 = new System.Data.DataColumn();
  119. this.dataColumn24 = new System.Data.DataColumn();
  120. this.dataColumn25 = new System.Data.DataColumn();
  121. this.dataColumn35 = new System.Data.DataColumn();
  122. this.dataColumn37 = new System.Data.DataColumn();
  123. this.dataColumn38 = new System.Data.DataColumn();
  124. this.dataColumn39 = new System.Data.DataColumn();
  125. this.dataColumn40 = new System.Data.DataColumn();
  126. this.dataColumn41 = new System.Data.DataColumn();
  127. this.dataColumn43 = new System.Data.DataColumn();
  128. this.dataColumn2 = new System.Data.DataColumn();
  129. this.dataColumn4 = new System.Data.DataColumn();
  130. this.ultraPanel1.ClientArea.SuspendLayout();
  131. this.ultraPanel1.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeE)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeS)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.txt_orderId)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.txt_inStockNo)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.txt_suppName)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.txt_invBin)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.txt_itemCode)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.txt_invPhysic)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.txt_itemName)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.txt_invLogic)).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.txt_invOrigQty)).BeginInit();
  143. this.ultraPanel2.ClientArea.SuspendLayout();
  144. this.ultraPanel2.SuspendLayout();
  145. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  146. this.ultraGroupBox1.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  150. this.SuspendLayout();
  151. //
  152. // ultraPanel1
  153. //
  154. //
  155. // ultraPanel1.ClientArea
  156. //
  157. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel11);
  158. this.ultraPanel1.ClientArea.Controls.Add(this.txt_createTimeE);
  159. this.ultraPanel1.ClientArea.Controls.Add(this.txt_createTimeS);
  160. this.ultraPanel1.ClientArea.Controls.Add(this.txt_orderId);
  161. this.ultraPanel1.ClientArea.Controls.Add(this.txt_inStockNo);
  162. this.ultraPanel1.ClientArea.Controls.Add(this.txt_suppName);
  163. this.ultraPanel1.ClientArea.Controls.Add(this.txt_invBin);
  164. this.ultraPanel1.ClientArea.Controls.Add(this.txt_itemCode);
  165. this.ultraPanel1.ClientArea.Controls.Add(this.txt_invPhysic);
  166. this.ultraPanel1.ClientArea.Controls.Add(this.txt_itemName);
  167. this.ultraPanel1.ClientArea.Controls.Add(this.txt_invLogic);
  168. this.ultraPanel1.ClientArea.Controls.Add(this.txt_invOrigQty);
  169. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel10);
  170. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel9);
  171. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel8);
  172. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel7);
  173. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel6);
  174. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel5);
  175. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel4);
  176. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel3);
  177. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
  178. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  179. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  180. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  181. this.ultraPanel1.Name = "ultraPanel1";
  182. this.ultraPanel1.Size = new System.Drawing.Size(992, 75);
  183. this.ultraPanel1.TabIndex = 0;
  184. //
  185. // ultraLabel11
  186. //
  187. this.ultraLabel11.AutoSize = true;
  188. this.ultraLabel11.Location = new System.Drawing.Point(764, 9);
  189. this.ultraLabel11.Margin = new System.Windows.Forms.Padding(2);
  190. this.ultraLabel11.Name = "ultraLabel11";
  191. this.ultraLabel11.Size = new System.Drawing.Size(29, 14);
  192. this.ultraLabel11.TabIndex = 24;
  193. this.ultraLabel11.Text = "----";
  194. //
  195. // txt_createTimeE
  196. //
  197. this.txt_createTimeE.DateButtons.Add(dateButton1);
  198. this.txt_createTimeE.Location = new System.Drawing.Point(799, 6);
  199. this.txt_createTimeE.Margin = new System.Windows.Forms.Padding(2);
  200. this.txt_createTimeE.Name = "txt_createTimeE";
  201. this.txt_createTimeE.NonAutoSizeHeight = 25;
  202. this.txt_createTimeE.Size = new System.Drawing.Size(113, 21);
  203. this.txt_createTimeE.TabIndex = 23;
  204. this.txt_createTimeE.Value = new System.DateTime(2016, 1, 18, 0, 0, 0, 0);
  205. //
  206. // txt_createTimeS
  207. //
  208. this.txt_createTimeS.DateButtons.Add(dateButton2);
  209. this.txt_createTimeS.Location = new System.Drawing.Point(649, 6);
  210. this.txt_createTimeS.Margin = new System.Windows.Forms.Padding(2);
  211. this.txt_createTimeS.Name = "txt_createTimeS";
  212. this.txt_createTimeS.NonAutoSizeHeight = 25;
  213. this.txt_createTimeS.Size = new System.Drawing.Size(113, 21);
  214. this.txt_createTimeS.TabIndex = 22;
  215. this.txt_createTimeS.Value = new System.DateTime(2016, 1, 18, 0, 0, 0, 0);
  216. //
  217. // txt_orderId
  218. //
  219. this.txt_orderId.Location = new System.Drawing.Point(470, 5);
  220. this.txt_orderId.Name = "txt_orderId";
  221. this.txt_orderId.Size = new System.Drawing.Size(113, 21);
  222. this.txt_orderId.TabIndex = 21;
  223. //
  224. // txt_inStockNo
  225. //
  226. this.txt_inStockNo.Location = new System.Drawing.Point(268, 5);
  227. this.txt_inStockNo.Name = "txt_inStockNo";
  228. this.txt_inStockNo.Size = new System.Drawing.Size(113, 21);
  229. this.txt_inStockNo.TabIndex = 25;
  230. //
  231. // txt_suppName
  232. //
  233. this.txt_suppName.Location = new System.Drawing.Point(470, 27);
  234. this.txt_suppName.Name = "txt_suppName";
  235. this.txt_suppName.Size = new System.Drawing.Size(113, 21);
  236. this.txt_suppName.TabIndex = 19;
  237. this.txt_suppName.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_suppName_EditorButtonClick);
  238. //
  239. // txt_invBin
  240. //
  241. this.txt_invBin.Location = new System.Drawing.Point(470, 49);
  242. this.txt_invBin.Name = "txt_invBin";
  243. this.txt_invBin.Size = new System.Drawing.Size(113, 21);
  244. this.txt_invBin.TabIndex = 17;
  245. //
  246. // txt_itemCode
  247. //
  248. appearance13.FontData.BoldAsString = "True";
  249. editorButton1.Appearance = appearance13;
  250. editorButton1.Text = "+";
  251. this.txt_itemCode.ButtonsRight.Add(editorButton1);
  252. this.txt_itemCode.Location = new System.Drawing.Point(268, 26);
  253. this.txt_itemCode.Name = "txt_itemCode";
  254. this.txt_itemCode.Size = new System.Drawing.Size(113, 21);
  255. this.txt_itemCode.TabIndex = 15;
  256. this.txt_itemCode.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_itemCode_EditorButtonClick);
  257. //
  258. // txt_invPhysic
  259. //
  260. this.txt_invPhysic.Location = new System.Drawing.Point(268, 48);
  261. this.txt_invPhysic.Name = "txt_invPhysic";
  262. this.txt_invPhysic.Size = new System.Drawing.Size(113, 21);
  263. this.txt_invPhysic.TabIndex = 14;
  264. //
  265. // txt_itemName
  266. //
  267. this.txt_itemName.Location = new System.Drawing.Point(55, 26);
  268. this.txt_itemName.Margin = new System.Windows.Forms.Padding(2);
  269. this.txt_itemName.Name = "txt_itemName";
  270. this.txt_itemName.Size = new System.Drawing.Size(113, 21);
  271. this.txt_itemName.TabIndex = 12;
  272. //
  273. // txt_invLogic
  274. //
  275. this.txt_invLogic.Location = new System.Drawing.Point(55, 48);
  276. this.txt_invLogic.Name = "txt_invLogic";
  277. this.txt_invLogic.Size = new System.Drawing.Size(113, 21);
  278. this.txt_invLogic.TabIndex = 11;
  279. //
  280. // txt_invOrigQty
  281. //
  282. this.txt_invOrigQty.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  283. valueListItem1.DataValue = "0";
  284. valueListItem1.DisplayText = ">0";
  285. valueListItem2.DataValue = "1";
  286. valueListItem2.DisplayText = "=0";
  287. valueListItem3.DataValue = "2";
  288. valueListItem3.DisplayText = "不限";
  289. this.txt_invOrigQty.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  290. valueListItem1,
  291. valueListItem2,
  292. valueListItem3});
  293. this.txt_invOrigQty.Location = new System.Drawing.Point(55, 5);
  294. this.txt_invOrigQty.Margin = new System.Windows.Forms.Padding(2);
  295. this.txt_invOrigQty.Name = "txt_invOrigQty";
  296. this.txt_invOrigQty.Size = new System.Drawing.Size(113, 21);
  297. this.txt_invOrigQty.TabIndex = 10;
  298. //
  299. // ultraLabel10
  300. //
  301. this.ultraLabel10.AutoSize = true;
  302. this.ultraLabel10.Location = new System.Drawing.Point(405, 30);
  303. this.ultraLabel10.Margin = new System.Windows.Forms.Padding(2);
  304. this.ultraLabel10.Name = "ultraLabel10";
  305. this.ultraLabel10.Size = new System.Drawing.Size(66, 16);
  306. this.ultraLabel10.TabIndex = 9;
  307. this.ultraLabel10.Text = "供应商名称";
  308. //
  309. // ultraLabel9
  310. //
  311. this.ultraLabel9.AutoSize = true;
  312. this.ultraLabel9.Location = new System.Drawing.Point(417, 50);
  313. this.ultraLabel9.Margin = new System.Windows.Forms.Padding(2);
  314. this.ultraLabel9.Name = "ultraLabel9";
  315. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  316. this.ultraLabel9.TabIndex = 8;
  317. this.ultraLabel9.Text = "库区储位";
  318. //
  319. // ultraLabel8
  320. //
  321. this.ultraLabel8.AutoSize = true;
  322. this.ultraLabel8.Location = new System.Drawing.Point(596, 8);
  323. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(2);
  324. this.ultraLabel8.Name = "ultraLabel8";
  325. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  326. this.ultraLabel8.TabIndex = 7;
  327. this.ultraLabel8.Text = "入库时间";
  328. //
  329. // ultraLabel7
  330. //
  331. this.ultraLabel7.AutoSize = true;
  332. this.ultraLabel7.Location = new System.Drawing.Point(428, 8);
  333. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(2);
  334. this.ultraLabel7.Name = "ultraLabel7";
  335. this.ultraLabel7.Size = new System.Drawing.Size(42, 16);
  336. this.ultraLabel7.TabIndex = 6;
  337. this.ultraLabel7.Text = "合同号";
  338. //
  339. // ultraLabel6
  340. //
  341. this.ultraLabel6.AutoSize = true;
  342. this.ultraLabel6.Location = new System.Drawing.Point(213, 50);
  343. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(2);
  344. this.ultraLabel6.Name = "ultraLabel6";
  345. this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
  346. this.ultraLabel6.TabIndex = 5;
  347. this.ultraLabel6.Text = "物理库区";
  348. //
  349. // ultraLabel5
  350. //
  351. this.ultraLabel5.AutoSize = true;
  352. this.ultraLabel5.Location = new System.Drawing.Point(213, 28);
  353. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
  354. this.ultraLabel5.Name = "ultraLabel5";
  355. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  356. this.ultraLabel5.TabIndex = 4;
  357. this.ultraLabel5.Text = "物料编码";
  358. //
  359. // ultraLabel4
  360. //
  361. this.ultraLabel4.AutoSize = true;
  362. this.ultraLabel4.Location = new System.Drawing.Point(213, 8);
  363. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
  364. this.ultraLabel4.Name = "ultraLabel4";
  365. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  366. this.ultraLabel4.TabIndex = 3;
  367. this.ultraLabel4.Text = "入库单号";
  368. //
  369. // ultraLabel3
  370. //
  371. this.ultraLabel3.AutoSize = true;
  372. this.ultraLabel3.Location = new System.Drawing.Point(2, 50);
  373. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2);
  374. this.ultraLabel3.Name = "ultraLabel3";
  375. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  376. this.ultraLabel3.TabIndex = 2;
  377. this.ultraLabel3.Text = "逻辑库区";
  378. //
  379. // ultraLabel2
  380. //
  381. this.ultraLabel2.AutoSize = true;
  382. this.ultraLabel2.Location = new System.Drawing.Point(2, 28);
  383. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
  384. this.ultraLabel2.Name = "ultraLabel2";
  385. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  386. this.ultraLabel2.TabIndex = 1;
  387. this.ultraLabel2.Text = "物料名称";
  388. //
  389. // ultraLabel1
  390. //
  391. this.ultraLabel1.AutoSize = true;
  392. this.ultraLabel1.Location = new System.Drawing.Point(14, 8);
  393. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
  394. this.ultraLabel1.Name = "ultraLabel1";
  395. this.ultraLabel1.Size = new System.Drawing.Size(42, 16);
  396. this.ultraLabel1.TabIndex = 0;
  397. this.ultraLabel1.Text = "库存量";
  398. //
  399. // ultraPanel2
  400. //
  401. //
  402. // ultraPanel2.ClientArea
  403. //
  404. this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
  405. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  406. this.ultraPanel2.Location = new System.Drawing.Point(0, 75);
  407. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(2);
  408. this.ultraPanel2.Name = "ultraPanel2";
  409. this.ultraPanel2.Size = new System.Drawing.Size(992, 399);
  410. this.ultraPanel2.TabIndex = 1;
  411. //
  412. // ultraGroupBox1
  413. //
  414. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  415. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  416. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  417. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(2);
  418. this.ultraGroupBox1.Name = "ultraGroupBox1";
  419. this.ultraGroupBox1.Size = new System.Drawing.Size(992, 399);
  420. this.ultraGroupBox1.TabIndex = 0;
  421. this.ultraGroupBox1.Text = "库存信息";
  422. //
  423. // ultraGrid1
  424. //
  425. this.ultraGrid1.DataMember = "Table1";
  426. this.ultraGrid1.DataSource = this.dataSet1;
  427. appearance14.BackColor = System.Drawing.SystemColors.Window;
  428. appearance14.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  429. this.ultraGrid1.DisplayLayout.Appearance = appearance14;
  430. ultraGridColumn1.Header.VisiblePosition = 0;
  431. ultraGridColumn2.Header.VisiblePosition = 1;
  432. ultraGridColumn3.Header.VisiblePosition = 2;
  433. ultraGridColumn4.Header.VisiblePosition = 3;
  434. ultraGridColumn5.Header.VisiblePosition = 7;
  435. ultraGridColumn6.Header.VisiblePosition = 10;
  436. ultraGridColumn6.Hidden = true;
  437. ultraGridColumn7.Header.VisiblePosition = 11;
  438. ultraGridColumn8.Header.VisiblePosition = 18;
  439. ultraGridColumn9.Header.VisiblePosition = 19;
  440. ultraGridColumn10.Header.VisiblePosition = 12;
  441. ultraGridColumn11.Header.VisiblePosition = 13;
  442. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  443. ultraGridColumn12.Header.VisiblePosition = 14;
  444. ultraGridColumn12.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  445. ultraGridColumn13.Header.VisiblePosition = 15;
  446. ultraGridColumn14.Header.VisiblePosition = 16;
  447. ultraGridColumn15.Header.VisiblePosition = 4;
  448. ultraGridColumn16.Header.VisiblePosition = 17;
  449. ultraGridColumn17.Header.VisiblePosition = 5;
  450. ultraGridColumn18.Header.VisiblePosition = 6;
  451. ultraGridColumn19.Header.VisiblePosition = 20;
  452. ultraGridColumn20.Header.VisiblePosition = 21;
  453. ultraGridColumn21.Header.VisiblePosition = 22;
  454. ultraGridColumn22.Header.VisiblePosition = 23;
  455. ultraGridColumn23.Header.VisiblePosition = 24;
  456. ultraGridColumn24.Header.VisiblePosition = 25;
  457. ultraGridColumn24.Hidden = true;
  458. ultraGridColumn25.Header.VisiblePosition = 26;
  459. ultraGridColumn25.Hidden = true;
  460. ultraGridColumn26.Header.VisiblePosition = 9;
  461. ultraGridColumn27.Header.VisiblePosition = 8;
  462. ultraGridBand1.Columns.AddRange(new object[] {
  463. ultraGridColumn1,
  464. ultraGridColumn2,
  465. ultraGridColumn3,
  466. ultraGridColumn4,
  467. ultraGridColumn5,
  468. ultraGridColumn6,
  469. ultraGridColumn7,
  470. ultraGridColumn8,
  471. ultraGridColumn9,
  472. ultraGridColumn10,
  473. ultraGridColumn11,
  474. ultraGridColumn12,
  475. ultraGridColumn13,
  476. ultraGridColumn14,
  477. ultraGridColumn15,
  478. ultraGridColumn16,
  479. ultraGridColumn17,
  480. ultraGridColumn18,
  481. ultraGridColumn19,
  482. ultraGridColumn20,
  483. ultraGridColumn21,
  484. ultraGridColumn22,
  485. ultraGridColumn23,
  486. ultraGridColumn24,
  487. ultraGridColumn25,
  488. ultraGridColumn26,
  489. ultraGridColumn27});
  490. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  491. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  492. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  493. appearance15.BackColor = System.Drawing.SystemColors.ActiveBorder;
  494. appearance15.BackColor2 = System.Drawing.SystemColors.ControlDark;
  495. appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  496. appearance15.BorderColor = System.Drawing.SystemColors.Window;
  497. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance15;
  498. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  499. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance16;
  500. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  501. appearance17.BackColor = System.Drawing.SystemColors.ControlLightLight;
  502. appearance17.BackColor2 = System.Drawing.SystemColors.Control;
  503. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  504. appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
  505. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance17;
  506. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  507. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  508. appearance18.BackColor = System.Drawing.SystemColors.Window;
  509. appearance18.ForeColor = System.Drawing.SystemColors.ControlText;
  510. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance18;
  511. appearance19.BackColor = System.Drawing.SystemColors.Highlight;
  512. appearance19.ForeColor = System.Drawing.SystemColors.HighlightText;
  513. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance19;
  514. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  515. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  516. appearance20.BackColor = System.Drawing.SystemColors.Window;
  517. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance20;
  518. appearance21.BorderColor = System.Drawing.Color.Silver;
  519. appearance21.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  520. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance21;
  521. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  522. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  523. appearance22.BackColor = System.Drawing.SystemColors.Control;
  524. appearance22.BackColor2 = System.Drawing.SystemColors.ControlDark;
  525. appearance22.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  526. appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  527. appearance22.BorderColor = System.Drawing.SystemColors.Window;
  528. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance22;
  529. appearance23.TextHAlignAsString = "Left";
  530. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance23;
  531. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  532. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  533. appearance24.BackColor = System.Drawing.SystemColors.Window;
  534. appearance24.BorderColor = System.Drawing.Color.Silver;
  535. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance24;
  536. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  537. appearance25.BackColor = System.Drawing.SystemColors.ControlLight;
  538. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance25;
  539. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  540. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  541. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  542. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  543. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  544. this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
  545. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(2);
  546. this.ultraGrid1.Name = "ultraGrid1";
  547. this.ultraGrid1.Size = new System.Drawing.Size(986, 378);
  548. this.ultraGrid1.TabIndex = 0;
  549. this.ultraGrid1.Text = "ultraGrid1";
  550. this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
  551. //
  552. // dataSet1
  553. //
  554. this.dataSet1.DataSetName = "NewDataSet";
  555. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  556. this.dataTable1});
  557. //
  558. // dataTable1
  559. //
  560. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  561. this.dataColumn1,
  562. this.dataColumn3,
  563. this.dataColumn6,
  564. this.dataColumn7,
  565. this.dataColumn8,
  566. this.dataColumn10,
  567. this.dataColumn14,
  568. this.dataColumn15,
  569. this.dataColumn16,
  570. this.dataColumn17,
  571. this.dataColumn18,
  572. this.dataColumn19,
  573. this.dataColumn20,
  574. this.dataColumn21,
  575. this.dataColumn22,
  576. this.dataColumn23,
  577. this.dataColumn24,
  578. this.dataColumn25,
  579. this.dataColumn35,
  580. this.dataColumn37,
  581. this.dataColumn38,
  582. this.dataColumn39,
  583. this.dataColumn40,
  584. this.dataColumn41,
  585. this.dataColumn43,
  586. this.dataColumn2,
  587. this.dataColumn4});
  588. this.dataTable1.TableName = "Table1";
  589. //
  590. // dataColumn1
  591. //
  592. this.dataColumn1.Caption = "库存记录号";
  593. this.dataColumn1.ColumnName = "invId";
  594. //
  595. // dataColumn3
  596. //
  597. this.dataColumn3.Caption = "入库单号";
  598. this.dataColumn3.ColumnName = "inStockNo";
  599. //
  600. // dataColumn6
  601. //
  602. this.dataColumn6.Caption = "物料编码";
  603. this.dataColumn6.ColumnName = "itemCode";
  604. //
  605. // dataColumn7
  606. //
  607. this.dataColumn7.Caption = "物料描述";
  608. this.dataColumn7.ColumnName = "itemDesc";
  609. //
  610. // dataColumn8
  611. //
  612. this.dataColumn8.Caption = "物料名称";
  613. this.dataColumn8.ColumnName = "itemName";
  614. //
  615. // dataColumn10
  616. //
  617. this.dataColumn10.Caption = "物料型号规格";
  618. this.dataColumn10.ColumnName = "itemSpec";
  619. //
  620. // dataColumn14
  621. //
  622. this.dataColumn14.Caption = "库存单位";
  623. this.dataColumn14.ColumnName = "weightUnit";
  624. //
  625. // dataColumn15
  626. //
  627. this.dataColumn15.Caption = "合同号";
  628. this.dataColumn15.ColumnName = "orderId";
  629. //
  630. // dataColumn16
  631. //
  632. this.dataColumn16.Caption = "合同行号";
  633. this.dataColumn16.ColumnName = "orderLineSqe";
  634. //
  635. // dataColumn17
  636. //
  637. this.dataColumn17.Caption = "供应商代码";
  638. this.dataColumn17.ColumnName = "suppCode";
  639. //
  640. // dataColumn18
  641. //
  642. this.dataColumn18.Caption = "供应商名称";
  643. this.dataColumn18.ColumnName = "suppName";
  644. //
  645. // dataColumn19
  646. //
  647. this.dataColumn19.Caption = "逻辑库区";
  648. this.dataColumn19.ColumnName = "invLogic";
  649. //
  650. // dataColumn20
  651. //
  652. this.dataColumn20.Caption = "物理库区";
  653. this.dataColumn20.ColumnName = "invPhysic";
  654. //
  655. // dataColumn21
  656. //
  657. this.dataColumn21.Caption = "库区储位";
  658. this.dataColumn21.ColumnName = "invPos";
  659. //
  660. // dataColumn22
  661. //
  662. this.dataColumn22.Caption = "库存原始数量";
  663. this.dataColumn22.ColumnName = "invOrigQty";
  664. //
  665. // dataColumn23
  666. //
  667. this.dataColumn23.Caption = "库存原值总价";
  668. this.dataColumn23.ColumnName = "invOrigAmt";
  669. //
  670. // dataColumn24
  671. //
  672. this.dataColumn24.Caption = "采购库存数量";
  673. this.dataColumn24.ColumnName = "invQty";
  674. //
  675. // dataColumn25
  676. //
  677. this.dataColumn25.Caption = "库存预约量";
  678. this.dataColumn25.ColumnName = "invOrQty";
  679. //
  680. // dataColumn35
  681. //
  682. this.dataColumn35.Caption = "备注";
  683. this.dataColumn35.ColumnName = "remark";
  684. //
  685. // dataColumn37
  686. //
  687. this.dataColumn37.Caption = "创建人";
  688. this.dataColumn37.ColumnName = "createName";
  689. //
  690. // dataColumn38
  691. //
  692. this.dataColumn38.Caption = "创建时间";
  693. this.dataColumn38.ColumnName = "createTime";
  694. //
  695. // dataColumn39
  696. //
  697. this.dataColumn39.Caption = "修改人";
  698. this.dataColumn39.ColumnName = "updateName";
  699. //
  700. // dataColumn40
  701. //
  702. this.dataColumn40.Caption = "修改时间";
  703. this.dataColumn40.ColumnName = "updateTime";
  704. //
  705. // dataColumn41
  706. //
  707. this.dataColumn41.Caption = "创建人ID";
  708. this.dataColumn41.ColumnName = "createUserid";
  709. //
  710. // dataColumn43
  711. //
  712. this.dataColumn43.Caption = "修改人ID";
  713. this.dataColumn43.ColumnName = "updateUserid";
  714. //
  715. // dataColumn2
  716. //
  717. this.dataColumn2.Caption = "属性名称";
  718. this.dataColumn2.ColumnName = "itemattr";
  719. //
  720. // dataColumn4
  721. //
  722. this.dataColumn4.Caption = "属性编号";
  723. this.dataColumn4.ColumnName = "itemattrid";
  724. //
  725. // PurCkStorage
  726. //
  727. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  728. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  729. this.ClientSize = new System.Drawing.Size(992, 474);
  730. this.Controls.Add(this.ultraPanel2);
  731. this.Controls.Add(this.ultraPanel1);
  732. this.Margin = new System.Windows.Forms.Padding(2);
  733. this.Name = "PurCkStorage";
  734. this.Text = "PurCkStorage";
  735. this.Load += new System.EventHandler(this.PurCkStorage_Load);
  736. this.ultraPanel1.ClientArea.ResumeLayout(false);
  737. this.ultraPanel1.ClientArea.PerformLayout();
  738. this.ultraPanel1.ResumeLayout(false);
  739. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeE)).EndInit();
  740. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeS)).EndInit();
  741. ((System.ComponentModel.ISupportInitialize)(this.txt_orderId)).EndInit();
  742. ((System.ComponentModel.ISupportInitialize)(this.txt_inStockNo)).EndInit();
  743. ((System.ComponentModel.ISupportInitialize)(this.txt_suppName)).EndInit();
  744. ((System.ComponentModel.ISupportInitialize)(this.txt_invBin)).EndInit();
  745. ((System.ComponentModel.ISupportInitialize)(this.txt_itemCode)).EndInit();
  746. ((System.ComponentModel.ISupportInitialize)(this.txt_invPhysic)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.txt_itemName)).EndInit();
  748. ((System.ComponentModel.ISupportInitialize)(this.txt_invLogic)).EndInit();
  749. ((System.ComponentModel.ISupportInitialize)(this.txt_invOrigQty)).EndInit();
  750. this.ultraPanel2.ClientArea.ResumeLayout(false);
  751. this.ultraPanel2.ResumeLayout(false);
  752. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  753. this.ultraGroupBox1.ResumeLayout(false);
  754. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  755. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  756. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  757. this.ResumeLayout(false);
  758. }
  759. #endregion
  760. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  761. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  762. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  763. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  764. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  765. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  766. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  767. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  768. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  769. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  770. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  771. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  772. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_itemName;
  773. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_invLogic;
  774. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_invOrigQty;
  775. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  776. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_createTimeS;
  777. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_orderId;
  778. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_inStockNo;
  779. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_suppName;
  780. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_invBin;
  781. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_itemCode;
  782. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_invPhysic;
  783. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  784. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_createTimeE;
  785. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  786. private System.Data.DataSet dataSet1;
  787. private System.Data.DataTable dataTable1;
  788. private System.Data.DataColumn dataColumn1;
  789. private System.Data.DataColumn dataColumn3;
  790. private System.Data.DataColumn dataColumn6;
  791. private System.Data.DataColumn dataColumn7;
  792. private System.Data.DataColumn dataColumn8;
  793. private System.Data.DataColumn dataColumn10;
  794. private System.Data.DataColumn dataColumn14;
  795. private System.Data.DataColumn dataColumn15;
  796. private System.Data.DataColumn dataColumn16;
  797. private System.Data.DataColumn dataColumn17;
  798. private System.Data.DataColumn dataColumn18;
  799. private System.Data.DataColumn dataColumn19;
  800. private System.Data.DataColumn dataColumn20;
  801. private System.Data.DataColumn dataColumn21;
  802. private System.Data.DataColumn dataColumn22;
  803. private System.Data.DataColumn dataColumn23;
  804. private System.Data.DataColumn dataColumn24;
  805. private System.Data.DataColumn dataColumn25;
  806. private System.Data.DataColumn dataColumn35;
  807. private System.Data.DataColumn dataColumn37;
  808. private System.Data.DataColumn dataColumn38;
  809. private System.Data.DataColumn dataColumn39;
  810. private System.Data.DataColumn dataColumn40;
  811. private System.Data.DataColumn dataColumn41;
  812. private System.Data.DataColumn dataColumn43;
  813. private System.Data.DataColumn dataColumn2;
  814. private System.Data.DataColumn dataColumn4;
  815. }
  816. }