frmPopReqDReport.Designer.cs 74 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347
  1. namespace Pur.require_plan
  2. {
  3. partial class frmPopReqDReport
  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 appearance3 = 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("mrLineId");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemCode");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemDesc");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemName");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemDescE");
  35. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemModel");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemSpec");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUom");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomFormula");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomConefficient");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("weightUnit");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("bugPrice");
  43. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("budgetAmt");
  45. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("lastDeliveryDate");
  47. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("impoDomesticFlag");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("expenseType");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("budgetCode");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("costCenter");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remark");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("flagGeneratedPurPlan");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("flagDeliveried");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("buyerDeptCode");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("buyerDeptDesc");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("buyerUnitCode");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("buyerUnitDesc");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("buyerName");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateName");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflag");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteName");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("qty");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("qtyPur");
  68. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUseUom");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deliveryLocation");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deliveryLocationCode");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemattr");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemattrid");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsId");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomId");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUnique");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsCode");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newItemAttrId");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newItemStandardsId");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newItemUomId");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newItemUnique");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("auditFlag");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("auditMsg");
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deliveryLocationFlag");
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newItemStandardsCode");
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteUserId");
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("refuseReason");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("mrId");
  89. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "mrLineId", 0, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "itemDescE", 4, true);
  93. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "budgetAmt", 12, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "budgetAmt", 12, true);
  95. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  108. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  109. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  110. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  111. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  112. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  113. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  114. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  115. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  116. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  117. Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
  118. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  119. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  120. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  121. Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
  122. Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
  123. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton3 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  124. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton4 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  125. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton5 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  126. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton6 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  127. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  128. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  129. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  130. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopReqDReport));
  131. this.dataSet2 = new System.Data.DataSet();
  132. this.dataTable2 = new System.Data.DataTable();
  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.dataColumn25 = new System.Data.DataColumn();
  142. this.dataColumn26 = new System.Data.DataColumn();
  143. this.dataColumn27 = new System.Data.DataColumn();
  144. this.dataColumn28 = new System.Data.DataColumn();
  145. this.dataColumn29 = new System.Data.DataColumn();
  146. this.dataColumn30 = new System.Data.DataColumn();
  147. this.dataColumn31 = new System.Data.DataColumn();
  148. this.dataColumn32 = new System.Data.DataColumn();
  149. this.dataColumn33 = new System.Data.DataColumn();
  150. this.dataColumn34 = new System.Data.DataColumn();
  151. this.dataColumn35 = new System.Data.DataColumn();
  152. this.dataColumn36 = new System.Data.DataColumn();
  153. this.dataColumn37 = new System.Data.DataColumn();
  154. this.dataColumn38 = new System.Data.DataColumn();
  155. this.dataColumn39 = new System.Data.DataColumn();
  156. this.dataColumn40 = new System.Data.DataColumn();
  157. this.dataColumn41 = new System.Data.DataColumn();
  158. this.dataColumn42 = new System.Data.DataColumn();
  159. this.dataColumn43 = new System.Data.DataColumn();
  160. this.dataColumn44 = new System.Data.DataColumn();
  161. this.dataColumn45 = new System.Data.DataColumn();
  162. this.dataColumn46 = new System.Data.DataColumn();
  163. this.dataColumn47 = new System.Data.DataColumn();
  164. this.dataColumn48 = new System.Data.DataColumn();
  165. this.dataColumn50 = new System.Data.DataColumn();
  166. this.dataColumn51 = new System.Data.DataColumn();
  167. this.dataColumn52 = new System.Data.DataColumn();
  168. this.dataColumn53 = new System.Data.DataColumn();
  169. this.dataColumn54 = new System.Data.DataColumn();
  170. this.dataColumn55 = new System.Data.DataColumn();
  171. this.dataColumn56 = new System.Data.DataColumn();
  172. this.dataColumn73 = new System.Data.DataColumn();
  173. this.dataColumn74 = new System.Data.DataColumn();
  174. this.dataColumn75 = new System.Data.DataColumn();
  175. this.dataColumn76 = new System.Data.DataColumn();
  176. this.dataColumn77 = new System.Data.DataColumn();
  177. this.dataColumn78 = new System.Data.DataColumn();
  178. this.dataColumn79 = new System.Data.DataColumn();
  179. this.dataColumn80 = new System.Data.DataColumn();
  180. this.dataColumn81 = new System.Data.DataColumn();
  181. this.dataColumn82 = new System.Data.DataColumn();
  182. this.dataColumn83 = new System.Data.DataColumn();
  183. this.dataColumn1 = new System.Data.DataColumn();
  184. this.dataColumn157 = new System.Data.DataColumn();
  185. this.dataColumn160 = new System.Data.DataColumn();
  186. this.dataColumn2 = new System.Data.DataColumn();
  187. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  188. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  189. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  190. this.label41 = new System.Windows.Forms.Label();
  191. this.label36 = new System.Windows.Forms.Label();
  192. this.txt_itemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  193. this.txt_itemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  194. this.checkBox1 = new System.Windows.Forms.CheckBox();
  195. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  196. this.txtAuditedEnd = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  197. this.txtAuditedStart = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  198. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  199. this.CK_Ctime = new System.Windows.Forms.CheckBox();
  200. this.CK_ptime = new System.Windows.Forms.CheckBox();
  201. this.label9 = new System.Windows.Forms.Label();
  202. this.label8 = new System.Windows.Forms.Label();
  203. this.label7 = new System.Windows.Forms.Label();
  204. this.label6 = new System.Windows.Forms.Label();
  205. this.txt_businessUser = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  206. this.label5 = new System.Windows.Forms.Label();
  207. this.txt_Mstatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  208. this.label4 = new System.Windows.Forms.Label();
  209. this.label3 = new System.Windows.Forms.Label();
  210. this.txt_Dstatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  211. this.txt_createTimeEnd = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  212. this.txt_createTimeStart = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  213. this.label2 = new System.Windows.Forms.Label();
  214. this.txt_businessName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  215. this.txtMrPeriodEnd = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  216. this.txtMrPeriodStart = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  217. this.txt_style = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  218. this.label1 = new System.Windows.Forms.Label();
  219. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  222. this.ultraGroupBox2.SuspendLayout();
  223. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  225. this.ultraGroupBox1.SuspendLayout();
  226. ((System.ComponentModel.ISupportInitialize)(this.txt_itemCode)).BeginInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.txt_itemName)).BeginInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.txtAuditedEnd)).BeginInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.txtAuditedStart)).BeginInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.txt_businessUser)).BeginInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.txt_Mstatus)).BeginInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.txt_Dstatus)).BeginInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeEnd)).BeginInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeStart)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.txt_businessName)).BeginInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.txtMrPeriodEnd)).BeginInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.txtMrPeriodStart)).BeginInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.txt_style)).BeginInit();
  239. this.SuspendLayout();
  240. //
  241. // dataSet2
  242. //
  243. this.dataSet2.DataSetName = "NewDataSet";
  244. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  245. this.dataTable2});
  246. //
  247. // dataTable2
  248. //
  249. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  250. this.dataColumn17,
  251. this.dataColumn18,
  252. this.dataColumn19,
  253. this.dataColumn20,
  254. this.dataColumn21,
  255. this.dataColumn22,
  256. this.dataColumn23,
  257. this.dataColumn24,
  258. this.dataColumn25,
  259. this.dataColumn26,
  260. this.dataColumn27,
  261. this.dataColumn28,
  262. this.dataColumn29,
  263. this.dataColumn30,
  264. this.dataColumn31,
  265. this.dataColumn32,
  266. this.dataColumn33,
  267. this.dataColumn34,
  268. this.dataColumn35,
  269. this.dataColumn36,
  270. this.dataColumn37,
  271. this.dataColumn38,
  272. this.dataColumn39,
  273. this.dataColumn40,
  274. this.dataColumn41,
  275. this.dataColumn42,
  276. this.dataColumn43,
  277. this.dataColumn44,
  278. this.dataColumn45,
  279. this.dataColumn46,
  280. this.dataColumn47,
  281. this.dataColumn48,
  282. this.dataColumn50,
  283. this.dataColumn51,
  284. this.dataColumn52,
  285. this.dataColumn53,
  286. this.dataColumn54,
  287. this.dataColumn55,
  288. this.dataColumn56,
  289. this.dataColumn73,
  290. this.dataColumn74,
  291. this.dataColumn75,
  292. this.dataColumn76,
  293. this.dataColumn77,
  294. this.dataColumn78,
  295. this.dataColumn79,
  296. this.dataColumn80,
  297. this.dataColumn81,
  298. this.dataColumn82,
  299. this.dataColumn83,
  300. this.dataColumn1,
  301. this.dataColumn157,
  302. this.dataColumn160,
  303. this.dataColumn2});
  304. this.dataTable2.TableName = "Table1";
  305. //
  306. // dataColumn17
  307. //
  308. this.dataColumn17.Caption = "需求单行号";
  309. this.dataColumn17.ColumnName = "mrLineId";
  310. //
  311. // dataColumn18
  312. //
  313. this.dataColumn18.Caption = "物料编码";
  314. this.dataColumn18.ColumnName = "itemCode";
  315. //
  316. // dataColumn19
  317. //
  318. this.dataColumn19.Caption = "需求计划类型";
  319. this.dataColumn19.ColumnName = "itemDesc";
  320. //
  321. // dataColumn20
  322. //
  323. this.dataColumn20.Caption = "物料名称";
  324. this.dataColumn20.ColumnName = "itemName";
  325. //
  326. // dataColumn21
  327. //
  328. this.dataColumn21.Caption = "计划月份";
  329. this.dataColumn21.ColumnName = "itemDescE";
  330. //
  331. // dataColumn22
  332. //
  333. this.dataColumn22.Caption = "物料规格";
  334. this.dataColumn22.ColumnName = "itemModel";
  335. //
  336. // dataColumn23
  337. //
  338. this.dataColumn23.Caption = "计划员角色";
  339. this.dataColumn23.ColumnName = "itemSpec";
  340. //
  341. // dataColumn24
  342. //
  343. this.dataColumn24.Caption = "采购单位";
  344. this.dataColumn24.ColumnName = "itemUom";
  345. //
  346. // dataColumn25
  347. //
  348. this.dataColumn25.Caption = "审批通过时间";
  349. this.dataColumn25.ColumnName = "itemUomFormula";
  350. //
  351. // dataColumn26
  352. //
  353. this.dataColumn26.Caption = "转换系数";
  354. this.dataColumn26.ColumnName = "itemUomConefficient";
  355. //
  356. // dataColumn27
  357. //
  358. this.dataColumn27.Caption = "库存单位";
  359. this.dataColumn27.ColumnName = "weightUnit";
  360. //
  361. // dataColumn28
  362. //
  363. this.dataColumn28.Caption = "预算价";
  364. this.dataColumn28.ColumnName = "bugPrice";
  365. //
  366. // dataColumn29
  367. //
  368. this.dataColumn29.Caption = "预算总金额";
  369. this.dataColumn29.ColumnName = "budgetAmt";
  370. //
  371. // dataColumn30
  372. //
  373. this.dataColumn30.Caption = "要求到货时间";
  374. this.dataColumn30.ColumnName = "lastDeliveryDate";
  375. //
  376. // dataColumn31
  377. //
  378. this.dataColumn31.Caption = "是否建议进口";
  379. this.dataColumn31.ColumnName = "impoDomesticFlag";
  380. //
  381. // dataColumn32
  382. //
  383. this.dataColumn32.Caption = "费用类型";
  384. this.dataColumn32.ColumnName = "expenseType";
  385. //
  386. // dataColumn33
  387. //
  388. this.dataColumn33.Caption = "预算类型";
  389. this.dataColumn33.ColumnName = "budgetCode";
  390. //
  391. // dataColumn34
  392. //
  393. this.dataColumn34.Caption = "成本中心";
  394. this.dataColumn34.ColumnName = "costCenter";
  395. //
  396. // dataColumn35
  397. //
  398. this.dataColumn35.Caption = "备注";
  399. this.dataColumn35.ColumnName = "remark";
  400. //
  401. // dataColumn36
  402. //
  403. this.dataColumn36.Caption = "状态";
  404. this.dataColumn36.ColumnName = "flagGeneratedPurPlan";
  405. //
  406. // dataColumn37
  407. //
  408. this.dataColumn37.Caption = "配送标志";
  409. this.dataColumn37.ColumnName = "flagDeliveried";
  410. //
  411. // dataColumn38
  412. //
  413. this.dataColumn38.Caption = "采购管理部门代码";
  414. this.dataColumn38.ColumnName = "buyerDeptCode";
  415. //
  416. // dataColumn39
  417. //
  418. this.dataColumn39.Caption = "物料中类";
  419. this.dataColumn39.ColumnName = "buyerDeptDesc";
  420. //
  421. // dataColumn40
  422. //
  423. this.dataColumn40.Caption = "采购管理科室代码";
  424. this.dataColumn40.ColumnName = "buyerUnitCode";
  425. //
  426. // dataColumn41
  427. //
  428. this.dataColumn41.Caption = "采购管理科室描叙";
  429. this.dataColumn41.ColumnName = "buyerUnitDesc";
  430. //
  431. // dataColumn42
  432. //
  433. this.dataColumn42.Caption = "计划员";
  434. this.dataColumn42.ColumnName = "buyerName";
  435. //
  436. // dataColumn43
  437. //
  438. this.dataColumn43.Caption = "创建人";
  439. this.dataColumn43.ColumnName = "createName";
  440. //
  441. // dataColumn44
  442. //
  443. this.dataColumn44.Caption = "创建时间";
  444. this.dataColumn44.ColumnName = "createTime";
  445. //
  446. // dataColumn45
  447. //
  448. this.dataColumn45.Caption = "修改人";
  449. this.dataColumn45.ColumnName = "updateName";
  450. //
  451. // dataColumn46
  452. //
  453. this.dataColumn46.Caption = "修改时间";
  454. this.dataColumn46.ColumnName = "updateTime";
  455. //
  456. // dataColumn47
  457. //
  458. this.dataColumn47.Caption = "数据状态(有效、无效)";
  459. this.dataColumn47.ColumnName = "validflag";
  460. //
  461. // dataColumn48
  462. //
  463. this.dataColumn48.Caption = "申请单位";
  464. this.dataColumn48.ColumnName = "deleteName";
  465. //
  466. // dataColumn50
  467. //
  468. this.dataColumn50.Caption = "需求量";
  469. this.dataColumn50.ColumnName = "qty";
  470. //
  471. // dataColumn51
  472. //
  473. this.dataColumn51.Caption = "核准量";
  474. this.dataColumn51.ColumnName = "qtyPur";
  475. //
  476. // dataColumn52
  477. //
  478. this.dataColumn52.Caption = "是否使用采购单位";
  479. this.dataColumn52.ColumnName = "itemUseUom";
  480. //
  481. // dataColumn53
  482. //
  483. this.dataColumn53.Caption = "交付地点";
  484. this.dataColumn53.ColumnName = "deliveryLocation";
  485. //
  486. // dataColumn54
  487. //
  488. this.dataColumn54.Caption = "交付地点编码";
  489. this.dataColumn54.ColumnName = "deliveryLocationCode";
  490. //
  491. // dataColumn55
  492. //
  493. this.dataColumn55.Caption = "属性";
  494. this.dataColumn55.ColumnName = "itemattr";
  495. //
  496. // dataColumn56
  497. //
  498. this.dataColumn56.Caption = "属性编号";
  499. this.dataColumn56.ColumnName = "itemattrid";
  500. //
  501. // dataColumn73
  502. //
  503. this.dataColumn73.Caption = "标准编号";
  504. this.dataColumn73.ColumnName = "itemStandardsId";
  505. //
  506. // dataColumn74
  507. //
  508. this.dataColumn74.Caption = "单位换算编码";
  509. this.dataColumn74.ColumnName = "itemUomId";
  510. //
  511. // dataColumn75
  512. //
  513. this.dataColumn75.Caption = "唯一值标识";
  514. this.dataColumn75.ColumnName = "itemUnique";
  515. //
  516. // dataColumn76
  517. //
  518. this.dataColumn76.Caption = "标准";
  519. this.dataColumn76.ColumnName = "itemStandardsCode";
  520. //
  521. // dataColumn77
  522. //
  523. this.dataColumn77.Caption = "新物料属性编码";
  524. this.dataColumn77.ColumnName = "newItemAttrId";
  525. //
  526. // dataColumn78
  527. //
  528. this.dataColumn78.Caption = "新标准编码";
  529. this.dataColumn78.ColumnName = "newItemStandardsId";
  530. //
  531. // dataColumn79
  532. //
  533. this.dataColumn79.Caption = "新单位换算编码";
  534. this.dataColumn79.ColumnName = "newItemUomId";
  535. //
  536. // dataColumn80
  537. //
  538. this.dataColumn80.Caption = "新唯一值标识";
  539. this.dataColumn80.ColumnName = "newItemUnique";
  540. //
  541. // dataColumn81
  542. //
  543. this.dataColumn81.Caption = "审批标识";
  544. this.dataColumn81.ColumnName = "auditFlag";
  545. //
  546. // dataColumn82
  547. //
  548. this.dataColumn82.Caption = "审批意见";
  549. this.dataColumn82.ColumnName = "auditMsg";
  550. //
  551. // dataColumn83
  552. //
  553. this.dataColumn83.Caption = "JIT标识";
  554. this.dataColumn83.ColumnName = "deliveryLocationFlag";
  555. //
  556. // dataColumn1
  557. //
  558. this.dataColumn1.Caption = "改后标准";
  559. this.dataColumn1.ColumnName = "newItemStandardsCode";
  560. //
  561. // dataColumn157
  562. //
  563. this.dataColumn157.Caption = "申请单位编码";
  564. this.dataColumn157.ColumnName = "deleteUserId";
  565. //
  566. // dataColumn160
  567. //
  568. this.dataColumn160.Caption = "供应部处理意见";
  569. this.dataColumn160.ColumnName = "refuseReason";
  570. //
  571. // dataColumn2
  572. //
  573. this.dataColumn2.Caption = "需求计划号";
  574. this.dataColumn2.ColumnName = "mrId";
  575. //
  576. // ultraGroupBox2
  577. //
  578. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  579. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  580. this.ultraGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  581. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 100);
  582. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
  583. this.ultraGroupBox2.Name = "ultraGroupBox2";
  584. this.ultraGroupBox2.Size = new System.Drawing.Size(1628, 494);
  585. this.ultraGroupBox2.TabIndex = 1;
  586. this.ultraGroupBox2.Text = "需求计划行";
  587. //
  588. // ultraGrid1
  589. //
  590. this.ultraGrid1.DataMember = "Table1";
  591. this.ultraGrid1.DataSource = this.dataSet2;
  592. appearance3.BackColor = System.Drawing.SystemColors.Window;
  593. appearance3.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  594. this.ultraGrid1.DisplayLayout.Appearance = appearance3;
  595. ultraGridColumn1.Header.VisiblePosition = 1;
  596. ultraGridColumn2.Header.VisiblePosition = 4;
  597. ultraGridColumn3.Header.VisiblePosition = 22;
  598. ultraGridColumn4.Header.VisiblePosition = 5;
  599. appearance1.TextHAlignAsString = "Right";
  600. ultraGridColumn5.CellAppearance = appearance1;
  601. ultraGridColumn5.Header.VisiblePosition = 0;
  602. ultraGridColumn6.Header.VisiblePosition = 19;
  603. ultraGridColumn6.Hidden = true;
  604. ultraGridColumn7.Header.VisiblePosition = 29;
  605. ultraGridColumn8.Header.VisiblePosition = 10;
  606. ultraGridColumn9.Header.VisiblePosition = 14;
  607. ultraGridColumn10.Header.VisiblePosition = 20;
  608. ultraGridColumn11.Header.VisiblePosition = 21;
  609. appearance2.TextHAlignAsString = "Right";
  610. ultraGridColumn12.CellAppearance = appearance2;
  611. ultraGridColumn12.Header.VisiblePosition = 16;
  612. ultraGridColumn12.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  613. ultraGridColumn12.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  614. appearance4.TextHAlignAsString = "Right";
  615. ultraGridColumn13.CellAppearance = appearance4;
  616. ultraGridColumn13.Header.VisiblePosition = 17;
  617. ultraGridColumn13.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  618. ultraGridColumn13.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  619. appearance5.TextHAlignAsString = "Right";
  620. ultraGridColumn14.CellAppearance = appearance5;
  621. ultraGridColumn14.Format = "yyyy/MM/dd";
  622. ultraGridColumn14.Header.VisiblePosition = 13;
  623. ultraGridColumn14.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
  624. ultraGridColumn15.Header.VisiblePosition = 23;
  625. ultraGridColumn15.Hidden = true;
  626. ultraGridColumn16.Header.VisiblePosition = 24;
  627. ultraGridColumn16.Hidden = true;
  628. ultraGridColumn17.Header.VisiblePosition = 25;
  629. ultraGridColumn17.Hidden = true;
  630. ultraGridColumn18.Header.VisiblePosition = 26;
  631. ultraGridColumn18.Hidden = true;
  632. ultraGridColumn19.Header.VisiblePosition = 34;
  633. ultraGridColumn20.Header.VisiblePosition = 2;
  634. ultraGridColumn21.Header.VisiblePosition = 27;
  635. ultraGridColumn22.Header.VisiblePosition = 30;
  636. ultraGridColumn22.Hidden = true;
  637. ultraGridColumn23.Header.VisiblePosition = 3;
  638. ultraGridColumn24.Header.VisiblePosition = 31;
  639. ultraGridColumn24.Hidden = true;
  640. ultraGridColumn25.Header.VisiblePosition = 32;
  641. ultraGridColumn25.Hidden = true;
  642. ultraGridColumn26.Header.VisiblePosition = 28;
  643. ultraGridColumn26.Hidden = true;
  644. ultraGridColumn27.Header.VisiblePosition = 35;
  645. ultraGridColumn28.Header.VisiblePosition = 36;
  646. ultraGridColumn29.Header.VisiblePosition = 37;
  647. ultraGridColumn30.Header.VisiblePosition = 38;
  648. ultraGridColumn31.Header.VisiblePosition = 39;
  649. ultraGridColumn31.Hidden = true;
  650. ultraGridColumn32.Header.VisiblePosition = 15;
  651. ultraGridColumn33.Header.VisiblePosition = 8;
  652. ultraGridColumn33.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  653. ultraGridColumn33.MaskInput = "{double:9.2}";
  654. ultraGridColumn33.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  655. appearance17.TextHAlignAsString = "Right";
  656. ultraGridColumn34.CellAppearance = appearance17;
  657. ultraGridColumn34.Header.VisiblePosition = 9;
  658. ultraGridColumn34.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  659. ultraGridColumn34.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  660. ultraGridColumn35.Header.VisiblePosition = 40;
  661. ultraGridColumn35.Hidden = true;
  662. ultraGridColumn36.Header.VisiblePosition = 12;
  663. ultraGridColumn37.Header.VisiblePosition = 41;
  664. ultraGridColumn37.Hidden = true;
  665. ultraGridColumn38.Header.VisiblePosition = 6;
  666. ultraGridColumn39.Header.VisiblePosition = 42;
  667. ultraGridColumn39.Hidden = true;
  668. ultraGridColumn40.Header.VisiblePosition = 43;
  669. ultraGridColumn40.Hidden = true;
  670. ultraGridColumn41.Header.VisiblePosition = 44;
  671. ultraGridColumn41.Hidden = true;
  672. ultraGridColumn42.Header.VisiblePosition = 45;
  673. ultraGridColumn42.Hidden = true;
  674. ultraGridColumn43.Header.VisiblePosition = 7;
  675. ultraGridColumn44.Header.VisiblePosition = 46;
  676. ultraGridColumn44.Hidden = true;
  677. ultraGridColumn45.Header.VisiblePosition = 47;
  678. ultraGridColumn45.Hidden = true;
  679. ultraGridColumn46.Header.VisiblePosition = 48;
  680. ultraGridColumn46.Hidden = true;
  681. ultraGridColumn47.Header.VisiblePosition = 49;
  682. ultraGridColumn47.Hidden = true;
  683. ultraGridColumn48.Header.VisiblePosition = 50;
  684. ultraGridColumn48.Hidden = true;
  685. ultraGridColumn49.Header.VisiblePosition = 51;
  686. ultraGridColumn49.Hidden = true;
  687. ultraGridColumn50.Header.VisiblePosition = 11;
  688. ultraGridColumn51.Header.VisiblePosition = 52;
  689. ultraGridColumn51.Hidden = true;
  690. ultraGridColumn52.Header.VisiblePosition = 53;
  691. ultraGridColumn52.Hidden = true;
  692. ultraGridColumn53.Header.VisiblePosition = 33;
  693. ultraGridColumn54.Header.VisiblePosition = 18;
  694. ultraGridBand1.Columns.AddRange(new object[] {
  695. ultraGridColumn1,
  696. ultraGridColumn2,
  697. ultraGridColumn3,
  698. ultraGridColumn4,
  699. ultraGridColumn5,
  700. ultraGridColumn6,
  701. ultraGridColumn7,
  702. ultraGridColumn8,
  703. ultraGridColumn9,
  704. ultraGridColumn10,
  705. ultraGridColumn11,
  706. ultraGridColumn12,
  707. ultraGridColumn13,
  708. ultraGridColumn14,
  709. ultraGridColumn15,
  710. ultraGridColumn16,
  711. ultraGridColumn17,
  712. ultraGridColumn18,
  713. ultraGridColumn19,
  714. ultraGridColumn20,
  715. ultraGridColumn21,
  716. ultraGridColumn22,
  717. ultraGridColumn23,
  718. ultraGridColumn24,
  719. ultraGridColumn25,
  720. ultraGridColumn26,
  721. ultraGridColumn27,
  722. ultraGridColumn28,
  723. ultraGridColumn29,
  724. ultraGridColumn30,
  725. ultraGridColumn31,
  726. ultraGridColumn32,
  727. ultraGridColumn33,
  728. ultraGridColumn34,
  729. ultraGridColumn35,
  730. ultraGridColumn36,
  731. ultraGridColumn37,
  732. ultraGridColumn38,
  733. ultraGridColumn39,
  734. ultraGridColumn40,
  735. ultraGridColumn41,
  736. ultraGridColumn42,
  737. ultraGridColumn43,
  738. ultraGridColumn44,
  739. ultraGridColumn45,
  740. ultraGridColumn46,
  741. ultraGridColumn47,
  742. ultraGridColumn48,
  743. ultraGridColumn49,
  744. ultraGridColumn50,
  745. ultraGridColumn51,
  746. ultraGridColumn52,
  747. ultraGridColumn53,
  748. ultraGridColumn54});
  749. appearance18.FontData.Name = "宋体";
  750. ultraGridBand1.Override.ActiveCellAppearance = appearance18;
  751. appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  752. ultraGridBand1.Override.SummaryFooterAppearance = appearance19;
  753. appearance20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  754. ultraGridBand1.Override.SummaryValueAppearance = appearance20;
  755. summarySettings1.DisplayFormat = "共{0}条";
  756. summarySettings1.GroupBySummaryValueAppearance = appearance21;
  757. summarySettings2.DisplayFormat = "{0}";
  758. summarySettings2.GroupBySummaryValueAppearance = appearance22;
  759. ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
  760. summarySettings1,
  761. summarySettings2});
  762. ultraGridBand1.SummaryFooterCaption = "统计";
  763. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  764. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  765. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  766. appearance6.BackColor = System.Drawing.SystemColors.ActiveBorder;
  767. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  768. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  769. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  770. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance6;
  771. appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
  772. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance7;
  773. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  774. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  775. appearance8.BackColor = System.Drawing.SystemColors.ControlLightLight;
  776. appearance8.BackColor2 = System.Drawing.SystemColors.Control;
  777. appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  778. appearance8.ForeColor = System.Drawing.SystemColors.GrayText;
  779. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance8;
  780. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  781. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  782. appearance9.BackColor = System.Drawing.SystemColors.Window;
  783. appearance9.ForeColor = System.Drawing.SystemColors.ControlText;
  784. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance9;
  785. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  786. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  787. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  788. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  789. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  790. appearance11.BackColor = System.Drawing.SystemColors.Window;
  791. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance11;
  792. appearance12.BorderColor = System.Drawing.Color.Silver;
  793. appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  794. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance12;
  795. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  796. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  797. appearance13.BackColor = System.Drawing.SystemColors.Control;
  798. appearance13.BackColor2 = System.Drawing.SystemColors.ControlDark;
  799. appearance13.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  800. appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  801. appearance13.BorderColor = System.Drawing.SystemColors.Window;
  802. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance13;
  803. appearance14.TextHAlignAsString = "Left";
  804. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance14;
  805. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  806. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  807. appearance15.BackColor = System.Drawing.SystemColors.Window;
  808. appearance15.BorderColor = System.Drawing.Color.Silver;
  809. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance15;
  810. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  811. appearance16.BackColor = System.Drawing.SystemColors.ControlLight;
  812. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance16;
  813. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  814. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  815. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  816. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  817. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  818. this.ultraGrid1.Location = new System.Drawing.Point(3, 26);
  819. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  820. this.ultraGrid1.Name = "ultraGrid1";
  821. this.ultraGrid1.Size = new System.Drawing.Size(1622, 465);
  822. this.ultraGrid1.TabIndex = 1;
  823. this.ultraGrid1.Text = "ultraGrid1";
  824. //
  825. // ultraGroupBox1
  826. //
  827. this.ultraGroupBox1.Controls.Add(this.label41);
  828. this.ultraGroupBox1.Controls.Add(this.label36);
  829. this.ultraGroupBox1.Controls.Add(this.txt_itemCode);
  830. this.ultraGroupBox1.Controls.Add(this.txt_itemName);
  831. this.ultraGroupBox1.Controls.Add(this.checkBox1);
  832. this.ultraGroupBox1.Controls.Add(this.ultraLabel6);
  833. this.ultraGroupBox1.Controls.Add(this.txtAuditedEnd);
  834. this.ultraGroupBox1.Controls.Add(this.txtAuditedStart);
  835. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  836. this.ultraGroupBox1.Controls.Add(this.CK_Ctime);
  837. this.ultraGroupBox1.Controls.Add(this.CK_ptime);
  838. this.ultraGroupBox1.Controls.Add(this.label9);
  839. this.ultraGroupBox1.Controls.Add(this.label8);
  840. this.ultraGroupBox1.Controls.Add(this.label7);
  841. this.ultraGroupBox1.Controls.Add(this.label6);
  842. this.ultraGroupBox1.Controls.Add(this.txt_businessUser);
  843. this.ultraGroupBox1.Controls.Add(this.label5);
  844. this.ultraGroupBox1.Controls.Add(this.txt_Mstatus);
  845. this.ultraGroupBox1.Controls.Add(this.label4);
  846. this.ultraGroupBox1.Controls.Add(this.label3);
  847. this.ultraGroupBox1.Controls.Add(this.txt_Dstatus);
  848. this.ultraGroupBox1.Controls.Add(this.txt_createTimeEnd);
  849. this.ultraGroupBox1.Controls.Add(this.txt_createTimeStart);
  850. this.ultraGroupBox1.Controls.Add(this.label2);
  851. this.ultraGroupBox1.Controls.Add(this.txt_businessName);
  852. this.ultraGroupBox1.Controls.Add(this.txtMrPeriodEnd);
  853. this.ultraGroupBox1.Controls.Add(this.txtMrPeriodStart);
  854. this.ultraGroupBox1.Controls.Add(this.txt_style);
  855. this.ultraGroupBox1.Controls.Add(this.label1);
  856. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  857. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  858. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  859. this.ultraGroupBox1.Name = "ultraGroupBox1";
  860. this.ultraGroupBox1.Size = new System.Drawing.Size(1628, 100);
  861. this.ultraGroupBox1.TabIndex = 0;
  862. //
  863. // label41
  864. //
  865. this.label41.AutoSize = true;
  866. this.label41.Location = new System.Drawing.Point(1296, 11);
  867. this.label41.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  868. this.label41.Name = "label41";
  869. this.label41.Size = new System.Drawing.Size(114, 15);
  870. this.label41.TabIndex = 74;
  871. this.label41.Text = "物 料 名 称:";
  872. //
  873. // label36
  874. //
  875. this.label36.AutoSize = true;
  876. this.label36.Location = new System.Drawing.Point(970, 70);
  877. this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  878. this.label36.Name = "label36";
  879. this.label36.Size = new System.Drawing.Size(114, 15);
  880. this.label36.TabIndex = 73;
  881. this.label36.Text = "物 料 编 码:";
  882. //
  883. // txt_itemCode
  884. //
  885. this.txt_itemCode.Location = new System.Drawing.Point(1096, 69);
  886. this.txt_itemCode.Margin = new System.Windows.Forms.Padding(4);
  887. this.txt_itemCode.Name = "txt_itemCode";
  888. this.txt_itemCode.Size = new System.Drawing.Size(192, 24);
  889. this.txt_itemCode.TabIndex = 72;
  890. //
  891. // txt_itemName
  892. //
  893. this.txt_itemName.Location = new System.Drawing.Point(1418, 6);
  894. this.txt_itemName.Margin = new System.Windows.Forms.Padding(4);
  895. this.txt_itemName.Name = "txt_itemName";
  896. this.txt_itemName.Size = new System.Drawing.Size(192, 24);
  897. this.txt_itemName.TabIndex = 71;
  898. //
  899. // checkBox1
  900. //
  901. this.checkBox1.AutoSize = true;
  902. this.checkBox1.Location = new System.Drawing.Point(400, 70);
  903. this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
  904. this.checkBox1.Name = "checkBox1";
  905. this.checkBox1.Size = new System.Drawing.Size(18, 17);
  906. this.checkBox1.TabIndex = 70;
  907. this.checkBox1.UseVisualStyleBackColor = true;
  908. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  909. //
  910. // ultraLabel6
  911. //
  912. this.ultraLabel6.AutoSize = true;
  913. this.ultraLabel6.Location = new System.Drawing.Point(716, 69);
  914. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  915. this.ultraLabel6.Name = "ultraLabel6";
  916. this.ultraLabel6.Size = new System.Drawing.Size(21, 19);
  917. this.ultraLabel6.TabIndex = 69;
  918. this.ultraLabel6.Text = "至";
  919. //
  920. // txtAuditedEnd
  921. //
  922. this.txtAuditedEnd.DateButtons.Add(dateButton1);
  923. this.txtAuditedEnd.Format = "yyyy/MM/dd";
  924. this.txtAuditedEnd.Location = new System.Drawing.Point(745, 66);
  925. this.txtAuditedEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  926. this.txtAuditedEnd.Name = "txtAuditedEnd";
  927. this.txtAuditedEnd.NonAutoSizeHeight = 25;
  928. this.txtAuditedEnd.Size = new System.Drawing.Size(192, 25);
  929. this.txtAuditedEnd.TabIndex = 68;
  930. this.txtAuditedEnd.Value = new System.DateTime(2016, 3, 31, 0, 0, 0, 0);
  931. //
  932. // txtAuditedStart
  933. //
  934. this.txtAuditedStart.DateButtons.Add(dateButton2);
  935. this.txtAuditedStart.Format = "yyyy/MM/dd";
  936. this.txtAuditedStart.Location = new System.Drawing.Point(517, 66);
  937. this.txtAuditedStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  938. this.txtAuditedStart.Name = "txtAuditedStart";
  939. this.txtAuditedStart.NonAutoSizeHeight = 25;
  940. this.txtAuditedStart.Size = new System.Drawing.Size(193, 25);
  941. this.txtAuditedStart.TabIndex = 67;
  942. this.txtAuditedStart.Value = "";
  943. //
  944. // ultraLabel1
  945. //
  946. this.ultraLabel1.AutoSize = true;
  947. this.ultraLabel1.Location = new System.Drawing.Point(427, 69);
  948. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  949. this.ultraLabel1.Name = "ultraLabel1";
  950. this.ultraLabel1.Size = new System.Drawing.Size(83, 19);
  951. this.ultraLabel1.TabIndex = 66;
  952. this.ultraLabel1.Text = "审批时间:";
  953. //
  954. // CK_Ctime
  955. //
  956. this.CK_Ctime.AutoSize = true;
  957. this.CK_Ctime.Location = new System.Drawing.Point(400, 40);
  958. this.CK_Ctime.Margin = new System.Windows.Forms.Padding(4);
  959. this.CK_Ctime.Name = "CK_Ctime";
  960. this.CK_Ctime.Size = new System.Drawing.Size(18, 17);
  961. this.CK_Ctime.TabIndex = 39;
  962. this.CK_Ctime.UseVisualStyleBackColor = true;
  963. this.CK_Ctime.CheckedChanged += new System.EventHandler(this.CK_Ctime_CheckedChanged);
  964. //
  965. // CK_ptime
  966. //
  967. this.CK_ptime.AutoSize = true;
  968. this.CK_ptime.Location = new System.Drawing.Point(400, 10);
  969. this.CK_ptime.Margin = new System.Windows.Forms.Padding(4);
  970. this.CK_ptime.Name = "CK_ptime";
  971. this.CK_ptime.Size = new System.Drawing.Size(18, 17);
  972. this.CK_ptime.TabIndex = 38;
  973. this.CK_ptime.UseVisualStyleBackColor = true;
  974. this.CK_ptime.CheckedChanged += new System.EventHandler(this.CK_ptime_CheckedChanged);
  975. //
  976. // label9
  977. //
  978. this.label9.AutoSize = true;
  979. this.label9.Location = new System.Drawing.Point(716, 11);
  980. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  981. this.label9.Name = "label9";
  982. this.label9.Size = new System.Drawing.Size(22, 15);
  983. this.label9.TabIndex = 37;
  984. this.label9.Text = "至";
  985. //
  986. // label8
  987. //
  988. this.label8.AutoSize = true;
  989. this.label8.Location = new System.Drawing.Point(429, 11);
  990. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  991. this.label8.Name = "label8";
  992. this.label8.Size = new System.Drawing.Size(82, 15);
  993. this.label8.TabIndex = 36;
  994. this.label8.Text = "计划期间:";
  995. //
  996. // label7
  997. //
  998. this.label7.AutoSize = true;
  999. this.label7.Location = new System.Drawing.Point(716, 41);
  1000. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1001. this.label7.Name = "label7";
  1002. this.label7.Size = new System.Drawing.Size(22, 15);
  1003. this.label7.TabIndex = 35;
  1004. this.label7.Text = "至";
  1005. //
  1006. // label6
  1007. //
  1008. this.label6.AutoSize = true;
  1009. this.label6.Location = new System.Drawing.Point(428, 41);
  1010. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1011. this.label6.Name = "label6";
  1012. this.label6.Size = new System.Drawing.Size(82, 15);
  1013. this.label6.TabIndex = 34;
  1014. this.label6.Text = "创建时间:";
  1015. //
  1016. // txt_businessUser
  1017. //
  1018. this.txt_businessUser.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1019. this.txt_businessUser.Location = new System.Drawing.Point(125, 36);
  1020. this.txt_businessUser.Margin = new System.Windows.Forms.Padding(4);
  1021. this.txt_businessUser.Name = "txt_businessUser";
  1022. this.txt_businessUser.Size = new System.Drawing.Size(257, 24);
  1023. this.txt_businessUser.TabIndex = 31;
  1024. //
  1025. // label5
  1026. //
  1027. this.label5.AutoSize = true;
  1028. this.label5.Location = new System.Drawing.Point(33, 41);
  1029. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1030. this.label5.Name = "label5";
  1031. this.label5.Size = new System.Drawing.Size(83, 15);
  1032. this.label5.TabIndex = 30;
  1033. this.label5.Text = "计 划 员:";
  1034. //
  1035. // txt_Mstatus
  1036. //
  1037. this.txt_Mstatus.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
  1038. this.txt_Mstatus.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1039. valueListItem5.DataValue = "";
  1040. valueListItem5.DisplayText = "全部";
  1041. valueListItem2.DataValue = "-2";
  1042. valueListItem2.DisplayText = "待提交";
  1043. valueListItem10.DataValue = "0";
  1044. valueListItem10.DisplayText = "待编制";
  1045. valueListItem11.DataValue = "-1";
  1046. valueListItem11.DisplayText = "已编制";
  1047. valueListItem6.DataValue = "1";
  1048. valueListItem6.DisplayText = "待提报";
  1049. valueListItem7.DataValue = "2";
  1050. valueListItem7.DisplayText = "审批中";
  1051. valueListItem8.DataValue = "3";
  1052. valueListItem8.DisplayText = "已审批";
  1053. valueListItem9.DataValue = "4";
  1054. valueListItem9.DisplayText = "审批不通过";
  1055. this.txt_Mstatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1056. valueListItem5,
  1057. valueListItem2,
  1058. valueListItem10,
  1059. valueListItem11,
  1060. valueListItem6,
  1061. valueListItem7,
  1062. valueListItem8,
  1063. valueListItem9});
  1064. this.txt_Mstatus.Location = new System.Drawing.Point(1096, 6);
  1065. this.txt_Mstatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1066. this.txt_Mstatus.Name = "txt_Mstatus";
  1067. this.txt_Mstatus.Size = new System.Drawing.Size(192, 24);
  1068. this.txt_Mstatus.TabIndex = 29;
  1069. //
  1070. // label4
  1071. //
  1072. this.label4.AutoSize = true;
  1073. this.label4.Location = new System.Drawing.Point(956, 11);
  1074. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1075. this.label4.Name = "label4";
  1076. this.label4.Size = new System.Drawing.Size(127, 15);
  1077. this.label4.TabIndex = 28;
  1078. this.label4.Text = "需求计划头状态:";
  1079. //
  1080. // label3
  1081. //
  1082. this.label3.AutoSize = true;
  1083. this.label3.Location = new System.Drawing.Point(957, 41);
  1084. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1085. this.label3.Name = "label3";
  1086. this.label3.Size = new System.Drawing.Size(127, 15);
  1087. this.label3.TabIndex = 26;
  1088. this.label3.Text = "需求计划行状态:";
  1089. //
  1090. // txt_Dstatus
  1091. //
  1092. this.txt_Dstatus.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1093. valueListItem23.DataValue = " ";
  1094. valueListItem23.DisplayText = "全部";
  1095. valueListItem16.DataValue = "1";
  1096. valueListItem16.DisplayText = "未接受";
  1097. valueListItem17.DataValue = "2";
  1098. valueListItem17.DisplayText = "已接受";
  1099. valueListItem18.DataValue = "3";
  1100. valueListItem18.DisplayText = "已拒绝";
  1101. valueListItem19.DataValue = "4";
  1102. valueListItem19.DisplayText = "已编制";
  1103. valueListItem20.DataValue = "9";
  1104. valueListItem20.DisplayText = "已删除";
  1105. this.txt_Dstatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1106. valueListItem23,
  1107. valueListItem16,
  1108. valueListItem17,
  1109. valueListItem18,
  1110. valueListItem19,
  1111. valueListItem20});
  1112. this.txt_Dstatus.Location = new System.Drawing.Point(1096, 36);
  1113. this.txt_Dstatus.Margin = new System.Windows.Forms.Padding(4);
  1114. this.txt_Dstatus.Name = "txt_Dstatus";
  1115. this.txt_Dstatus.Size = new System.Drawing.Size(192, 24);
  1116. this.txt_Dstatus.TabIndex = 25;
  1117. //
  1118. // txt_createTimeEnd
  1119. //
  1120. this.txt_createTimeEnd.DateButtons.Add(dateButton3);
  1121. this.txt_createTimeEnd.Format = "yyyy/MM/dd";
  1122. this.txt_createTimeEnd.Location = new System.Drawing.Point(745, 36);
  1123. this.txt_createTimeEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1124. this.txt_createTimeEnd.Name = "txt_createTimeEnd";
  1125. this.txt_createTimeEnd.NonAutoSizeHeight = 25;
  1126. this.txt_createTimeEnd.Size = new System.Drawing.Size(192, 25);
  1127. this.txt_createTimeEnd.TabIndex = 22;
  1128. this.txt_createTimeEnd.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
  1129. //
  1130. // txt_createTimeStart
  1131. //
  1132. dateButton4.Date = new System.DateTime(((long)(0)));
  1133. this.txt_createTimeStart.DateButtons.Add(dateButton4);
  1134. this.txt_createTimeStart.Format = "yyyy/MM/dd";
  1135. this.txt_createTimeStart.Location = new System.Drawing.Point(517, 36);
  1136. this.txt_createTimeStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1137. this.txt_createTimeStart.Name = "txt_createTimeStart";
  1138. this.txt_createTimeStart.NonAutoSizeHeight = 25;
  1139. this.txt_createTimeStart.Size = new System.Drawing.Size(192, 25);
  1140. this.txt_createTimeStart.TabIndex = 21;
  1141. this.txt_createTimeStart.Value = "2015/11/17 0:00:00";
  1142. //
  1143. // label2
  1144. //
  1145. this.label2.AutoSize = true;
  1146. this.label2.Location = new System.Drawing.Point(33, 71);
  1147. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1148. this.label2.Name = "label2";
  1149. this.label2.Size = new System.Drawing.Size(82, 15);
  1150. this.label2.TabIndex = 20;
  1151. this.label2.Text = "业务角色:";
  1152. //
  1153. // txt_businessName
  1154. //
  1155. this.txt_businessName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1156. this.txt_businessName.Location = new System.Drawing.Point(125, 66);
  1157. this.txt_businessName.Margin = new System.Windows.Forms.Padding(4);
  1158. this.txt_businessName.Name = "txt_businessName";
  1159. this.txt_businessName.Size = new System.Drawing.Size(257, 24);
  1160. this.txt_businessName.TabIndex = 19;
  1161. //
  1162. // txtMrPeriodEnd
  1163. //
  1164. this.txtMrPeriodEnd.DateButtons.Add(dateButton5);
  1165. this.txtMrPeriodEnd.Format = "yyyy/MM";
  1166. this.txtMrPeriodEnd.Location = new System.Drawing.Point(745, 6);
  1167. this.txtMrPeriodEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1168. this.txtMrPeriodEnd.Name = "txtMrPeriodEnd";
  1169. this.txtMrPeriodEnd.NonAutoSizeHeight = 25;
  1170. this.txtMrPeriodEnd.Size = new System.Drawing.Size(192, 25);
  1171. this.txtMrPeriodEnd.TabIndex = 15;
  1172. this.txtMrPeriodEnd.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
  1173. //
  1174. // txtMrPeriodStart
  1175. //
  1176. dateButton6.Date = new System.DateTime(((long)(0)));
  1177. this.txtMrPeriodStart.DateButtons.Add(dateButton6);
  1178. this.txtMrPeriodStart.Format = "yyyy/MM";
  1179. this.txtMrPeriodStart.Location = new System.Drawing.Point(517, 6);
  1180. this.txtMrPeriodStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1181. this.txtMrPeriodStart.Name = "txtMrPeriodStart";
  1182. this.txtMrPeriodStart.NonAutoSizeHeight = 25;
  1183. this.txtMrPeriodStart.Size = new System.Drawing.Size(192, 25);
  1184. this.txtMrPeriodStart.TabIndex = 14;
  1185. this.txtMrPeriodStart.Value = "2015/11/17 0:00:00";
  1186. //
  1187. // txt_style
  1188. //
  1189. this.txt_style.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1190. valueListItem14.DataValue = "0";
  1191. valueListItem14.DisplayText = "全部";
  1192. valueListItem15.DataValue = "1";
  1193. valueListItem15.DisplayText = "仅有效数据";
  1194. valueListItem1.DataValue = "2";
  1195. valueListItem1.DisplayText = "仅无效数据";
  1196. this.txt_style.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1197. valueListItem14,
  1198. valueListItem15,
  1199. valueListItem1});
  1200. this.txt_style.Location = new System.Drawing.Point(125, 6);
  1201. this.txt_style.Margin = new System.Windows.Forms.Padding(4);
  1202. this.txt_style.Name = "txt_style";
  1203. this.txt_style.Size = new System.Drawing.Size(257, 24);
  1204. this.txt_style.TabIndex = 2;
  1205. //
  1206. // label1
  1207. //
  1208. this.label1.AutoSize = true;
  1209. this.label1.Location = new System.Drawing.Point(33, 11);
  1210. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1211. this.label1.Name = "label1";
  1212. this.label1.Size = new System.Drawing.Size(82, 15);
  1213. this.label1.TabIndex = 0;
  1214. this.label1.Text = "数据范围:";
  1215. //
  1216. // frmPopReqDReport
  1217. //
  1218. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1219. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1220. this.ClientSize = new System.Drawing.Size(1628, 594);
  1221. this.Controls.Add(this.ultraGroupBox2);
  1222. this.Controls.Add(this.ultraGroupBox1);
  1223. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1224. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  1225. this.Name = "frmPopReqDReport";
  1226. this.Text = "需求计划报表";
  1227. this.Load += new System.EventHandler(this.frmPopReqDReport_Load);
  1228. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1229. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1230. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1231. this.ultraGroupBox2.ResumeLayout(false);
  1232. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1233. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1234. this.ultraGroupBox1.ResumeLayout(false);
  1235. this.ultraGroupBox1.PerformLayout();
  1236. ((System.ComponentModel.ISupportInitialize)(this.txt_itemCode)).EndInit();
  1237. ((System.ComponentModel.ISupportInitialize)(this.txt_itemName)).EndInit();
  1238. ((System.ComponentModel.ISupportInitialize)(this.txtAuditedEnd)).EndInit();
  1239. ((System.ComponentModel.ISupportInitialize)(this.txtAuditedStart)).EndInit();
  1240. ((System.ComponentModel.ISupportInitialize)(this.txt_businessUser)).EndInit();
  1241. ((System.ComponentModel.ISupportInitialize)(this.txt_Mstatus)).EndInit();
  1242. ((System.ComponentModel.ISupportInitialize)(this.txt_Dstatus)).EndInit();
  1243. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeEnd)).EndInit();
  1244. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeStart)).EndInit();
  1245. ((System.ComponentModel.ISupportInitialize)(this.txt_businessName)).EndInit();
  1246. ((System.ComponentModel.ISupportInitialize)(this.txtMrPeriodEnd)).EndInit();
  1247. ((System.ComponentModel.ISupportInitialize)(this.txtMrPeriodStart)).EndInit();
  1248. ((System.ComponentModel.ISupportInitialize)(this.txt_style)).EndInit();
  1249. this.ResumeLayout(false);
  1250. }
  1251. #endregion
  1252. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1253. private System.Windows.Forms.Label label1;
  1254. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_style;
  1255. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1256. private System.Windows.Forms.Label label2;
  1257. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_businessName;
  1258. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txtMrPeriodEnd;
  1259. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txtMrPeriodStart;
  1260. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_createTimeEnd;
  1261. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_createTimeStart;
  1262. private System.Data.DataSet dataSet2;
  1263. private System.Data.DataTable dataTable2;
  1264. private System.Data.DataColumn dataColumn17;
  1265. private System.Data.DataColumn dataColumn18;
  1266. private System.Data.DataColumn dataColumn19;
  1267. private System.Data.DataColumn dataColumn20;
  1268. private System.Data.DataColumn dataColumn21;
  1269. private System.Data.DataColumn dataColumn22;
  1270. private System.Data.DataColumn dataColumn23;
  1271. private System.Data.DataColumn dataColumn24;
  1272. private System.Data.DataColumn dataColumn25;
  1273. private System.Data.DataColumn dataColumn26;
  1274. private System.Data.DataColumn dataColumn27;
  1275. private System.Data.DataColumn dataColumn28;
  1276. private System.Data.DataColumn dataColumn29;
  1277. private System.Data.DataColumn dataColumn30;
  1278. private System.Data.DataColumn dataColumn31;
  1279. private System.Data.DataColumn dataColumn32;
  1280. private System.Data.DataColumn dataColumn33;
  1281. private System.Data.DataColumn dataColumn34;
  1282. private System.Data.DataColumn dataColumn35;
  1283. private System.Data.DataColumn dataColumn36;
  1284. private System.Data.DataColumn dataColumn37;
  1285. private System.Data.DataColumn dataColumn38;
  1286. private System.Data.DataColumn dataColumn39;
  1287. private System.Data.DataColumn dataColumn40;
  1288. private System.Data.DataColumn dataColumn41;
  1289. private System.Data.DataColumn dataColumn42;
  1290. private System.Data.DataColumn dataColumn43;
  1291. private System.Data.DataColumn dataColumn44;
  1292. private System.Data.DataColumn dataColumn45;
  1293. private System.Data.DataColumn dataColumn46;
  1294. private System.Data.DataColumn dataColumn47;
  1295. private System.Data.DataColumn dataColumn48;
  1296. private System.Data.DataColumn dataColumn50;
  1297. private System.Data.DataColumn dataColumn51;
  1298. private System.Data.DataColumn dataColumn52;
  1299. private System.Data.DataColumn dataColumn53;
  1300. private System.Data.DataColumn dataColumn54;
  1301. private System.Data.DataColumn dataColumn55;
  1302. private System.Data.DataColumn dataColumn56;
  1303. private System.Data.DataColumn dataColumn73;
  1304. private System.Data.DataColumn dataColumn74;
  1305. private System.Data.DataColumn dataColumn75;
  1306. private System.Data.DataColumn dataColumn76;
  1307. private System.Data.DataColumn dataColumn77;
  1308. private System.Data.DataColumn dataColumn78;
  1309. private System.Data.DataColumn dataColumn79;
  1310. private System.Data.DataColumn dataColumn80;
  1311. private System.Data.DataColumn dataColumn81;
  1312. private System.Data.DataColumn dataColumn82;
  1313. private System.Data.DataColumn dataColumn83;
  1314. private System.Data.DataColumn dataColumn1;
  1315. private System.Data.DataColumn dataColumn157;
  1316. private System.Data.DataColumn dataColumn160;
  1317. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1318. private System.Windows.Forms.Label label4;
  1319. private System.Windows.Forms.Label label3;
  1320. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_Dstatus;
  1321. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_Mstatus;
  1322. private System.Data.DataColumn dataColumn2;
  1323. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_businessUser;
  1324. private System.Windows.Forms.Label label5;
  1325. private System.Windows.Forms.Label label9;
  1326. private System.Windows.Forms.Label label8;
  1327. private System.Windows.Forms.Label label7;
  1328. private System.Windows.Forms.Label label6;
  1329. private System.Windows.Forms.CheckBox CK_Ctime;
  1330. private System.Windows.Forms.CheckBox CK_ptime;
  1331. private System.Windows.Forms.CheckBox checkBox1;
  1332. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1333. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txtAuditedEnd;
  1334. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txtAuditedStart;
  1335. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1336. private System.Windows.Forms.Label label41;
  1337. private System.Windows.Forms.Label label36;
  1338. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_itemCode;
  1339. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_itemName;
  1340. }
  1341. }