frmTaskPriceAuditManager.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. namespace Pur.pur_plan
  2. {
  3. partial class frmTaskPriceAuditManager
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKID");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKNAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REQORGNAME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MNGORGNAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REQDATE");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCRECORD");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKAMT");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKQTY");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATEUSERID");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATEUSERID");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  47. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  59. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  60. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  61. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  62. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  63. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  64. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  65. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  66. this.dataSet1 = new System.Data.DataSet();
  67. this.dataTable1 = new System.Data.DataTable();
  68. this.dataColumn1 = new System.Data.DataColumn();
  69. this.dataColumn2 = new System.Data.DataColumn();
  70. this.dataColumn3 = new System.Data.DataColumn();
  71. this.dataColumn4 = new System.Data.DataColumn();
  72. this.dataColumn5 = new System.Data.DataColumn();
  73. this.dataColumn6 = new System.Data.DataColumn();
  74. this.dataColumn7 = new System.Data.DataColumn();
  75. this.dataColumn8 = new System.Data.DataColumn();
  76. this.dataColumn9 = new System.Data.DataColumn();
  77. this.dataColumn10 = new System.Data.DataColumn();
  78. this.dataColumn11 = new System.Data.DataColumn();
  79. this.dataColumn12 = new System.Data.DataColumn();
  80. this.dataColumn13 = new System.Data.DataColumn();
  81. this.dataColumn14 = new System.Data.DataColumn();
  82. this.dataColumn15 = new System.Data.DataColumn();
  83. this.dataColumn16 = new System.Data.DataColumn();
  84. this.dataColumn17 = new System.Data.DataColumn();
  85. this.txt_STATUS = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  86. this.Cop_taskName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  87. this.txt_id = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  88. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  89. this.Cop_taskId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  90. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  91. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  92. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  93. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  94. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  95. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  96. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  97. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  98. this.txt_REQ_ORG_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  99. this.txt_REMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  100. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  101. this.txt_TASK_AMT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  102. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  103. this.txt_TASK_QTY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  104. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  105. this.txt_MNG_ORG_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  106. this.dt_REQ_DATE = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  107. this.txt_procRecord = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  108. this.txt_taskName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  109. this.txt_taskId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  110. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  111. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  112. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  113. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  114. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  115. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  116. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  117. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.txt_STATUS)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.Cop_taskName)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.txt_id)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  124. this.ultraGroupBox1.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.Cop_taskId)).BeginInit();
  126. this.ultraPanel1.ClientArea.SuspendLayout();
  127. this.ultraPanel1.SuspendLayout();
  128. this.ultraPanel3.ClientArea.SuspendLayout();
  129. this.ultraPanel3.SuspendLayout();
  130. this.tableLayoutPanel1.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  132. this.ultraGroupBox2.SuspendLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG_NAME)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.txt_REMARK)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.txt_TASK_AMT)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.txt_TASK_QTY)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.txt_MNG_ORG_NAME)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.dt_REQ_DATE)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).BeginInit();
  142. this.ultraPanel2.ClientArea.SuspendLayout();
  143. this.ultraPanel2.SuspendLayout();
  144. this.SuspendLayout();
  145. //
  146. // ultraGrid1
  147. //
  148. this.ultraGrid1.DataMember = "Table1";
  149. this.ultraGrid1.DataSource = this.dataSet1;
  150. appearance4.BackColor = System.Drawing.SystemColors.Window;
  151. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  152. this.ultraGrid1.DisplayLayout.Appearance = appearance4;
  153. ultraGridColumn1.Header.VisiblePosition = 1;
  154. ultraGridColumn2.Header.VisiblePosition = 2;
  155. ultraGridColumn3.Header.VisiblePosition = 3;
  156. ultraGridColumn4.Header.VisiblePosition = 4;
  157. ultraGridColumn5.Header.VisiblePosition = 5;
  158. ultraGridColumn6.Header.VisiblePosition = 6;
  159. ultraGridColumn7.Header.VisiblePosition = 7;
  160. ultraGridColumn8.Header.VisiblePosition = 8;
  161. ultraGridColumn9.Header.VisiblePosition = 9;
  162. ultraGridColumn10.Header.VisiblePosition = 10;
  163. ultraGridColumn11.Header.VisiblePosition = 11;
  164. ultraGridColumn12.Header.VisiblePosition = 12;
  165. ultraGridColumn13.Header.VisiblePosition = 13;
  166. ultraGridColumn14.Header.VisiblePosition = 14;
  167. ultraGridColumn15.Header.VisiblePosition = 15;
  168. ultraGridColumn16.Header.VisiblePosition = 16;
  169. ultraGridColumn17.Header.VisiblePosition = 0;
  170. ultraGridBand1.Columns.AddRange(new object[] {
  171. ultraGridColumn1,
  172. ultraGridColumn2,
  173. ultraGridColumn3,
  174. ultraGridColumn4,
  175. ultraGridColumn5,
  176. ultraGridColumn6,
  177. ultraGridColumn7,
  178. ultraGridColumn8,
  179. ultraGridColumn9,
  180. ultraGridColumn10,
  181. ultraGridColumn11,
  182. ultraGridColumn12,
  183. ultraGridColumn13,
  184. ultraGridColumn14,
  185. ultraGridColumn15,
  186. ultraGridColumn16,
  187. ultraGridColumn17});
  188. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  189. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  190. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  191. appearance13.BackColor = System.Drawing.SystemColors.ActiveBorder;
  192. appearance13.BackColor2 = System.Drawing.SystemColors.ControlDark;
  193. appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  194. appearance13.BorderColor = System.Drawing.SystemColors.Window;
  195. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance13;
  196. appearance14.ForeColor = System.Drawing.SystemColors.GrayText;
  197. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance14;
  198. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  199. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  200. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  201. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  202. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  203. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  204. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  205. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  206. appearance12.BackColor = System.Drawing.SystemColors.Window;
  207. appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
  208. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance12;
  209. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  210. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  211. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  212. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  213. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  214. appearance6.BackColor = System.Drawing.SystemColors.Window;
  215. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance6;
  216. appearance5.BorderColor = System.Drawing.Color.Silver;
  217. appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  218. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance5;
  219. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  220. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  221. appearance9.BackColor = System.Drawing.SystemColors.Control;
  222. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  223. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  224. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  225. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  226. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  227. appearance11.TextHAlignAsString = "Left";
  228. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance11;
  229. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  230. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  231. appearance10.BackColor = System.Drawing.SystemColors.Window;
  232. appearance10.BorderColor = System.Drawing.Color.Silver;
  233. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance10;
  234. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  235. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  236. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  237. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  238. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  239. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  240. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.ultraGrid1.Location = new System.Drawing.Point(3, 21);
  242. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  243. this.ultraGrid1.Name = "ultraGrid1";
  244. this.ultraGrid1.Size = new System.Drawing.Size(1479, 287);
  245. this.ultraGrid1.TabIndex = 0;
  246. this.ultraGrid1.Text = "ultraGrid1";
  247. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  248. //
  249. // dataSet1
  250. //
  251. this.dataSet1.DataSetName = "NewDataSet";
  252. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  253. this.dataTable1});
  254. //
  255. // dataTable1
  256. //
  257. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  258. this.dataColumn1,
  259. this.dataColumn2,
  260. this.dataColumn3,
  261. this.dataColumn4,
  262. this.dataColumn5,
  263. this.dataColumn6,
  264. this.dataColumn7,
  265. this.dataColumn8,
  266. this.dataColumn9,
  267. this.dataColumn10,
  268. this.dataColumn11,
  269. this.dataColumn12,
  270. this.dataColumn13,
  271. this.dataColumn14,
  272. this.dataColumn15,
  273. this.dataColumn16,
  274. this.dataColumn17});
  275. this.dataTable1.TableName = "Table1";
  276. //
  277. // dataColumn1
  278. //
  279. this.dataColumn1.Caption = "任务单号";
  280. this.dataColumn1.ColumnName = "TASKID";
  281. //
  282. // dataColumn2
  283. //
  284. this.dataColumn2.Caption = "任务名称";
  285. this.dataColumn2.ColumnName = "TASKNAME";
  286. //
  287. // dataColumn3
  288. //
  289. this.dataColumn3.Caption = "状态";
  290. this.dataColumn3.ColumnName = "STATUS";
  291. //
  292. // dataColumn4
  293. //
  294. this.dataColumn4.Caption = "填报单位";
  295. this.dataColumn4.ColumnName = "REQORGNAME";
  296. //
  297. // dataColumn5
  298. //
  299. this.dataColumn5.Caption = "定价项目";
  300. this.dataColumn5.ColumnName = "MNGORGNAME";
  301. //
  302. // dataColumn6
  303. //
  304. this.dataColumn6.Caption = "申请日期";
  305. this.dataColumn6.ColumnName = "REQDATE";
  306. //
  307. // dataColumn7
  308. //
  309. this.dataColumn7.Caption = "定价内容";
  310. this.dataColumn7.ColumnName = "PROCRECORD";
  311. //
  312. // dataColumn8
  313. //
  314. this.dataColumn8.Caption = "金额";
  315. this.dataColumn8.ColumnName = "TASKAMT";
  316. //
  317. // dataColumn9
  318. //
  319. this.dataColumn9.Caption = "数量";
  320. this.dataColumn9.ColumnName = "TASKQTY";
  321. //
  322. // dataColumn10
  323. //
  324. this.dataColumn10.Caption = "备注";
  325. this.dataColumn10.ColumnName = "REMARK";
  326. //
  327. // dataColumn11
  328. //
  329. this.dataColumn11.Caption = "创建人";
  330. this.dataColumn11.ColumnName = "CREATENAME";
  331. //
  332. // dataColumn12
  333. //
  334. this.dataColumn12.Caption = "创建时间";
  335. this.dataColumn12.ColumnName = "CREATETIME";
  336. //
  337. // dataColumn13
  338. //
  339. this.dataColumn13.Caption = "创建人ID";
  340. this.dataColumn13.ColumnName = "CREATEUSERID";
  341. //
  342. // dataColumn14
  343. //
  344. this.dataColumn14.Caption = "修改人";
  345. this.dataColumn14.ColumnName = "UPDATENAME";
  346. //
  347. // dataColumn15
  348. //
  349. this.dataColumn15.Caption = "修改时间";
  350. this.dataColumn15.ColumnName = "UPDATETIME";
  351. //
  352. // dataColumn16
  353. //
  354. this.dataColumn16.Caption = "修改人ID";
  355. this.dataColumn16.ColumnName = "UPDATEUSERID";
  356. //
  357. // dataColumn17
  358. //
  359. this.dataColumn17.Caption = "价格审批编号";
  360. this.dataColumn17.ColumnName = "ID";
  361. //
  362. // txt_STATUS
  363. //
  364. valueListItem5.DataValue = "";
  365. valueListItem1.DataValue = "1";
  366. valueListItem1.DisplayText = "待提报";
  367. valueListItem2.DataValue = "2";
  368. valueListItem2.DisplayText = "审批中";
  369. valueListItem3.DataValue = "3";
  370. valueListItem3.DisplayText = "已审批";
  371. valueListItem4.DataValue = "9";
  372. valueListItem4.DisplayText = "已作废";
  373. this.txt_STATUS.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  374. valueListItem5,
  375. valueListItem1,
  376. valueListItem2,
  377. valueListItem3,
  378. valueListItem4});
  379. this.txt_STATUS.Location = new System.Drawing.Point(363, 8);
  380. this.txt_STATUS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  381. this.txt_STATUS.Name = "txt_STATUS";
  382. this.txt_STATUS.Size = new System.Drawing.Size(172, 24);
  383. this.txt_STATUS.TabIndex = 8;
  384. //
  385. // Cop_taskName
  386. //
  387. this.Cop_taskName.Location = new System.Drawing.Point(904, 8);
  388. this.Cop_taskName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  389. this.Cop_taskName.Name = "Cop_taskName";
  390. this.Cop_taskName.Size = new System.Drawing.Size(172, 24);
  391. this.Cop_taskName.TabIndex = 7;
  392. //
  393. // txt_id
  394. //
  395. this.txt_id.Location = new System.Drawing.Point(119, 8);
  396. this.txt_id.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  397. this.txt_id.Name = "txt_id";
  398. this.txt_id.Size = new System.Drawing.Size(172, 24);
  399. this.txt_id.TabIndex = 4;
  400. //
  401. // ultraGroupBox1
  402. //
  403. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  404. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  405. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 42);
  406. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  407. this.ultraGroupBox1.Name = "ultraGroupBox1";
  408. this.ultraGroupBox1.Size = new System.Drawing.Size(1485, 311);
  409. this.ultraGroupBox1.TabIndex = 0;
  410. this.ultraGroupBox1.Text = "价格审批信息";
  411. //
  412. // Cop_taskId
  413. //
  414. this.Cop_taskId.Location = new System.Drawing.Point(633, 8);
  415. this.Cop_taskId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  416. this.Cop_taskId.Name = "Cop_taskId";
  417. this.Cop_taskId.Size = new System.Drawing.Size(172, 24);
  418. this.Cop_taskId.TabIndex = 6;
  419. //
  420. // ultraLabel4
  421. //
  422. this.ultraLabel4.AutoSize = true;
  423. this.ultraLabel4.Location = new System.Drawing.Point(827, 10);
  424. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  425. this.ultraLabel4.Name = "ultraLabel4";
  426. this.ultraLabel4.Size = new System.Drawing.Size(89, 24);
  427. this.ultraLabel4.TabIndex = 3;
  428. this.ultraLabel4.Text = "任务名称";
  429. //
  430. // ultraPanel1
  431. //
  432. //
  433. // ultraPanel1.ClientArea
  434. //
  435. this.ultraPanel1.ClientArea.Controls.Add(this.txt_STATUS);
  436. this.ultraPanel1.ClientArea.Controls.Add(this.Cop_taskName);
  437. this.ultraPanel1.ClientArea.Controls.Add(this.Cop_taskId);
  438. this.ultraPanel1.ClientArea.Controls.Add(this.txt_id);
  439. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel4);
  440. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel3);
  441. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
  442. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  443. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  444. this.ultraPanel1.Location = new System.Drawing.Point(3, 2);
  445. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  446. this.ultraPanel1.Name = "ultraPanel1";
  447. this.ultraPanel1.Size = new System.Drawing.Size(1485, 36);
  448. this.ultraPanel1.TabIndex = 3;
  449. //
  450. // ultraLabel3
  451. //
  452. this.ultraLabel3.AutoSize = true;
  453. this.ultraLabel3.Location = new System.Drawing.Point(556, 10);
  454. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  455. this.ultraLabel3.Name = "ultraLabel3";
  456. this.ultraLabel3.Size = new System.Drawing.Size(89, 24);
  457. this.ultraLabel3.TabIndex = 2;
  458. this.ultraLabel3.Text = "任务编号";
  459. //
  460. // ultraLabel2
  461. //
  462. this.ultraLabel2.AutoSize = true;
  463. this.ultraLabel2.Location = new System.Drawing.Point(319, 10);
  464. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  465. this.ultraLabel2.Name = "ultraLabel2";
  466. this.ultraLabel2.Size = new System.Drawing.Size(48, 24);
  467. this.ultraLabel2.TabIndex = 1;
  468. this.ultraLabel2.Text = "状态";
  469. //
  470. // ultraLabel1
  471. //
  472. this.ultraLabel1.AutoSize = true;
  473. this.ultraLabel1.Location = new System.Drawing.Point(15, 10);
  474. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  475. this.ultraLabel1.Name = "ultraLabel1";
  476. this.ultraLabel1.Size = new System.Drawing.Size(131, 24);
  477. this.ultraLabel1.TabIndex = 0;
  478. this.ultraLabel1.Text = "价格审批编号";
  479. //
  480. // ultraPanel3
  481. //
  482. //
  483. // ultraPanel3.ClientArea
  484. //
  485. this.ultraPanel3.ClientArea.Controls.Add(this.tableLayoutPanel1);
  486. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  487. this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
  488. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  489. this.ultraPanel3.Name = "ultraPanel3";
  490. this.ultraPanel3.Size = new System.Drawing.Size(1491, 355);
  491. this.ultraPanel3.TabIndex = 5;
  492. //
  493. // tableLayoutPanel1
  494. //
  495. this.tableLayoutPanel1.ColumnCount = 1;
  496. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  497. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
  498. this.tableLayoutPanel1.Controls.Add(this.ultraPanel1, 0, 0);
  499. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 1);
  500. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  501. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  502. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  503. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  504. this.tableLayoutPanel1.RowCount = 2;
  505. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  506. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  507. this.tableLayoutPanel1.Size = new System.Drawing.Size(1491, 355);
  508. this.tableLayoutPanel1.TabIndex = 1;
  509. //
  510. // ultraGroupBox2
  511. //
  512. this.ultraGroupBox2.Controls.Add(this.txt_REQ_ORG_NAME);
  513. this.ultraGroupBox2.Controls.Add(this.txt_REMARK);
  514. this.ultraGroupBox2.Controls.Add(this.ultraLabel9);
  515. this.ultraGroupBox2.Controls.Add(this.txt_TASK_AMT);
  516. this.ultraGroupBox2.Controls.Add(this.ultraLabel8);
  517. this.ultraGroupBox2.Controls.Add(this.txt_TASK_QTY);
  518. this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
  519. this.ultraGroupBox2.Controls.Add(this.txt_MNG_ORG_NAME);
  520. this.ultraGroupBox2.Controls.Add(this.dt_REQ_DATE);
  521. this.ultraGroupBox2.Controls.Add(this.txt_procRecord);
  522. this.ultraGroupBox2.Controls.Add(this.txt_taskName);
  523. this.ultraGroupBox2.Controls.Add(this.txt_taskId);
  524. this.ultraGroupBox2.Controls.Add(this.ultraLabel7);
  525. this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
  526. this.ultraGroupBox2.Controls.Add(this.ultraLabel10);
  527. this.ultraGroupBox2.Controls.Add(this.ultraLabel11);
  528. this.ultraGroupBox2.Controls.Add(this.ultraLabel12);
  529. this.ultraGroupBox2.Controls.Add(this.ultraLabel13);
  530. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  531. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  532. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  533. this.ultraGroupBox2.Name = "ultraGroupBox2";
  534. this.ultraGroupBox2.Size = new System.Drawing.Size(1491, 239);
  535. this.ultraGroupBox2.TabIndex = 0;
  536. this.ultraGroupBox2.Text = "编辑区域";
  537. //
  538. // txt_REQ_ORG_NAME
  539. //
  540. appearance1.TextHAlignAsString = "Center";
  541. appearance1.TextVAlignAsString = "Middle";
  542. editorButton1.Appearance = appearance1;
  543. editorButton1.Text = "+";
  544. this.txt_REQ_ORG_NAME.ButtonsRight.Add(editorButton1);
  545. this.txt_REQ_ORG_NAME.Location = new System.Drawing.Point(536, 31);
  546. this.txt_REQ_ORG_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  547. this.txt_REQ_ORG_NAME.Name = "txt_REQ_ORG_NAME";
  548. this.txt_REQ_ORG_NAME.ReadOnly = true;
  549. this.txt_REQ_ORG_NAME.Size = new System.Drawing.Size(160, 24);
  550. this.txt_REQ_ORG_NAME.TabIndex = 41;
  551. this.txt_REQ_ORG_NAME.Text = " ";
  552. this.txt_REQ_ORG_NAME.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_REQ_ORG_NAME_EditorButtonClick);
  553. //
  554. // txt_REMARK
  555. //
  556. this.txt_REMARK.Location = new System.Drawing.Point(309, 62);
  557. this.txt_REMARK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  558. this.txt_REMARK.Name = "txt_REMARK";
  559. this.txt_REMARK.Size = new System.Drawing.Size(1051, 24);
  560. this.txt_REMARK.TabIndex = 40;
  561. this.txt_REMARK.Text = " ";
  562. //
  563. // ultraLabel9
  564. //
  565. this.ultraLabel9.AutoSize = true;
  566. this.ultraLabel9.Location = new System.Drawing.Point(269, 65);
  567. this.ultraLabel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  568. this.ultraLabel9.Name = "ultraLabel9";
  569. this.ultraLabel9.Size = new System.Drawing.Size(48, 24);
  570. this.ultraLabel9.TabIndex = 39;
  571. this.ultraLabel9.Text = "备注";
  572. //
  573. // txt_TASK_AMT
  574. //
  575. this.txt_TASK_AMT.Location = new System.Drawing.Point(79, 62);
  576. this.txt_TASK_AMT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  577. this.txt_TASK_AMT.Name = "txt_TASK_AMT";
  578. this.txt_TASK_AMT.ReadOnly = true;
  579. this.txt_TASK_AMT.Size = new System.Drawing.Size(160, 24);
  580. this.txt_TASK_AMT.TabIndex = 38;
  581. this.txt_TASK_AMT.Text = " ";
  582. //
  583. // ultraLabel8
  584. //
  585. this.ultraLabel8.AutoSize = true;
  586. this.ultraLabel8.Location = new System.Drawing.Point(39, 65);
  587. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  588. this.ultraLabel8.Name = "ultraLabel8";
  589. this.ultraLabel8.Size = new System.Drawing.Size(48, 24);
  590. this.ultraLabel8.TabIndex = 37;
  591. this.ultraLabel8.Text = "金额";
  592. //
  593. // txt_TASK_QTY
  594. //
  595. this.txt_TASK_QTY.Location = new System.Drawing.Point(1200, 34);
  596. this.txt_TASK_QTY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  597. this.txt_TASK_QTY.Name = "txt_TASK_QTY";
  598. this.txt_TASK_QTY.ReadOnly = true;
  599. this.txt_TASK_QTY.Size = new System.Drawing.Size(160, 24);
  600. this.txt_TASK_QTY.TabIndex = 36;
  601. this.txt_TASK_QTY.Text = " ";
  602. //
  603. // ultraLabel5
  604. //
  605. this.ultraLabel5.AutoSize = true;
  606. this.ultraLabel5.Location = new System.Drawing.Point(1163, 36);
  607. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  608. this.ultraLabel5.Name = "ultraLabel5";
  609. this.ultraLabel5.Size = new System.Drawing.Size(48, 24);
  610. this.ultraLabel5.TabIndex = 35;
  611. this.ultraLabel5.Text = "数量";
  612. //
  613. // txt_MNG_ORG_NAME
  614. //
  615. this.txt_MNG_ORG_NAME.Location = new System.Drawing.Point(768, 34);
  616. this.txt_MNG_ORG_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  617. this.txt_MNG_ORG_NAME.Name = "txt_MNG_ORG_NAME";
  618. this.txt_MNG_ORG_NAME.Size = new System.Drawing.Size(160, 24);
  619. this.txt_MNG_ORG_NAME.TabIndex = 34;
  620. this.txt_MNG_ORG_NAME.Text = " ";
  621. //
  622. // dt_REQ_DATE
  623. //
  624. this.dt_REQ_DATE.FormatProvider = new System.Globalization.CultureInfo("en-GB");
  625. this.dt_REQ_DATE.Location = new System.Drawing.Point(999, 34);
  626. this.dt_REQ_DATE.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  627. this.dt_REQ_DATE.MaskInput = "{LOC}yyyy/mm/dd";
  628. this.dt_REQ_DATE.Name = "dt_REQ_DATE";
  629. this.dt_REQ_DATE.Size = new System.Drawing.Size(160, 24);
  630. this.dt_REQ_DATE.TabIndex = 32;
  631. //
  632. // txt_procRecord
  633. //
  634. this.txt_procRecord.Location = new System.Drawing.Point(79, 94);
  635. this.txt_procRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  636. this.txt_procRecord.Multiline = true;
  637. this.txt_procRecord.Name = "txt_procRecord";
  638. this.txt_procRecord.Size = new System.Drawing.Size(1281, 139);
  639. this.txt_procRecord.TabIndex = 31;
  640. //
  641. // txt_taskName
  642. //
  643. this.txt_taskName.Location = new System.Drawing.Point(309, 34);
  644. this.txt_taskName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  645. this.txt_taskName.Name = "txt_taskName";
  646. this.txt_taskName.Size = new System.Drawing.Size(160, 24);
  647. this.txt_taskName.TabIndex = 30;
  648. this.txt_taskName.Text = " ";
  649. //
  650. // txt_taskId
  651. //
  652. this.txt_taskId.Location = new System.Drawing.Point(79, 34);
  653. this.txt_taskId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  654. this.txt_taskId.Name = "txt_taskId";
  655. this.txt_taskId.Size = new System.Drawing.Size(160, 24);
  656. this.txt_taskId.TabIndex = 29;
  657. this.txt_taskId.Text = " ";
  658. //
  659. // ultraLabel7
  660. //
  661. this.ultraLabel7.AutoSize = true;
  662. this.ultraLabel7.Location = new System.Drawing.Point(8, 94);
  663. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  664. this.ultraLabel7.Name = "ultraLabel7";
  665. this.ultraLabel7.Size = new System.Drawing.Size(89, 24);
  666. this.ultraLabel7.TabIndex = 28;
  667. this.ultraLabel7.Text = "定价内容";
  668. //
  669. // ultraLabel6
  670. //
  671. this.ultraLabel6.AutoSize = true;
  672. this.ultraLabel6.Location = new System.Drawing.Point(927, 36);
  673. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  674. this.ultraLabel6.Name = "ultraLabel6";
  675. this.ultraLabel6.Size = new System.Drawing.Size(89, 24);
  676. this.ultraLabel6.TabIndex = 27;
  677. this.ultraLabel6.Text = "申请日期";
  678. //
  679. // ultraLabel10
  680. //
  681. this.ultraLabel10.AutoSize = true;
  682. this.ultraLabel10.Location = new System.Drawing.Point(700, 36);
  683. this.ultraLabel10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  684. this.ultraLabel10.Name = "ultraLabel10";
  685. this.ultraLabel10.Size = new System.Drawing.Size(89, 24);
  686. this.ultraLabel10.TabIndex = 26;
  687. this.ultraLabel10.Text = "定价项目";
  688. //
  689. // ultraLabel11
  690. //
  691. this.ultraLabel11.AutoSize = true;
  692. this.ultraLabel11.Location = new System.Drawing.Point(469, 36);
  693. this.ultraLabel11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  694. this.ultraLabel11.Name = "ultraLabel11";
  695. this.ultraLabel11.Size = new System.Drawing.Size(89, 24);
  696. this.ultraLabel11.TabIndex = 25;
  697. this.ultraLabel11.Text = "填报单位";
  698. //
  699. // ultraLabel12
  700. //
  701. this.ultraLabel12.AutoSize = true;
  702. this.ultraLabel12.Location = new System.Drawing.Point(240, 36);
  703. this.ultraLabel12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  704. this.ultraLabel12.Name = "ultraLabel12";
  705. this.ultraLabel12.Size = new System.Drawing.Size(89, 24);
  706. this.ultraLabel12.TabIndex = 24;
  707. this.ultraLabel12.Text = "任务名称";
  708. //
  709. // ultraLabel13
  710. //
  711. this.ultraLabel13.AutoSize = true;
  712. this.ultraLabel13.Location = new System.Drawing.Point(9, 36);
  713. this.ultraLabel13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  714. this.ultraLabel13.Name = "ultraLabel13";
  715. this.ultraLabel13.Size = new System.Drawing.Size(89, 24);
  716. this.ultraLabel13.TabIndex = 23;
  717. this.ultraLabel13.Text = "任务单号";
  718. //
  719. // ultraPanel2
  720. //
  721. //
  722. // ultraPanel2.ClientArea
  723. //
  724. this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox2);
  725. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  726. this.ultraPanel2.Location = new System.Drawing.Point(0, 355);
  727. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  728. this.ultraPanel2.Name = "ultraPanel2";
  729. this.ultraPanel2.Size = new System.Drawing.Size(1491, 239);
  730. this.ultraPanel2.TabIndex = 4;
  731. //
  732. // frmTaskPriceAuditManager
  733. //
  734. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  735. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  736. this.ClientSize = new System.Drawing.Size(1491, 594);
  737. this.Controls.Add(this.ultraPanel3);
  738. this.Controls.Add(this.ultraPanel2);
  739. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  740. this.Name = "frmTaskPriceAuditManager";
  741. this.Text = "frmTaskPriceAuditManager";
  742. this.Load += new System.EventHandler(this.frmSummaryM_Load);
  743. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  744. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  745. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  746. ((System.ComponentModel.ISupportInitialize)(this.txt_STATUS)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.Cop_taskName)).EndInit();
  748. ((System.ComponentModel.ISupportInitialize)(this.txt_id)).EndInit();
  749. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  750. this.ultraGroupBox1.ResumeLayout(false);
  751. ((System.ComponentModel.ISupportInitialize)(this.Cop_taskId)).EndInit();
  752. this.ultraPanel1.ClientArea.ResumeLayout(false);
  753. this.ultraPanel1.ClientArea.PerformLayout();
  754. this.ultraPanel1.ResumeLayout(false);
  755. this.ultraPanel3.ClientArea.ResumeLayout(false);
  756. this.ultraPanel3.ResumeLayout(false);
  757. this.tableLayoutPanel1.ResumeLayout(false);
  758. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  759. this.ultraGroupBox2.ResumeLayout(false);
  760. this.ultraGroupBox2.PerformLayout();
  761. ((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG_NAME)).EndInit();
  762. ((System.ComponentModel.ISupportInitialize)(this.txt_REMARK)).EndInit();
  763. ((System.ComponentModel.ISupportInitialize)(this.txt_TASK_AMT)).EndInit();
  764. ((System.ComponentModel.ISupportInitialize)(this.txt_TASK_QTY)).EndInit();
  765. ((System.ComponentModel.ISupportInitialize)(this.txt_MNG_ORG_NAME)).EndInit();
  766. ((System.ComponentModel.ISupportInitialize)(this.dt_REQ_DATE)).EndInit();
  767. ((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).EndInit();
  768. ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).EndInit();
  769. ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).EndInit();
  770. this.ultraPanel2.ClientArea.ResumeLayout(false);
  771. this.ultraPanel2.ResumeLayout(false);
  772. this.ResumeLayout(false);
  773. }
  774. #endregion
  775. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  776. private System.Data.DataSet dataSet1;
  777. private System.Data.DataTable dataTable1;
  778. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_STATUS;
  779. private Infragistics.Win.UltraWinEditors.UltraTextEditor Cop_taskName;
  780. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_id;
  781. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  782. private Infragistics.Win.UltraWinEditors.UltraTextEditor Cop_taskId;
  783. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  784. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  785. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  786. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  787. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  788. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  789. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  790. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  791. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REMARK;
  792. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  793. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TASK_AMT;
  794. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  795. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TASK_QTY;
  796. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  797. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_MNG_ORG_NAME;
  798. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dt_REQ_DATE;
  799. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_procRecord;
  800. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskName;
  801. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskId;
  802. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  803. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  804. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  805. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  806. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  807. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  808. private System.Data.DataColumn dataColumn1;
  809. private System.Data.DataColumn dataColumn2;
  810. private System.Data.DataColumn dataColumn3;
  811. private System.Data.DataColumn dataColumn4;
  812. private System.Data.DataColumn dataColumn5;
  813. private System.Data.DataColumn dataColumn6;
  814. private System.Data.DataColumn dataColumn7;
  815. private System.Data.DataColumn dataColumn8;
  816. private System.Data.DataColumn dataColumn9;
  817. private System.Data.DataColumn dataColumn10;
  818. private System.Data.DataColumn dataColumn11;
  819. private System.Data.DataColumn dataColumn12;
  820. private System.Data.DataColumn dataColumn13;
  821. private System.Data.DataColumn dataColumn14;
  822. private System.Data.DataColumn dataColumn15;
  823. private System.Data.DataColumn dataColumn16;
  824. private System.Data.DataColumn dataColumn17;
  825. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  826. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQ_ORG_NAME;
  827. }
  828. }