FrmPurRequirePlanSummmary.Designer.cs 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206
  1. namespace Pur.require_plan
  2. {
  3. partial class FrmPurRequirePlanSummmary
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  29. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  30. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemCode");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemName");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemModel");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemSpec");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("qty");
  39. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUDGETAMT");
  41. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WeightUnit");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QTYPUR");
  45. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemDesc");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemDescE");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUom");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUomFormula");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUomConefficient");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BugPrice");
  52. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemattrid");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemattr");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUnique");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUomId");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsCode");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsId");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LASTDELIVERYDATE");
  60. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATIONCODE");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATION");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATIONFLAG");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("mrLineId");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relation1");
  66. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Relation1", 0);
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemCode");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMUOM");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Qty");
  71. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("qtyPur");
  73. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImpoDomesticFlag");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WeightUnit");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  78. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MRLINEID");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMATTRID");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMATTR");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUnique");
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomId");
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsId");
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemStandardsCode");
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATIONFLAG");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATIONCODE");
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYLOCATION");
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemUomConefficient");
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LASTDELIVERYDATE");
  92. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ItemModel");
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deletename");
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteUserId");
  96. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  110. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurRequirePlanSummmary));
  111. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  112. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  113. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  114. this.txt_auditName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  115. this.txt_auditId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  116. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  117. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  118. this.txt_calender = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  119. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  120. this.txt_REQORGId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  121. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  122. this.txt_REQORGNAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  123. this.txt_MRPERIODEND = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  124. this.txt_RequeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  125. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  126. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  127. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  128. this.txt_URGENCYTYPE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  129. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  130. this.btn_Close = new Infragistics.Win.Misc.UltraButton();
  131. this.btn_create = new Infragistics.Win.Misc.UltraButton();
  132. this.btn_refresh = new Infragistics.Win.Misc.UltraButton();
  133. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  134. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  135. this.dataSet1 = new System.Data.DataSet();
  136. this.dataTable1 = new System.Data.DataTable();
  137. this.dataColumn1 = new System.Data.DataColumn();
  138. this.dataColumn2 = new System.Data.DataColumn();
  139. this.dataColumn3 = new System.Data.DataColumn();
  140. this.dataColumn4 = new System.Data.DataColumn();
  141. this.dataColumn5 = new System.Data.DataColumn();
  142. this.dataColumn6 = new System.Data.DataColumn();
  143. this.dataColumn7 = new System.Data.DataColumn();
  144. this.dataColumn8 = new System.Data.DataColumn();
  145. this.dataColumn18 = new System.Data.DataColumn();
  146. this.dataColumn19 = new System.Data.DataColumn();
  147. this.dataColumn20 = new System.Data.DataColumn();
  148. this.dataColumn21 = new System.Data.DataColumn();
  149. this.dataColumn22 = new System.Data.DataColumn();
  150. this.dataColumn23 = new System.Data.DataColumn();
  151. this.dataColumn24 = new System.Data.DataColumn();
  152. this.dataColumn26 = new System.Data.DataColumn();
  153. this.dataColumn27 = new System.Data.DataColumn();
  154. this.dataColumn30 = new System.Data.DataColumn();
  155. this.dataColumn31 = new System.Data.DataColumn();
  156. this.dataColumn32 = new System.Data.DataColumn();
  157. this.dataColumn33 = new System.Data.DataColumn();
  158. this.dataColumn55 = new System.Data.DataColumn();
  159. this.dataColumn38 = new System.Data.DataColumn();
  160. this.dataColumn39 = new System.Data.DataColumn();
  161. this.dataColumn42 = new System.Data.DataColumn();
  162. this.dataColumn45 = new System.Data.DataColumn();
  163. this.dataTable2 = new System.Data.DataTable();
  164. this.dataColumn9 = new System.Data.DataColumn();
  165. this.dataColumn10 = new System.Data.DataColumn();
  166. this.dataColumn11 = new System.Data.DataColumn();
  167. this.dataColumn12 = new System.Data.DataColumn();
  168. this.dataColumn13 = new System.Data.DataColumn();
  169. this.dataColumn14 = new System.Data.DataColumn();
  170. this.dataColumn15 = new System.Data.DataColumn();
  171. this.dataColumn16 = new System.Data.DataColumn();
  172. this.dataColumn17 = new System.Data.DataColumn();
  173. this.dataColumn25 = new System.Data.DataColumn();
  174. this.dataColumn28 = new System.Data.DataColumn();
  175. this.dataColumn29 = new System.Data.DataColumn();
  176. this.dataColumn34 = new System.Data.DataColumn();
  177. this.dataColumn35 = new System.Data.DataColumn();
  178. this.dataColumn36 = new System.Data.DataColumn();
  179. this.dataColumn37 = new System.Data.DataColumn();
  180. this.dataColumn47 = new System.Data.DataColumn();
  181. this.dataColumn48 = new System.Data.DataColumn();
  182. this.dataColumn49 = new System.Data.DataColumn();
  183. this.dataColumn50 = new System.Data.DataColumn();
  184. this.dataColumn54 = new System.Data.DataColumn();
  185. this.dataColumn56 = new System.Data.DataColumn();
  186. this.dataColumn43 = new System.Data.DataColumn();
  187. this.dataColumn44 = new System.Data.DataColumn();
  188. this.dataColumn41 = new System.Data.DataColumn();
  189. this.dataColumn40 = new System.Data.DataColumn();
  190. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  191. this.ultraGroupBox1.SuspendLayout();
  192. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  193. this.ultraGroupBox2.SuspendLayout();
  194. this.ultraPanel1.ClientArea.SuspendLayout();
  195. this.ultraPanel1.SuspendLayout();
  196. ((System.ComponentModel.ISupportInitialize)(this.txt_auditName)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.txt_auditId)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.txt_calender)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGId)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGNAME)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.txt_MRPERIODEND)).BeginInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.txt_RequeType)).BeginInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.txt_URGENCYTYPE)).BeginInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  205. this.ultraGroupBox4.SuspendLayout();
  206. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  207. this.ultraGroupBox3.SuspendLayout();
  208. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  212. this.SuspendLayout();
  213. //
  214. // ultraGroupBox1
  215. //
  216. this.ultraGroupBox1.Controls.Add(this.ultraGroupBox2);
  217. this.ultraGroupBox1.Controls.Add(this.ultraGroupBox4);
  218. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  219. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  220. this.ultraGroupBox1.Name = "ultraGroupBox1";
  221. this.ultraGroupBox1.Size = new System.Drawing.Size(1090, 84);
  222. this.ultraGroupBox1.TabIndex = 3;
  223. //
  224. // ultraGroupBox2
  225. //
  226. this.ultraGroupBox2.Controls.Add(this.ultraPanel1);
  227. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  228. this.ultraGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  229. this.ultraGroupBox2.Location = new System.Drawing.Point(193, 0);
  230. this.ultraGroupBox2.Name = "ultraGroupBox2";
  231. this.ultraGroupBox2.Size = new System.Drawing.Size(894, 81);
  232. this.ultraGroupBox2.TabIndex = 0;
  233. this.ultraGroupBox2.Text = "需求头编辑区";
  234. //
  235. // ultraPanel1
  236. //
  237. //
  238. // ultraPanel1.ClientArea
  239. //
  240. this.ultraPanel1.ClientArea.Controls.Add(this.txt_auditName);
  241. this.ultraPanel1.ClientArea.Controls.Add(this.txt_auditId);
  242. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel4);
  243. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel3);
  244. this.ultraPanel1.ClientArea.Controls.Add(this.txt_calender);
  245. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
  246. this.ultraPanel1.ClientArea.Controls.Add(this.txt_REQORGId);
  247. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  248. this.ultraPanel1.ClientArea.Controls.Add(this.txt_REQORGNAME);
  249. this.ultraPanel1.ClientArea.Controls.Add(this.txt_MRPERIODEND);
  250. this.ultraPanel1.ClientArea.Controls.Add(this.txt_RequeType);
  251. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel12);
  252. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel5);
  253. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel8);
  254. this.ultraPanel1.ClientArea.Controls.Add(this.txt_URGENCYTYPE);
  255. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.ultraPanel1.Location = new System.Drawing.Point(3, 23);
  257. this.ultraPanel1.Name = "ultraPanel1";
  258. this.ultraPanel1.Size = new System.Drawing.Size(888, 55);
  259. this.ultraPanel1.TabIndex = 0;
  260. //
  261. // txt_auditName
  262. //
  263. this.txt_auditName.AllowDrop = true;
  264. this.txt_auditName.Location = new System.Drawing.Point(535, 5);
  265. this.txt_auditName.Margin = new System.Windows.Forms.Padding(2);
  266. this.txt_auditName.Name = "txt_auditName";
  267. this.txt_auditName.ReadOnly = true;
  268. this.txt_auditName.Size = new System.Drawing.Size(151, 21);
  269. this.txt_auditName.TabIndex = 57;
  270. //
  271. // txt_auditId
  272. //
  273. this.txt_auditId.AllowDrop = true;
  274. this.txt_auditId.Location = new System.Drawing.Point(535, 28);
  275. this.txt_auditId.Margin = new System.Windows.Forms.Padding(2);
  276. this.txt_auditId.Name = "txt_auditId";
  277. this.txt_auditId.ReadOnly = true;
  278. this.txt_auditId.Size = new System.Drawing.Size(151, 21);
  279. this.txt_auditId.TabIndex = 56;
  280. //
  281. // ultraLabel4
  282. //
  283. this.ultraLabel4.AutoSize = true;
  284. this.ultraLabel4.Location = new System.Drawing.Point(452, 30);
  285. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
  286. this.ultraLabel4.Name = "ultraLabel4";
  287. this.ultraLabel4.Size = new System.Drawing.Size(79, 16);
  288. this.ultraLabel4.TabIndex = 55;
  289. this.ultraLabel4.Text = "审批流程编号";
  290. //
  291. // ultraLabel3
  292. //
  293. this.ultraLabel3.AutoSize = true;
  294. this.ultraLabel3.Location = new System.Drawing.Point(452, 7);
  295. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2);
  296. this.ultraLabel3.Name = "ultraLabel3";
  297. this.ultraLabel3.Size = new System.Drawing.Size(79, 16);
  298. this.ultraLabel3.TabIndex = 54;
  299. this.ultraLabel3.Text = "审批流程名称";
  300. //
  301. // txt_calender
  302. //
  303. this.txt_calender.DateButtons.Add(dateButton1);
  304. this.txt_calender.Format = "yyyy/MM/dd";
  305. this.txt_calender.Location = new System.Drawing.Point(716, 32);
  306. this.txt_calender.Margin = new System.Windows.Forms.Padding(2);
  307. this.txt_calender.Name = "txt_calender";
  308. this.txt_calender.NonAutoSizeHeight = 25;
  309. this.txt_calender.ReadOnly = true;
  310. this.txt_calender.Size = new System.Drawing.Size(94, 21);
  311. this.txt_calender.TabIndex = 53;
  312. this.txt_calender.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
  313. this.txt_calender.Visible = false;
  314. //
  315. // ultraLabel2
  316. //
  317. this.ultraLabel2.AutoSize = true;
  318. this.ultraLabel2.Location = new System.Drawing.Point(814, 9);
  319. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
  320. this.ultraLabel2.Name = "ultraLabel2";
  321. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  322. this.ultraLabel2.TabIndex = 52;
  323. this.ultraLabel2.Text = "单位编码";
  324. this.ultraLabel2.Visible = false;
  325. //
  326. // txt_REQORGId
  327. //
  328. this.txt_REQORGId.AllowDrop = true;
  329. this.txt_REQORGId.Location = new System.Drawing.Point(716, 8);
  330. this.txt_REQORGId.Margin = new System.Windows.Forms.Padding(2);
  331. this.txt_REQORGId.Name = "txt_REQORGId";
  332. this.txt_REQORGId.ReadOnly = true;
  333. this.txt_REQORGId.Size = new System.Drawing.Size(94, 21);
  334. this.txt_REQORGId.TabIndex = 51;
  335. this.txt_REQORGId.Visible = false;
  336. //
  337. // ultraLabel1
  338. //
  339. this.ultraLabel1.AutoSize = true;
  340. this.ultraLabel1.Location = new System.Drawing.Point(229, 31);
  341. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
  342. this.ultraLabel1.Name = "ultraLabel1";
  343. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  344. this.ultraLabel1.TabIndex = 50;
  345. this.ultraLabel1.Text = "计划月份";
  346. //
  347. // txt_REQORGNAME
  348. //
  349. this.txt_REQORGNAME.AllowDrop = true;
  350. this.txt_REQORGNAME.Location = new System.Drawing.Point(70, 5);
  351. this.txt_REQORGNAME.Margin = new System.Windows.Forms.Padding(2);
  352. this.txt_REQORGNAME.Name = "txt_REQORGNAME";
  353. this.txt_REQORGNAME.ReadOnly = true;
  354. this.txt_REQORGNAME.Size = new System.Drawing.Size(151, 21);
  355. this.txt_REQORGNAME.TabIndex = 49;
  356. //
  357. // txt_MRPERIODEND
  358. //
  359. this.txt_MRPERIODEND.DateButtons.Add(dateButton2);
  360. this.txt_MRPERIODEND.Format = "yyyy/MM";
  361. this.txt_MRPERIODEND.Location = new System.Drawing.Point(287, 28);
  362. this.txt_MRPERIODEND.Margin = new System.Windows.Forms.Padding(2);
  363. this.txt_MRPERIODEND.Name = "txt_MRPERIODEND";
  364. this.txt_MRPERIODEND.NonAutoSizeHeight = 25;
  365. this.txt_MRPERIODEND.Size = new System.Drawing.Size(151, 21);
  366. this.txt_MRPERIODEND.TabIndex = 42;
  367. this.txt_MRPERIODEND.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
  368. //
  369. // txt_RequeType
  370. //
  371. this.txt_RequeType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
  372. this.txt_RequeType.DisplayMember = "";
  373. this.txt_RequeType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  374. this.txt_RequeType.Location = new System.Drawing.Point(70, 29);
  375. this.txt_RequeType.Margin = new System.Windows.Forms.Padding(2);
  376. this.txt_RequeType.Name = "txt_RequeType";
  377. this.txt_RequeType.Size = new System.Drawing.Size(151, 21);
  378. this.txt_RequeType.TabIndex = 47;
  379. //
  380. // ultraLabel12
  381. //
  382. this.ultraLabel12.AutoSize = true;
  383. this.ultraLabel12.Location = new System.Drawing.Point(12, 31);
  384. this.ultraLabel12.Margin = new System.Windows.Forms.Padding(2);
  385. this.ultraLabel12.Name = "ultraLabel12";
  386. this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
  387. this.ultraLabel12.TabIndex = 48;
  388. this.ultraLabel12.Text = "计划类型";
  389. //
  390. // ultraLabel5
  391. //
  392. this.ultraLabel5.AutoSize = true;
  393. this.ultraLabel5.Location = new System.Drawing.Point(229, 7);
  394. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
  395. this.ultraLabel5.Name = "ultraLabel5";
  396. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  397. this.ultraLabel5.TabIndex = 45;
  398. this.ultraLabel5.Text = "紧急程度";
  399. //
  400. // ultraLabel8
  401. //
  402. this.ultraLabel8.AutoSize = true;
  403. this.ultraLabel8.Location = new System.Drawing.Point(12, 7);
  404. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(2);
  405. this.ultraLabel8.Name = "ultraLabel8";
  406. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  407. this.ultraLabel8.TabIndex = 44;
  408. this.ultraLabel8.Text = "申请单位";
  409. //
  410. // txt_URGENCYTYPE
  411. //
  412. this.txt_URGENCYTYPE.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
  413. this.txt_URGENCYTYPE.DisplayMember = "";
  414. this.txt_URGENCYTYPE.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  415. valueListItem4.DataValue = "2";
  416. valueListItem4.DisplayText = "常规";
  417. valueListItem12.DataValue = "1";
  418. valueListItem12.DisplayText = "紧急";
  419. this.txt_URGENCYTYPE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  420. valueListItem4,
  421. valueListItem12});
  422. this.txt_URGENCYTYPE.Location = new System.Drawing.Point(287, 5);
  423. this.txt_URGENCYTYPE.Margin = new System.Windows.Forms.Padding(2);
  424. this.txt_URGENCYTYPE.Name = "txt_URGENCYTYPE";
  425. this.txt_URGENCYTYPE.Size = new System.Drawing.Size(151, 21);
  426. this.txt_URGENCYTYPE.TabIndex = 43;
  427. this.txt_URGENCYTYPE.ValueChanged += new System.EventHandler(this.txt_URGENCYTYPE_ValueChanged);
  428. //
  429. // ultraGroupBox4
  430. //
  431. this.ultraGroupBox4.Controls.Add(this.btn_Close);
  432. this.ultraGroupBox4.Controls.Add(this.btn_create);
  433. this.ultraGroupBox4.Controls.Add(this.btn_refresh);
  434. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Left;
  435. this.ultraGroupBox4.Location = new System.Drawing.Point(3, 0);
  436. this.ultraGroupBox4.Name = "ultraGroupBox4";
  437. this.ultraGroupBox4.Size = new System.Drawing.Size(190, 81);
  438. this.ultraGroupBox4.TabIndex = 2;
  439. //
  440. // btn_Close
  441. //
  442. this.btn_Close.Location = new System.Drawing.Point(116, 41);
  443. this.btn_Close.Name = "btn_Close";
  444. this.btn_Close.Size = new System.Drawing.Size(66, 26);
  445. this.btn_Close.TabIndex = 2;
  446. this.btn_Close.Text = "展开";
  447. this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
  448. //
  449. // btn_create
  450. //
  451. this.btn_create.Location = new System.Drawing.Point(21, 14);
  452. this.btn_create.Name = "btn_create";
  453. this.btn_create.Size = new System.Drawing.Size(94, 53);
  454. this.btn_create.TabIndex = 0;
  455. this.btn_create.Text = "编制";
  456. this.btn_create.Click += new System.EventHandler(this.btn_create_Click);
  457. //
  458. // btn_refresh
  459. //
  460. this.btn_refresh.Location = new System.Drawing.Point(116, 14);
  461. this.btn_refresh.Name = "btn_refresh";
  462. this.btn_refresh.Size = new System.Drawing.Size(66, 26);
  463. this.btn_refresh.TabIndex = 1;
  464. this.btn_refresh.Text = "刷新";
  465. this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);
  466. //
  467. // ultraGroupBox3
  468. //
  469. this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
  470. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  471. this.ultraGroupBox3.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  472. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 84);
  473. this.ultraGroupBox3.Name = "ultraGroupBox3";
  474. this.ultraGroupBox3.Size = new System.Drawing.Size(1090, 407);
  475. this.ultraGroupBox3.TabIndex = 4;
  476. this.ultraGroupBox3.Text = "需求行编辑区";
  477. //
  478. // ultraGrid1
  479. //
  480. this.ultraGrid1.DataMember = "Table1";
  481. this.ultraGrid1.DataSource = this.dataSet1;
  482. appearance1.BackColor = System.Drawing.SystemColors.Window;
  483. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  484. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  485. ultraGridColumn1.Header.VisiblePosition = 0;
  486. ultraGridColumn2.Header.VisiblePosition = 1;
  487. ultraGridColumn2.Width = 252;
  488. ultraGridColumn3.Header.VisiblePosition = 3;
  489. ultraGridColumn3.Hidden = true;
  490. ultraGridColumn4.Header.VisiblePosition = 4;
  491. ultraGridColumn4.Hidden = true;
  492. appearance13.BackColor = System.Drawing.Color.LightGreen;
  493. appearance13.TextHAlignAsString = "Right";
  494. ultraGridColumn5.CellAppearance = appearance13;
  495. ultraGridColumn5.Header.VisiblePosition = 5;
  496. ultraGridColumn5.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  497. ultraGridColumn5.MaskInput = "{double:9.2}";
  498. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  499. appearance24.TextHAlignAsString = "Right";
  500. ultraGridColumn6.CellAppearance = appearance24;
  501. ultraGridColumn6.Header.VisiblePosition = 12;
  502. ultraGridColumn6.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  503. ultraGridColumn6.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  504. ultraGridColumn7.Header.VisiblePosition = 13;
  505. ultraGridColumn8.Header.VisiblePosition = 24;
  506. appearance14.BackColor = System.Drawing.Color.LightGreen;
  507. appearance14.TextHAlignAsString = "Right";
  508. ultraGridColumn9.CellAppearance = appearance14;
  509. ultraGridColumn9.Header.VisiblePosition = 6;
  510. ultraGridColumn9.Hidden = true;
  511. ultraGridColumn9.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  512. ultraGridColumn9.MaskInput = "{double:9.2}";
  513. ultraGridColumn9.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  514. ultraGridColumn10.Header.VisiblePosition = 16;
  515. ultraGridColumn10.Hidden = true;
  516. ultraGridColumn11.Header.VisiblePosition = 17;
  517. ultraGridColumn11.Hidden = true;
  518. ultraGridColumn12.Header.VisiblePosition = 8;
  519. ultraGridColumn12.Width = 96;
  520. ultraGridColumn13.Header.VisiblePosition = 18;
  521. ultraGridColumn13.Hidden = true;
  522. ultraGridColumn14.Header.VisiblePosition = 14;
  523. appearance25.TextHAlignAsString = "Right";
  524. ultraGridColumn15.CellAppearance = appearance25;
  525. ultraGridColumn15.Header.VisiblePosition = 15;
  526. ultraGridColumn15.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  527. ultraGridColumn15.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  528. ultraGridColumn16.Header.VisiblePosition = 19;
  529. ultraGridColumn16.Hidden = true;
  530. ultraGridColumn17.Header.VisiblePosition = 11;
  531. ultraGridColumn18.Header.VisiblePosition = 20;
  532. ultraGridColumn18.Hidden = true;
  533. ultraGridColumn19.Header.VisiblePosition = 21;
  534. ultraGridColumn19.Hidden = true;
  535. ultraGridColumn20.Header.VisiblePosition = 2;
  536. ultraGridColumn20.Width = 76;
  537. ultraGridColumn21.Header.VisiblePosition = 22;
  538. ultraGridColumn21.Hidden = true;
  539. appearance15.BackColor = System.Drawing.Color.LightGreen;
  540. appearance15.TextHAlignAsString = "Right";
  541. ultraGridColumn22.CellAppearance = appearance15;
  542. ultraGridColumn22.Format = "yyyy/MM/dd";
  543. ultraGridColumn22.Header.VisiblePosition = 7;
  544. ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
  545. ultraGridColumn22.Width = 104;
  546. ultraGridColumn23.Header.VisiblePosition = 23;
  547. ultraGridColumn23.Hidden = true;
  548. ultraGridColumn24.Header.VisiblePosition = 10;
  549. ultraGridColumn24.Width = 155;
  550. ultraGridColumn25.Header.VisiblePosition = 9;
  551. ultraGridColumn25.Width = 155;
  552. ultraGridColumn26.Header.VisiblePosition = 25;
  553. ultraGridColumn26.Hidden = true;
  554. ultraGridColumn27.Header.VisiblePosition = 26;
  555. ultraGridBand1.Columns.AddRange(new object[] {
  556. ultraGridColumn1,
  557. ultraGridColumn2,
  558. ultraGridColumn3,
  559. ultraGridColumn4,
  560. ultraGridColumn5,
  561. ultraGridColumn6,
  562. ultraGridColumn7,
  563. ultraGridColumn8,
  564. ultraGridColumn9,
  565. ultraGridColumn10,
  566. ultraGridColumn11,
  567. ultraGridColumn12,
  568. ultraGridColumn13,
  569. ultraGridColumn14,
  570. ultraGridColumn15,
  571. ultraGridColumn16,
  572. ultraGridColumn17,
  573. ultraGridColumn18,
  574. ultraGridColumn19,
  575. ultraGridColumn20,
  576. ultraGridColumn21,
  577. ultraGridColumn22,
  578. ultraGridColumn23,
  579. ultraGridColumn24,
  580. ultraGridColumn25,
  581. ultraGridColumn26,
  582. ultraGridColumn27});
  583. appearance16.BackColor = System.Drawing.Color.White;
  584. ultraGridBand1.Override.CellAppearance = appearance16;
  585. ultraGridColumn28.Header.VisiblePosition = 5;
  586. ultraGridColumn28.Hidden = true;
  587. ultraGridColumn29.Header.VisiblePosition = 6;
  588. ultraGridColumn29.Hidden = true;
  589. appearance17.TextHAlignAsString = "Right";
  590. ultraGridColumn30.CellAppearance = appearance17;
  591. ultraGridColumn30.Header.Caption = "需求数量";
  592. ultraGridColumn30.Header.VisiblePosition = 7;
  593. ultraGridColumn30.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  594. ultraGridColumn30.MaskInput = "{double:9.2}";
  595. ultraGridColumn30.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  596. appearance18.TextHAlignAsString = "Right";
  597. ultraGridColumn31.CellAppearance = appearance18;
  598. ultraGridColumn31.Header.VisiblePosition = 8;
  599. ultraGridColumn31.Hidden = true;
  600. ultraGridColumn31.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  601. ultraGridColumn31.MaskInput = "{double:9.2}";
  602. ultraGridColumn31.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoubleWithSpin;
  603. ultraGridColumn32.Header.VisiblePosition = 11;
  604. ultraGridColumn32.Hidden = true;
  605. ultraGridColumn33.Header.VisiblePosition = 12;
  606. ultraGridColumn33.Hidden = true;
  607. ultraGridColumn34.Header.VisiblePosition = 2;
  608. ultraGridColumn34.Width = 76;
  609. appearance19.TextHAlignAsString = "Right";
  610. ultraGridColumn35.CellAppearance = appearance19;
  611. ultraGridColumn35.Format = "yyyy/MM/dd";
  612. ultraGridColumn35.Header.VisiblePosition = 10;
  613. ultraGridColumn35.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
  614. ultraGridColumn35.Width = 96;
  615. ultraGridColumn36.Header.VisiblePosition = 14;
  616. ultraGridColumn36.Width = 155;
  617. ultraGridColumn37.Header.VisiblePosition = 0;
  618. ultraGridColumn38.Header.VisiblePosition = 16;
  619. ultraGridColumn38.Hidden = true;
  620. ultraGridColumn39.Header.VisiblePosition = 17;
  621. ultraGridColumn39.Hidden = true;
  622. ultraGridColumn40.Header.VisiblePosition = 18;
  623. ultraGridColumn40.Hidden = true;
  624. ultraGridColumn41.Header.VisiblePosition = 19;
  625. ultraGridColumn41.Hidden = true;
  626. ultraGridColumn42.Header.VisiblePosition = 20;
  627. ultraGridColumn42.Hidden = true;
  628. ultraGridColumn43.Header.VisiblePosition = 21;
  629. ultraGridColumn43.Hidden = true;
  630. ultraGridColumn44.Header.VisiblePosition = 3;
  631. ultraGridColumn44.Hidden = true;
  632. ultraGridColumn45.Header.VisiblePosition = 15;
  633. ultraGridColumn45.Hidden = true;
  634. ultraGridColumn46.Header.VisiblePosition = 4;
  635. ultraGridColumn46.Hidden = true;
  636. ultraGridColumn47.Header.VisiblePosition = 22;
  637. ultraGridColumn47.Hidden = true;
  638. appearance20.TextHAlignAsString = "Right";
  639. ultraGridColumn48.CellAppearance = appearance20;
  640. ultraGridColumn48.Format = "yyyy/MM/dd";
  641. ultraGridColumn48.Header.Caption = "要求交期";
  642. ultraGridColumn48.Header.VisiblePosition = 9;
  643. ultraGridColumn48.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
  644. ultraGridColumn48.Width = 104;
  645. ultraGridColumn49.Header.VisiblePosition = 23;
  646. ultraGridColumn49.Hidden = true;
  647. ultraGridColumn50.Header.VisiblePosition = 1;
  648. ultraGridColumn51.Header.VisiblePosition = 13;
  649. ultraGridColumn51.Hidden = true;
  650. ultraGridColumn51.Width = 99;
  651. ultraGridBand2.Columns.AddRange(new object[] {
  652. ultraGridColumn28,
  653. ultraGridColumn29,
  654. ultraGridColumn30,
  655. ultraGridColumn31,
  656. ultraGridColumn32,
  657. ultraGridColumn33,
  658. ultraGridColumn34,
  659. ultraGridColumn35,
  660. ultraGridColumn36,
  661. ultraGridColumn37,
  662. ultraGridColumn38,
  663. ultraGridColumn39,
  664. ultraGridColumn40,
  665. ultraGridColumn41,
  666. ultraGridColumn42,
  667. ultraGridColumn43,
  668. ultraGridColumn44,
  669. ultraGridColumn45,
  670. ultraGridColumn46,
  671. ultraGridColumn47,
  672. ultraGridColumn48,
  673. ultraGridColumn49,
  674. ultraGridColumn50,
  675. ultraGridColumn51});
  676. appearance21.BackColor = System.Drawing.SystemColors.ButtonFace;
  677. ultraGridBand2.Header.Appearance = appearance21;
  678. appearance22.BackColor = System.Drawing.SystemColors.ButtonFace;
  679. ultraGridBand2.Override.CellAppearance = appearance22;
  680. appearance23.BackColor = System.Drawing.SystemColors.ButtonFace;
  681. ultraGridBand2.Override.HeaderAppearance = appearance23;
  682. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  683. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  684. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  685. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  686. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  687. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  688. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  689. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  690. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  691. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  692. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  693. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  694. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  695. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  696. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  697. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  698. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  699. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  700. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  701. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  702. appearance7.BackColor = System.Drawing.SystemColors.Window;
  703. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  704. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  705. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  706. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  707. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  708. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  709. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  710. appearance12.BackColor = System.Drawing.SystemColors.Window;
  711. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  712. appearance8.BorderColor = System.Drawing.Color.Silver;
  713. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  714. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  715. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  716. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  717. appearance6.BackColor = System.Drawing.SystemColors.Control;
  718. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  719. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  720. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  721. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  722. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  723. appearance5.TextHAlignAsString = "Left";
  724. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  725. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  726. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  727. appearance11.BackColor = System.Drawing.SystemColors.Window;
  728. appearance11.BorderColor = System.Drawing.Color.Silver;
  729. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  730. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  731. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  732. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  733. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  734. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  735. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  736. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  737. this.ultraGrid1.Location = new System.Drawing.Point(3, 23);
  738. this.ultraGrid1.Name = "ultraGrid1";
  739. this.ultraGrid1.Size = new System.Drawing.Size(1084, 381);
  740. this.ultraGrid1.TabIndex = 4;
  741. this.ultraGrid1.Text = "ultraGrid1";
  742. //
  743. // dataSet1
  744. //
  745. this.dataSet1.DataSetName = "NewDataSet";
  746. this.dataSet1.Relations.AddRange(new System.Data.DataRelation[] {
  747. new System.Data.DataRelation("Relation1", "Table1", "Table2", new string[] {
  748. "ItemModel"}, new string[] {
  749. "ItemModel"}, false)});
  750. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  751. this.dataTable1,
  752. this.dataTable2});
  753. //
  754. // dataTable1
  755. //
  756. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  757. this.dataColumn1,
  758. this.dataColumn2,
  759. this.dataColumn3,
  760. this.dataColumn4,
  761. this.dataColumn5,
  762. this.dataColumn6,
  763. this.dataColumn7,
  764. this.dataColumn8,
  765. this.dataColumn18,
  766. this.dataColumn19,
  767. this.dataColumn20,
  768. this.dataColumn21,
  769. this.dataColumn22,
  770. this.dataColumn23,
  771. this.dataColumn24,
  772. this.dataColumn26,
  773. this.dataColumn27,
  774. this.dataColumn30,
  775. this.dataColumn31,
  776. this.dataColumn32,
  777. this.dataColumn33,
  778. this.dataColumn55,
  779. this.dataColumn38,
  780. this.dataColumn39,
  781. this.dataColumn42,
  782. this.dataColumn45});
  783. this.dataTable1.Constraints.AddRange(new System.Data.Constraint[] {
  784. new System.Data.UniqueConstraint("Constraint1", new string[] {
  785. "ItemModel"}, false)});
  786. this.dataTable1.TableName = "Table1";
  787. //
  788. // dataColumn1
  789. //
  790. this.dataColumn1.AllowDBNull = false;
  791. this.dataColumn1.Caption = "物料编码";
  792. this.dataColumn1.ColumnName = "ItemCode";
  793. //
  794. // dataColumn2
  795. //
  796. this.dataColumn2.Caption = "物料名称";
  797. this.dataColumn2.ColumnName = "ItemName";
  798. //
  799. // dataColumn3
  800. //
  801. this.dataColumn3.Caption = "规格型号";
  802. this.dataColumn3.ColumnName = "ItemModel";
  803. //
  804. // dataColumn4
  805. //
  806. this.dataColumn4.Caption = "物料材质";
  807. this.dataColumn4.ColumnName = "ItemSpec";
  808. //
  809. // dataColumn5
  810. //
  811. this.dataColumn5.Caption = "需求总量";
  812. this.dataColumn5.ColumnName = "qty";
  813. //
  814. // dataColumn6
  815. //
  816. this.dataColumn6.Caption = "库存数量";
  817. this.dataColumn6.ColumnName = "BUDGETAMT";
  818. //
  819. // dataColumn7
  820. //
  821. this.dataColumn7.Caption = "库存单位";
  822. this.dataColumn7.ColumnName = "WeightUnit";
  823. //
  824. // dataColumn8
  825. //
  826. this.dataColumn8.Caption = "备注";
  827. this.dataColumn8.ColumnName = "Remark";
  828. //
  829. // dataColumn18
  830. //
  831. this.dataColumn18.Caption = "核准总量";
  832. this.dataColumn18.ColumnName = "QTYPUR";
  833. //
  834. // dataColumn19
  835. //
  836. this.dataColumn19.Caption = "物料描述";
  837. this.dataColumn19.ColumnName = "ItemDesc";
  838. //
  839. // dataColumn20
  840. //
  841. this.dataColumn20.Caption = "物料英文名称";
  842. this.dataColumn20.ColumnName = "ItemDescE";
  843. //
  844. // dataColumn21
  845. //
  846. this.dataColumn21.Caption = "采购单位";
  847. this.dataColumn21.ColumnName = "ItemUom";
  848. //
  849. // dataColumn22
  850. //
  851. this.dataColumn22.Caption = "转换公式";
  852. this.dataColumn22.ColumnName = "ItemUomFormula";
  853. //
  854. // dataColumn23
  855. //
  856. this.dataColumn23.Caption = "转换系数";
  857. this.dataColumn23.ColumnName = "ItemUomConefficient";
  858. //
  859. // dataColumn24
  860. //
  861. this.dataColumn24.Caption = "预算价";
  862. this.dataColumn24.ColumnName = "BugPrice";
  863. //
  864. // dataColumn26
  865. //
  866. this.dataColumn26.Caption = "属性编码";
  867. this.dataColumn26.ColumnName = "itemattrid";
  868. //
  869. // dataColumn27
  870. //
  871. this.dataColumn27.Caption = "属性";
  872. this.dataColumn27.ColumnName = "itemattr";
  873. //
  874. // dataColumn30
  875. //
  876. this.dataColumn30.Caption = "唯一值标识";
  877. this.dataColumn30.ColumnName = "itemUnique";
  878. //
  879. // dataColumn31
  880. //
  881. this.dataColumn31.Caption = "单位换算ID";
  882. this.dataColumn31.ColumnName = "ItemUomId";
  883. //
  884. // dataColumn32
  885. //
  886. this.dataColumn32.Caption = "标准";
  887. this.dataColumn32.ColumnName = "itemStandardsCode";
  888. //
  889. // dataColumn33
  890. //
  891. this.dataColumn33.Caption = "标准编号";
  892. this.dataColumn33.ColumnName = "itemStandardsId";
  893. //
  894. // dataColumn55
  895. //
  896. this.dataColumn55.Caption = "核准交期";
  897. this.dataColumn55.ColumnName = "LASTDELIVERYDATE";
  898. //
  899. // dataColumn38
  900. //
  901. this.dataColumn38.Caption = "送货地点编码";
  902. this.dataColumn38.ColumnName = "DELIVERYLOCATIONCODE";
  903. //
  904. // dataColumn39
  905. //
  906. this.dataColumn39.Caption = "送货地点";
  907. this.dataColumn39.ColumnName = "DELIVERYLOCATION";
  908. //
  909. // dataColumn42
  910. //
  911. this.dataColumn42.Caption = "JIT标识";
  912. this.dataColumn42.ColumnName = "DELIVERYLOCATIONFLAG";
  913. //
  914. // dataColumn45
  915. //
  916. this.dataColumn45.Caption = "需求计划行";
  917. this.dataColumn45.ColumnName = "mrLineId";
  918. //
  919. // dataTable2
  920. //
  921. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  922. this.dataColumn9,
  923. this.dataColumn10,
  924. this.dataColumn11,
  925. this.dataColumn12,
  926. this.dataColumn13,
  927. this.dataColumn14,
  928. this.dataColumn15,
  929. this.dataColumn16,
  930. this.dataColumn17,
  931. this.dataColumn25,
  932. this.dataColumn28,
  933. this.dataColumn29,
  934. this.dataColumn34,
  935. this.dataColumn35,
  936. this.dataColumn36,
  937. this.dataColumn37,
  938. this.dataColumn47,
  939. this.dataColumn48,
  940. this.dataColumn49,
  941. this.dataColumn50,
  942. this.dataColumn54,
  943. this.dataColumn56,
  944. this.dataColumn43,
  945. this.dataColumn44});
  946. this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
  947. new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
  948. "ItemModel"}, new string[] {
  949. "ItemModel"}, System.Data.AcceptRejectRule.None, System.Data.Rule.None, System.Data.Rule.None)});
  950. this.dataTable2.TableName = "Table2";
  951. //
  952. // dataColumn9
  953. //
  954. this.dataColumn9.Caption = "物料编码";
  955. this.dataColumn9.ColumnName = "ItemCode";
  956. //
  957. // dataColumn10
  958. //
  959. this.dataColumn10.Caption = "采购单位";
  960. this.dataColumn10.ColumnName = "ITEMUOM";
  961. //
  962. // dataColumn11
  963. //
  964. this.dataColumn11.Caption = "数量";
  965. this.dataColumn11.ColumnName = "Qty";
  966. //
  967. // dataColumn12
  968. //
  969. this.dataColumn12.Caption = "核准数量";
  970. this.dataColumn12.ColumnName = "qtyPur";
  971. //
  972. // dataColumn13
  973. //
  974. this.dataColumn13.Caption = "是否建议进口";
  975. this.dataColumn13.ColumnName = "ImpoDomesticFlag";
  976. //
  977. // dataColumn14
  978. //
  979. this.dataColumn14.Caption = "库存单位";
  980. this.dataColumn14.ColumnName = "WeightUnit";
  981. //
  982. // dataColumn15
  983. //
  984. this.dataColumn15.Caption = "申请人";
  985. this.dataColumn15.ColumnName = "CreateName";
  986. //
  987. // dataColumn16
  988. //
  989. this.dataColumn16.Caption = "申请时间";
  990. this.dataColumn16.ColumnName = "CreateTime";
  991. //
  992. // dataColumn17
  993. //
  994. this.dataColumn17.Caption = "备注";
  995. this.dataColumn17.ColumnName = "Remark";
  996. //
  997. // dataColumn25
  998. //
  999. this.dataColumn25.Caption = "需求单行号";
  1000. this.dataColumn25.ColumnName = "MRLINEID";
  1001. //
  1002. // dataColumn28
  1003. //
  1004. this.dataColumn28.Caption = "属性编码";
  1005. this.dataColumn28.ColumnName = "ITEMATTRID";
  1006. //
  1007. // dataColumn29
  1008. //
  1009. this.dataColumn29.Caption = "属性";
  1010. this.dataColumn29.ColumnName = "ITEMATTR";
  1011. //
  1012. // dataColumn34
  1013. //
  1014. this.dataColumn34.Caption = "唯一值标识";
  1015. this.dataColumn34.ColumnName = "itemUnique";
  1016. //
  1017. // dataColumn35
  1018. //
  1019. this.dataColumn35.Caption = "单位换算编码";
  1020. this.dataColumn35.ColumnName = "itemUomId";
  1021. //
  1022. // dataColumn36
  1023. //
  1024. this.dataColumn36.Caption = "标准编号";
  1025. this.dataColumn36.ColumnName = "itemStandardsId";
  1026. //
  1027. // dataColumn37
  1028. //
  1029. this.dataColumn37.Caption = "标准";
  1030. this.dataColumn37.ColumnName = "itemStandardsCode";
  1031. //
  1032. // dataColumn47
  1033. //
  1034. this.dataColumn47.Caption = "JIT标识";
  1035. this.dataColumn47.ColumnName = "DELIVERYLOCATIONFLAG";
  1036. //
  1037. // dataColumn48
  1038. //
  1039. this.dataColumn48.Caption = "交付地点编码";
  1040. this.dataColumn48.ColumnName = "DELIVERYLOCATIONCODE";
  1041. //
  1042. // dataColumn49
  1043. //
  1044. this.dataColumn49.Caption = "交付地点";
  1045. this.dataColumn49.ColumnName = "DELIVERYLOCATION";
  1046. //
  1047. // dataColumn50
  1048. //
  1049. this.dataColumn50.Caption = "转化系数";
  1050. this.dataColumn50.ColumnName = "ItemUomConefficient";
  1051. //
  1052. // dataColumn54
  1053. //
  1054. this.dataColumn54.Caption = "核准交期";
  1055. this.dataColumn54.ColumnName = "LASTDELIVERYDATE";
  1056. //
  1057. // dataColumn56
  1058. //
  1059. this.dataColumn56.Caption = "规格型号";
  1060. this.dataColumn56.ColumnName = "ItemModel";
  1061. //
  1062. // dataColumn43
  1063. //
  1064. this.dataColumn43.Caption = "申请单位";
  1065. this.dataColumn43.ColumnName = "deletename";
  1066. //
  1067. // dataColumn44
  1068. //
  1069. this.dataColumn44.Caption = "申请单位编码";
  1070. this.dataColumn44.ColumnName = "deleteUserId";
  1071. //
  1072. // dataColumn41
  1073. //
  1074. this.dataColumn41.Caption = "新唯一值编码";
  1075. this.dataColumn41.ColumnName = "newItemStandardsId";
  1076. //
  1077. // dataColumn40
  1078. //
  1079. this.dataColumn40.Caption = "新标准编码值";
  1080. this.dataColumn40.ColumnName = "newItemStandardsCode";
  1081. //
  1082. // FrmPurRequirePlanSummmary
  1083. //
  1084. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1085. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1086. this.ClientSize = new System.Drawing.Size(1090, 491);
  1087. this.Controls.Add(this.ultraGroupBox3);
  1088. this.Controls.Add(this.ultraGroupBox1);
  1089. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1090. this.Name = "FrmPurRequirePlanSummmary";
  1091. this.Text = "汇总编制";
  1092. this.Load += new System.EventHandler(this.FrmPurRequirePlanSummmary_Load);
  1093. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1094. this.ultraGroupBox1.ResumeLayout(false);
  1095. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1096. this.ultraGroupBox2.ResumeLayout(false);
  1097. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1098. this.ultraPanel1.ClientArea.PerformLayout();
  1099. this.ultraPanel1.ResumeLayout(false);
  1100. ((System.ComponentModel.ISupportInitialize)(this.txt_auditName)).EndInit();
  1101. ((System.ComponentModel.ISupportInitialize)(this.txt_auditId)).EndInit();
  1102. ((System.ComponentModel.ISupportInitialize)(this.txt_calender)).EndInit();
  1103. ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGId)).EndInit();
  1104. ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGNAME)).EndInit();
  1105. ((System.ComponentModel.ISupportInitialize)(this.txt_MRPERIODEND)).EndInit();
  1106. ((System.ComponentModel.ISupportInitialize)(this.txt_RequeType)).EndInit();
  1107. ((System.ComponentModel.ISupportInitialize)(this.txt_URGENCYTYPE)).EndInit();
  1108. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  1109. this.ultraGroupBox4.ResumeLayout(false);
  1110. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  1111. this.ultraGroupBox3.ResumeLayout(false);
  1112. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1113. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1114. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1115. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1116. this.ResumeLayout(false);
  1117. }
  1118. #endregion
  1119. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1120. private Infragistics.Win.Misc.UltraButton btn_Close;
  1121. private Infragistics.Win.Misc.UltraButton btn_refresh;
  1122. private Infragistics.Win.Misc.UltraButton btn_create;
  1123. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1124. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1125. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1126. private System.Data.DataSet dataSet1;
  1127. private System.Data.DataTable dataTable1;
  1128. private System.Data.DataColumn dataColumn1;
  1129. private System.Data.DataColumn dataColumn2;
  1130. private System.Data.DataColumn dataColumn3;
  1131. private System.Data.DataColumn dataColumn4;
  1132. private System.Data.DataColumn dataColumn5;
  1133. private System.Data.DataColumn dataColumn6;
  1134. private System.Data.DataColumn dataColumn7;
  1135. private System.Data.DataColumn dataColumn8;
  1136. private System.Data.DataColumn dataColumn18;
  1137. private System.Data.DataColumn dataColumn19;
  1138. private System.Data.DataColumn dataColumn20;
  1139. private System.Data.DataColumn dataColumn21;
  1140. private System.Data.DataColumn dataColumn22;
  1141. private System.Data.DataColumn dataColumn23;
  1142. private System.Data.DataColumn dataColumn24;
  1143. private System.Data.DataColumn dataColumn26;
  1144. private System.Data.DataColumn dataColumn27;
  1145. private System.Data.DataColumn dataColumn30;
  1146. private System.Data.DataColumn dataColumn31;
  1147. private System.Data.DataColumn dataColumn32;
  1148. private System.Data.DataColumn dataColumn33;
  1149. private System.Data.DataTable dataTable2;
  1150. private System.Data.DataColumn dataColumn9;
  1151. private System.Data.DataColumn dataColumn10;
  1152. private System.Data.DataColumn dataColumn11;
  1153. private System.Data.DataColumn dataColumn12;
  1154. private System.Data.DataColumn dataColumn13;
  1155. private System.Data.DataColumn dataColumn14;
  1156. private System.Data.DataColumn dataColumn15;
  1157. private System.Data.DataColumn dataColumn16;
  1158. private System.Data.DataColumn dataColumn17;
  1159. private System.Data.DataColumn dataColumn25;
  1160. private System.Data.DataColumn dataColumn28;
  1161. private System.Data.DataColumn dataColumn29;
  1162. private System.Data.DataColumn dataColumn34;
  1163. private System.Data.DataColumn dataColumn35;
  1164. private System.Data.DataColumn dataColumn36;
  1165. private System.Data.DataColumn dataColumn37;
  1166. private System.Data.DataColumn dataColumn47;
  1167. private System.Data.DataColumn dataColumn48;
  1168. private System.Data.DataColumn dataColumn49;
  1169. private System.Data.DataColumn dataColumn50;
  1170. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  1171. private System.Data.DataColumn dataColumn55;
  1172. private System.Data.DataColumn dataColumn54;
  1173. private System.Data.DataColumn dataColumn56;
  1174. private System.Data.DataColumn dataColumn41;
  1175. private System.Data.DataColumn dataColumn40;
  1176. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1177. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_calender;
  1178. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1179. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQORGId;
  1180. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1181. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQORGNAME;
  1182. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_MRPERIODEND;
  1183. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_RequeType;
  1184. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1185. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1186. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1187. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_URGENCYTYPE;
  1188. private System.Data.DataColumn dataColumn38;
  1189. private System.Data.DataColumn dataColumn39;
  1190. private System.Data.DataColumn dataColumn42;
  1191. private System.Data.DataColumn dataColumn43;
  1192. private System.Data.DataColumn dataColumn44;
  1193. private System.Data.DataColumn dataColumn45;
  1194. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1195. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1196. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_auditName;
  1197. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_auditId;
  1198. }
  1199. }