| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183 |
- namespace Pur.pur_plan
- {
- partial class frmInto_Examine
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMDESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMSPEC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PICKQTY");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHTUNIT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKLINEID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MRLINEID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMATTR");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMATTRID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMUNIQUE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMUOMID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMSTANDARDSID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMSTANDARDSCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMUOM");
- Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon1");
- Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
- Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup2 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("GetMinPrice");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SetSuppGrade");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("GetMinPrice");
- Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInto_Examine));
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
- Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SetSuppGrade");
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable2 = new System.Data.DataTable();
- this.dataColumn17 = new System.Data.DataColumn();
- this.dataColumn18 = new System.Data.DataColumn();
- this.dataColumn19 = new System.Data.DataColumn();
- this.dataColumn21 = new System.Data.DataColumn();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn15 = new System.Data.DataColumn();
- this.dataColumn20 = new System.Data.DataColumn();
- this.dataColumn24 = new System.Data.DataColumn();
- this.dataColumn25 = new System.Data.DataColumn();
- this.dataColumn26 = new System.Data.DataColumn();
- this.dataColumn27 = new System.Data.DataColumn();
- this.dataColumn28 = new System.Data.DataColumn();
- this.dataColumn29 = new System.Data.DataColumn();
- this.dataColumn30 = new System.Data.DataColumn();
- this.dataTable3 = new System.Data.DataTable();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn16 = new System.Data.DataColumn();
- this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.lb_taskName = new System.Windows.Forms.Label();
- this.lb_BID_OPEN_TIME = new System.Windows.Forms.Label();
- this.lb_Status = new System.Windows.Forms.Label();
- this.lb_OFFER_TIME_END = new System.Windows.Forms.Label();
- this.lb_OFFER_TIME_START = new System.Windows.Forms.Label();
- this.lb_taskId = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraPanel21 = new Core.Mes.Client.Comm.Control.UltraPanel2();
- this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraGroupBox7 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.btn_SendMessage = new System.Windows.Forms.Button();
- this.label7 = new System.Windows.Forms.Label();
- this.dataSet2 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- this.dataColumn9 = new System.Data.DataColumn();
- this.dataColumn10 = new System.Data.DataColumn();
- this.dataTable4 = new System.Data.DataTable();
- this.dataColumn14 = new System.Data.DataColumn();
- this.dataColumn11 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.dataColumn13 = new System.Data.DataColumn();
- this.dataColumn22 = new System.Data.DataColumn();
- this.dataColumn23 = new System.Data.DataColumn();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.timer2 = new System.Windows.Forms.Timer(this.components);
- this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.barsManagerButon = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.timer3 = new System.Windows.Forms.Timer(this.components);
- this.tableLayoutPanel1.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
- this.ultraGroupBox5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
- this.ultraGroupBox4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraPanel21.ClientArea.SuspendLayout();
- this.ultraPanel21.SuspendLayout();
- this.tableLayoutPanel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox7)).BeginInit();
- this.ultraGroupBox7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
- this.ultraTabControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
- this.ultraGroupBox6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).BeginInit();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
- this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.ultraPanel21, 1, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 28);
- this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 898F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1575, 900);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.ColumnCount = 1;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox5, 0, 4);
- this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox4, 0, 3);
- this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox3, 0, 2);
- this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox1, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox2, 0, 1);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(4, 4);
- this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 5;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(622, 892);
- this.tableLayoutPanel2.TabIndex = 0;
- //
- // ultraGroupBox5
- //
- this.ultraGroupBox5.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
- this.ultraGroupBox5.Controls.Add(this.ultraGrid4);
- this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox5.Location = new System.Drawing.Point(4, 716);
- this.ultraGroupBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGroupBox5.Name = "ultraGroupBox5";
- this.ultraGroupBox5.Size = new System.Drawing.Size(614, 172);
- this.ultraGroupBox5.TabIndex = 4;
- this.ultraGroupBox5.Text = "供应商名称";
- this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraGrid4
- //
- this.ultraGrid4.DataMember = "Table3";
- this.ultraGrid4.DataSource = this.dataSet1;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Width = 227;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Width = 206;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.Hidden = true;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3});
- this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid4.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGrid4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid4.Location = new System.Drawing.Point(3, 21);
- this.ultraGrid4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGrid4.Name = "ultraGrid4";
- this.ultraGrid4.Size = new System.Drawing.Size(608, 148);
- this.ultraGrid4.TabIndex = 3;
- this.ultraGrid4.Text = "ultraGrid4";
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable2,
- this.dataTable3});
- //
- // dataTable2
- //
- this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn17,
- this.dataColumn18,
- this.dataColumn19,
- this.dataColumn21,
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn15,
- this.dataColumn20,
- this.dataColumn24,
- this.dataColumn25,
- this.dataColumn26,
- this.dataColumn27,
- this.dataColumn28,
- this.dataColumn29,
- this.dataColumn30});
- this.dataTable2.TableName = "Table2";
- //
- // dataColumn17
- //
- this.dataColumn17.AllowDBNull = false;
- this.dataColumn17.Caption = "物料编码";
- this.dataColumn17.ColumnName = "ITEMCODE";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "物料描述";
- this.dataColumn18.ColumnName = "ITEMDESC";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "物料名称";
- this.dataColumn19.ColumnName = "ITEMNAME";
- //
- // dataColumn21
- //
- this.dataColumn21.Caption = "物料型号规格";
- this.dataColumn21.ColumnName = "ITEMSPEC";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "采购数量";
- this.dataColumn1.ColumnName = "PICKQTY";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "库存单位";
- this.dataColumn2.ColumnName = "WEIGHTUNIT";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "任务单行号";
- this.dataColumn15.ColumnName = "TASKLINEID";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "采购计划行号";
- this.dataColumn20.ColumnName = "MRLINEID";
- //
- // dataColumn24
- //
- this.dataColumn24.Caption = "属性名称";
- this.dataColumn24.ColumnName = "ITEMATTR";
- //
- // dataColumn25
- //
- this.dataColumn25.AllowDBNull = false;
- this.dataColumn25.Caption = "属性编号";
- this.dataColumn25.ColumnName = "ITEMATTRID";
- //
- // dataColumn26
- //
- this.dataColumn26.ColumnName = "ITEMUNIQUE";
- //
- // dataColumn27
- //
- this.dataColumn27.ColumnName = "ITEMUOMID";
- //
- // dataColumn28
- //
- this.dataColumn28.ColumnName = "ITEMSTANDARDSID";
- //
- // dataColumn29
- //
- this.dataColumn29.Caption = "标准编号";
- this.dataColumn29.ColumnName = "ITEMSTANDARDSCODE";
- //
- // dataColumn30
- //
- this.dataColumn30.Caption = "采购单位";
- this.dataColumn30.ColumnName = "ITEMUOM";
- //
- // dataTable3
- //
- this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn16});
- this.dataTable3.TableName = "Table3";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "供应商代码";
- this.dataColumn6.ColumnName = "SUPPCODE";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "供应商名称";
- this.dataColumn7.ColumnName = "SUPPNAME";
- //
- // dataColumn16
- //
- this.dataColumn16.ColumnName = "ID";
- //
- // ultraGroupBox4
- //
- this.ultraGroupBox4.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
- this.ultraGroupBox4.Controls.Add(this.ultraGrid3);
- this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox4.Location = new System.Drawing.Point(4, 538);
- this.ultraGroupBox4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGroupBox4.Name = "ultraGroupBox4";
- this.ultraGroupBox4.Size = new System.Drawing.Size(614, 170);
- this.ultraGroupBox4.TabIndex = 3;
- this.ultraGroupBox4.Text = "物料信息";
- this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraGrid3
- //
- this.ultraGrid3.DataMember = "Table2";
- this.ultraGrid3.DataSource = this.dataSet1;
- ultraGridColumn4.Header.VisiblePosition = 1;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn5.Header.VisiblePosition = 2;
- ultraGridColumn5.Hidden = true;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn6.Header.VisiblePosition = 3;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 0);
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.Header.VisiblePosition = 4;
- ultraGridColumn7.Hidden = true;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(113, 0);
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn8.Header.VisiblePosition = 5;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(134, 0);
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn9.Header.VisiblePosition = 6;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn10.Header.VisiblePosition = 0;
- ultraGridColumn10.Hidden = true;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.Header.VisiblePosition = 8;
- ultraGridColumn11.Hidden = true;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 9;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.Header.VisiblePosition = 10;
- ultraGridColumn13.Hidden = true;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn14.Header.VisiblePosition = 11;
- ultraGridColumn14.Hidden = true;
- ultraGridColumn15.Header.VisiblePosition = 12;
- ultraGridColumn15.Hidden = true;
- ultraGridColumn16.Header.VisiblePosition = 13;
- ultraGridColumn16.Hidden = true;
- ultraGridColumn17.Header.VisiblePosition = 14;
- ultraGridColumn18.Header.VisiblePosition = 7;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18});
- this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid3.Location = new System.Drawing.Point(3, 21);
- this.ultraGrid3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGrid3.Name = "ultraGrid3";
- this.ultraGrid3.Size = new System.Drawing.Size(608, 146);
- this.ultraGrid3.TabIndex = 3;
- this.ultraGrid3.Text = "ultraGrid3";
- //
- // ultraGroupBox3
- //
- this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox3.Location = new System.Drawing.Point(4, 360);
- this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGroupBox3.Name = "ultraGroupBox3";
- this.ultraGroupBox3.Size = new System.Drawing.Size(614, 170);
- this.ultraGroupBox3.TabIndex = 2;
- this.ultraGroupBox3.Text = "在线的供应商列表";
- this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.lb_taskName);
- this.ultraGroupBox1.Controls.Add(this.lb_BID_OPEN_TIME);
- this.ultraGroupBox1.Controls.Add(this.lb_Status);
- this.ultraGroupBox1.Controls.Add(this.lb_OFFER_TIME_END);
- this.ultraGroupBox1.Controls.Add(this.lb_OFFER_TIME_START);
- this.ultraGroupBox1.Controls.Add(this.lb_taskId);
- this.ultraGroupBox1.Controls.Add(this.label6);
- this.ultraGroupBox1.Controls.Add(this.label5);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(4, 4);
- this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(614, 170);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.Text = "任务单信息";
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // lb_taskName
- //
- this.lb_taskName.BackColor = System.Drawing.Color.Turquoise;
- this.lb_taskName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lb_taskName.Location = new System.Drawing.Point(147, 68);
- this.lb_taskName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lb_taskName.Name = "lb_taskName";
- this.lb_taskName.Size = new System.Drawing.Size(133, 26);
- this.lb_taskName.TabIndex = 15;
- this.lb_taskName.Text = " ";
- this.lb_taskName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lb_BID_OPEN_TIME
- //
- this.lb_BID_OPEN_TIME.BackColor = System.Drawing.Color.Turquoise;
- this.lb_BID_OPEN_TIME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lb_BID_OPEN_TIME.Location = new System.Drawing.Point(147, 132);
- this.lb_BID_OPEN_TIME.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lb_BID_OPEN_TIME.Name = "lb_BID_OPEN_TIME";
- this.lb_BID_OPEN_TIME.Size = new System.Drawing.Size(133, 26);
- this.lb_BID_OPEN_TIME.TabIndex = 14;
- this.lb_BID_OPEN_TIME.Text = " ";
- this.lb_BID_OPEN_TIME.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lb_Status
- //
- this.lb_Status.BackColor = System.Drawing.Color.Turquoise;
- this.lb_Status.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lb_Status.ForeColor = System.Drawing.Color.Red;
- this.lb_Status.Location = new System.Drawing.Point(436, 68);
- this.lb_Status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lb_Status.Name = "lb_Status";
- this.lb_Status.Size = new System.Drawing.Size(133, 26);
- this.lb_Status.TabIndex = 13;
- this.lb_Status.Text = " ";
- this.lb_Status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lb_OFFER_TIME_END
- //
- this.lb_OFFER_TIME_END.BackColor = System.Drawing.Color.Turquoise;
- this.lb_OFFER_TIME_END.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lb_OFFER_TIME_END.Location = new System.Drawing.Point(436, 36);
- this.lb_OFFER_TIME_END.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lb_OFFER_TIME_END.Name = "lb_OFFER_TIME_END";
- this.lb_OFFER_TIME_END.Size = new System.Drawing.Size(133, 26);
- this.lb_OFFER_TIME_END.TabIndex = 12;
- this.lb_OFFER_TIME_END.Text = " ";
- this.lb_OFFER_TIME_END.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lb_OFFER_TIME_START
- //
- this.lb_OFFER_TIME_START.BackColor = System.Drawing.Color.Turquoise;
- this.lb_OFFER_TIME_START.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lb_OFFER_TIME_START.Location = new System.Drawing.Point(147, 100);
- this.lb_OFFER_TIME_START.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lb_OFFER_TIME_START.Name = "lb_OFFER_TIME_START";
- this.lb_OFFER_TIME_START.Size = new System.Drawing.Size(133, 26);
- this.lb_OFFER_TIME_START.TabIndex = 11;
- this.lb_OFFER_TIME_START.Text = " ";
- this.lb_OFFER_TIME_START.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lb_taskId
- //
- this.lb_taskId.BackColor = System.Drawing.Color.Turquoise;
- this.lb_taskId.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lb_taskId.Location = new System.Drawing.Point(147, 35);
- this.lb_taskId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lb_taskId.Name = "lb_taskId";
- this.lb_taskId.Size = new System.Drawing.Size(133, 26);
- this.lb_taskId.TabIndex = 10;
- this.lb_taskId.Text = " ";
- this.lb_taskId.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label6
- //
- this.label6.BackColor = System.Drawing.Color.Turquoise;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(300, 68);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(133, 26);
- this.label6.TabIndex = 9;
- this.label6.Text = "状态:";
- this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label5
- //
- this.label5.BackColor = System.Drawing.Color.Turquoise;
- this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(11, 132);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(133, 26);
- this.label5.TabIndex = 8;
- this.label5.Text = "开标时间:";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label3
- //
- this.label3.BackColor = System.Drawing.Color.Turquoise;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(300, 36);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(133, 26);
- this.label3.TabIndex = 7;
- this.label3.Text = "报价结束时间:";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label4
- //
- this.label4.BackColor = System.Drawing.Color.Turquoise;
- this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(11, 68);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(133, 26);
- this.label4.TabIndex = 6;
- this.label4.Text = "任务名称:";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label2
- //
- this.label2.BackColor = System.Drawing.Color.Turquoise;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(11, 35);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(133, 26);
- this.label2.TabIndex = 5;
- this.label2.Text = "任务编号:";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.Turquoise;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(11, 100);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(133, 26);
- this.label1.TabIndex = 4;
- this.label1.Text = "报价开始时间:";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(4, 182);
- this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(614, 170);
- this.ultraGroupBox2.TabIndex = 1;
- this.ultraGroupBox2.Text = "在线评标人员";
- this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraPanel21
- //
- this.ultraPanel21.AutoSize = true;
- //
- // ultraPanel21.ClientArea
- //
- this.ultraPanel21.ClientArea.Controls.Add(this.tableLayoutPanel3);
- this.ultraPanel21.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel21.Location = new System.Drawing.Point(634, 4);
- this.ultraPanel21.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraPanel21.Name = "ultraPanel21";
- this.ultraPanel21.Size = new System.Drawing.Size(937, 892);
- this.ultraPanel21.TabIndex = 1;
- //
- // tableLayoutPanel3
- //
- this.tableLayoutPanel3.ColumnCount = 1;
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel3.Controls.Add(this.ultraGrid1, 0, 0);
- this.tableLayoutPanel3.Controls.Add(this.ultraGroupBox7, 0, 1);
- this.tableLayoutPanel3.Controls.Add(this.ultraGroupBox6, 0, 2);
- this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.tableLayoutPanel3.Name = "tableLayoutPanel3";
- this.tableLayoutPanel3.RowCount = 3;
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
- this.tableLayoutPanel3.Size = new System.Drawing.Size(937, 892);
- this.tableLayoutPanel3.TabIndex = 7;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.None;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(4, 4);
- this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(929, 304);
- this.ultraGrid1.TabIndex = 0;
- this.ultraGrid1.Text = "ultraGrid1";
- //
- // ultraGroupBox7
- //
- this.ultraGroupBox7.Controls.Add(this.ultraTabControl1);
- this.ultraGroupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox7.Location = new System.Drawing.Point(4, 316);
- this.ultraGroupBox7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGroupBox7.Name = "ultraGroupBox7";
- this.ultraGroupBox7.Size = new System.Drawing.Size(929, 304);
- this.ultraGroupBox7.TabIndex = 2;
- this.ultraGroupBox7.Text = "与供应商交流记录";
- this.ultraGroupBox7.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraTabControl1
- //
- this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
- this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraTabControl1.Location = new System.Drawing.Point(3, 21);
- this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraTabControl1.Name = "ultraTabControl1";
- this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
- this.ultraTabControl1.Size = new System.Drawing.Size(923, 280);
- this.ultraTabControl1.TabIndex = 0;
- this.ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
- this.ultraTabControl1.ActiveTabChanged += new Infragistics.Win.UltraWinTabControl.ActiveTabChangedEventHandler(this.ultraTabControl1_ActiveTabChanged);
- //
- // ultraTabSharedControlsPage1
- //
- this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 1);
- this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
- this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(919, 253);
- //
- // ultraGroupBox6
- //
- this.ultraGroupBox6.Controls.Add(this.checkBox1);
- this.ultraGroupBox6.Controls.Add(this.textBox1);
- this.ultraGroupBox6.Controls.Add(this.btn_SendMessage);
- this.ultraGroupBox6.Controls.Add(this.label7);
- this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox6.Location = new System.Drawing.Point(4, 628);
- this.ultraGroupBox6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGroupBox6.Name = "ultraGroupBox6";
- this.ultraGroupBox6.Size = new System.Drawing.Size(929, 260);
- this.ultraGroupBox6.TabIndex = 3;
- this.ultraGroupBox6.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.checkBox1.ForeColor = System.Drawing.Color.Red;
- this.checkBox1.Location = new System.Drawing.Point(28, 41);
- this.checkBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(67, 19);
- this.checkBox1.TabIndex = 6;
- this.checkBox1.Text = "全 选";
- this.checkBox1.UseVisualStyleBackColor = false;
- this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
- //
- // textBox1
- //
- this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.textBox1.Location = new System.Drawing.Point(108, 69);
- this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.textBox1.Size = new System.Drawing.Size(723, 168);
- this.textBox1.TabIndex = 3;
- this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
- //
- // btn_SendMessage
- //
- this.btn_SendMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btn_SendMessage.Location = new System.Drawing.Point(831, 189);
- this.btn_SendMessage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btn_SendMessage.Name = "btn_SendMessage";
- this.btn_SendMessage.Size = new System.Drawing.Size(59, 49);
- this.btn_SendMessage.TabIndex = 5;
- this.btn_SendMessage.Text = "发 送";
- this.btn_SendMessage.UseVisualStyleBackColor = true;
- this.btn_SendMessage.Click += new System.EventHandler(this.btn_SendMessage_Click);
- //
- // label7
- //
- this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label7.Location = new System.Drawing.Point(13, 72);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(82, 15);
- this.label7.TabIndex = 4;
- this.label7.Text = "发送类容:";
- //
- // dataSet2
- //
- this.dataSet2.DataSetName = "NewDataSet";
- this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1,
- this.dataTable4});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn8,
- this.dataColumn9,
- this.dataColumn10});
- this.dataTable1.TableName = "Table2";
- //
- // dataColumn3
- //
- this.dataColumn3.AllowDBNull = false;
- this.dataColumn3.Caption = "物料名称";
- this.dataColumn3.ColumnName = "ITEMNAME";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "采购划价";
- this.dataColumn4.ColumnName = "strBugPrice";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "PICKQTY";
- this.dataColumn5.ColumnName = "PICKQTY";
- //
- // dataColumn8
- //
- this.dataColumn8.ColumnName = "PICKAMT";
- //
- // dataColumn9
- //
- this.dataColumn9.ColumnName = "ASKDELIVERDATE";
- //
- // dataColumn10
- //
- this.dataColumn10.ColumnName = "REMARK";
- //
- // dataTable4
- //
- this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn14,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn13,
- this.dataColumn22,
- this.dataColumn23});
- this.dataTable4.TableName = "Table3";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "供应商名称";
- this.dataColumn14.ColumnName = "SUPPCODE";
- //
- // dataColumn11
- //
- this.dataColumn11.ColumnName = "RESWITHTAXPRICE";
- //
- // dataColumn12
- //
- this.dataColumn12.ColumnName = "RESQTY";
- //
- // dataColumn13
- //
- this.dataColumn13.ColumnName = "RESWITHTAXAMT";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "RESDELIVERDATE";
- this.dataColumn22.ColumnName = "RESDELIVERDATE";
- //
- // dataColumn23
- //
- this.dataColumn23.ColumnName = "RESREMARK";
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // timer2
- //
- this.timer2.Enabled = true;
- this.timer2.Interval = 1000;
- this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
- //
- // _Form1_Toolbars_Dock_Area_Top
- //
- this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
- this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._Form1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
- this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1575, 28);
- this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.barsManagerButon;
- //
- // barsManagerButon
- //
- this.barsManagerButon.DesignerFlags = 1;
- this.barsManagerButon.DockWithinContainer = this;
- this.barsManagerButon.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
- this.barsManagerButon.MiniToolbar.ToolRowCount = 3;
- this.barsManagerButon.Office2007UICompatibility = false;
- ribbonTab1.Caption = "ribbon1";
- ribbonGroup1.Caption = "ribbonGroup1";
- ribbonGroup2.Caption = "ribbonGroup2";
- ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
- ribbonGroup1,
- ribbonGroup2});
- this.barsManagerButon.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
- ribbonTab1});
- this.barsManagerButon.ShowQuickCustomizeButton = false;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- buttonTool5.InstanceProps.IsFirstInGroup = true;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool2,
- buttonTool5});
- ultraToolbar1.Text = "UltraToolbar1";
- ultraToolbar1.Visible = false;
- ultraToolbar2.DockedColumn = 0;
- ultraToolbar2.DockedRow = 0;
- ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool1,
- buttonTool4,
- buttonTool16});
- ultraToolbar2.Text = "UltraToolbar2";
- this.barsManagerButon.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1,
- ultraToolbar2});
- buttonTool6.SharedPropsInternal.Caption = "新增";
- buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool7.SharedPropsInternal.Caption = "删除";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool8.SharedPropsInternal.Caption = "修改";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool9.SharedPropsInternal.Caption = "查询";
- buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool10.SharedPropsInternal.Caption = "关闭";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool12.SharedPropsInternal.Caption = "恢复";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool3.SharedPropsInternal.Caption = "确认";
- buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
- buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
- buttonTool11.SharedPropsInternal.Caption = "初拟中标价格";
- buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool11.SharedPropsInternal.Visible = false;
- appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
- buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
- buttonTool13.SharedPropsInternal.Caption = "关闭";
- buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
- buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
- buttonTool17.SharedPropsInternal.Caption = "给供应商打分";
- buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.barsManagerButon.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool6,
- buttonTool7,
- buttonTool8,
- buttonTool9,
- buttonTool10,
- buttonTool12,
- buttonTool3,
- buttonTool11,
- buttonTool13,
- buttonTool17});
- this.barsManagerButon.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.barsManagerButon_ToolClick);
- //
- // _Form1_Toolbars_Dock_Area_Bottom
- //
- this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
- this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 928);
- this._Form1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
- this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1575, 0);
- this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.barsManagerButon;
- //
- // _Form1_Toolbars_Dock_Area_Left
- //
- this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
- this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
- this._Form1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
- this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 900);
- this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.barsManagerButon;
- //
- // _Form1_Toolbars_Dock_Area_Right
- //
- this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
- this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1575, 28);
- this._Form1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
- this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 900);
- this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.barsManagerButon;
- //
- // timer3
- //
- this.timer3.Interval = 30000;
- this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
- //
- // frmInto_Examine
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1575, 928);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
- this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
- this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
- this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
- this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
- this.Name = "frmInto_Examine";
- this.Text = "评标管理";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmInto_Examine_FormClosing);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.tableLayoutPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
- this.ultraGroupBox5.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
- this.ultraGroupBox4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraPanel21.ClientArea.ResumeLayout(false);
- this.ultraPanel21.ResumeLayout(false);
- this.ultraPanel21.PerformLayout();
- this.tableLayoutPanel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox7)).EndInit();
- this.ultraGroupBox7.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
- this.ultraTabControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
- this.ultraGroupBox6.ResumeLayout(false);
- this.ultraGroupBox6.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.Label lb_taskName;
- private System.Windows.Forms.Label lb_BID_OPEN_TIME;
- private System.Windows.Forms.Label lb_Status;
- private System.Windows.Forms.Label lb_OFFER_TIME_END;
- private System.Windows.Forms.Label lb_OFFER_TIME_START;
- private System.Windows.Forms.Label lb_taskId;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dataTable2;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn18;
- private System.Data.DataColumn dataColumn19;
- private System.Data.DataColumn dataColumn21;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn20;
- private System.Data.DataTable dataTable3;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn16;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid4;
- private Core.Mes.Client.Comm.Control.UltraPanel2 ultraPanel21;
- private System.Data.DataSet dataSet2;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataTable dataTable4;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataColumn dataColumn22;
- private System.Data.DataColumn dataColumn23;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox7;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Button btn_SendMessage;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Timer timer2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox6;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
- private System.Windows.Forms.CheckBox checkBox1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager barsManagerButon;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
- private System.Data.DataColumn dataColumn24;
- private System.Data.DataColumn dataColumn25;
- private System.Windows.Forms.Timer timer3;
- private System.Data.DataColumn dataColumn26;
- private System.Data.DataColumn dataColumn27;
- private System.Data.DataColumn dataColumn28;
- private System.Data.DataColumn dataColumn29;
- private System.Data.DataColumn dataColumn30;
- }
- }
|