| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578 |
- namespace BeltScaleSystem
- {
- partial class frmScalePredictionManage
- {
- /// <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("计量预报", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("predictionNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("memo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("productNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("productName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("netWeight");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterGroup");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterClass");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("theoreticalWeight");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("forwardingUnitNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("forwardingUnitName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("receivingUintNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("receivingUintName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("unloadWharf");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("valueFlag");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("shipNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("forwardingWeight");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("unloadSite");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("overstock");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("startTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newMatName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newSupplier");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newGg");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newMatClass");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newMatClassCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newHlh");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("还原");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmScalePredictionManage));
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
- Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("还原");
- Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("退出");
- Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel2Query = new System.Windows.Forms.Panel();
- this.ultraGridBeltPre = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSetScale = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- this.dataColumn10 = new System.Data.DataColumn();
- this.dataColumn11 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.dataColumn15 = new System.Data.DataColumn();
- this.dataColumn16 = new System.Data.DataColumn();
- this.dataColumn33 = new System.Data.DataColumn();
- this.dataColumn34 = new System.Data.DataColumn();
- this.dataColumn35 = new System.Data.DataColumn();
- this.dataColumn36 = new System.Data.DataColumn();
- this.dataColumn40 = new System.Data.DataColumn();
- this.dataColumn41 = new System.Data.DataColumn();
- this.dataColumn42 = new System.Data.DataColumn();
- this.dataColumn43 = new System.Data.DataColumn();
- this.dataColumn44 = new System.Data.DataColumn();
- this.dataColumn45 = new System.Data.DataColumn();
- this.dataColumn46 = new System.Data.DataColumn();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn9 = new System.Data.DataColumn();
- this.dataColumn13 = new System.Data.DataColumn();
- this.dataColumn14 = new System.Data.DataColumn();
- this.dataColumn17 = new System.Data.DataColumn();
- this.dataColumn18 = new System.Data.DataColumn();
- this.dataColumn19 = new System.Data.DataColumn();
- this.dataColumn20 = new System.Data.DataColumn();
- this.dataColumn21 = new System.Data.DataColumn();
- this.dataColumn22 = new System.Data.DataColumn();
- this.dataColumn23 = new System.Data.DataColumn();
- this.ultraGroupBoxEdit = new Infragistics.Win.Misc.UltraGroupBox();
- this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
- this.newHlh_text = new System.Windows.Forms.TextBox();
- this.newMatName_text = new System.Windows.Forms.TextBox();
- this.cbshouh_1 = new System.Windows.Forms.ComboBox();
- this.cbfahuo_1 = new System.Windows.Forms.ComboBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.cbPntName_1 = new System.Windows.Forms.ComboBox();
- this.shipnoTxt = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.newGg_text = new System.Windows.Forms.TextBox();
- this.textOrderno = new System.Windows.Forms.TextBox();
- this.textBox8 = new System.Windows.Forms.TextBox();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.cmMatName_1 = new System.Windows.Forms.ComboBox();
- this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.ShipnoTxt_1 = new System.Windows.Forms.TextBox();
- this.cbshouh = new System.Windows.Forms.ComboBox();
- this.label17 = new System.Windows.Forms.Label();
- this.checkDate = new System.Windows.Forms.CheckBox();
- this.cbfahuo = new System.Windows.Forms.ComboBox();
- this.cmMatName = new System.Windows.Forms.ComboBox();
- this.cmbState = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.dtStartTime = new System.Windows.Forms.DateTimePicker();
- this.label4 = new System.Windows.Forms.Label();
- this.dtEndTime = new System.Windows.Forms.DateTimePicker();
- this.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
- this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
- this.ultraGroupBox4.SuspendLayout();
- this.panel2Query.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltPre)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSetScale)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).BeginInit();
- this.ultraGroupBoxEdit.SuspendLayout();
- this.tableLayoutPanel5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
- this.ultraGroupBoxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbState)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.panel2);
- this.ultraGroupBox1.Controls.Add(this.panel1);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1704, 706);
- this.ultraGroupBox1.TabIndex = 1;
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.splitContainer1);
- this.panel2.Controls.Add(this.ultraGroupBoxCondition);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(3, 30);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1698, 673);
- this.panel2.TabIndex = 1;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 87);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox4);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBoxEdit);
- this.splitContainer1.Size = new System.Drawing.Size(1698, 586);
- this.splitContainer1.SplitterDistance = 434;
- this.splitContainer1.TabIndex = 2;
- //
- // ultraGroupBox4
- //
- this.ultraGroupBox4.Controls.Add(this.panel2Query);
- this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox4.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox4.Name = "ultraGroupBox4";
- this.ultraGroupBox4.Size = new System.Drawing.Size(1698, 434);
- this.ultraGroupBox4.TabIndex = 2;
- this.ultraGroupBox4.Text = "数据展示区域";
- this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // panel2Query
- //
- this.panel2Query.Controls.Add(this.ultraGridBeltPre);
- this.panel2Query.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2Query.Location = new System.Drawing.Point(3, 18);
- this.panel2Query.Name = "panel2Query";
- this.panel2Query.Size = new System.Drawing.Size(1692, 413);
- this.panel2Query.TabIndex = 3;
- //
- // ultraGridBeltPre
- //
- this.ultraGridBeltPre.DataSource = this.dataSetScale;
- ultraGridColumn1.Header.Caption = "卸货计划";
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
- ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Hidden = true;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 9;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn3.Header.VisiblePosition = 4;
- ultraGridColumn3.Hidden = true;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 11;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.Header.VisiblePosition = 5;
- ultraGridColumn4.Hidden = true;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 13;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(144, 0);
- ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn5.Header.Caption = "生成时间";
- ultraGridColumn5.Header.VisiblePosition = 6;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(118, 0);
- ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn6.Header.VisiblePosition = 7;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 17;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.Header.VisiblePosition = 8;
- ultraGridColumn7.Hidden = true;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 19;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn8.Header.VisiblePosition = 11;
- ultraGridColumn8.Hidden = true;
- ultraGridColumn9.Header.Caption = "物料名称";
- ultraGridColumn9.Header.VisiblePosition = 13;
- ultraGridColumn9.Hidden = true;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 5;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
- ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.Hidden = true;
- ultraGridColumn11.Header.Caption = "卸货码头";
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 13;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(112, 0);
- ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn12.Header.VisiblePosition = 17;
- ultraGridColumn12.Hidden = true;
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 5;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(132, 0);
- ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn14.Header.VisiblePosition = 15;
- ultraGridColumn14.Hidden = true;
- ultraGridColumn15.Header.VisiblePosition = 16;
- ultraGridColumn15.Hidden = true;
- ultraGridColumn16.Header.Caption = "发运净重";
- ultraGridColumn16.Header.VisiblePosition = 18;
- ultraGridColumn16.Hidden = true;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(136, 0);
- ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn17.Header.VisiblePosition = 21;
- ultraGridColumn17.Hidden = true;
- ultraGridColumn18.Header.Caption = "供应商";
- ultraGridColumn18.Header.VisiblePosition = 22;
- ultraGridColumn18.Hidden = true;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(123, 0);
- ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn19.Header.VisiblePosition = 19;
- ultraGridColumn19.Hidden = true;
- ultraGridColumn20.Header.Caption = "收货单位";
- ultraGridColumn20.Header.VisiblePosition = 20;
- ultraGridColumn20.RowLayoutColumnInfo.OriginX = 3;
- ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(131, 0);
- ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn21.Header.VisiblePosition = 14;
- ultraGridColumn21.Hidden = true;
- ultraGridColumn21.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(136, 0);
- ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn22.Header.VisiblePosition = 3;
- ultraGridColumn22.RowLayoutColumnInfo.OriginX = 15;
- ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
- ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn23.Header.VisiblePosition = 23;
- ultraGridColumn23.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
- ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn24.Header.Caption = "重量";
- ultraGridColumn24.Header.VisiblePosition = 24;
- ultraGridColumn24.RowLayoutColumnInfo.OriginX = 11;
- ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(131, 0);
- ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn25.Header.VisiblePosition = 25;
- ultraGridColumn25.Hidden = true;
- ultraGridColumn25.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(104, 0);
- ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn26.Header.VisiblePosition = 26;
- ultraGridColumn26.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(103, 0);
- ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn27.Header.VisiblePosition = 27;
- ultraGridColumn27.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
- ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn28.Header.VisiblePosition = 28;
- ultraGridColumn28.RowLayoutColumnInfo.OriginX = 1;
- ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
- ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn28.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn29.Header.VisiblePosition = 29;
- ultraGridColumn29.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(117, 0);
- ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn30.Header.Caption = "供应商";
- ultraGridColumn30.Header.VisiblePosition = 30;
- ultraGridColumn30.RowLayoutColumnInfo.OriginX = 9;
- ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
- ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn31.Header.VisiblePosition = 31;
- ultraGridColumn31.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
- ultraGridColumn31.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn32.Header.VisiblePosition = 32;
- ultraGridColumn32.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
- ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn32.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn33.Header.VisiblePosition = 33;
- ultraGridColumn33.Hidden = true;
- ultraGridColumn34.Header.VisiblePosition = 34;
- ultraGridColumn34.Hidden = true;
- ultraGridColumn35.DataType = typeof(bool);
- ultraGridColumn35.Header.Caption = "选择";
- ultraGridColumn35.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
- ultraGridColumn35.Header.VisiblePosition = 2;
- ultraGridColumn35.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(41, 0);
- ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
- ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22,
- ultraGridColumn23,
- ultraGridColumn24,
- ultraGridColumn25,
- ultraGridColumn26,
- ultraGridColumn27,
- ultraGridColumn28,
- ultraGridColumn29,
- ultraGridColumn30,
- ultraGridColumn31,
- ultraGridColumn32,
- ultraGridColumn33,
- ultraGridColumn34,
- ultraGridColumn35});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- ultraGridBand1.SummaryFooterCaption = "合计";
- this.ultraGridBeltPre.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGridBeltPre.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
- this.ultraGridBeltPre.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
- appearance1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.BackColor2 = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.BorderColor = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.BorderColor2 = System.Drawing.SystemColors.GradientActiveCaption;
- appearance1.ForeColor = System.Drawing.Color.IndianRed;
- appearance1.ForeColorDisabled = System.Drawing.SystemColors.GradientActiveCaption;
- this.ultraGridBeltPre.DisplayLayout.GroupByBox.Appearance = appearance1;
- this.ultraGridBeltPre.DisplayLayout.GroupByBox.ButtonConnectorColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.ultraGridBeltPre.DisplayLayout.GroupByBox.Prompt = "拖动列表头到这里可以按该列分组";
- this.ultraGridBeltPre.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridBeltPre.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
- appearance2.TextVAlignAsString = "Middle";
- this.ultraGridBeltPre.DisplayLayout.Override.CellAppearance = appearance2;
- appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- this.ultraGridBeltPre.DisplayLayout.Override.HeaderAppearance = appearance3;
- this.ultraGridBeltPre.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGridBeltPre.DisplayLayout.Override.MaxSelectedRows = 1;
- this.ultraGridBeltPre.DisplayLayout.Override.MinRowHeight = 21;
- appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance4.TextVAlignAsString = "Middle";
- this.ultraGridBeltPre.DisplayLayout.Override.RowSelectorAppearance = appearance4;
- this.ultraGridBeltPre.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGridBeltPre.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGridBeltPre.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ultraGridBeltPre.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridBeltPre.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGridBeltPre.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGridBeltPre.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGridBeltPre.Location = new System.Drawing.Point(0, 0);
- this.ultraGridBeltPre.Name = "ultraGridBeltPre";
- this.ultraGridBeltPre.Size = new System.Drawing.Size(1692, 413);
- this.ultraGridBeltPre.TabIndex = 7;
- this.ultraGridBeltPre.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridBeltPre_CellChange);
- //
- // dataSetScale
- //
- this.dataSetScale.DataSetName = "NewDataSet";
- this.dataSetScale.Locale = new System.Globalization.CultureInfo("zh-CN");
- this.dataSetScale.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn3,
- this.dataColumn5,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn15,
- this.dataColumn16,
- this.dataColumn33,
- this.dataColumn34,
- this.dataColumn35,
- this.dataColumn36,
- this.dataColumn40,
- this.dataColumn41,
- this.dataColumn42,
- this.dataColumn43,
- this.dataColumn44,
- this.dataColumn45,
- this.dataColumn46,
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn4,
- this.dataColumn6,
- this.dataColumn9,
- this.dataColumn13,
- this.dataColumn14,
- this.dataColumn17,
- this.dataColumn18,
- this.dataColumn19,
- this.dataColumn20,
- this.dataColumn21,
- this.dataColumn22,
- this.dataColumn23});
- this.dataTable1.TableName = "计量预报";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "预报编号";
- this.dataColumn3.ColumnName = "predictionNo";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "备注";
- this.dataColumn5.ColumnName = "memo";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "创建人编号";
- this.dataColumn7.ColumnName = "createManNo";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "创建人姓名";
- this.dataColumn8.ColumnName = "createManName";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "创建时间";
- this.dataColumn10.ColumnName = "createTime";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "修改人编号";
- this.dataColumn11.ColumnName = "updateManNo";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "修改人";
- this.dataColumn12.ColumnName = "updateManName";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "产品编号";
- this.dataColumn15.ColumnName = "productNo";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "产品名称";
- this.dataColumn16.ColumnName = "productName";
- //
- // dataColumn33
- //
- this.dataColumn33.Caption = "计量点编号";
- this.dataColumn33.ColumnName = "baseSpotNo";
- //
- // dataColumn34
- //
- this.dataColumn34.Caption = "计量点";
- this.dataColumn34.ColumnName = "baseSpotName";
- //
- // dataColumn35
- //
- this.dataColumn35.Caption = "净重";
- this.dataColumn35.ColumnName = "netWeight";
- //
- // dataColumn36
- //
- this.dataColumn36.Caption = "修改时间";
- this.dataColumn36.ColumnName = "updateTime";
- //
- // dataColumn40
- //
- this.dataColumn40.Caption = "班组";
- this.dataColumn40.ColumnName = "meterGroup";
- //
- // dataColumn41
- //
- this.dataColumn41.Caption = "班次";
- this.dataColumn41.ColumnName = "meterClass";
- //
- // dataColumn42
- //
- this.dataColumn42.Caption = "理论重量";
- this.dataColumn42.ColumnName = "theoreticalWeight";
- //
- // dataColumn43
- //
- this.dataColumn43.Caption = "发货单位编码";
- this.dataColumn43.ColumnName = "forwardingUnitNo";
- //
- // dataColumn44
- //
- this.dataColumn44.Caption = "发货单位名称";
- this.dataColumn44.ColumnName = "forwardingUnitName";
- //
- // dataColumn45
- //
- this.dataColumn45.Caption = "收货单位编码";
- this.dataColumn45.ColumnName = "receivingUintNo";
- //
- // dataColumn46
- //
- this.dataColumn46.Caption = "收货单位名称";
- this.dataColumn46.ColumnName = "receivingUintName";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "卸货码头";
- this.dataColumn1.ColumnName = "unloadWharf";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "状态";
- this.dataColumn2.ColumnName = "valueFlag";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "船号";
- this.dataColumn4.ColumnName = "shipNo";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "发运重量";
- this.dataColumn6.ColumnName = "forwardingWeight";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "卸货地点";
- this.dataColumn9.ColumnName = "unloadSite";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "压港时间";
- this.dataColumn13.ColumnName = "overstock";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "开卸时间";
- this.dataColumn14.ColumnName = "startTime";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "合同号";
- this.dataColumn17.ColumnName = "orderNo";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "物料名称";
- this.dataColumn18.ColumnName = "newMatName";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "发货单位";
- this.dataColumn19.ColumnName = "newSupplier";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "物料规格";
- this.dataColumn20.ColumnName = "newGg";
- //
- // dataColumn21
- //
- this.dataColumn21.Caption = "物料类别";
- this.dataColumn21.ColumnName = "newMatClass";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "物料类别编码";
- this.dataColumn22.ColumnName = "newMatClassCode";
- //
- // dataColumn23
- //
- this.dataColumn23.Caption = "海轮号";
- this.dataColumn23.ColumnName = "newHlh";
- //
- // ultraGroupBoxEdit
- //
- this.ultraGroupBoxEdit.Controls.Add(this.tableLayoutPanel5);
- this.ultraGroupBoxEdit.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBoxEdit.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBoxEdit.Name = "ultraGroupBoxEdit";
- this.ultraGroupBoxEdit.Size = new System.Drawing.Size(1698, 148);
- this.ultraGroupBoxEdit.TabIndex = 2;
- this.ultraGroupBoxEdit.Text = "数据编辑区域";
- this.ultraGroupBoxEdit.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // tableLayoutPanel5
- //
- this.tableLayoutPanel5.ColumnCount = 9;
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.467801F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.11794F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.467801F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.11794F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.467801F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.11794F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.8712F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.37156F));
- this.tableLayoutPanel5.Controls.Add(this.newHlh_text, 6, 3);
- this.tableLayoutPanel5.Controls.Add(this.newMatName_text, 6, 1);
- this.tableLayoutPanel5.Controls.Add(this.cbshouh_1, 2, 4);
- this.tableLayoutPanel5.Controls.Add(this.cbfahuo_1, 2, 3);
- this.tableLayoutPanel5.Controls.Add(this.textBox1, 4, 2);
- this.tableLayoutPanel5.Controls.Add(this.cbPntName_1, 4, 3);
- this.tableLayoutPanel5.Controls.Add(this.shipnoTxt, 2, 1);
- this.tableLayoutPanel5.Controls.Add(this.label11, 1, 4);
- this.tableLayoutPanel5.Controls.Add(this.label27, 1, 2);
- this.tableLayoutPanel5.Controls.Add(this.label28, 1, 1);
- this.tableLayoutPanel5.Controls.Add(this.label10, 1, 3);
- this.tableLayoutPanel5.Controls.Add(this.label7, 3, 2);
- this.tableLayoutPanel5.Controls.Add(this.label8, 3, 3);
- this.tableLayoutPanel5.Controls.Add(this.label9, 3, 4);
- this.tableLayoutPanel5.Controls.Add(this.label12, 3, 1);
- this.tableLayoutPanel5.Controls.Add(this.label13, 5, 1);
- this.tableLayoutPanel5.Controls.Add(this.label14, 5, 2);
- this.tableLayoutPanel5.Controls.Add(this.label15, 5, 3);
- this.tableLayoutPanel5.Controls.Add(this.label16, 5, 4);
- this.tableLayoutPanel5.Controls.Add(this.newGg_text, 6, 2);
- this.tableLayoutPanel5.Controls.Add(this.textOrderno, 4, 4);
- this.tableLayoutPanel5.Controls.Add(this.textBox8, 6, 4);
- this.tableLayoutPanel5.Controls.Add(this.dateTimePicker1, 4, 1);
- this.tableLayoutPanel5.Controls.Add(this.cmMatName_1, 2, 2);
- this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 18);
- this.tableLayoutPanel5.Name = "tableLayoutPanel5";
- this.tableLayoutPanel5.RowCount = 5;
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel5.Size = new System.Drawing.Size(1692, 127);
- this.tableLayoutPanel5.TabIndex = 1;
- //
- // newHlh_text
- //
- this.newHlh_text.Dock = System.Windows.Forms.DockStyle.Fill;
- this.newHlh_text.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.newHlh_text.Location = new System.Drawing.Point(699, 71);
- this.newHlh_text.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.newHlh_text.Name = "newHlh_text";
- this.newHlh_text.Size = new System.Drawing.Size(215, 22);
- this.newHlh_text.TabIndex = 134;
- //
- // newMatName_text
- //
- this.newMatName_text.Dock = System.Windows.Forms.DockStyle.Fill;
- this.newMatName_text.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.newMatName_text.Location = new System.Drawing.Point(699, 13);
- this.newMatName_text.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.newMatName_text.Name = "newMatName_text";
- this.newMatName_text.Size = new System.Drawing.Size(215, 22);
- this.newMatName_text.TabIndex = 133;
- //
- // cbshouh_1
- //
- this.cbshouh_1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cbshouh_1.Font = new System.Drawing.Font("宋体", 12F);
- this.cbshouh_1.FormattingEnabled = true;
- this.cbshouh_1.Location = new System.Drawing.Point(123, 105);
- this.cbshouh_1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.cbshouh_1.Name = "cbshouh_1";
- this.cbshouh_1.Size = new System.Drawing.Size(215, 24);
- this.cbshouh_1.TabIndex = 132;
- //
- // cbfahuo_1
- //
- this.cbfahuo_1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cbfahuo_1.Font = new System.Drawing.Font("宋体", 12F);
- this.cbfahuo_1.FormattingEnabled = true;
- this.cbfahuo_1.Location = new System.Drawing.Point(123, 76);
- this.cbfahuo_1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.cbfahuo_1.Name = "cbfahuo_1";
- this.cbfahuo_1.Size = new System.Drawing.Size(215, 24);
- this.cbfahuo_1.TabIndex = 131;
- //
- // textBox1
- //
- this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox1.Location = new System.Drawing.Point(411, 47);
- this.textBox1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(215, 22);
- this.textBox1.TabIndex = 130;
- this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
- //
- // cbPntName_1
- //
- this.cbPntName_1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cbPntName_1.Font = new System.Drawing.Font("宋体", 12F);
- this.cbPntName_1.FormattingEnabled = true;
- this.cbPntName_1.Location = new System.Drawing.Point(411, 76);
- this.cbPntName_1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.cbPntName_1.Name = "cbPntName_1";
- this.cbPntName_1.Size = new System.Drawing.Size(215, 24);
- this.cbPntName_1.TabIndex = 129;
- //
- // shipnoTxt
- //
- this.shipnoTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.shipnoTxt.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.shipnoTxt.Location = new System.Drawing.Point(123, 18);
- this.shipnoTxt.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.shipnoTxt.Name = "shipnoTxt";
- this.shipnoTxt.Size = new System.Drawing.Size(215, 22);
- this.shipnoTxt.TabIndex = 22;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label11.Location = new System.Drawing.Point(53, 95);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(67, 32);
- this.label11.TabIndex = 11;
- this.label11.Text = "收货单位";
- this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label27.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label27.Location = new System.Drawing.Point(53, 37);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(67, 29);
- this.label27.TabIndex = 8;
- this.label27.Text = "物料名称";
- this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label28.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label28.Location = new System.Drawing.Point(53, 8);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(67, 29);
- this.label28.TabIndex = 1;
- this.label28.Text = "船号";
- this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label10.Location = new System.Drawing.Point(53, 66);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(67, 29);
- this.label10.TabIndex = 10;
- this.label10.Text = "发货单位";
- this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label7.Location = new System.Drawing.Point(341, 40);
- this.label7.Margin = new System.Windows.Forms.Padding(3);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(67, 23);
- this.label7.TabIndex = 26;
- this.label7.Text = "发运净重";
- this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label8.Location = new System.Drawing.Point(341, 69);
- this.label8.Margin = new System.Windows.Forms.Padding(3);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(67, 23);
- this.label8.TabIndex = 27;
- this.label8.Text = "卸货码头";
- this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label9.Location = new System.Drawing.Point(341, 98);
- this.label9.Margin = new System.Windows.Forms.Padding(3);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(67, 26);
- this.label9.TabIndex = 28;
- this.label9.Text = "合同号";
- this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label12.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label12.Location = new System.Drawing.Point(341, 11);
- this.label12.Margin = new System.Windows.Forms.Padding(3);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(67, 23);
- this.label12.TabIndex = 29;
- this.label12.Text = "压港时间";
- this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label13.Location = new System.Drawing.Point(629, 11);
- this.label13.Margin = new System.Windows.Forms.Padding(3);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(67, 23);
- this.label13.TabIndex = 30;
- this.label13.Text = "物料类别";
- this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label14.Location = new System.Drawing.Point(629, 40);
- this.label14.Margin = new System.Windows.Forms.Padding(3);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(67, 23);
- this.label14.TabIndex = 31;
- this.label14.Text = "物料规格";
- this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label15.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label15.Location = new System.Drawing.Point(629, 69);
- this.label15.Margin = new System.Windows.Forms.Padding(3);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(67, 23);
- this.label15.TabIndex = 32;
- this.label15.Text = "海轮号";
- this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label16.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.label16.Location = new System.Drawing.Point(629, 98);
- this.label16.Margin = new System.Windows.Forms.Padding(3);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(67, 26);
- this.label16.TabIndex = 33;
- this.label16.Text = "物资名称";
- this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label16.Visible = false;
- //
- // newGg_text
- //
- this.newGg_text.Dock = System.Windows.Forms.DockStyle.Fill;
- this.newGg_text.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.newGg_text.Location = new System.Drawing.Point(699, 42);
- this.newGg_text.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.newGg_text.Name = "newGg_text";
- this.newGg_text.Size = new System.Drawing.Size(215, 22);
- this.newGg_text.TabIndex = 39;
- //
- // textOrderno
- //
- this.textOrderno.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textOrderno.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textOrderno.Location = new System.Drawing.Point(411, 100);
- this.textOrderno.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.textOrderno.Name = "textOrderno";
- this.textOrderno.Size = new System.Drawing.Size(215, 22);
- this.textOrderno.TabIndex = 40;
- //
- // textBox8
- //
- this.textBox8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox8.Location = new System.Drawing.Point(699, 100);
- this.textBox8.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.textBox8.Name = "textBox8";
- this.textBox8.Size = new System.Drawing.Size(215, 22);
- this.textBox8.TabIndex = 41;
- this.textBox8.Visible = false;
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.Cursor = System.Windows.Forms.Cursors.Default;
- this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dateTimePicker1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 12F);
- this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateTimePicker1.Location = new System.Drawing.Point(411, 18);
- this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.dateTimePicker1.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
- this.dateTimePicker1.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(215, 26);
- this.dateTimePicker1.TabIndex = 125;
- //
- // cmMatName_1
- //
- this.cmMatName_1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmMatName_1.Font = new System.Drawing.Font("宋体", 12F);
- this.cmMatName_1.FormattingEnabled = true;
- this.cmMatName_1.Location = new System.Drawing.Point(123, 47);
- this.cmMatName_1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
- this.cmMatName_1.Name = "cmMatName_1";
- this.cmMatName_1.Size = new System.Drawing.Size(215, 24);
- this.cmMatName_1.TabIndex = 127;
- //
- // ultraGroupBoxCondition
- //
- this.ultraGroupBoxCondition.Controls.Add(this.checkBox1);
- this.ultraGroupBoxCondition.Controls.Add(this.ShipnoTxt_1);
- this.ultraGroupBoxCondition.Controls.Add(this.cbshouh);
- this.ultraGroupBoxCondition.Controls.Add(this.label17);
- this.ultraGroupBoxCondition.Controls.Add(this.checkDate);
- this.ultraGroupBoxCondition.Controls.Add(this.cbfahuo);
- this.ultraGroupBoxCondition.Controls.Add(this.cmMatName);
- this.ultraGroupBoxCondition.Controls.Add(this.cmbState);
- this.ultraGroupBoxCondition.Controls.Add(this.label6);
- this.ultraGroupBoxCondition.Controls.Add(this.label5);
- this.ultraGroupBoxCondition.Controls.Add(this.label2);
- this.ultraGroupBoxCondition.Controls.Add(this.label3);
- this.ultraGroupBoxCondition.Controls.Add(this.dtStartTime);
- this.ultraGroupBoxCondition.Controls.Add(this.label4);
- this.ultraGroupBoxCondition.Controls.Add(this.dtEndTime);
- this.ultraGroupBoxCondition.Controls.Add(this.label1);
- this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
- this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 87);
- this.ultraGroupBoxCondition.TabIndex = 0;
- this.ultraGroupBoxCondition.Text = "查询条件";
- this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Font = new System.Drawing.Font("宋体", 12F);
- this.checkBox1.Location = new System.Drawing.Point(80, 59);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(91, 20);
- this.checkBox1.TabIndex = 146;
- this.checkBox1.Text = "批量选择";
- this.checkBox1.UseVisualStyleBackColor = true;
- this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
- //
- // ShipnoTxt_1
- //
- this.ShipnoTxt_1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ShipnoTxt_1.Location = new System.Drawing.Point(469, 58);
- this.ShipnoTxt_1.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.ShipnoTxt_1.Name = "ShipnoTxt_1";
- this.ShipnoTxt_1.Size = new System.Drawing.Size(146, 22);
- this.ShipnoTxt_1.TabIndex = 134;
- //
- // cbshouh
- //
- this.cbshouh.Font = new System.Drawing.Font("宋体", 12F);
- this.cbshouh.FormattingEnabled = true;
- this.cbshouh.Location = new System.Drawing.Point(255, 57);
- this.cbshouh.Name = "cbshouh";
- this.cbshouh.Size = new System.Drawing.Size(170, 24);
- this.cbshouh.TabIndex = 133;
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.Transparent;
- this.label17.Font = new System.Drawing.Font("宋体", 10F);
- this.label17.Location = new System.Drawing.Point(186, 62);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(63, 14);
- this.label17.TabIndex = 132;
- this.label17.Text = "收货单位";
- //
- // checkDate
- //
- this.checkDate.AutoSize = true;
- this.checkDate.Checked = true;
- this.checkDate.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkDate.Location = new System.Drawing.Point(80, 26);
- this.checkDate.Name = "checkDate";
- this.checkDate.Size = new System.Drawing.Size(15, 14);
- this.checkDate.TabIndex = 131;
- this.checkDate.UseVisualStyleBackColor = true;
- this.checkDate.CheckedChanged += new System.EventHandler(this.checkDate_CheckedChanged);
- //
- // cbfahuo
- //
- this.cbfahuo.Font = new System.Drawing.Font("宋体", 12F);
- this.cbfahuo.FormattingEnabled = true;
- this.cbfahuo.Location = new System.Drawing.Point(858, 19);
- this.cbfahuo.Name = "cbfahuo";
- this.cbfahuo.Size = new System.Drawing.Size(170, 24);
- this.cbfahuo.TabIndex = 129;
- //
- // cmMatName
- //
- this.cmMatName.Font = new System.Drawing.Font("宋体", 12F);
- this.cmMatName.FormattingEnabled = true;
- this.cmMatName.Location = new System.Drawing.Point(613, 19);
- this.cmMatName.Name = "cmMatName";
- this.cmMatName.Size = new System.Drawing.Size(170, 24);
- this.cmMatName.TabIndex = 128;
- //
- // cmbState
- //
- this.cmbState.Font = new System.Drawing.Font("宋体", 14F);
- this.cmbState.Location = new System.Drawing.Point(659, 52);
- this.cmbState.Name = "cmbState";
- this.cmbState.Size = new System.Drawing.Size(92, 28);
- this.cmbState.TabIndex = 124;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Font = new System.Drawing.Font("宋体", 10F);
- this.label6.Location = new System.Drawing.Point(618, 60);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(35, 14);
- this.label6.TabIndex = 123;
- this.label6.Text = "状态";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("宋体", 10F);
- this.label5.Location = new System.Drawing.Point(431, 62);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(35, 14);
- this.label5.TabIndex = 121;
- this.label5.Text = "船号";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 10F);
- this.label2.Location = new System.Drawing.Point(789, 24);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(63, 14);
- this.label2.TabIndex = 119;
- this.label2.Text = "发货单位";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("宋体", 10F);
- this.label3.Location = new System.Drawing.Point(544, 26);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(63, 14);
- this.label3.TabIndex = 117;
- this.label3.Text = "物料名称";
- //
- // dtStartTime
- //
- this.dtStartTime.Cursor = System.Windows.Forms.Cursors.Default;
- this.dtStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtStartTime.Font = new System.Drawing.Font("宋体", 12F);
- this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtStartTime.Location = new System.Drawing.Point(107, 20);
- this.dtStartTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.dtStartTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
- this.dtStartTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- this.dtStartTime.Name = "dtStartTime";
- this.dtStartTime.Size = new System.Drawing.Size(200, 26);
- this.dtStartTime.TabIndex = 112;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(313, 27);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(17, 12);
- this.label4.TabIndex = 111;
- this.label4.Text = "至";
- //
- // dtEndTime
- //
- this.dtEndTime.Cursor = System.Windows.Forms.Cursors.Default;
- this.dtEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtEndTime.Font = new System.Drawing.Font("宋体", 12F);
- this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtEndTime.Location = new System.Drawing.Point(333, 20);
- this.dtEndTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.dtEndTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
- this.dtEndTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- this.dtEndTime.Name = "dtEndTime";
- this.dtEndTime.Size = new System.Drawing.Size(200, 26);
- this.dtEndTime.TabIndex = 107;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 10F);
- this.label1.Location = new System.Drawing.Point(10, 28);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(63, 14);
- this.label1.TabIndex = 108;
- this.label1.Text = "创建时间";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel1_Fill_Panel);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
- this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(3, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1698, 30);
- this.panel1.TabIndex = 0;
- //
- // panel1_Fill_Panel
- //
- this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
- this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 27);
- this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
- this.panel1_Fill_Panel.Size = new System.Drawing.Size(1698, 3);
- this.panel1_Fill_Panel.TabIndex = 0;
- //
- // _panel1_Toolbars_Dock_Area_Left
- //
- this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
- this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
- this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 3);
- this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // ultraToolbarsManager1
- //
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
- this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool1,
- buttonTool11,
- buttonTool13,
- buttonTool2,
- buttonTool3,
- buttonTool4});
- ultraToolbar1.Text = "UltraToolbar1";
- this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
- buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
- buttonTool5.SharedPropsInternal.Caption = "查询";
- buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
- buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
- buttonTool6.SharedPropsInternal.Caption = "导出";
- buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
- buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
- buttonTool7.SharedPropsInternal.Caption = "删除";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance54.Image = ((object)(resources.GetObject("appearance54.Image")));
- buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance54;
- buttonTool8.SharedPropsInternal.Caption = "还原";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance55.Image = ((object)(resources.GetObject("appearance55.Image")));
- buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance55;
- buttonTool10.SharedPropsInternal.Caption = "退出";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
- buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
- buttonTool12.SharedPropsInternal.Caption = "新增";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
- buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
- buttonTool14.SharedPropsInternal.Caption = "修改";
- buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool5,
- buttonTool6,
- buttonTool7,
- buttonTool8,
- buttonTool10,
- buttonTool12,
- buttonTool14});
- this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
- //
- // _panel1_Toolbars_Dock_Area_Right
- //
- this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1698, 27);
- this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
- this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 3);
- this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _panel1_Toolbars_Dock_Area_Top
- //
- this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
- this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1698, 27);
- this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _panel1_Toolbars_Dock_Area_Bottom
- //
- this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
- this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
- this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
- this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1698, 0);
- this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // frmScalePredictionManage
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1704, 706);
- this.ControlBox = false;
- this.Controls.Add(this.ultraGroupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmScalePredictionManage";
- this.Text = "皮带秤预报管理";
- this.Load += new System.EventHandler(this.frmScalePredictionManage_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
- this.ultraGroupBox4.ResumeLayout(false);
- this.panel2Query.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridBeltPre)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSetScale)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).EndInit();
- this.ultraGroupBoxEdit.ResumeLayout(false);
- this.tableLayoutPanel5.ResumeLayout(false);
- this.tableLayoutPanel5.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
- this.ultraGroupBoxCondition.ResumeLayout(false);
- this.ultraGroupBoxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbState)).EndInit();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
- private System.Windows.Forms.Panel panel2Query;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridBeltPre;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.DateTimePicker dtStartTime;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.DateTimePicker dtEndTime;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel1_Fill_Panel;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
- private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbState;
- private System.Windows.Forms.Label label6;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxEdit;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
- private System.Windows.Forms.TextBox shipnoTxt;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.TextBox newGg_text;
- private System.Windows.Forms.TextBox textOrderno;
- private System.Windows.Forms.TextBox textBox8;
- private System.Data.DataSet dataSetScale;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn16;
- private System.Data.DataColumn dataColumn33;
- private System.Data.DataColumn dataColumn34;
- private System.Data.DataColumn dataColumn35;
- private System.Data.DataColumn dataColumn36;
- private System.Data.DataColumn dataColumn40;
- private System.Data.DataColumn dataColumn41;
- private System.Data.DataColumn dataColumn42;
- private System.Data.DataColumn dataColumn43;
- private System.Data.DataColumn dataColumn44;
- private System.Data.DataColumn dataColumn45;
- private System.Data.DataColumn dataColumn46;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.ComboBox cmMatName_1;
- private System.Windows.Forms.ComboBox cbshouh_1;
- private System.Windows.Forms.ComboBox cbfahuo_1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.ComboBox cbPntName_1;
- private System.Windows.Forms.ComboBox cbfahuo;
- private System.Windows.Forms.ComboBox cmMatName;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataColumn dataColumn14;
- private System.Windows.Forms.CheckBox checkDate;
- private System.Windows.Forms.ComboBox cbshouh;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.TextBox ShipnoTxt_1;
- private System.Data.DataColumn dataColumn17;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Data.DataColumn dataColumn18;
- private System.Data.DataColumn dataColumn19;
- private System.Data.DataColumn dataColumn20;
- private System.Data.DataColumn dataColumn21;
- private System.Data.DataColumn dataColumn22;
- private System.Data.DataColumn dataColumn23;
- private System.Windows.Forms.TextBox newHlh_text;
- private System.Windows.Forms.TextBox newMatName_text;
- }
- }
|