frmInto_Examine.Designer.cs 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183
  1. namespace Pur.pur_plan
  2. {
  3. partial class frmInto_Examine
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPCODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPNAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  33. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCODE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMDESC");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMNAME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMSPEC");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PICKQTY");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHTUNIT");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKLINEID");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MRLINEID");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMATTR");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMATTRID");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMUNIQUE");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMUOMID");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMSTANDARDSID");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMSTANDARDSCODE");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMUOM");
  49. Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon1");
  50. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
  51. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup2 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
  52. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  53. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  54. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  55. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
  56. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("GetMinPrice");
  57. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SetSuppGrade");
  58. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  60. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  61. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  62. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  64. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  65. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("GetMinPrice");
  67. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  68. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInto_Examine));
  69. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  70. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SetSuppGrade");
  72. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  73. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  74. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  75. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  76. this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  77. this.dataSet1 = new System.Data.DataSet();
  78. this.dataTable2 = new System.Data.DataTable();
  79. this.dataColumn17 = new System.Data.DataColumn();
  80. this.dataColumn18 = new System.Data.DataColumn();
  81. this.dataColumn19 = new System.Data.DataColumn();
  82. this.dataColumn21 = new System.Data.DataColumn();
  83. this.dataColumn1 = new System.Data.DataColumn();
  84. this.dataColumn2 = new System.Data.DataColumn();
  85. this.dataColumn15 = new System.Data.DataColumn();
  86. this.dataColumn20 = new System.Data.DataColumn();
  87. this.dataColumn24 = new System.Data.DataColumn();
  88. this.dataColumn25 = new System.Data.DataColumn();
  89. this.dataColumn26 = new System.Data.DataColumn();
  90. this.dataColumn27 = new System.Data.DataColumn();
  91. this.dataColumn28 = new System.Data.DataColumn();
  92. this.dataColumn29 = new System.Data.DataColumn();
  93. this.dataColumn30 = new System.Data.DataColumn();
  94. this.dataTable3 = new System.Data.DataTable();
  95. this.dataColumn6 = new System.Data.DataColumn();
  96. this.dataColumn7 = new System.Data.DataColumn();
  97. this.dataColumn16 = new System.Data.DataColumn();
  98. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  99. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  100. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  101. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  102. this.lb_taskName = new System.Windows.Forms.Label();
  103. this.lb_BID_OPEN_TIME = new System.Windows.Forms.Label();
  104. this.lb_Status = new System.Windows.Forms.Label();
  105. this.lb_OFFER_TIME_END = new System.Windows.Forms.Label();
  106. this.lb_OFFER_TIME_START = new System.Windows.Forms.Label();
  107. this.lb_taskId = new System.Windows.Forms.Label();
  108. this.label6 = new System.Windows.Forms.Label();
  109. this.label5 = new System.Windows.Forms.Label();
  110. this.label3 = new System.Windows.Forms.Label();
  111. this.label4 = new System.Windows.Forms.Label();
  112. this.label2 = new System.Windows.Forms.Label();
  113. this.label1 = new System.Windows.Forms.Label();
  114. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  115. this.ultraPanel21 = new Core.Mes.Client.Comm.Control.UltraPanel2();
  116. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  117. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  118. this.ultraGroupBox7 = new Infragistics.Win.Misc.UltraGroupBox();
  119. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  120. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  121. this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
  122. this.checkBox1 = new System.Windows.Forms.CheckBox();
  123. this.textBox1 = new System.Windows.Forms.TextBox();
  124. this.btn_SendMessage = new System.Windows.Forms.Button();
  125. this.label7 = new System.Windows.Forms.Label();
  126. this.dataSet2 = new System.Data.DataSet();
  127. this.dataTable1 = new System.Data.DataTable();
  128. this.dataColumn3 = new System.Data.DataColumn();
  129. this.dataColumn4 = new System.Data.DataColumn();
  130. this.dataColumn5 = new System.Data.DataColumn();
  131. this.dataColumn8 = new System.Data.DataColumn();
  132. this.dataColumn9 = new System.Data.DataColumn();
  133. this.dataColumn10 = new System.Data.DataColumn();
  134. this.dataTable4 = new System.Data.DataTable();
  135. this.dataColumn14 = new System.Data.DataColumn();
  136. this.dataColumn11 = new System.Data.DataColumn();
  137. this.dataColumn12 = new System.Data.DataColumn();
  138. this.dataColumn13 = new System.Data.DataColumn();
  139. this.dataColumn22 = new System.Data.DataColumn();
  140. this.dataColumn23 = new System.Data.DataColumn();
  141. this.timer1 = new System.Windows.Forms.Timer(this.components);
  142. this.timer2 = new System.Windows.Forms.Timer(this.components);
  143. this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  144. this.barsManagerButon = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  145. this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  146. this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  147. this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  148. this.timer3 = new System.Windows.Forms.Timer(this.components);
  149. this.tableLayoutPanel1.SuspendLayout();
  150. this.tableLayoutPanel2.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  152. this.ultraGroupBox5.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  158. this.ultraGroupBox4.SuspendLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  162. this.ultraGroupBox1.SuspendLayout();
  163. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  164. this.ultraPanel21.ClientArea.SuspendLayout();
  165. this.ultraPanel21.SuspendLayout();
  166. this.tableLayoutPanel3.SuspendLayout();
  167. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox7)).BeginInit();
  169. this.ultraGroupBox7.SuspendLayout();
  170. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  171. this.ultraTabControl1.SuspendLayout();
  172. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
  173. this.ultraGroupBox6.SuspendLayout();
  174. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).BeginInit();
  178. this.SuspendLayout();
  179. //
  180. // tableLayoutPanel1
  181. //
  182. this.tableLayoutPanel1.ColumnCount = 2;
  183. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
  184. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
  185. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
  186. this.tableLayoutPanel1.Controls.Add(this.ultraPanel21, 1, 0);
  187. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 28);
  189. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  190. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  191. this.tableLayoutPanel1.RowCount = 1;
  192. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  193. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 898F));
  194. this.tableLayoutPanel1.Size = new System.Drawing.Size(1575, 900);
  195. this.tableLayoutPanel1.TabIndex = 0;
  196. //
  197. // tableLayoutPanel2
  198. //
  199. this.tableLayoutPanel2.ColumnCount = 1;
  200. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  201. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
  202. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox5, 0, 4);
  203. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox4, 0, 3);
  204. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox3, 0, 2);
  205. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox1, 0, 0);
  206. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox2, 0, 1);
  207. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.tableLayoutPanel2.Location = new System.Drawing.Point(4, 4);
  209. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  210. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  211. this.tableLayoutPanel2.RowCount = 5;
  212. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  213. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  214. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  215. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  216. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  217. this.tableLayoutPanel2.Size = new System.Drawing.Size(622, 892);
  218. this.tableLayoutPanel2.TabIndex = 0;
  219. //
  220. // ultraGroupBox5
  221. //
  222. this.ultraGroupBox5.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
  223. this.ultraGroupBox5.Controls.Add(this.ultraGrid4);
  224. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  225. this.ultraGroupBox5.Location = new System.Drawing.Point(4, 716);
  226. this.ultraGroupBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  227. this.ultraGroupBox5.Name = "ultraGroupBox5";
  228. this.ultraGroupBox5.Size = new System.Drawing.Size(614, 172);
  229. this.ultraGroupBox5.TabIndex = 4;
  230. this.ultraGroupBox5.Text = "供应商名称";
  231. this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  232. //
  233. // ultraGrid4
  234. //
  235. this.ultraGrid4.DataMember = "Table3";
  236. this.ultraGrid4.DataSource = this.dataSet1;
  237. ultraGridColumn1.Header.VisiblePosition = 0;
  238. ultraGridColumn1.Width = 227;
  239. ultraGridColumn2.Header.VisiblePosition = 1;
  240. ultraGridColumn2.Width = 206;
  241. ultraGridColumn3.Header.VisiblePosition = 2;
  242. ultraGridColumn3.Hidden = true;
  243. ultraGridBand1.Columns.AddRange(new object[] {
  244. ultraGridColumn1,
  245. ultraGridColumn2,
  246. ultraGridColumn3});
  247. this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  248. this.ultraGrid4.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  249. this.ultraGrid4.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.ultraGrid4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.ultraGrid4.Location = new System.Drawing.Point(3, 21);
  252. this.ultraGrid4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  253. this.ultraGrid4.Name = "ultraGrid4";
  254. this.ultraGrid4.Size = new System.Drawing.Size(608, 148);
  255. this.ultraGrid4.TabIndex = 3;
  256. this.ultraGrid4.Text = "ultraGrid4";
  257. //
  258. // dataSet1
  259. //
  260. this.dataSet1.DataSetName = "NewDataSet";
  261. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  262. this.dataTable2,
  263. this.dataTable3});
  264. //
  265. // dataTable2
  266. //
  267. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  268. this.dataColumn17,
  269. this.dataColumn18,
  270. this.dataColumn19,
  271. this.dataColumn21,
  272. this.dataColumn1,
  273. this.dataColumn2,
  274. this.dataColumn15,
  275. this.dataColumn20,
  276. this.dataColumn24,
  277. this.dataColumn25,
  278. this.dataColumn26,
  279. this.dataColumn27,
  280. this.dataColumn28,
  281. this.dataColumn29,
  282. this.dataColumn30});
  283. this.dataTable2.TableName = "Table2";
  284. //
  285. // dataColumn17
  286. //
  287. this.dataColumn17.AllowDBNull = false;
  288. this.dataColumn17.Caption = "物料编码";
  289. this.dataColumn17.ColumnName = "ITEMCODE";
  290. //
  291. // dataColumn18
  292. //
  293. this.dataColumn18.Caption = "物料描述";
  294. this.dataColumn18.ColumnName = "ITEMDESC";
  295. //
  296. // dataColumn19
  297. //
  298. this.dataColumn19.Caption = "物料名称";
  299. this.dataColumn19.ColumnName = "ITEMNAME";
  300. //
  301. // dataColumn21
  302. //
  303. this.dataColumn21.Caption = "物料型号规格";
  304. this.dataColumn21.ColumnName = "ITEMSPEC";
  305. //
  306. // dataColumn1
  307. //
  308. this.dataColumn1.Caption = "采购数量";
  309. this.dataColumn1.ColumnName = "PICKQTY";
  310. //
  311. // dataColumn2
  312. //
  313. this.dataColumn2.Caption = "库存单位";
  314. this.dataColumn2.ColumnName = "WEIGHTUNIT";
  315. //
  316. // dataColumn15
  317. //
  318. this.dataColumn15.Caption = "任务单行号";
  319. this.dataColumn15.ColumnName = "TASKLINEID";
  320. //
  321. // dataColumn20
  322. //
  323. this.dataColumn20.Caption = "采购计划行号";
  324. this.dataColumn20.ColumnName = "MRLINEID";
  325. //
  326. // dataColumn24
  327. //
  328. this.dataColumn24.Caption = "属性名称";
  329. this.dataColumn24.ColumnName = "ITEMATTR";
  330. //
  331. // dataColumn25
  332. //
  333. this.dataColumn25.AllowDBNull = false;
  334. this.dataColumn25.Caption = "属性编号";
  335. this.dataColumn25.ColumnName = "ITEMATTRID";
  336. //
  337. // dataColumn26
  338. //
  339. this.dataColumn26.ColumnName = "ITEMUNIQUE";
  340. //
  341. // dataColumn27
  342. //
  343. this.dataColumn27.ColumnName = "ITEMUOMID";
  344. //
  345. // dataColumn28
  346. //
  347. this.dataColumn28.ColumnName = "ITEMSTANDARDSID";
  348. //
  349. // dataColumn29
  350. //
  351. this.dataColumn29.Caption = "标准编号";
  352. this.dataColumn29.ColumnName = "ITEMSTANDARDSCODE";
  353. //
  354. // dataColumn30
  355. //
  356. this.dataColumn30.Caption = "采购单位";
  357. this.dataColumn30.ColumnName = "ITEMUOM";
  358. //
  359. // dataTable3
  360. //
  361. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  362. this.dataColumn6,
  363. this.dataColumn7,
  364. this.dataColumn16});
  365. this.dataTable3.TableName = "Table3";
  366. //
  367. // dataColumn6
  368. //
  369. this.dataColumn6.Caption = "供应商代码";
  370. this.dataColumn6.ColumnName = "SUPPCODE";
  371. //
  372. // dataColumn7
  373. //
  374. this.dataColumn7.Caption = "供应商名称";
  375. this.dataColumn7.ColumnName = "SUPPNAME";
  376. //
  377. // dataColumn16
  378. //
  379. this.dataColumn16.ColumnName = "ID";
  380. //
  381. // ultraGroupBox4
  382. //
  383. this.ultraGroupBox4.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
  384. this.ultraGroupBox4.Controls.Add(this.ultraGrid3);
  385. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  386. this.ultraGroupBox4.Location = new System.Drawing.Point(4, 538);
  387. this.ultraGroupBox4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  388. this.ultraGroupBox4.Name = "ultraGroupBox4";
  389. this.ultraGroupBox4.Size = new System.Drawing.Size(614, 170);
  390. this.ultraGroupBox4.TabIndex = 3;
  391. this.ultraGroupBox4.Text = "物料信息";
  392. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  393. //
  394. // ultraGrid3
  395. //
  396. this.ultraGrid3.DataMember = "Table2";
  397. this.ultraGrid3.DataSource = this.dataSet1;
  398. ultraGridColumn4.Header.VisiblePosition = 1;
  399. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 0;
  400. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  401. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
  402. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  403. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  404. ultraGridColumn5.Header.VisiblePosition = 2;
  405. ultraGridColumn5.Hidden = true;
  406. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  407. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  408. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  409. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  410. ultraGridColumn6.Header.VisiblePosition = 3;
  411. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 2;
  412. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  413. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 0);
  414. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  415. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  416. ultraGridColumn7.Header.VisiblePosition = 4;
  417. ultraGridColumn7.Hidden = true;
  418. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 8;
  419. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  420. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(113, 0);
  421. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  422. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  423. ultraGridColumn8.Header.VisiblePosition = 5;
  424. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 10;
  425. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  426. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(134, 0);
  427. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  428. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  429. ultraGridColumn9.Header.VisiblePosition = 6;
  430. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
  431. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  432. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  433. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  434. ultraGridColumn10.Header.VisiblePosition = 0;
  435. ultraGridColumn10.Hidden = true;
  436. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
  437. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  438. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  439. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  440. ultraGridColumn11.Header.VisiblePosition = 8;
  441. ultraGridColumn11.Hidden = true;
  442. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
  443. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  444. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  445. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  446. ultraGridColumn12.Header.VisiblePosition = 9;
  447. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
  448. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  449. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  450. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  451. ultraGridColumn13.Header.VisiblePosition = 10;
  452. ultraGridColumn13.Hidden = true;
  453. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 4;
  454. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  455. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  456. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  457. ultraGridColumn14.Header.VisiblePosition = 11;
  458. ultraGridColumn14.Hidden = true;
  459. ultraGridColumn15.Header.VisiblePosition = 12;
  460. ultraGridColumn15.Hidden = true;
  461. ultraGridColumn16.Header.VisiblePosition = 13;
  462. ultraGridColumn16.Hidden = true;
  463. ultraGridColumn17.Header.VisiblePosition = 14;
  464. ultraGridColumn18.Header.VisiblePosition = 7;
  465. ultraGridBand2.Columns.AddRange(new object[] {
  466. ultraGridColumn4,
  467. ultraGridColumn5,
  468. ultraGridColumn6,
  469. ultraGridColumn7,
  470. ultraGridColumn8,
  471. ultraGridColumn9,
  472. ultraGridColumn10,
  473. ultraGridColumn11,
  474. ultraGridColumn12,
  475. ultraGridColumn13,
  476. ultraGridColumn14,
  477. ultraGridColumn15,
  478. ultraGridColumn16,
  479. ultraGridColumn17,
  480. ultraGridColumn18});
  481. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  482. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  483. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  484. this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.ultraGrid3.Location = new System.Drawing.Point(3, 21);
  486. this.ultraGrid3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  487. this.ultraGrid3.Name = "ultraGrid3";
  488. this.ultraGrid3.Size = new System.Drawing.Size(608, 146);
  489. this.ultraGrid3.TabIndex = 3;
  490. this.ultraGrid3.Text = "ultraGrid3";
  491. //
  492. // ultraGroupBox3
  493. //
  494. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  495. this.ultraGroupBox3.Location = new System.Drawing.Point(4, 360);
  496. this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  497. this.ultraGroupBox3.Name = "ultraGroupBox3";
  498. this.ultraGroupBox3.Size = new System.Drawing.Size(614, 170);
  499. this.ultraGroupBox3.TabIndex = 2;
  500. this.ultraGroupBox3.Text = "在线的供应商列表";
  501. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  502. //
  503. // ultraGroupBox1
  504. //
  505. this.ultraGroupBox1.Controls.Add(this.lb_taskName);
  506. this.ultraGroupBox1.Controls.Add(this.lb_BID_OPEN_TIME);
  507. this.ultraGroupBox1.Controls.Add(this.lb_Status);
  508. this.ultraGroupBox1.Controls.Add(this.lb_OFFER_TIME_END);
  509. this.ultraGroupBox1.Controls.Add(this.lb_OFFER_TIME_START);
  510. this.ultraGroupBox1.Controls.Add(this.lb_taskId);
  511. this.ultraGroupBox1.Controls.Add(this.label6);
  512. this.ultraGroupBox1.Controls.Add(this.label5);
  513. this.ultraGroupBox1.Controls.Add(this.label3);
  514. this.ultraGroupBox1.Controls.Add(this.label4);
  515. this.ultraGroupBox1.Controls.Add(this.label2);
  516. this.ultraGroupBox1.Controls.Add(this.label1);
  517. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  518. this.ultraGroupBox1.Location = new System.Drawing.Point(4, 4);
  519. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  520. this.ultraGroupBox1.Name = "ultraGroupBox1";
  521. this.ultraGroupBox1.Size = new System.Drawing.Size(614, 170);
  522. this.ultraGroupBox1.TabIndex = 0;
  523. this.ultraGroupBox1.Text = "任务单信息";
  524. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  525. //
  526. // lb_taskName
  527. //
  528. this.lb_taskName.BackColor = System.Drawing.Color.Turquoise;
  529. this.lb_taskName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.lb_taskName.Location = new System.Drawing.Point(147, 68);
  531. this.lb_taskName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  532. this.lb_taskName.Name = "lb_taskName";
  533. this.lb_taskName.Size = new System.Drawing.Size(133, 26);
  534. this.lb_taskName.TabIndex = 15;
  535. this.lb_taskName.Text = " ";
  536. this.lb_taskName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  537. //
  538. // lb_BID_OPEN_TIME
  539. //
  540. this.lb_BID_OPEN_TIME.BackColor = System.Drawing.Color.Turquoise;
  541. this.lb_BID_OPEN_TIME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.lb_BID_OPEN_TIME.Location = new System.Drawing.Point(147, 132);
  543. this.lb_BID_OPEN_TIME.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  544. this.lb_BID_OPEN_TIME.Name = "lb_BID_OPEN_TIME";
  545. this.lb_BID_OPEN_TIME.Size = new System.Drawing.Size(133, 26);
  546. this.lb_BID_OPEN_TIME.TabIndex = 14;
  547. this.lb_BID_OPEN_TIME.Text = " ";
  548. this.lb_BID_OPEN_TIME.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  549. //
  550. // lb_Status
  551. //
  552. this.lb_Status.BackColor = System.Drawing.Color.Turquoise;
  553. this.lb_Status.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.lb_Status.ForeColor = System.Drawing.Color.Red;
  555. this.lb_Status.Location = new System.Drawing.Point(436, 68);
  556. this.lb_Status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  557. this.lb_Status.Name = "lb_Status";
  558. this.lb_Status.Size = new System.Drawing.Size(133, 26);
  559. this.lb_Status.TabIndex = 13;
  560. this.lb_Status.Text = " ";
  561. this.lb_Status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  562. //
  563. // lb_OFFER_TIME_END
  564. //
  565. this.lb_OFFER_TIME_END.BackColor = System.Drawing.Color.Turquoise;
  566. this.lb_OFFER_TIME_END.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  567. this.lb_OFFER_TIME_END.Location = new System.Drawing.Point(436, 36);
  568. this.lb_OFFER_TIME_END.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  569. this.lb_OFFER_TIME_END.Name = "lb_OFFER_TIME_END";
  570. this.lb_OFFER_TIME_END.Size = new System.Drawing.Size(133, 26);
  571. this.lb_OFFER_TIME_END.TabIndex = 12;
  572. this.lb_OFFER_TIME_END.Text = " ";
  573. this.lb_OFFER_TIME_END.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  574. //
  575. // lb_OFFER_TIME_START
  576. //
  577. this.lb_OFFER_TIME_START.BackColor = System.Drawing.Color.Turquoise;
  578. this.lb_OFFER_TIME_START.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.lb_OFFER_TIME_START.Location = new System.Drawing.Point(147, 100);
  580. this.lb_OFFER_TIME_START.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  581. this.lb_OFFER_TIME_START.Name = "lb_OFFER_TIME_START";
  582. this.lb_OFFER_TIME_START.Size = new System.Drawing.Size(133, 26);
  583. this.lb_OFFER_TIME_START.TabIndex = 11;
  584. this.lb_OFFER_TIME_START.Text = " ";
  585. this.lb_OFFER_TIME_START.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  586. //
  587. // lb_taskId
  588. //
  589. this.lb_taskId.BackColor = System.Drawing.Color.Turquoise;
  590. this.lb_taskId.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.lb_taskId.Location = new System.Drawing.Point(147, 35);
  592. this.lb_taskId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  593. this.lb_taskId.Name = "lb_taskId";
  594. this.lb_taskId.Size = new System.Drawing.Size(133, 26);
  595. this.lb_taskId.TabIndex = 10;
  596. this.lb_taskId.Text = " ";
  597. this.lb_taskId.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  598. //
  599. // label6
  600. //
  601. this.label6.BackColor = System.Drawing.Color.Turquoise;
  602. this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  603. this.label6.Location = new System.Drawing.Point(300, 68);
  604. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  605. this.label6.Name = "label6";
  606. this.label6.Size = new System.Drawing.Size(133, 26);
  607. this.label6.TabIndex = 9;
  608. this.label6.Text = "状态:";
  609. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  610. //
  611. // label5
  612. //
  613. this.label5.BackColor = System.Drawing.Color.Turquoise;
  614. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.label5.Location = new System.Drawing.Point(11, 132);
  616. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  617. this.label5.Name = "label5";
  618. this.label5.Size = new System.Drawing.Size(133, 26);
  619. this.label5.TabIndex = 8;
  620. this.label5.Text = "开标时间:";
  621. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  622. //
  623. // label3
  624. //
  625. this.label3.BackColor = System.Drawing.Color.Turquoise;
  626. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  627. this.label3.Location = new System.Drawing.Point(300, 36);
  628. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  629. this.label3.Name = "label3";
  630. this.label3.Size = new System.Drawing.Size(133, 26);
  631. this.label3.TabIndex = 7;
  632. this.label3.Text = "报价结束时间:";
  633. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  634. //
  635. // label4
  636. //
  637. this.label4.BackColor = System.Drawing.Color.Turquoise;
  638. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.label4.Location = new System.Drawing.Point(11, 68);
  640. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  641. this.label4.Name = "label4";
  642. this.label4.Size = new System.Drawing.Size(133, 26);
  643. this.label4.TabIndex = 6;
  644. this.label4.Text = "任务名称:";
  645. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  646. //
  647. // label2
  648. //
  649. this.label2.BackColor = System.Drawing.Color.Turquoise;
  650. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.label2.Location = new System.Drawing.Point(11, 35);
  652. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  653. this.label2.Name = "label2";
  654. this.label2.Size = new System.Drawing.Size(133, 26);
  655. this.label2.TabIndex = 5;
  656. this.label2.Text = "任务编号:";
  657. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  658. //
  659. // label1
  660. //
  661. this.label1.BackColor = System.Drawing.Color.Turquoise;
  662. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  663. this.label1.Location = new System.Drawing.Point(11, 100);
  664. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  665. this.label1.Name = "label1";
  666. this.label1.Size = new System.Drawing.Size(133, 26);
  667. this.label1.TabIndex = 4;
  668. this.label1.Text = "报价开始时间:";
  669. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  670. //
  671. // ultraGroupBox2
  672. //
  673. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  674. this.ultraGroupBox2.Location = new System.Drawing.Point(4, 182);
  675. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  676. this.ultraGroupBox2.Name = "ultraGroupBox2";
  677. this.ultraGroupBox2.Size = new System.Drawing.Size(614, 170);
  678. this.ultraGroupBox2.TabIndex = 1;
  679. this.ultraGroupBox2.Text = "在线评标人员";
  680. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  681. //
  682. // ultraPanel21
  683. //
  684. this.ultraPanel21.AutoSize = true;
  685. //
  686. // ultraPanel21.ClientArea
  687. //
  688. this.ultraPanel21.ClientArea.Controls.Add(this.tableLayoutPanel3);
  689. this.ultraPanel21.Dock = System.Windows.Forms.DockStyle.Fill;
  690. this.ultraPanel21.Location = new System.Drawing.Point(634, 4);
  691. this.ultraPanel21.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  692. this.ultraPanel21.Name = "ultraPanel21";
  693. this.ultraPanel21.Size = new System.Drawing.Size(937, 892);
  694. this.ultraPanel21.TabIndex = 1;
  695. //
  696. // tableLayoutPanel3
  697. //
  698. this.tableLayoutPanel3.ColumnCount = 1;
  699. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  700. this.tableLayoutPanel3.Controls.Add(this.ultraGrid1, 0, 0);
  701. this.tableLayoutPanel3.Controls.Add(this.ultraGroupBox7, 0, 1);
  702. this.tableLayoutPanel3.Controls.Add(this.ultraGroupBox6, 0, 2);
  703. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  704. this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
  705. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  706. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  707. this.tableLayoutPanel3.RowCount = 3;
  708. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
  709. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
  710. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
  711. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  712. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  713. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  714. this.tableLayoutPanel3.Size = new System.Drawing.Size(937, 892);
  715. this.tableLayoutPanel3.TabIndex = 7;
  716. //
  717. // ultraGrid1
  718. //
  719. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  720. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.None;
  721. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  722. this.ultraGrid1.Location = new System.Drawing.Point(4, 4);
  723. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  724. this.ultraGrid1.Name = "ultraGrid1";
  725. this.ultraGrid1.Size = new System.Drawing.Size(929, 304);
  726. this.ultraGrid1.TabIndex = 0;
  727. this.ultraGrid1.Text = "ultraGrid1";
  728. //
  729. // ultraGroupBox7
  730. //
  731. this.ultraGroupBox7.Controls.Add(this.ultraTabControl1);
  732. this.ultraGroupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
  733. this.ultraGroupBox7.Location = new System.Drawing.Point(4, 316);
  734. this.ultraGroupBox7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  735. this.ultraGroupBox7.Name = "ultraGroupBox7";
  736. this.ultraGroupBox7.Size = new System.Drawing.Size(929, 304);
  737. this.ultraGroupBox7.TabIndex = 2;
  738. this.ultraGroupBox7.Text = "与供应商交流记录";
  739. this.ultraGroupBox7.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  740. //
  741. // ultraTabControl1
  742. //
  743. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  744. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  745. this.ultraTabControl1.Location = new System.Drawing.Point(3, 21);
  746. this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  747. this.ultraTabControl1.Name = "ultraTabControl1";
  748. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  749. this.ultraTabControl1.Size = new System.Drawing.Size(923, 280);
  750. this.ultraTabControl1.TabIndex = 0;
  751. this.ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
  752. this.ultraTabControl1.ActiveTabChanged += new Infragistics.Win.UltraWinTabControl.ActiveTabChangedEventHandler(this.ultraTabControl1_ActiveTabChanged);
  753. //
  754. // ultraTabSharedControlsPage1
  755. //
  756. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 1);
  757. this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  758. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  759. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(919, 253);
  760. //
  761. // ultraGroupBox6
  762. //
  763. this.ultraGroupBox6.Controls.Add(this.checkBox1);
  764. this.ultraGroupBox6.Controls.Add(this.textBox1);
  765. this.ultraGroupBox6.Controls.Add(this.btn_SendMessage);
  766. this.ultraGroupBox6.Controls.Add(this.label7);
  767. this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
  768. this.ultraGroupBox6.Location = new System.Drawing.Point(4, 628);
  769. this.ultraGroupBox6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  770. this.ultraGroupBox6.Name = "ultraGroupBox6";
  771. this.ultraGroupBox6.Size = new System.Drawing.Size(929, 260);
  772. this.ultraGroupBox6.TabIndex = 3;
  773. this.ultraGroupBox6.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  774. //
  775. // checkBox1
  776. //
  777. this.checkBox1.AutoSize = true;
  778. this.checkBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  779. this.checkBox1.ForeColor = System.Drawing.Color.Red;
  780. this.checkBox1.Location = new System.Drawing.Point(28, 41);
  781. this.checkBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  782. this.checkBox1.Name = "checkBox1";
  783. this.checkBox1.Size = new System.Drawing.Size(67, 19);
  784. this.checkBox1.TabIndex = 6;
  785. this.checkBox1.Text = "全 选";
  786. this.checkBox1.UseVisualStyleBackColor = false;
  787. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  788. //
  789. // textBox1
  790. //
  791. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  792. | System.Windows.Forms.AnchorStyles.Left)));
  793. this.textBox1.Location = new System.Drawing.Point(108, 69);
  794. this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  795. this.textBox1.Multiline = true;
  796. this.textBox1.Name = "textBox1";
  797. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  798. this.textBox1.Size = new System.Drawing.Size(723, 168);
  799. this.textBox1.TabIndex = 3;
  800. this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
  801. //
  802. // btn_SendMessage
  803. //
  804. this.btn_SendMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  805. | System.Windows.Forms.AnchorStyles.Left)));
  806. this.btn_SendMessage.Location = new System.Drawing.Point(831, 189);
  807. this.btn_SendMessage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  808. this.btn_SendMessage.Name = "btn_SendMessage";
  809. this.btn_SendMessage.Size = new System.Drawing.Size(59, 49);
  810. this.btn_SendMessage.TabIndex = 5;
  811. this.btn_SendMessage.Text = "发 送";
  812. this.btn_SendMessage.UseVisualStyleBackColor = true;
  813. this.btn_SendMessage.Click += new System.EventHandler(this.btn_SendMessage_Click);
  814. //
  815. // label7
  816. //
  817. this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  818. | System.Windows.Forms.AnchorStyles.Left)));
  819. this.label7.AutoSize = true;
  820. this.label7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  821. this.label7.Location = new System.Drawing.Point(13, 72);
  822. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  823. this.label7.Name = "label7";
  824. this.label7.Size = new System.Drawing.Size(82, 15);
  825. this.label7.TabIndex = 4;
  826. this.label7.Text = "发送类容:";
  827. //
  828. // dataSet2
  829. //
  830. this.dataSet2.DataSetName = "NewDataSet";
  831. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  832. this.dataTable1,
  833. this.dataTable4});
  834. //
  835. // dataTable1
  836. //
  837. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  838. this.dataColumn3,
  839. this.dataColumn4,
  840. this.dataColumn5,
  841. this.dataColumn8,
  842. this.dataColumn9,
  843. this.dataColumn10});
  844. this.dataTable1.TableName = "Table2";
  845. //
  846. // dataColumn3
  847. //
  848. this.dataColumn3.AllowDBNull = false;
  849. this.dataColumn3.Caption = "物料名称";
  850. this.dataColumn3.ColumnName = "ITEMNAME";
  851. //
  852. // dataColumn4
  853. //
  854. this.dataColumn4.Caption = "采购划价";
  855. this.dataColumn4.ColumnName = "strBugPrice";
  856. //
  857. // dataColumn5
  858. //
  859. this.dataColumn5.Caption = "PICKQTY";
  860. this.dataColumn5.ColumnName = "PICKQTY";
  861. //
  862. // dataColumn8
  863. //
  864. this.dataColumn8.ColumnName = "PICKAMT";
  865. //
  866. // dataColumn9
  867. //
  868. this.dataColumn9.ColumnName = "ASKDELIVERDATE";
  869. //
  870. // dataColumn10
  871. //
  872. this.dataColumn10.ColumnName = "REMARK";
  873. //
  874. // dataTable4
  875. //
  876. this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
  877. this.dataColumn14,
  878. this.dataColumn11,
  879. this.dataColumn12,
  880. this.dataColumn13,
  881. this.dataColumn22,
  882. this.dataColumn23});
  883. this.dataTable4.TableName = "Table3";
  884. //
  885. // dataColumn14
  886. //
  887. this.dataColumn14.Caption = "供应商名称";
  888. this.dataColumn14.ColumnName = "SUPPCODE";
  889. //
  890. // dataColumn11
  891. //
  892. this.dataColumn11.ColumnName = "RESWITHTAXPRICE";
  893. //
  894. // dataColumn12
  895. //
  896. this.dataColumn12.ColumnName = "RESQTY";
  897. //
  898. // dataColumn13
  899. //
  900. this.dataColumn13.ColumnName = "RESWITHTAXAMT";
  901. //
  902. // dataColumn22
  903. //
  904. this.dataColumn22.Caption = "RESDELIVERDATE";
  905. this.dataColumn22.ColumnName = "RESDELIVERDATE";
  906. //
  907. // dataColumn23
  908. //
  909. this.dataColumn23.ColumnName = "RESREMARK";
  910. //
  911. // timer1
  912. //
  913. this.timer1.Enabled = true;
  914. this.timer1.Interval = 1000;
  915. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  916. //
  917. // timer2
  918. //
  919. this.timer2.Enabled = true;
  920. this.timer2.Interval = 1000;
  921. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  922. //
  923. // _Form1_Toolbars_Dock_Area_Top
  924. //
  925. this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  926. this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  927. this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  928. this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  929. this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  930. this._Form1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  931. this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
  932. this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1575, 28);
  933. this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.barsManagerButon;
  934. //
  935. // barsManagerButon
  936. //
  937. this.barsManagerButon.DesignerFlags = 1;
  938. this.barsManagerButon.DockWithinContainer = this;
  939. this.barsManagerButon.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  940. this.barsManagerButon.MiniToolbar.ToolRowCount = 3;
  941. this.barsManagerButon.Office2007UICompatibility = false;
  942. ribbonTab1.Caption = "ribbon1";
  943. ribbonGroup1.Caption = "ribbonGroup1";
  944. ribbonGroup2.Caption = "ribbonGroup2";
  945. ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
  946. ribbonGroup1,
  947. ribbonGroup2});
  948. this.barsManagerButon.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
  949. ribbonTab1});
  950. this.barsManagerButon.ShowQuickCustomizeButton = false;
  951. ultraToolbar1.DockedColumn = 0;
  952. ultraToolbar1.DockedRow = 0;
  953. buttonTool5.InstanceProps.IsFirstInGroup = true;
  954. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  955. buttonTool2,
  956. buttonTool5});
  957. ultraToolbar1.Text = "UltraToolbar1";
  958. ultraToolbar1.Visible = false;
  959. ultraToolbar2.DockedColumn = 0;
  960. ultraToolbar2.DockedRow = 0;
  961. ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  962. buttonTool1,
  963. buttonTool4,
  964. buttonTool16});
  965. ultraToolbar2.Text = "UltraToolbar2";
  966. this.barsManagerButon.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  967. ultraToolbar1,
  968. ultraToolbar2});
  969. buttonTool6.SharedPropsInternal.Caption = "新增";
  970. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  971. buttonTool7.SharedPropsInternal.Caption = "删除";
  972. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  973. buttonTool8.SharedPropsInternal.Caption = "修改";
  974. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  975. buttonTool9.SharedPropsInternal.Caption = "查询";
  976. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  977. buttonTool10.SharedPropsInternal.Caption = "关闭";
  978. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  979. buttonTool12.SharedPropsInternal.Caption = "恢复";
  980. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  981. buttonTool3.SharedPropsInternal.Caption = "确认";
  982. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  983. appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
  984. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
  985. buttonTool11.SharedPropsInternal.Caption = "初拟中标价格";
  986. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  987. buttonTool11.SharedPropsInternal.Visible = false;
  988. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  989. buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  990. buttonTool13.SharedPropsInternal.Caption = "关闭";
  991. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  992. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  993. buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  994. buttonTool17.SharedPropsInternal.Caption = "给供应商打分";
  995. buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  996. this.barsManagerButon.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  997. buttonTool6,
  998. buttonTool7,
  999. buttonTool8,
  1000. buttonTool9,
  1001. buttonTool10,
  1002. buttonTool12,
  1003. buttonTool3,
  1004. buttonTool11,
  1005. buttonTool13,
  1006. buttonTool17});
  1007. this.barsManagerButon.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.barsManagerButon_ToolClick);
  1008. //
  1009. // _Form1_Toolbars_Dock_Area_Bottom
  1010. //
  1011. this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1012. this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  1013. this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  1014. this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  1015. this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 928);
  1016. this._Form1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1017. this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
  1018. this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1575, 0);
  1019. this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.barsManagerButon;
  1020. //
  1021. // _Form1_Toolbars_Dock_Area_Left
  1022. //
  1023. this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1024. this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  1025. this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  1026. this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  1027. this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  1028. this._Form1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1029. this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
  1030. this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 900);
  1031. this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.barsManagerButon;
  1032. //
  1033. // _Form1_Toolbars_Dock_Area_Right
  1034. //
  1035. this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1036. this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  1037. this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  1038. this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  1039. this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1575, 28);
  1040. this._Form1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1041. this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
  1042. this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 900);
  1043. this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.barsManagerButon;
  1044. //
  1045. // timer3
  1046. //
  1047. this.timer3.Interval = 30000;
  1048. this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
  1049. //
  1050. // frmInto_Examine
  1051. //
  1052. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1053. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1054. this.ClientSize = new System.Drawing.Size(1575, 928);
  1055. this.Controls.Add(this.tableLayoutPanel1);
  1056. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
  1057. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
  1058. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
  1059. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
  1060. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  1061. this.Name = "frmInto_Examine";
  1062. this.Text = "评标管理";
  1063. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1064. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmInto_Examine_FormClosing);
  1065. this.tableLayoutPanel1.ResumeLayout(false);
  1066. this.tableLayoutPanel1.PerformLayout();
  1067. this.tableLayoutPanel2.ResumeLayout(false);
  1068. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  1069. this.ultraGroupBox5.ResumeLayout(false);
  1070. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
  1071. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1072. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1073. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1074. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  1075. this.ultraGroupBox4.ResumeLayout(false);
  1076. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  1077. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  1078. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1079. this.ultraGroupBox1.ResumeLayout(false);
  1080. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1081. this.ultraPanel21.ClientArea.ResumeLayout(false);
  1082. this.ultraPanel21.ResumeLayout(false);
  1083. this.ultraPanel21.PerformLayout();
  1084. this.tableLayoutPanel3.ResumeLayout(false);
  1085. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1086. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox7)).EndInit();
  1087. this.ultraGroupBox7.ResumeLayout(false);
  1088. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1089. this.ultraTabControl1.ResumeLayout(false);
  1090. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
  1091. this.ultraGroupBox6.ResumeLayout(false);
  1092. this.ultraGroupBox6.PerformLayout();
  1093. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1094. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1095. ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
  1096. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).EndInit();
  1097. this.ResumeLayout(false);
  1098. }
  1099. #endregion
  1100. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1101. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1102. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  1103. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  1104. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1105. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1106. private System.Windows.Forms.Label lb_taskName;
  1107. private System.Windows.Forms.Label lb_BID_OPEN_TIME;
  1108. private System.Windows.Forms.Label lb_Status;
  1109. private System.Windows.Forms.Label lb_OFFER_TIME_END;
  1110. private System.Windows.Forms.Label lb_OFFER_TIME_START;
  1111. private System.Windows.Forms.Label lb_taskId;
  1112. private System.Windows.Forms.Label label6;
  1113. private System.Windows.Forms.Label label5;
  1114. private System.Windows.Forms.Label label3;
  1115. private System.Windows.Forms.Label label4;
  1116. private System.Windows.Forms.Label label2;
  1117. private System.Windows.Forms.Label label1;
  1118. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1119. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  1120. private System.Data.DataSet dataSet1;
  1121. private System.Data.DataTable dataTable2;
  1122. private System.Data.DataColumn dataColumn17;
  1123. private System.Data.DataColumn dataColumn18;
  1124. private System.Data.DataColumn dataColumn19;
  1125. private System.Data.DataColumn dataColumn21;
  1126. private System.Data.DataColumn dataColumn1;
  1127. private System.Data.DataColumn dataColumn2;
  1128. private System.Data.DataColumn dataColumn15;
  1129. private System.Data.DataColumn dataColumn20;
  1130. private System.Data.DataTable dataTable3;
  1131. private System.Data.DataColumn dataColumn6;
  1132. private System.Data.DataColumn dataColumn7;
  1133. private System.Data.DataColumn dataColumn16;
  1134. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid4;
  1135. private Core.Mes.Client.Comm.Control.UltraPanel2 ultraPanel21;
  1136. private System.Data.DataSet dataSet2;
  1137. private System.Data.DataTable dataTable1;
  1138. private System.Data.DataColumn dataColumn3;
  1139. private System.Data.DataTable dataTable4;
  1140. private System.Data.DataColumn dataColumn14;
  1141. private System.Data.DataColumn dataColumn4;
  1142. private System.Data.DataColumn dataColumn5;
  1143. private System.Data.DataColumn dataColumn8;
  1144. private System.Data.DataColumn dataColumn9;
  1145. private System.Data.DataColumn dataColumn10;
  1146. private System.Data.DataColumn dataColumn11;
  1147. private System.Data.DataColumn dataColumn12;
  1148. private System.Data.DataColumn dataColumn13;
  1149. private System.Data.DataColumn dataColumn22;
  1150. private System.Data.DataColumn dataColumn23;
  1151. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1152. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox7;
  1153. private System.Windows.Forms.Timer timer1;
  1154. private System.Windows.Forms.Button btn_SendMessage;
  1155. private System.Windows.Forms.Label label7;
  1156. private System.Windows.Forms.TextBox textBox1;
  1157. private System.Windows.Forms.Timer timer2;
  1158. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  1159. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox6;
  1160. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1161. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1162. private System.Windows.Forms.CheckBox checkBox1;
  1163. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager barsManagerButon;
  1164. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
  1165. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
  1166. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
  1167. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
  1168. private System.Data.DataColumn dataColumn24;
  1169. private System.Data.DataColumn dataColumn25;
  1170. private System.Windows.Forms.Timer timer3;
  1171. private System.Data.DataColumn dataColumn26;
  1172. private System.Data.DataColumn dataColumn27;
  1173. private System.Data.DataColumn dataColumn28;
  1174. private System.Data.DataColumn dataColumn29;
  1175. private System.Data.DataColumn dataColumn30;
  1176. }
  1177. }