frmTaskMana.Designer.cs 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  1. namespace Pur.pur_plan
  2. {
  3. partial class frmTaskMana
  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.ValueListItem valueListItem46 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem47 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MRLINEID");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCODE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMDESC");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMNAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMMODEL");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMSPEC");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PICK_AMT");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PICK_QTY");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ASK_DELIVER_DATE");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUDGETCODE");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYERDEPTCODE");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYERUNITCODE");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EXPENSE_TYPE");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYER_DEPT_CODE");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYER_UNIT_CODE");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASK_ID");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Chk", 0);
  51. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  53. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  54. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASK_ID");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PICK_AMT");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYER_NAME");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYER_DEPT_CODE");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYER_DEPT_DESC");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYER_UNIT_CODE");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYER_UNIT_DESC");
  67. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  68. this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
  69. this.label4 = new System.Windows.Forms.Label();
  70. this.ultDt_MR_PERIOD_END = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  71. this.ultDt_MR_PERIOD_START = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  72. this.Ultcmb_URGENCY_TYPE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  73. this.label14 = new System.Windows.Forms.Label();
  74. this.label8 = new System.Windows.Forms.Label();
  75. this.txt_MR_ID = new System.Windows.Forms.TextBox();
  76. this.label1 = new System.Windows.Forms.Label();
  77. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  78. this.label5 = new System.Windows.Forms.Label();
  79. this.txt_ITEMUOMCONEFFICIENT1 = new System.Windows.Forms.TextBox();
  80. this.txt_REMARK = new System.Windows.Forms.TextBox();
  81. this.label20 = new System.Windows.Forms.Label();
  82. this.txt_BUDGET_AMT = new System.Windows.Forms.TextBox();
  83. this.label17 = new System.Windows.Forms.Label();
  84. this.txt_ton = new System.Windows.Forms.TextBox();
  85. this.label15 = new System.Windows.Forms.Label();
  86. this.label11 = new System.Windows.Forms.Label();
  87. this.txt_ITEM_SPEC = new System.Windows.Forms.TextBox();
  88. this.label10 = new System.Windows.Forms.Label();
  89. this.txt_ITEM_DESC = new System.Windows.Forms.TextBox();
  90. this.label9 = new System.Windows.Forms.Label();
  91. this.txt_ITEM_MODEL = new System.Windows.Forms.TextBox();
  92. this.label3 = new System.Windows.Forms.Label();
  93. this.txt_ITEM_CODE = new System.Windows.Forms.TextBox();
  94. this.label2 = new System.Windows.Forms.Label();
  95. this.label34 = new System.Windows.Forms.Label();
  96. this.txt_MR_LINE_ID = new System.Windows.Forms.TextBox();
  97. this.txt_BUG_PRICE = new System.Windows.Forms.TextBox();
  98. this.label32 = new System.Windows.Forms.Label();
  99. this.txt_QTY = new System.Windows.Forms.TextBox();
  100. this.label33 = new System.Windows.Forms.Label();
  101. this.txt_SUPP_NAME = new System.Windows.Forms.TextBox();
  102. this.dataColumn11 = new System.Data.DataColumn();
  103. this.dataColumn10 = new System.Data.DataColumn();
  104. this.dataColumn9 = new System.Data.DataColumn();
  105. this.dataColumn25 = new System.Data.DataColumn();
  106. this.dataColumn24 = new System.Data.DataColumn();
  107. this.dataColumn8 = new System.Data.DataColumn();
  108. this.dataTable2 = new System.Data.DataTable();
  109. this.dataColumn16 = new System.Data.DataColumn();
  110. this.dataColumn17 = new System.Data.DataColumn();
  111. this.dataColumn18 = new System.Data.DataColumn();
  112. this.dataColumn19 = new System.Data.DataColumn();
  113. this.dataColumn20 = new System.Data.DataColumn();
  114. this.dataColumn21 = new System.Data.DataColumn();
  115. this.dataColumn22 = new System.Data.DataColumn();
  116. this.dataColumn23 = new System.Data.DataColumn();
  117. this.dataColumn26 = new System.Data.DataColumn();
  118. this.dataColumn27 = new System.Data.DataColumn();
  119. this.dataColumn28 = new System.Data.DataColumn();
  120. this.dataColumn29 = new System.Data.DataColumn();
  121. this.dataColumn30 = new System.Data.DataColumn();
  122. this.dataColumn13 = new System.Data.DataColumn();
  123. this.dataColumn14 = new System.Data.DataColumn();
  124. this.dataColumn15 = new System.Data.DataColumn();
  125. this.dataColumn31 = new System.Data.DataColumn();
  126. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  127. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  128. this.dataSet1 = new System.Data.DataSet();
  129. this.dataTable1 = new System.Data.DataTable();
  130. this.dataColumn3 = new System.Data.DataColumn();
  131. this.dataColumn1 = new System.Data.DataColumn();
  132. this.dataColumn2 = new System.Data.DataColumn();
  133. this.dataColumn4 = new System.Data.DataColumn();
  134. this.dataColumn5 = new System.Data.DataColumn();
  135. this.dataColumn6 = new System.Data.DataColumn();
  136. this.dataColumn7 = new System.Data.DataColumn();
  137. this.dataColumn12 = new System.Data.DataColumn();
  138. this.dataTable3 = new System.Data.DataTable();
  139. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  140. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  141. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  142. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  143. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  144. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  145. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  146. this.label35 = new System.Windows.Forms.Label();
  147. this.label26 = new System.Windows.Forms.Label();
  148. this.ultraTextEditor4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  149. this.ultraTextEditor5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  150. this.ultraTabPageControl1.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
  152. this.ultraGroupBox6.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.ultDt_MR_PERIOD_END)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.ultDt_MR_PERIOD_START)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.Ultcmb_URGENCY_TYPE)).BeginInit();
  156. this.ultraTabPageControl2.SuspendLayout();
  157. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  159. this.ultraGroupBox3.SuspendLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  165. this.ultraTabControl1.SuspendLayout();
  166. this.tableLayoutPanel1.SuspendLayout();
  167. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  168. this.ultraGroupBox5.SuspendLayout();
  169. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  170. this.ultraGroupBox2.SuspendLayout();
  171. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  173. this.ultraGroupBox1.SuspendLayout();
  174. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
  176. this.SuspendLayout();
  177. //
  178. // ultraTabPageControl1
  179. //
  180. this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox6);
  181. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 22);
  182. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  183. this.ultraTabPageControl1.Size = new System.Drawing.Size(1192, 151);
  184. //
  185. // ultraGroupBox6
  186. //
  187. this.ultraGroupBox6.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
  188. this.ultraGroupBox6.Controls.Add(this.label4);
  189. this.ultraGroupBox6.Controls.Add(this.ultDt_MR_PERIOD_END);
  190. this.ultraGroupBox6.Controls.Add(this.ultDt_MR_PERIOD_START);
  191. this.ultraGroupBox6.Controls.Add(this.Ultcmb_URGENCY_TYPE);
  192. this.ultraGroupBox6.Controls.Add(this.label14);
  193. this.ultraGroupBox6.Controls.Add(this.label8);
  194. this.ultraGroupBox6.Controls.Add(this.txt_MR_ID);
  195. this.ultraGroupBox6.Controls.Add(this.label1);
  196. this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
  197. this.ultraGroupBox6.Location = new System.Drawing.Point(0, 0);
  198. this.ultraGroupBox6.Name = "ultraGroupBox6";
  199. this.ultraGroupBox6.Size = new System.Drawing.Size(1192, 151);
  200. this.ultraGroupBox6.TabIndex = 76;
  201. //
  202. // label4
  203. //
  204. this.label4.AutoSize = true;
  205. this.label4.Location = new System.Drawing.Point(435, 39);
  206. this.label4.Name = "label4";
  207. this.label4.Size = new System.Drawing.Size(65, 12);
  208. this.label4.TabIndex = 137;
  209. this.label4.Text = "计划时间:";
  210. //
  211. // ultDt_MR_PERIOD_END
  212. //
  213. this.ultDt_MR_PERIOD_END.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  214. this.ultDt_MR_PERIOD_END.FormatProvider = new System.Globalization.CultureInfo("en-GB");
  215. this.ultDt_MR_PERIOD_END.Location = new System.Drawing.Point(677, 35);
  216. this.ultDt_MR_PERIOD_END.MaskInput = "{LOC}yyyy/mm/dd";
  217. this.ultDt_MR_PERIOD_END.Name = "ultDt_MR_PERIOD_END";
  218. this.ultDt_MR_PERIOD_END.Size = new System.Drawing.Size(144, 21);
  219. this.ultDt_MR_PERIOD_END.TabIndex = 136;
  220. //
  221. // ultDt_MR_PERIOD_START
  222. //
  223. this.ultDt_MR_PERIOD_START.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  224. this.ultDt_MR_PERIOD_START.FormatProvider = new System.Globalization.CultureInfo("en-US");
  225. this.ultDt_MR_PERIOD_START.Location = new System.Drawing.Point(506, 35);
  226. this.ultDt_MR_PERIOD_START.MaskInput = "{LOC}yyyy/mm/dd";
  227. this.ultDt_MR_PERIOD_START.Name = "ultDt_MR_PERIOD_START";
  228. this.ultDt_MR_PERIOD_START.Size = new System.Drawing.Size(144, 21);
  229. this.ultDt_MR_PERIOD_START.TabIndex = 135;
  230. //
  231. // Ultcmb_URGENCY_TYPE
  232. //
  233. this.Ultcmb_URGENCY_TYPE.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  234. this.Ultcmb_URGENCY_TYPE.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  235. valueListItem46.CheckState = System.Windows.Forms.CheckState.Checked;
  236. valueListItem46.DataValue = "1";
  237. valueListItem46.DisplayText = "紧急";
  238. valueListItem47.CheckState = System.Windows.Forms.CheckState.Indeterminate;
  239. valueListItem47.DataValue = "2";
  240. valueListItem47.DisplayText = "常规";
  241. this.Ultcmb_URGENCY_TYPE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  242. valueListItem46,
  243. valueListItem47});
  244. this.Ultcmb_URGENCY_TYPE.Location = new System.Drawing.Point(301, 35);
  245. this.Ultcmb_URGENCY_TYPE.Name = "Ultcmb_URGENCY_TYPE";
  246. this.Ultcmb_URGENCY_TYPE.Size = new System.Drawing.Size(100, 21);
  247. this.Ultcmb_URGENCY_TYPE.TabIndex = 126;
  248. //
  249. // label14
  250. //
  251. this.label14.AutoSize = true;
  252. this.label14.Location = new System.Drawing.Point(654, 39);
  253. this.label14.Name = "label14";
  254. this.label14.Size = new System.Drawing.Size(17, 12);
  255. this.label14.TabIndex = 98;
  256. this.label14.Text = "--";
  257. //
  258. // label8
  259. //
  260. this.label8.AutoSize = true;
  261. this.label8.Location = new System.Drawing.Point(230, 38);
  262. this.label8.Name = "label8";
  263. this.label8.Size = new System.Drawing.Size(65, 12);
  264. this.label8.TabIndex = 88;
  265. this.label8.Text = "紧急程度:";
  266. //
  267. // txt_MR_ID
  268. //
  269. this.txt_MR_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  270. this.txt_MR_ID.Enabled = false;
  271. this.txt_MR_ID.Location = new System.Drawing.Point(100, 36);
  272. this.txt_MR_ID.Name = "txt_MR_ID";
  273. this.txt_MR_ID.ReadOnly = true;
  274. this.txt_MR_ID.Size = new System.Drawing.Size(100, 21);
  275. this.txt_MR_ID.TabIndex = 77;
  276. //
  277. // label1
  278. //
  279. this.label1.AutoSize = true;
  280. this.label1.Location = new System.Drawing.Point(16, 38);
  281. this.label1.Name = "label1";
  282. this.label1.Size = new System.Drawing.Size(89, 12);
  283. this.label1.TabIndex = 76;
  284. this.label1.Text = "采购计划单号:";
  285. //
  286. // ultraTabPageControl2
  287. //
  288. this.ultraTabPageControl2.Controls.Add(this.label5);
  289. this.ultraTabPageControl2.Controls.Add(this.txt_ITEMUOMCONEFFICIENT1);
  290. this.ultraTabPageControl2.Controls.Add(this.txt_REMARK);
  291. this.ultraTabPageControl2.Controls.Add(this.label20);
  292. this.ultraTabPageControl2.Controls.Add(this.txt_BUDGET_AMT);
  293. this.ultraTabPageControl2.Controls.Add(this.label17);
  294. this.ultraTabPageControl2.Controls.Add(this.txt_ton);
  295. this.ultraTabPageControl2.Controls.Add(this.label15);
  296. this.ultraTabPageControl2.Controls.Add(this.label11);
  297. this.ultraTabPageControl2.Controls.Add(this.txt_ITEM_SPEC);
  298. this.ultraTabPageControl2.Controls.Add(this.label10);
  299. this.ultraTabPageControl2.Controls.Add(this.txt_ITEM_DESC);
  300. this.ultraTabPageControl2.Controls.Add(this.label9);
  301. this.ultraTabPageControl2.Controls.Add(this.txt_ITEM_MODEL);
  302. this.ultraTabPageControl2.Controls.Add(this.label3);
  303. this.ultraTabPageControl2.Controls.Add(this.txt_ITEM_CODE);
  304. this.ultraTabPageControl2.Controls.Add(this.label2);
  305. this.ultraTabPageControl2.Controls.Add(this.label34);
  306. this.ultraTabPageControl2.Controls.Add(this.txt_MR_LINE_ID);
  307. this.ultraTabPageControl2.Controls.Add(this.txt_BUG_PRICE);
  308. this.ultraTabPageControl2.Controls.Add(this.label32);
  309. this.ultraTabPageControl2.Controls.Add(this.txt_QTY);
  310. this.ultraTabPageControl2.Controls.Add(this.label33);
  311. this.ultraTabPageControl2.Controls.Add(this.txt_SUPP_NAME);
  312. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  313. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  314. this.ultraTabPageControl2.Size = new System.Drawing.Size(1192, 151);
  315. //
  316. // label5
  317. //
  318. this.label5.AutoSize = true;
  319. this.label5.Location = new System.Drawing.Point(61, 147);
  320. this.label5.Name = "label5";
  321. this.label5.Size = new System.Drawing.Size(65, 12);
  322. this.label5.TabIndex = 110;
  323. this.label5.Text = "转换系数:";
  324. this.label5.Visible = false;
  325. //
  326. // txt_ITEMUOMCONEFFICIENT1
  327. //
  328. this.txt_ITEMUOMCONEFFICIENT1.Location = new System.Drawing.Point(123, 138);
  329. this.txt_ITEMUOMCONEFFICIENT1.Name = "txt_ITEMUOMCONEFFICIENT1";
  330. this.txt_ITEMUOMCONEFFICIENT1.ReadOnly = true;
  331. this.txt_ITEMUOMCONEFFICIENT1.Size = new System.Drawing.Size(103, 21);
  332. this.txt_ITEMUOMCONEFFICIENT1.TabIndex = 109;
  333. this.txt_ITEMUOMCONEFFICIENT1.Visible = false;
  334. //
  335. // txt_REMARK
  336. //
  337. this.txt_REMARK.Location = new System.Drawing.Point(749, 84);
  338. this.txt_REMARK.Multiline = true;
  339. this.txt_REMARK.Name = "txt_REMARK";
  340. this.txt_REMARK.Size = new System.Drawing.Size(330, 69);
  341. this.txt_REMARK.TabIndex = 108;
  342. //
  343. // label20
  344. //
  345. this.label20.AutoSize = true;
  346. this.label20.Location = new System.Drawing.Point(702, 87);
  347. this.label20.Name = "label20";
  348. this.label20.Size = new System.Drawing.Size(41, 12);
  349. this.label20.TabIndex = 107;
  350. this.label20.Text = "备注:";
  351. //
  352. // txt_BUDGET_AMT
  353. //
  354. this.txt_BUDGET_AMT.Enabled = false;
  355. this.txt_BUDGET_AMT.Location = new System.Drawing.Point(544, 87);
  356. this.txt_BUDGET_AMT.Name = "txt_BUDGET_AMT";
  357. this.txt_BUDGET_AMT.ReadOnly = true;
  358. this.txt_BUDGET_AMT.Size = new System.Drawing.Size(103, 21);
  359. this.txt_BUDGET_AMT.TabIndex = 106;
  360. //
  361. // label17
  362. //
  363. this.label17.AutoSize = true;
  364. this.label17.Location = new System.Drawing.Point(461, 87);
  365. this.label17.Name = "label17";
  366. this.label17.Size = new System.Drawing.Size(77, 12);
  367. this.label17.TabIndex = 105;
  368. this.label17.Text = "预算总金额:";
  369. //
  370. // txt_ton
  371. //
  372. this.txt_ton.Enabled = false;
  373. this.txt_ton.Location = new System.Drawing.Point(123, 109);
  374. this.txt_ton.Name = "txt_ton";
  375. this.txt_ton.ReadOnly = true;
  376. this.txt_ton.Size = new System.Drawing.Size(100, 21);
  377. this.txt_ton.TabIndex = 104;
  378. this.txt_ton.Visible = false;
  379. //
  380. // label15
  381. //
  382. this.label15.AutoSize = true;
  383. this.label15.Location = new System.Drawing.Point(229, 90);
  384. this.label15.Name = "label15";
  385. this.label15.Size = new System.Drawing.Size(17, 12);
  386. this.label15.TabIndex = 103;
  387. this.label15.Text = "吨";
  388. //
  389. // label11
  390. //
  391. this.label11.AutoSize = true;
  392. this.label11.Location = new System.Drawing.Point(73, 87);
  393. this.label11.Name = "label11";
  394. this.label11.Size = new System.Drawing.Size(41, 12);
  395. this.label11.TabIndex = 102;
  396. this.label11.Text = "数量:";
  397. //
  398. // txt_ITEM_SPEC
  399. //
  400. this.txt_ITEM_SPEC.Enabled = false;
  401. this.txt_ITEM_SPEC.Location = new System.Drawing.Point(752, 26);
  402. this.txt_ITEM_SPEC.Name = "txt_ITEM_SPEC";
  403. this.txt_ITEM_SPEC.ReadOnly = true;
  404. this.txt_ITEM_SPEC.Size = new System.Drawing.Size(100, 21);
  405. this.txt_ITEM_SPEC.TabIndex = 89;
  406. //
  407. // label10
  408. //
  409. this.label10.AutoSize = true;
  410. this.label10.Location = new System.Drawing.Point(681, 29);
  411. this.label10.Name = "label10";
  412. this.label10.Size = new System.Drawing.Size(65, 12);
  413. this.label10.TabIndex = 88;
  414. this.label10.Text = "物料材质:";
  415. //
  416. // txt_ITEM_DESC
  417. //
  418. this.txt_ITEM_DESC.Enabled = false;
  419. this.txt_ITEM_DESC.Location = new System.Drawing.Point(982, 26);
  420. this.txt_ITEM_DESC.Name = "txt_ITEM_DESC";
  421. this.txt_ITEM_DESC.ReadOnly = true;
  422. this.txt_ITEM_DESC.Size = new System.Drawing.Size(100, 21);
  423. this.txt_ITEM_DESC.TabIndex = 87;
  424. //
  425. // label9
  426. //
  427. this.label9.AutoSize = true;
  428. this.label9.Location = new System.Drawing.Point(911, 29);
  429. this.label9.Name = "label9";
  430. this.label9.Size = new System.Drawing.Size(65, 12);
  431. this.label9.TabIndex = 86;
  432. this.label9.Text = "物料描述:";
  433. //
  434. // txt_ITEM_MODEL
  435. //
  436. this.txt_ITEM_MODEL.Enabled = false;
  437. this.txt_ITEM_MODEL.Location = new System.Drawing.Point(547, 26);
  438. this.txt_ITEM_MODEL.Name = "txt_ITEM_MODEL";
  439. this.txt_ITEM_MODEL.ReadOnly = true;
  440. this.txt_ITEM_MODEL.Size = new System.Drawing.Size(100, 21);
  441. this.txt_ITEM_MODEL.TabIndex = 81;
  442. //
  443. // label3
  444. //
  445. this.label3.AutoSize = true;
  446. this.label3.Location = new System.Drawing.Point(476, 29);
  447. this.label3.Name = "label3";
  448. this.label3.Size = new System.Drawing.Size(65, 12);
  449. this.label3.TabIndex = 80;
  450. this.label3.Text = "型号规格:";
  451. //
  452. // txt_ITEM_CODE
  453. //
  454. this.txt_ITEM_CODE.BackColor = System.Drawing.Color.DarkGray;
  455. this.txt_ITEM_CODE.Location = new System.Drawing.Point(343, 26);
  456. this.txt_ITEM_CODE.Name = "txt_ITEM_CODE";
  457. this.txt_ITEM_CODE.ReadOnly = true;
  458. this.txt_ITEM_CODE.Size = new System.Drawing.Size(100, 21);
  459. this.txt_ITEM_CODE.TabIndex = 79;
  460. //
  461. // label2
  462. //
  463. this.label2.AutoSize = true;
  464. this.label2.Location = new System.Drawing.Point(266, 29);
  465. this.label2.Name = "label2";
  466. this.label2.Size = new System.Drawing.Size(65, 12);
  467. this.label2.TabIndex = 78;
  468. this.label2.Text = "物料编码:";
  469. //
  470. // label34
  471. //
  472. this.label34.AutoSize = true;
  473. this.label34.Location = new System.Drawing.Point(28, 29);
  474. this.label34.Name = "label34";
  475. this.label34.Size = new System.Drawing.Size(89, 12);
  476. this.label34.TabIndex = 77;
  477. this.label34.Text = "采购计划行号:";
  478. //
  479. // txt_MR_LINE_ID
  480. //
  481. this.txt_MR_LINE_ID.Enabled = false;
  482. this.txt_MR_LINE_ID.Location = new System.Drawing.Point(123, 26);
  483. this.txt_MR_LINE_ID.Name = "txt_MR_LINE_ID";
  484. this.txt_MR_LINE_ID.ReadOnly = true;
  485. this.txt_MR_LINE_ID.Size = new System.Drawing.Size(100, 21);
  486. this.txt_MR_LINE_ID.TabIndex = 12;
  487. //
  488. // txt_BUG_PRICE
  489. //
  490. this.txt_BUG_PRICE.BackColor = System.Drawing.SystemColors.Control;
  491. this.txt_BUG_PRICE.Enabled = false;
  492. this.txt_BUG_PRICE.Location = new System.Drawing.Point(340, 87);
  493. this.txt_BUG_PRICE.Name = "txt_BUG_PRICE";
  494. this.txt_BUG_PRICE.ReadOnly = true;
  495. this.txt_BUG_PRICE.Size = new System.Drawing.Size(103, 21);
  496. this.txt_BUG_PRICE.TabIndex = 11;
  497. //
  498. // label32
  499. //
  500. this.label32.AutoSize = true;
  501. this.label32.Location = new System.Drawing.Point(278, 87);
  502. this.label32.Name = "label32";
  503. this.label32.Size = new System.Drawing.Size(53, 12);
  504. this.label32.TabIndex = 10;
  505. this.label32.Text = "计划价:";
  506. //
  507. // txt_QTY
  508. //
  509. this.txt_QTY.Location = new System.Drawing.Point(120, 84);
  510. this.txt_QTY.MaxLength = 5;
  511. this.txt_QTY.Name = "txt_QTY";
  512. this.txt_QTY.Size = new System.Drawing.Size(103, 21);
  513. this.txt_QTY.TabIndex = 9;
  514. //
  515. // label33
  516. //
  517. this.label33.AutoSize = true;
  518. this.label33.Location = new System.Drawing.Point(229, 112);
  519. this.label33.Name = "label33";
  520. this.label33.Size = new System.Drawing.Size(53, 12);
  521. this.label33.TabIndex = 8;
  522. this.label33.Text = "采购单位";
  523. this.label33.Visible = false;
  524. //
  525. // txt_SUPP_NAME
  526. //
  527. this.txt_SUPP_NAME.Location = new System.Drawing.Point(123, 26);
  528. this.txt_SUPP_NAME.Name = "txt_SUPP_NAME";
  529. this.txt_SUPP_NAME.ReadOnly = true;
  530. this.txt_SUPP_NAME.Size = new System.Drawing.Size(100, 21);
  531. this.txt_SUPP_NAME.TabIndex = 7;
  532. //
  533. // dataColumn11
  534. //
  535. this.dataColumn11.Caption = "修改时间";
  536. this.dataColumn11.ColumnName = "UPDATETIME";
  537. //
  538. // dataColumn10
  539. //
  540. this.dataColumn10.Caption = "修改人";
  541. this.dataColumn10.ColumnName = "UPDATENAME";
  542. //
  543. // dataColumn9
  544. //
  545. this.dataColumn9.Caption = "创建时间";
  546. this.dataColumn9.ColumnName = "CREATETIME";
  547. //
  548. // dataColumn25
  549. //
  550. this.dataColumn25.Caption = "预算类型";
  551. this.dataColumn25.ColumnName = "BUDGETCODE";
  552. //
  553. // dataColumn24
  554. //
  555. this.dataColumn24.Caption = "要求交货日期";
  556. this.dataColumn24.ColumnName = "ASK_DELIVER_DATE";
  557. //
  558. // dataColumn8
  559. //
  560. this.dataColumn8.Caption = "创建人";
  561. this.dataColumn8.ColumnName = "CREATENAME";
  562. //
  563. // dataTable2
  564. //
  565. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  566. this.dataColumn16,
  567. this.dataColumn17,
  568. this.dataColumn18,
  569. this.dataColumn19,
  570. this.dataColumn20,
  571. this.dataColumn21,
  572. this.dataColumn22,
  573. this.dataColumn23,
  574. this.dataColumn24,
  575. this.dataColumn25,
  576. this.dataColumn26,
  577. this.dataColumn27,
  578. this.dataColumn28,
  579. this.dataColumn29,
  580. this.dataColumn30,
  581. this.dataColumn13,
  582. this.dataColumn14,
  583. this.dataColumn15,
  584. this.dataColumn31});
  585. this.dataTable2.TableName = "Table2";
  586. //
  587. // dataColumn16
  588. //
  589. this.dataColumn16.Caption = "采购单行号";
  590. this.dataColumn16.ColumnName = "MRLINEID";
  591. //
  592. // dataColumn17
  593. //
  594. this.dataColumn17.Caption = "物料编码";
  595. this.dataColumn17.ColumnName = "ITEMCODE";
  596. //
  597. // dataColumn18
  598. //
  599. this.dataColumn18.Caption = "物料描述";
  600. this.dataColumn18.ColumnName = "ITEMDESC";
  601. //
  602. // dataColumn19
  603. //
  604. this.dataColumn19.Caption = "物料名称";
  605. this.dataColumn19.ColumnName = "ITEMNAME";
  606. //
  607. // dataColumn20
  608. //
  609. this.dataColumn20.Caption = "型号规格";
  610. this.dataColumn20.ColumnName = "ITEMMODEL";
  611. //
  612. // dataColumn21
  613. //
  614. this.dataColumn21.Caption = "物料材质";
  615. this.dataColumn21.ColumnName = "ITEMSPEC";
  616. //
  617. // dataColumn22
  618. //
  619. this.dataColumn22.Caption = "询单金额";
  620. this.dataColumn22.ColumnName = "PICK_AMT";
  621. //
  622. // dataColumn23
  623. //
  624. this.dataColumn23.Caption = "询单数量";
  625. this.dataColumn23.ColumnName = "PICK_QTY";
  626. //
  627. // dataColumn26
  628. //
  629. this.dataColumn26.Caption = "备注";
  630. this.dataColumn26.ColumnName = "REMARK";
  631. //
  632. // dataColumn27
  633. //
  634. this.dataColumn27.Caption = "采购管理部门代码";
  635. this.dataColumn27.ColumnName = "BUYERDEPTCODE";
  636. //
  637. // dataColumn28
  638. //
  639. this.dataColumn28.Caption = "采购管理科室代码";
  640. this.dataColumn28.ColumnName = "BUYERUNITCODE";
  641. //
  642. // dataColumn29
  643. //
  644. this.dataColumn29.Caption = "修改人";
  645. this.dataColumn29.ColumnName = "UPDATENAME";
  646. //
  647. // dataColumn30
  648. //
  649. this.dataColumn30.Caption = "修改时间";
  650. this.dataColumn30.ColumnName = "UPDATETIME";
  651. //
  652. // dataColumn13
  653. //
  654. this.dataColumn13.Caption = "费用类型";
  655. this.dataColumn13.ColumnName = "EXPENSE_TYPE";
  656. //
  657. // dataColumn14
  658. //
  659. this.dataColumn14.Caption = "采购管理部门代码";
  660. this.dataColumn14.ColumnName = "BUYER_DEPT_CODE";
  661. //
  662. // dataColumn15
  663. //
  664. this.dataColumn15.Caption = "采购管理科室代码";
  665. this.dataColumn15.ColumnName = "BUYER_UNIT_CODE";
  666. //
  667. // dataColumn31
  668. //
  669. this.dataColumn31.Caption = "任务单号";
  670. this.dataColumn31.ColumnName = "TASK_ID";
  671. //
  672. // ultraGroupBox3
  673. //
  674. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox3, 2);
  675. this.ultraGroupBox3.Controls.Add(this.ultraGrid2);
  676. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  677. this.ultraGroupBox3.Location = new System.Drawing.Point(3, 193);
  678. this.ultraGroupBox3.Name = "ultraGroupBox3";
  679. this.ultraGroupBox3.Size = new System.Drawing.Size(1200, 144);
  680. this.ultraGroupBox3.TabIndex = 2;
  681. this.ultraGroupBox3.Text = "采购计划详表";
  682. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  683. //
  684. // ultraGrid2
  685. //
  686. this.ultraGrid2.DataMember = "Table2";
  687. this.ultraGrid2.DataSource = this.dataSet1;
  688. ultraGridColumn13.Header.VisiblePosition = 1;
  689. ultraGridColumn14.Header.VisiblePosition = 2;
  690. ultraGridColumn15.Header.VisiblePosition = 3;
  691. ultraGridColumn16.Header.VisiblePosition = 4;
  692. ultraGridColumn17.Header.VisiblePosition = 5;
  693. ultraGridColumn18.Header.VisiblePosition = 6;
  694. ultraGridColumn19.Header.VisiblePosition = 7;
  695. ultraGridColumn20.Header.VisiblePosition = 8;
  696. ultraGridColumn21.Header.VisiblePosition = 9;
  697. ultraGridColumn22.Header.VisiblePosition = 10;
  698. ultraGridColumn23.Header.VisiblePosition = 11;
  699. ultraGridColumn24.Header.VisiblePosition = 12;
  700. ultraGridColumn25.Header.VisiblePosition = 13;
  701. ultraGridColumn26.Header.VisiblePosition = 14;
  702. ultraGridColumn27.Header.VisiblePosition = 15;
  703. ultraGridColumn28.Header.VisiblePosition = 16;
  704. ultraGridColumn29.Header.VisiblePosition = 17;
  705. ultraGridColumn30.Header.VisiblePosition = 18;
  706. ultraGridColumn31.Header.VisiblePosition = 19;
  707. ultraGridColumn32.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
  708. ultraGridColumn32.DataType = typeof(bool);
  709. appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
  710. appearance1.ImageVAlign = Infragistics.Win.VAlign.Middle;
  711. appearance1.TextHAlignAsString = "Center";
  712. ultraGridColumn32.Header.Appearance = appearance1;
  713. ultraGridColumn32.Header.Caption = "";
  714. ultraGridColumn32.Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Center;
  715. ultraGridColumn32.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  716. ultraGridColumn32.Header.VisiblePosition = 0;
  717. ultraGridColumn32.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  718. ultraGridBand2.Columns.AddRange(new object[] {
  719. ultraGridColumn13,
  720. ultraGridColumn14,
  721. ultraGridColumn15,
  722. ultraGridColumn16,
  723. ultraGridColumn17,
  724. ultraGridColumn18,
  725. ultraGridColumn19,
  726. ultraGridColumn20,
  727. ultraGridColumn21,
  728. ultraGridColumn22,
  729. ultraGridColumn23,
  730. ultraGridColumn24,
  731. ultraGridColumn25,
  732. ultraGridColumn26,
  733. ultraGridColumn27,
  734. ultraGridColumn28,
  735. ultraGridColumn29,
  736. ultraGridColumn30,
  737. ultraGridColumn31,
  738. ultraGridColumn32});
  739. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  740. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  741. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  742. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  743. this.ultraGrid2.Location = new System.Drawing.Point(3, 18);
  744. this.ultraGrid2.Name = "ultraGrid2";
  745. this.ultraGrid2.Size = new System.Drawing.Size(1194, 123);
  746. this.ultraGrid2.TabIndex = 2;
  747. this.ultraGrid2.Text = "ultraGrid2";
  748. //
  749. // dataSet1
  750. //
  751. this.dataSet1.DataSetName = "NewDataSet";
  752. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  753. this.dataTable1,
  754. this.dataTable2,
  755. this.dataTable3});
  756. //
  757. // dataTable1
  758. //
  759. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  760. this.dataColumn3,
  761. this.dataColumn8,
  762. this.dataColumn9,
  763. this.dataColumn10,
  764. this.dataColumn11,
  765. this.dataColumn1,
  766. this.dataColumn2,
  767. this.dataColumn4,
  768. this.dataColumn5,
  769. this.dataColumn6,
  770. this.dataColumn7,
  771. this.dataColumn12});
  772. this.dataTable1.TableName = "Table1";
  773. //
  774. // dataColumn3
  775. //
  776. this.dataColumn3.Caption = "当前状态";
  777. this.dataColumn3.ColumnName = "STATUS";
  778. //
  779. // dataColumn1
  780. //
  781. this.dataColumn1.Caption = "任务单号";
  782. this.dataColumn1.ColumnName = "TASK_ID";
  783. //
  784. // dataColumn2
  785. //
  786. this.dataColumn2.Caption = "询价总金额";
  787. this.dataColumn2.ColumnName = "PICK_AMT";
  788. //
  789. // dataColumn4
  790. //
  791. this.dataColumn4.Caption = "采购员";
  792. this.dataColumn4.ColumnName = "BUYER_NAME";
  793. //
  794. // dataColumn5
  795. //
  796. this.dataColumn5.Caption = "采购管理部门代码";
  797. this.dataColumn5.ColumnName = "BUYER_DEPT_CODE";
  798. //
  799. // dataColumn6
  800. //
  801. this.dataColumn6.Caption = "采购管理部门描叙";
  802. this.dataColumn6.ColumnName = "BUYER_DEPT_DESC";
  803. //
  804. // dataColumn7
  805. //
  806. this.dataColumn7.Caption = "采购管理科室代码";
  807. this.dataColumn7.ColumnName = "BUYER_UNIT_CODE";
  808. //
  809. // dataColumn12
  810. //
  811. this.dataColumn12.Caption = "采购管理科室描叙";
  812. this.dataColumn12.ColumnName = "BUYER_UNIT_DESC";
  813. //
  814. // dataTable3
  815. //
  816. this.dataTable3.TableName = "Table3";
  817. //
  818. // ultraTabSharedControlsPage1
  819. //
  820. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  821. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  822. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1192, 151);
  823. //
  824. // ultraTabControl1
  825. //
  826. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  827. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  828. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  829. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  830. this.ultraTabControl1.Location = new System.Drawing.Point(3, 18);
  831. this.ultraTabControl1.Name = "ultraTabControl1";
  832. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  833. this.ultraTabControl1.Size = new System.Drawing.Size(1194, 174);
  834. this.ultraTabControl1.TabIndex = 0;
  835. ultraTab1.Key = "0";
  836. ultraTab1.TabPage = this.ultraTabPageControl1;
  837. ultraTab1.Text = "计划主表";
  838. ultraTab2.Key = "1";
  839. ultraTab2.TabPage = this.ultraTabPageControl2;
  840. ultraTab2.Text = "计划详表";
  841. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  842. ultraTab1,
  843. ultraTab2});
  844. this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
  845. //
  846. // tableLayoutPanel1
  847. //
  848. this.tableLayoutPanel1.ColumnCount = 2;
  849. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.5F));
  850. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
  851. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox5, 0, 3);
  852. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox3, 0, 2);
  853. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
  854. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
  855. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  856. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  857. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  858. this.tableLayoutPanel1.RowCount = 4;
  859. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  860. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
  861. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
  862. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
  863. this.tableLayoutPanel1.Size = new System.Drawing.Size(1206, 541);
  864. this.tableLayoutPanel1.TabIndex = 2;
  865. //
  866. // ultraGroupBox5
  867. //
  868. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox5, 2);
  869. this.ultraGroupBox5.Controls.Add(this.ultraTabControl1);
  870. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  871. this.ultraGroupBox5.Location = new System.Drawing.Point(3, 343);
  872. this.ultraGroupBox5.Name = "ultraGroupBox5";
  873. this.ultraGroupBox5.Size = new System.Drawing.Size(1200, 195);
  874. this.ultraGroupBox5.TabIndex = 4;
  875. this.ultraGroupBox5.Text = "编辑区";
  876. this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  877. //
  878. // ultraGroupBox2
  879. //
  880. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox2, 2);
  881. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  882. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  883. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 43);
  884. this.ultraGroupBox2.Name = "ultraGroupBox2";
  885. this.ultraGroupBox2.Size = new System.Drawing.Size(1200, 144);
  886. this.ultraGroupBox2.TabIndex = 1;
  887. this.ultraGroupBox2.Text = "采购计划主表";
  888. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  889. //
  890. // ultraGrid1
  891. //
  892. this.ultraGrid1.DataMember = "Table1";
  893. this.ultraGrid1.DataSource = this.dataSet1;
  894. ultraGridColumn1.Header.VisiblePosition = 0;
  895. ultraGridColumn2.Header.VisiblePosition = 1;
  896. ultraGridColumn3.Format = "yyyy/mm/dd";
  897. ultraGridColumn3.Header.VisiblePosition = 2;
  898. ultraGridColumn4.Header.VisiblePosition = 3;
  899. ultraGridColumn5.Header.VisiblePosition = 4;
  900. ultraGridColumn6.Header.VisiblePosition = 5;
  901. ultraGridColumn7.Header.VisiblePosition = 6;
  902. ultraGridColumn8.Header.VisiblePosition = 7;
  903. ultraGridColumn9.Header.VisiblePosition = 8;
  904. ultraGridColumn10.Header.VisiblePosition = 9;
  905. ultraGridColumn11.Header.VisiblePosition = 10;
  906. ultraGridColumn12.Header.VisiblePosition = 11;
  907. ultraGridBand1.Columns.AddRange(new object[] {
  908. ultraGridColumn1,
  909. ultraGridColumn2,
  910. ultraGridColumn3,
  911. ultraGridColumn4,
  912. ultraGridColumn5,
  913. ultraGridColumn6,
  914. ultraGridColumn7,
  915. ultraGridColumn8,
  916. ultraGridColumn9,
  917. ultraGridColumn10,
  918. ultraGridColumn11,
  919. ultraGridColumn12});
  920. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  921. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  922. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  923. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  924. this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
  925. this.ultraGrid1.Name = "ultraGrid1";
  926. this.ultraGrid1.Size = new System.Drawing.Size(1194, 123);
  927. this.ultraGrid1.TabIndex = 1;
  928. this.ultraGrid1.Text = "ultraGrid1";
  929. //
  930. // ultraGroupBox1
  931. //
  932. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox1, 2);
  933. this.ultraGroupBox1.Controls.Add(this.label35);
  934. this.ultraGroupBox1.Controls.Add(this.label26);
  935. this.ultraGroupBox1.Controls.Add(this.ultraTextEditor4);
  936. this.ultraGroupBox1.Controls.Add(this.ultraTextEditor5);
  937. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  938. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
  939. this.ultraGroupBox1.Name = "ultraGroupBox1";
  940. this.ultraGroupBox1.Size = new System.Drawing.Size(1200, 34);
  941. this.ultraGroupBox1.TabIndex = 0;
  942. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  943. //
  944. // label35
  945. //
  946. this.label35.AutoSize = true;
  947. this.label35.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  948. this.label35.Location = new System.Drawing.Point(17, 11);
  949. this.label35.Name = "label35";
  950. this.label35.Size = new System.Drawing.Size(65, 12);
  951. this.label35.TabIndex = 21;
  952. this.label35.Text = "任务单号:";
  953. //
  954. // label26
  955. //
  956. this.label26.AutoSize = true;
  957. this.label26.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  958. this.label26.Location = new System.Drawing.Point(271, 11);
  959. this.label26.Name = "label26";
  960. this.label26.Size = new System.Drawing.Size(65, 12);
  961. this.label26.TabIndex = 20;
  962. this.label26.Text = "采购单号:";
  963. //
  964. // ultraTextEditor4
  965. //
  966. this.ultraTextEditor4.Location = new System.Drawing.Point(336, 8);
  967. this.ultraTextEditor4.Name = "ultraTextEditor4";
  968. this.ultraTextEditor4.Size = new System.Drawing.Size(100, 21);
  969. this.ultraTextEditor4.TabIndex = 18;
  970. //
  971. // ultraTextEditor5
  972. //
  973. this.ultraTextEditor5.Location = new System.Drawing.Point(81, 8);
  974. this.ultraTextEditor5.Name = "ultraTextEditor5";
  975. this.ultraTextEditor5.Size = new System.Drawing.Size(100, 21);
  976. this.ultraTextEditor5.TabIndex = 17;
  977. //
  978. // frmTaskMana
  979. //
  980. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  981. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  982. this.ClientSize = new System.Drawing.Size(1206, 541);
  983. this.Controls.Add(this.tableLayoutPanel1);
  984. this.Name = "frmTaskMana";
  985. this.Text = "frmTaskMana";
  986. this.ultraTabPageControl1.ResumeLayout(false);
  987. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
  988. this.ultraGroupBox6.ResumeLayout(false);
  989. this.ultraGroupBox6.PerformLayout();
  990. ((System.ComponentModel.ISupportInitialize)(this.ultDt_MR_PERIOD_END)).EndInit();
  991. ((System.ComponentModel.ISupportInitialize)(this.ultDt_MR_PERIOD_START)).EndInit();
  992. ((System.ComponentModel.ISupportInitialize)(this.Ultcmb_URGENCY_TYPE)).EndInit();
  993. this.ultraTabPageControl2.ResumeLayout(false);
  994. this.ultraTabPageControl2.PerformLayout();
  995. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  996. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  997. this.ultraGroupBox3.ResumeLayout(false);
  998. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  999. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1000. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1001. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1002. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1003. this.ultraTabControl1.ResumeLayout(false);
  1004. this.tableLayoutPanel1.ResumeLayout(false);
  1005. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  1006. this.ultraGroupBox5.ResumeLayout(false);
  1007. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1008. this.ultraGroupBox2.ResumeLayout(false);
  1009. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1010. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1011. this.ultraGroupBox1.ResumeLayout(false);
  1012. this.ultraGroupBox1.PerformLayout();
  1013. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).EndInit();
  1014. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).EndInit();
  1015. this.ResumeLayout(false);
  1016. }
  1017. #endregion
  1018. private System.Data.DataColumn dataColumn11;
  1019. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1020. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox6;
  1021. private System.Windows.Forms.Label label4;
  1022. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultDt_MR_PERIOD_END;
  1023. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultDt_MR_PERIOD_START;
  1024. private Infragistics.Win.UltraWinEditors.UltraComboEditor Ultcmb_URGENCY_TYPE;
  1025. private System.Windows.Forms.Label label14;
  1026. private System.Windows.Forms.Label label8;
  1027. private System.Windows.Forms.TextBox txt_MR_ID;
  1028. private System.Windows.Forms.Label label1;
  1029. private System.Data.DataColumn dataColumn10;
  1030. private System.Data.DataColumn dataColumn9;
  1031. private System.Data.DataColumn dataColumn25;
  1032. private System.Data.DataColumn dataColumn24;
  1033. private System.Data.DataColumn dataColumn8;
  1034. private System.Data.DataTable dataTable2;
  1035. private System.Data.DataColumn dataColumn16;
  1036. private System.Data.DataColumn dataColumn17;
  1037. private System.Data.DataColumn dataColumn18;
  1038. private System.Data.DataColumn dataColumn19;
  1039. private System.Data.DataColumn dataColumn20;
  1040. private System.Data.DataColumn dataColumn21;
  1041. private System.Data.DataColumn dataColumn22;
  1042. private System.Data.DataColumn dataColumn23;
  1043. private System.Data.DataColumn dataColumn26;
  1044. private System.Data.DataColumn dataColumn27;
  1045. private System.Data.DataColumn dataColumn28;
  1046. private System.Data.DataColumn dataColumn29;
  1047. private System.Data.DataColumn dataColumn30;
  1048. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1049. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1050. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  1051. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1052. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1053. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1054. private System.Windows.Forms.Label label5;
  1055. private System.Windows.Forms.TextBox txt_ITEMUOMCONEFFICIENT1;
  1056. private System.Windows.Forms.TextBox txt_REMARK;
  1057. private System.Windows.Forms.Label label20;
  1058. private System.Windows.Forms.TextBox txt_BUDGET_AMT;
  1059. private System.Windows.Forms.Label label17;
  1060. private System.Windows.Forms.TextBox txt_ton;
  1061. private System.Windows.Forms.Label label15;
  1062. private System.Windows.Forms.Label label11;
  1063. private System.Windows.Forms.TextBox txt_ITEM_SPEC;
  1064. private System.Windows.Forms.Label label10;
  1065. private System.Windows.Forms.TextBox txt_ITEM_DESC;
  1066. private System.Windows.Forms.Label label9;
  1067. private System.Windows.Forms.TextBox txt_ITEM_MODEL;
  1068. private System.Windows.Forms.Label label3;
  1069. private System.Windows.Forms.TextBox txt_ITEM_CODE;
  1070. private System.Windows.Forms.Label label2;
  1071. private System.Windows.Forms.Label label34;
  1072. private System.Windows.Forms.TextBox txt_MR_LINE_ID;
  1073. private System.Windows.Forms.TextBox txt_BUG_PRICE;
  1074. private System.Windows.Forms.Label label32;
  1075. private System.Windows.Forms.TextBox txt_QTY;
  1076. private System.Windows.Forms.Label label33;
  1077. private System.Windows.Forms.TextBox txt_SUPP_NAME;
  1078. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1079. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1080. private System.Data.DataSet dataSet1;
  1081. private System.Data.DataTable dataTable1;
  1082. private System.Data.DataColumn dataColumn3;
  1083. private System.Data.DataTable dataTable3;
  1084. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1085. private System.Windows.Forms.Label label35;
  1086. private System.Windows.Forms.Label label26;
  1087. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor4;
  1088. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor5;
  1089. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1090. private System.Data.DataColumn dataColumn13;
  1091. private System.Data.DataColumn dataColumn14;
  1092. private System.Data.DataColumn dataColumn15;
  1093. private System.Data.DataColumn dataColumn31;
  1094. private System.Data.DataColumn dataColumn1;
  1095. private System.Data.DataColumn dataColumn2;
  1096. private System.Data.DataColumn dataColumn4;
  1097. private System.Data.DataColumn dataColumn5;
  1098. private System.Data.DataColumn dataColumn6;
  1099. private System.Data.DataColumn dataColumn7;
  1100. private System.Data.DataColumn dataColumn12;
  1101. }
  1102. }