frmReportJl.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758
  1. namespace Pur.ck
  2. {
  3. partial class frmReportJl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderno");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matchid");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("icno");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("sourcename");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("suttle");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deduction");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("carno");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materialname");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("suttletime");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deduction2");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deduction3");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deduction4");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gross");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("tare");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("targetname");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materielRule", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("addtime");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("checkMemo");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("materielRuleNum");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("bMemo");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check", 0);
  51. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 1400570251);
  52. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "carno", 6, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "carno", 6, true);
  54. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "gross", 12, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "gross", 12, true);
  56. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "suttle", 4, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "suttle", 4, true);
  58. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "materielRuleNum", 18, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "materielRuleNum", 18, true);
  60. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  74. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  75. this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  76. this.dataSet5 = new System.Data.DataSet();
  77. this.dataTable3 = new System.Data.DataTable();
  78. this.dataColumn25 = new System.Data.DataColumn();
  79. this.dataColumn26 = new System.Data.DataColumn();
  80. this.dataColumn27 = new System.Data.DataColumn();
  81. this.dataColumn30 = new System.Data.DataColumn();
  82. this.dataColumn31 = new System.Data.DataColumn();
  83. this.dataColumn32 = new System.Data.DataColumn();
  84. this.dataColumn33 = new System.Data.DataColumn();
  85. this.dataColumn36 = new System.Data.DataColumn();
  86. this.dataColumn78 = new System.Data.DataColumn();
  87. this.dataColumn86 = new System.Data.DataColumn();
  88. this.dataColumn109 = new System.Data.DataColumn();
  89. this.dataColumn110 = new System.Data.DataColumn();
  90. this.dataColumn111 = new System.Data.DataColumn();
  91. this.dataColumn112 = new System.Data.DataColumn();
  92. this.dataColumn113 = new System.Data.DataColumn();
  93. this.dataColumn1 = new System.Data.DataColumn();
  94. this.dataColumn2 = new System.Data.DataColumn();
  95. this.dataColumn3 = new System.Data.DataColumn();
  96. this.dataColumn4 = new System.Data.DataColumn();
  97. this.ultraGroupBox12 = new Infragistics.Win.Misc.UltraGroupBox();
  98. this.txtOrderId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  99. this.chkOrderId = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  100. this.txtItemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  101. this.txtSuppName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  102. this.txtItemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  103. this.txtSuppcode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  104. this.chkMatName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  105. this.chkSuppName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  106. this.chkMat = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  107. this.chkSupp = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  108. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  109. this.txt_CreateTimeEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  110. this.txt_CreateTimeStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  111. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  112. this.dataColumn5 = new System.Data.DataColumn();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  114. this.ultraGroupBox1.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.dataSet5)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).BeginInit();
  119. this.ultraGroupBox12.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.txtOrderId)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.chkOrderId)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.txtSuppName)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.txtItemName)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.txtSuppcode)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.chkMatName)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.chkSuppName)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.chkMat)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.chkSupp)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.txt_CreateTimeEnd)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.txt_CreateTimeStart)).BeginInit();
  132. this.SuspendLayout();
  133. //
  134. // ultraGroupBox1
  135. //
  136. this.ultraGroupBox1.Controls.Add(this.ultraGrid4);
  137. this.ultraGroupBox1.Controls.Add(this.ultraGroupBox12);
  138. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  140. this.ultraGroupBox1.Name = "ultraGroupBox1";
  141. this.ultraGroupBox1.Size = new System.Drawing.Size(1711, 641);
  142. this.ultraGroupBox1.TabIndex = 0;
  143. //
  144. // ultraGrid4
  145. //
  146. this.ultraGrid4.DataMember = "Table1";
  147. this.ultraGrid4.DataSource = this.dataSet5;
  148. appearance21.BackColor = System.Drawing.SystemColors.Window;
  149. appearance21.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  150. this.ultraGrid4.DisplayLayout.Appearance = appearance21;
  151. ultraGridColumn1.Header.VisiblePosition = 1;
  152. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  153. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  154. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 58);
  155. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  156. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
  157. ultraGridColumn2.Header.VisiblePosition = 2;
  158. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  159. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  160. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  161. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
  162. ultraGridColumn3.Header.VisiblePosition = 4;
  163. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 8;
  164. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  165. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  166. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
  167. ultraGridColumn4.Header.VisiblePosition = 8;
  168. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 14;
  169. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  170. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  171. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
  172. ultraGridColumn5.Header.VisiblePosition = 5;
  173. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 20;
  174. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  175. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  176. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
  177. ultraGridColumn6.Header.VisiblePosition = 6;
  178. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 22;
  179. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  180. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  181. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 4;
  182. ultraGridColumn7.Header.VisiblePosition = 3;
  183. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 6;
  184. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  185. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  186. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 4;
  187. ultraGridColumn8.Header.VisiblePosition = 7;
  188. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 10;
  189. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  190. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  191. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 4;
  192. ultraGridColumn9.Header.VisiblePosition = 9;
  193. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 38;
  194. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  195. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  196. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 4;
  197. ultraGridColumn10.Header.VisiblePosition = 10;
  198. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 2;
  199. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  200. ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
  201. ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  202. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  203. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  204. ultraGridColumn11.Header.VisiblePosition = 11;
  205. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 4;
  206. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  207. ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 0;
  208. ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  209. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  210. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  211. ultraGridColumn12.Header.VisiblePosition = 12;
  212. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
  213. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  214. ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 0;
  215. ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  216. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  217. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  218. ultraGridColumn13.Header.VisiblePosition = 13;
  219. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 16;
  220. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  221. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  222. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 4;
  223. ultraGridColumn14.Header.VisiblePosition = 14;
  224. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 18;
  225. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  226. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  227. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 4;
  228. ultraGridColumn15.Header.VisiblePosition = 15;
  229. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 12;
  230. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  231. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  232. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 4;
  233. ultraGridColumn16.Header.VisiblePosition = 16;
  234. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
  235. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  236. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 0;
  237. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  238. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  239. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  240. ultraGridColumn17.Header.VisiblePosition = 17;
  241. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 10;
  242. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  243. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 0;
  244. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  245. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  246. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  247. ultraGridColumn18.Header.VisiblePosition = 18;
  248. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 12;
  249. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  250. ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 0;
  251. ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  252. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  253. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  254. ultraGridColumn19.Header.VisiblePosition = 19;
  255. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 8;
  256. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  257. ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 0;
  258. ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  259. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  260. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  261. ultraGridColumn20.Header.VisiblePosition = 20;
  262. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 40;
  263. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  264. ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 58);
  265. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  266. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 4;
  267. ultraGridColumn21.DataType = typeof(bool);
  268. ultraGridColumn21.DefaultCellValue = true;
  269. ultraGridColumn21.Header.Caption = "";
  270. ultraGridColumn21.Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Center;
  271. ultraGridColumn21.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  272. ultraGridColumn21.Header.VisiblePosition = 0;
  273. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 0;
  274. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  275. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  276. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 4;
  277. ultraGridColumn21.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  278. ultraGridColumn21.Width = 45;
  279. ultraGridBand1.Columns.AddRange(new object[] {
  280. ultraGridColumn1,
  281. ultraGridColumn2,
  282. ultraGridColumn3,
  283. ultraGridColumn4,
  284. ultraGridColumn5,
  285. ultraGridColumn6,
  286. ultraGridColumn7,
  287. ultraGridColumn8,
  288. ultraGridColumn9,
  289. ultraGridColumn10,
  290. ultraGridColumn11,
  291. ultraGridColumn12,
  292. ultraGridColumn13,
  293. ultraGridColumn14,
  294. ultraGridColumn15,
  295. ultraGridColumn16,
  296. ultraGridColumn17,
  297. ultraGridColumn18,
  298. ultraGridColumn19,
  299. ultraGridColumn20,
  300. ultraGridColumn21});
  301. appearance6.TextHAlignAsString = "Center";
  302. appearance6.TextVAlignAsString = "Middle";
  303. ultraGridGroup1.Header.Appearance = appearance6;
  304. ultraGridGroup1.Header.Caption = "废钢";
  305. ultraGridGroup1.Key = "NewGroup0";
  306. ultraGridGroup1.RowLayoutGroupInfo.OriginX = 24;
  307. ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
  308. ultraGridGroup1.RowLayoutGroupInfo.SpanX = 14;
  309. ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
  310. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  311. ultraGridGroup1});
  312. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  313. summarySettings1.DisplayFormat = "车数 = {0}";
  314. summarySettings1.GroupBySummaryValueAppearance = appearance7;
  315. summarySettings1.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
  316. summarySettings2.DisplayFormat = "总毛重 = {0}";
  317. summarySettings2.GroupBySummaryValueAppearance = appearance8;
  318. summarySettings2.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
  319. summarySettings3.DisplayFormat = "总净重 = {0}";
  320. summarySettings3.GroupBySummaryValueAppearance = appearance9;
  321. summarySettings3.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
  322. summarySettings4.DisplayFormat = "料型总净重 = {0}";
  323. summarySettings4.GroupBySummaryValueAppearance = appearance10;
  324. summarySettings4.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
  325. ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
  326. summarySettings1,
  327. summarySettings2,
  328. summarySettings3,
  329. summarySettings4});
  330. this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  331. this.ultraGrid4.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  332. this.ultraGrid4.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  333. appearance22.BackColor = System.Drawing.SystemColors.ActiveBorder;
  334. appearance22.BackColor2 = System.Drawing.SystemColors.ControlDark;
  335. appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  336. appearance22.BorderColor = System.Drawing.SystemColors.Window;
  337. this.ultraGrid4.DisplayLayout.GroupByBox.Appearance = appearance22;
  338. appearance24.ForeColor = System.Drawing.SystemColors.GrayText;
  339. this.ultraGrid4.DisplayLayout.GroupByBox.BandLabelAppearance = appearance24;
  340. this.ultraGrid4.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  341. appearance23.BackColor = System.Drawing.SystemColors.ControlLightLight;
  342. appearance23.BackColor2 = System.Drawing.SystemColors.Control;
  343. appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  344. appearance23.ForeColor = System.Drawing.SystemColors.GrayText;
  345. this.ultraGrid4.DisplayLayout.GroupByBox.PromptAppearance = appearance23;
  346. this.ultraGrid4.DisplayLayout.MaxColScrollRegions = 1;
  347. this.ultraGrid4.DisplayLayout.MaxRowScrollRegions = 1;
  348. appearance40.BackColor = System.Drawing.SystemColors.Window;
  349. appearance40.ForeColor = System.Drawing.SystemColors.ControlText;
  350. this.ultraGrid4.DisplayLayout.Override.ActiveCellAppearance = appearance40;
  351. appearance43.BackColor = System.Drawing.SystemColors.Highlight;
  352. appearance43.ForeColor = System.Drawing.SystemColors.HighlightText;
  353. this.ultraGrid4.DisplayLayout.Override.ActiveRowAppearance = appearance43;
  354. this.ultraGrid4.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  355. this.ultraGrid4.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  356. appearance45.BackColor = System.Drawing.SystemColors.Window;
  357. this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance45;
  358. appearance41.BorderColor = System.Drawing.Color.Silver;
  359. appearance41.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  360. this.ultraGrid4.DisplayLayout.Override.CellAppearance = appearance41;
  361. this.ultraGrid4.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  362. this.ultraGrid4.DisplayLayout.Override.CellPadding = 0;
  363. appearance26.BackColor = System.Drawing.SystemColors.Control;
  364. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  365. appearance26.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  366. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  367. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  368. this.ultraGrid4.DisplayLayout.Override.GroupByRowAppearance = appearance26;
  369. appearance25.TextHAlignAsString = "Left";
  370. this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance25;
  371. this.ultraGrid4.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  372. this.ultraGrid4.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  373. appearance44.BackColor = System.Drawing.SystemColors.Window;
  374. appearance44.BorderColor = System.Drawing.Color.Silver;
  375. this.ultraGrid4.DisplayLayout.Override.RowAppearance = appearance44;
  376. this.ultraGrid4.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  377. appearance42.BackColor = System.Drawing.SystemColors.ControlLight;
  378. this.ultraGrid4.DisplayLayout.Override.TemplateAddRowAppearance = appearance42;
  379. this.ultraGrid4.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  380. this.ultraGrid4.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  381. this.ultraGrid4.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  382. this.ultraGrid4.Dock = System.Windows.Forms.DockStyle.Fill;
  383. this.ultraGrid4.Location = new System.Drawing.Point(3, 85);
  384. this.ultraGrid4.Name = "ultraGrid4";
  385. this.ultraGrid4.Size = new System.Drawing.Size(1705, 553);
  386. this.ultraGrid4.TabIndex = 79;
  387. this.ultraGrid4.Text = "ultraGrid4";
  388. //
  389. // dataSet5
  390. //
  391. this.dataSet5.DataSetName = "NewDataSet";
  392. this.dataSet5.Tables.AddRange(new System.Data.DataTable[] {
  393. this.dataTable3});
  394. //
  395. // dataTable3
  396. //
  397. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  398. this.dataColumn25,
  399. this.dataColumn26,
  400. this.dataColumn27,
  401. this.dataColumn30,
  402. this.dataColumn31,
  403. this.dataColumn32,
  404. this.dataColumn33,
  405. this.dataColumn36,
  406. this.dataColumn78,
  407. this.dataColumn86,
  408. this.dataColumn109,
  409. this.dataColumn110,
  410. this.dataColumn111,
  411. this.dataColumn112,
  412. this.dataColumn113,
  413. this.dataColumn1,
  414. this.dataColumn2,
  415. this.dataColumn3,
  416. this.dataColumn4,
  417. this.dataColumn5});
  418. this.dataTable3.TableName = "Table1";
  419. //
  420. // dataColumn25
  421. //
  422. this.dataColumn25.Caption = "订单号";
  423. this.dataColumn25.ColumnName = "orderno";
  424. //
  425. // dataColumn26
  426. //
  427. this.dataColumn26.Caption = "磅单号";
  428. this.dataColumn26.ColumnName = "matchid";
  429. //
  430. // dataColumn27
  431. //
  432. this.dataColumn27.Caption = "ic卡号";
  433. this.dataColumn27.ColumnName = "icno";
  434. //
  435. // dataColumn30
  436. //
  437. this.dataColumn30.Caption = "供应商名称";
  438. this.dataColumn30.ColumnName = "sourcename";
  439. //
  440. // dataColumn31
  441. //
  442. this.dataColumn31.Caption = "计量净重";
  443. this.dataColumn31.ColumnName = "suttle";
  444. //
  445. // dataColumn32
  446. //
  447. this.dataColumn32.Caption = "扣杂";
  448. this.dataColumn32.ColumnName = "deduction";
  449. //
  450. // dataColumn33
  451. //
  452. this.dataColumn33.Caption = "车号";
  453. this.dataColumn33.ColumnName = "carno";
  454. //
  455. // dataColumn36
  456. //
  457. this.dataColumn36.Caption = "物料名称";
  458. this.dataColumn36.ColumnName = "materialname";
  459. //
  460. // dataColumn78
  461. //
  462. this.dataColumn78.Caption = "净重时间";
  463. this.dataColumn78.ColumnName = "suttletime";
  464. //
  465. // dataColumn86
  466. //
  467. this.dataColumn86.Caption = "扣机铁";
  468. this.dataColumn86.ColumnName = "deduction2";
  469. //
  470. // dataColumn109
  471. //
  472. this.dataColumn109.Caption = "扣超长";
  473. this.dataColumn109.ColumnName = "deduction3";
  474. //
  475. // dataColumn110
  476. //
  477. this.dataColumn110.Caption = "扣轻薄";
  478. this.dataColumn110.ColumnName = "deduction4";
  479. //
  480. // dataColumn111
  481. //
  482. this.dataColumn111.Caption = "毛重";
  483. this.dataColumn111.ColumnName = "gross";
  484. //
  485. // dataColumn112
  486. //
  487. this.dataColumn112.Caption = "皮重";
  488. this.dataColumn112.ColumnName = "tare";
  489. //
  490. // dataColumn113
  491. //
  492. this.dataColumn113.Caption = "收货方";
  493. this.dataColumn113.ColumnName = "targetname";
  494. //
  495. // dataColumn1
  496. //
  497. this.dataColumn1.Caption = "料型";
  498. this.dataColumn1.ColumnName = "materielRule";
  499. //
  500. // dataColumn2
  501. //
  502. this.dataColumn2.Caption = "质检时间";
  503. this.dataColumn2.ColumnName = "addtime";
  504. //
  505. // dataColumn3
  506. //
  507. this.dataColumn3.Caption = "质检备注";
  508. this.dataColumn3.ColumnName = "checkMemo";
  509. //
  510. // dataColumn4
  511. //
  512. this.dataColumn4.Caption = "料型净重";
  513. this.dataColumn4.ColumnName = "materielRuleNum";
  514. //
  515. // ultraGroupBox12
  516. //
  517. this.ultraGroupBox12.Controls.Add(this.txtOrderId);
  518. this.ultraGroupBox12.Controls.Add(this.chkOrderId);
  519. this.ultraGroupBox12.Controls.Add(this.txtItemCode);
  520. this.ultraGroupBox12.Controls.Add(this.txtSuppName);
  521. this.ultraGroupBox12.Controls.Add(this.txtItemName);
  522. this.ultraGroupBox12.Controls.Add(this.txtSuppcode);
  523. this.ultraGroupBox12.Controls.Add(this.chkMatName);
  524. this.ultraGroupBox12.Controls.Add(this.chkSuppName);
  525. this.ultraGroupBox12.Controls.Add(this.chkMat);
  526. this.ultraGroupBox12.Controls.Add(this.chkSupp);
  527. this.ultraGroupBox12.Controls.Add(this.ultraLabel4);
  528. this.ultraGroupBox12.Controls.Add(this.txt_CreateTimeEnd);
  529. this.ultraGroupBox12.Controls.Add(this.txt_CreateTimeStart);
  530. this.ultraGroupBox12.Controls.Add(this.ultraLabel6);
  531. this.ultraGroupBox12.Dock = System.Windows.Forms.DockStyle.Top;
  532. this.ultraGroupBox12.Location = new System.Drawing.Point(3, 0);
  533. this.ultraGroupBox12.Name = "ultraGroupBox12";
  534. this.ultraGroupBox12.Size = new System.Drawing.Size(1705, 85);
  535. this.ultraGroupBox12.TabIndex = 78;
  536. //
  537. // txtOrderId
  538. //
  539. this.txtOrderId.Location = new System.Drawing.Point(833, 46);
  540. this.txtOrderId.Name = "txtOrderId";
  541. this.txtOrderId.Size = new System.Drawing.Size(225, 24);
  542. this.txtOrderId.TabIndex = 182;
  543. //
  544. // chkOrderId
  545. //
  546. this.chkOrderId.AutoSize = true;
  547. this.chkOrderId.Checked = true;
  548. this.chkOrderId.CheckState = System.Windows.Forms.CheckState.Checked;
  549. this.chkOrderId.Location = new System.Drawing.Point(724, 47);
  550. this.chkOrderId.Margin = new System.Windows.Forms.Padding(4);
  551. this.chkOrderId.Name = "chkOrderId";
  552. this.chkOrderId.Size = new System.Drawing.Size(84, 22);
  553. this.chkOrderId.TabIndex = 181;
  554. this.chkOrderId.Text = "订 单 号";
  555. //
  556. // txtItemCode
  557. //
  558. this.txtItemCode.Location = new System.Drawing.Point(150, 46);
  559. this.txtItemCode.Name = "txtItemCode";
  560. this.txtItemCode.Size = new System.Drawing.Size(223, 24);
  561. this.txtItemCode.TabIndex = 180;
  562. //
  563. // txtSuppName
  564. //
  565. this.txtSuppName.Location = new System.Drawing.Point(1185, 16);
  566. this.txtSuppName.Name = "txtSuppName";
  567. this.txtSuppName.Size = new System.Drawing.Size(223, 24);
  568. this.txtSuppName.TabIndex = 179;
  569. //
  570. // txtItemName
  571. //
  572. this.txtItemName.Location = new System.Drawing.Point(485, 46);
  573. this.txtItemName.Name = "txtItemName";
  574. this.txtItemName.Size = new System.Drawing.Size(225, 24);
  575. this.txtItemName.TabIndex = 178;
  576. //
  577. // txtSuppcode
  578. //
  579. this.txtSuppcode.Location = new System.Drawing.Point(833, 16);
  580. this.txtSuppcode.Name = "txtSuppcode";
  581. this.txtSuppcode.Size = new System.Drawing.Size(225, 24);
  582. this.txtSuppcode.TabIndex = 177;
  583. //
  584. // chkMatName
  585. //
  586. this.chkMatName.AutoSize = true;
  587. this.chkMatName.Checked = true;
  588. this.chkMatName.CheckState = System.Windows.Forms.CheckState.Checked;
  589. this.chkMatName.Location = new System.Drawing.Point(383, 44);
  590. this.chkMatName.Margin = new System.Windows.Forms.Padding(4);
  591. this.chkMatName.Name = "chkMatName";
  592. this.chkMatName.Size = new System.Drawing.Size(84, 22);
  593. this.chkMatName.TabIndex = 176;
  594. this.chkMatName.Text = "物料名称";
  595. //
  596. // chkSuppName
  597. //
  598. this.chkSuppName.AutoSize = true;
  599. this.chkSuppName.Checked = true;
  600. this.chkSuppName.CheckState = System.Windows.Forms.CheckState.Checked;
  601. this.chkSuppName.Location = new System.Drawing.Point(1078, 17);
  602. this.chkSuppName.Margin = new System.Windows.Forms.Padding(4);
  603. this.chkSuppName.Name = "chkSuppName";
  604. this.chkSuppName.Size = new System.Drawing.Size(100, 22);
  605. this.chkSuppName.TabIndex = 175;
  606. this.chkSuppName.Text = "供应商名称";
  607. //
  608. // chkMat
  609. //
  610. this.chkMat.AutoSize = true;
  611. this.chkMat.Checked = true;
  612. this.chkMat.CheckState = System.Windows.Forms.CheckState.Checked;
  613. this.chkMat.Location = new System.Drawing.Point(48, 47);
  614. this.chkMat.Margin = new System.Windows.Forms.Padding(4);
  615. this.chkMat.Name = "chkMat";
  616. this.chkMat.Size = new System.Drawing.Size(84, 22);
  617. this.chkMat.TabIndex = 174;
  618. this.chkMat.Text = "物料编码";
  619. //
  620. // chkSupp
  621. //
  622. this.chkSupp.AutoSize = true;
  623. this.chkSupp.Checked = true;
  624. this.chkSupp.CheckState = System.Windows.Forms.CheckState.Checked;
  625. this.chkSupp.Location = new System.Drawing.Point(724, 17);
  626. this.chkSupp.Margin = new System.Windows.Forms.Padding(4);
  627. this.chkSupp.Name = "chkSupp";
  628. this.chkSupp.Size = new System.Drawing.Size(100, 22);
  629. this.chkSupp.TabIndex = 173;
  630. this.chkSupp.Text = "供应商编码";
  631. //
  632. // ultraLabel4
  633. //
  634. appearance48.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  635. this.ultraLabel4.Appearance = appearance48;
  636. this.ultraLabel4.AutoSize = true;
  637. this.ultraLabel4.Location = new System.Drawing.Point(383, 19);
  638. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  639. this.ultraLabel4.Name = "ultraLabel4";
  640. this.ultraLabel4.Size = new System.Drawing.Size(98, 19);
  641. this.ultraLabel4.TabIndex = 20;
  642. this.ultraLabel4.Text = "净重结束时间";
  643. //
  644. // txt_CreateTimeEnd
  645. //
  646. this.txt_CreateTimeEnd.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  647. this.txt_CreateTimeEnd.Location = new System.Drawing.Point(485, 16);
  648. this.txt_CreateTimeEnd.Margin = new System.Windows.Forms.Padding(4);
  649. this.txt_CreateTimeEnd.MaskInput = "{date} {longtime}";
  650. this.txt_CreateTimeEnd.Name = "txt_CreateTimeEnd";
  651. this.txt_CreateTimeEnd.Size = new System.Drawing.Size(225, 24);
  652. this.txt_CreateTimeEnd.TabIndex = 19;
  653. //
  654. // txt_CreateTimeStart
  655. //
  656. this.txt_CreateTimeStart.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  657. this.txt_CreateTimeStart.Location = new System.Drawing.Point(150, 16);
  658. this.txt_CreateTimeStart.Margin = new System.Windows.Forms.Padding(4);
  659. this.txt_CreateTimeStart.MaskInput = "{date} {longtime}";
  660. this.txt_CreateTimeStart.Name = "txt_CreateTimeStart";
  661. this.txt_CreateTimeStart.Size = new System.Drawing.Size(223, 24);
  662. this.txt_CreateTimeStart.TabIndex = 18;
  663. //
  664. // ultraLabel6
  665. //
  666. appearance49.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  667. this.ultraLabel6.Appearance = appearance49;
  668. this.ultraLabel6.AutoSize = true;
  669. this.ultraLabel6.Location = new System.Drawing.Point(48, 19);
  670. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  671. this.ultraLabel6.Name = "ultraLabel6";
  672. this.ultraLabel6.Size = new System.Drawing.Size(98, 19);
  673. this.ultraLabel6.TabIndex = 17;
  674. this.ultraLabel6.Text = "净重开始时间";
  675. //
  676. // dataColumn5
  677. //
  678. this.dataColumn5.Caption = "备注";
  679. this.dataColumn5.ColumnName = "bMemo";
  680. //
  681. // frmReportJl
  682. //
  683. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  684. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  685. this.ClientSize = new System.Drawing.Size(1711, 641);
  686. this.Controls.Add(this.ultraGroupBox1);
  687. this.Name = "frmReportJl";
  688. this.Text = "frmReportJl";
  689. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  690. this.ultraGroupBox1.ResumeLayout(false);
  691. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
  692. ((System.ComponentModel.ISupportInitialize)(this.dataSet5)).EndInit();
  693. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  694. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox12)).EndInit();
  695. this.ultraGroupBox12.ResumeLayout(false);
  696. this.ultraGroupBox12.PerformLayout();
  697. ((System.ComponentModel.ISupportInitialize)(this.txtOrderId)).EndInit();
  698. ((System.ComponentModel.ISupportInitialize)(this.chkOrderId)).EndInit();
  699. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode)).EndInit();
  700. ((System.ComponentModel.ISupportInitialize)(this.txtSuppName)).EndInit();
  701. ((System.ComponentModel.ISupportInitialize)(this.txtItemName)).EndInit();
  702. ((System.ComponentModel.ISupportInitialize)(this.txtSuppcode)).EndInit();
  703. ((System.ComponentModel.ISupportInitialize)(this.chkMatName)).EndInit();
  704. ((System.ComponentModel.ISupportInitialize)(this.chkSuppName)).EndInit();
  705. ((System.ComponentModel.ISupportInitialize)(this.chkMat)).EndInit();
  706. ((System.ComponentModel.ISupportInitialize)(this.chkSupp)).EndInit();
  707. ((System.ComponentModel.ISupportInitialize)(this.txt_CreateTimeEnd)).EndInit();
  708. ((System.ComponentModel.ISupportInitialize)(this.txt_CreateTimeStart)).EndInit();
  709. this.ResumeLayout(false);
  710. }
  711. #endregion
  712. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  713. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox12;
  714. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMatName;
  715. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSuppName;
  716. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMat;
  717. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkSupp;
  718. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  719. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor txt_CreateTimeEnd;
  720. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor txt_CreateTimeStart;
  721. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  722. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrderId;
  723. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkOrderId;
  724. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtItemCode;
  725. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSuppName;
  726. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtItemName;
  727. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSuppcode;
  728. private System.Data.DataSet dataSet5;
  729. private System.Data.DataTable dataTable3;
  730. private System.Data.DataColumn dataColumn25;
  731. private System.Data.DataColumn dataColumn26;
  732. private System.Data.DataColumn dataColumn27;
  733. private System.Data.DataColumn dataColumn30;
  734. private System.Data.DataColumn dataColumn31;
  735. private System.Data.DataColumn dataColumn32;
  736. private System.Data.DataColumn dataColumn33;
  737. private System.Data.DataColumn dataColumn36;
  738. private System.Data.DataColumn dataColumn78;
  739. private System.Data.DataColumn dataColumn86;
  740. private System.Data.DataColumn dataColumn109;
  741. private System.Data.DataColumn dataColumn110;
  742. private System.Data.DataColumn dataColumn111;
  743. private System.Data.DataColumn dataColumn112;
  744. private System.Data.DataColumn dataColumn113;
  745. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid4;
  746. private System.Data.DataColumn dataColumn1;
  747. private System.Data.DataColumn dataColumn2;
  748. private System.Data.DataColumn dataColumn3;
  749. private System.Data.DataColumn dataColumn4;
  750. private System.Data.DataColumn dataColumn5;
  751. }
  752. }