| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257 |
- namespace StorageMeterSystem
- {
- partial class frmHotDeliveryStandardWgt
- {
- /// <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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnQuery");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnInsert");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnUpdate");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCancel");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnUnCancel");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnQuery");
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHotDeliveryStandardWgt));
- Infragistics.Win.UltraWinToolbars.LabelTool labelTool9 = new Infragistics.Win.UltraWinToolbars.LabelTool("时间");
- Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool9 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool4");
- Infragistics.Win.UltraWinToolbars.LabelTool labelTool10 = new Infragistics.Win.UltraWinToolbars.LabelTool("-");
- Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool5");
- Infragistics.Win.UltraWinToolbars.LabelTool labelTool5 = new Infragistics.Win.UltraWinToolbars.LabelTool("计量点");
- Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
- Infragistics.Win.UltraWinToolbars.LabelTool labelTool6 = new Infragistics.Win.UltraWinToolbars.LabelTool("预报状态");
- Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCancel");
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnUnCancel");
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPrintOne");
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPrintSome");
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("批号");
- Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnInsert");
- Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnUpdate");
- Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("单只重量", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("singleWgtNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("memo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("valueFlag");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateManName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gradeNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gradeName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("productDate");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterGroup");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterClass");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("specNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("specName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("singleWeight");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("weightType");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("weightDiff");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
- Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance15 = 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.Appearance appearance33 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
- this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- 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._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.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel2Query = new System.Windows.Forms.Panel();
- this.cbAll = new System.Windows.Forms.CheckBox();
- this.ultraGridSingleWgt = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet2 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = 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.dataColumn16 = new System.Data.DataColumn();
- this.dataColumn17 = new System.Data.DataColumn();
- this.dataColumn22 = new System.Data.DataColumn();
- this.dataColumn32 = new System.Data.DataColumn();
- this.dataColumn33 = new System.Data.DataColumn();
- this.dataColumn35 = new System.Data.DataColumn();
- this.dataColumn39 = new System.Data.DataColumn();
- this.dataColumn40 = new System.Data.DataColumn();
- this.dataColumn42 = new System.Data.DataColumn();
- this.dataColumn43 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn9 = new System.Data.DataColumn();
- this.ultraGroupBoxEdit = new Infragistics.Win.Misc.UltraGroupBox();
- this.numWeightDiff = new System.Windows.Forms.NumericUpDown();
- this.label6 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.numSingleWeightUp = new System.Windows.Forms.NumericUpDown();
- this.label9 = new System.Windows.Forms.Label();
- this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
- this.label2 = new System.Windows.Forms.Label();
- this.cmbValueFlag = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label5 = 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.cmbPoint = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.cmbPointUp = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.cmbPoint1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.cmbPoint1Up = new Infragistics.Win.UltraWinGrid.UltraCombo();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
- this.ultraGroupBox4.SuspendLayout();
- this.panel2Query.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridSingleWgt)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).BeginInit();
- this.ultraGroupBoxEdit.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numWeightDiff)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numSingleWeightUp)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
- this.ultraGroupBoxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbValueFlag)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPoint)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPointUp)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPoint1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPoint1Up)).BeginInit();
- this.SuspendLayout();
- //
- // ultraToolbarsManager1
- //
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
- this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
- this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- ultraToolbar1.FloatingLocation = new System.Drawing.Point(616, 345);
- ultraToolbar1.FloatingSize = new System.Drawing.Size(1240, 29);
- buttonTool5.InstanceProps.IsFirstInGroup = true;
- buttonTool6.InstanceProps.IsFirstInGroup = true;
- buttonTool11.InstanceProps.IsFirstInGroup = true;
- buttonTool1.InstanceProps.IsFirstInGroup = true;
- buttonTool2.InstanceProps.IsFirstInGroup = true;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool5,
- buttonTool6,
- buttonTool11,
- buttonTool1,
- buttonTool2});
- ultraToolbar1.Text = "UltraToolbar1";
- this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
- buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
- buttonTool7.SharedPropsInternal.Caption = "查询";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- labelTool9.SharedPropsInternal.Caption = "预报时间";
- controlContainerTool9.SharedPropsInternal.Caption = "ControlContainerTool4";
- controlContainerTool9.SharedPropsInternal.Width = 198;
- labelTool10.SharedPropsInternal.Caption = "至";
- controlContainerTool10.SharedPropsInternal.Caption = "ControlContainerTool5";
- controlContainerTool10.SharedPropsInternal.Width = 200;
- labelTool5.SharedPropsInternal.Caption = "计量点";
- controlContainerTool5.SharedPropsInternal.Caption = "ControlContainerTool1";
- labelTool6.SharedPropsInternal.Caption = "预报状态";
- controlContainerTool6.SharedPropsInternal.Caption = "ControlContainerTool2";
- controlContainerTool6.SharedPropsInternal.Width = 190;
- appearance18.Image = ((object)(resources.GetObject("appearance18.Image")));
- buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance18;
- buttonTool3.SharedPropsInternal.Caption = "作废";
- buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance19.Image = ((object)(resources.GetObject("appearance19.Image")));
- buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance19;
- buttonTool4.SharedPropsInternal.Caption = "恢复";
- buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance20.Image = ((object)(resources.GetObject("appearance20.Image")));
- buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance20;
- buttonTool9.SharedPropsInternal.Caption = "单桶打印";
- buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance21.Image = ((object)(resources.GetObject("appearance21.Image")));
- buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance21;
- buttonTool10.SharedPropsInternal.Caption = "打印";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- labelTool2.SharedPropsInternal.Caption = "批号";
- controlContainerTool4.SharedPropsInternal.Caption = "ControlContainerTool3";
- appearance36.Image = ((object)(resources.GetObject("appearance36.Image")));
- buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance36;
- buttonTool8.SharedPropsInternal.Caption = "新增";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance37.Image = ((object)(resources.GetObject("appearance37.Image")));
- buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance37;
- buttonTool12.SharedPropsInternal.Caption = "修改";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool7,
- labelTool9,
- controlContainerTool9,
- labelTool10,
- controlContainerTool10,
- labelTool5,
- controlContainerTool5,
- labelTool6,
- controlContainerTool6,
- buttonTool3,
- buttonTool4,
- buttonTool9,
- buttonTool10,
- labelTool2,
- controlContainerTool4,
- buttonTool8,
- buttonTool12});
- this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
- //
- // 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;
- //
- // _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;
- //
- // 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 = 0;
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.ultraGroupBox4);
- this.panel2.Controls.Add(this.ultraGroupBoxEdit);
- 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;
- //
- // ultraGroupBox4
- //
- this.ultraGroupBox4.Controls.Add(this.panel2Query);
- this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox4.Location = new System.Drawing.Point(0, 80);
- this.ultraGroupBox4.Name = "ultraGroupBox4";
- this.ultraGroupBox4.Size = new System.Drawing.Size(1698, 383);
- this.ultraGroupBox4.TabIndex = 2;
- this.ultraGroupBox4.Text = "数据展示区域";
- this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // panel2Query
- //
- this.panel2Query.Controls.Add(this.cbAll);
- this.panel2Query.Controls.Add(this.ultraGridSingleWgt);
- 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, 362);
- this.panel2Query.TabIndex = 3;
- //
- // cbAll
- //
- this.cbAll.AutoSize = true;
- this.cbAll.Location = new System.Drawing.Point(78, 7);
- this.cbAll.Name = "cbAll";
- this.cbAll.Size = new System.Drawing.Size(15, 14);
- this.cbAll.TabIndex = 1;
- this.cbAll.UseVisualStyleBackColor = true;
- this.cbAll.CheckedChanged += new System.EventHandler(this.cbAll_CheckedChanged);
- //
- // ultraGridSingleWgt
- //
- this.ultraGridSingleWgt.DataMember = "单只重量";
- this.ultraGridSingleWgt.DataSource = this.dataSet2;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(143, 0);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Hidden = true;
- ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.Hidden = true;
- ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 13;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 15;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.Hidden = true;
- ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 17;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.Hidden = true;
- ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.Hidden = true;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.Hidden = true;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 13;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn12.Hidden = true;
- ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn14.Header.VisiblePosition = 13;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 19;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn15.Header.VisiblePosition = 14;
- ultraGridColumn15.Hidden = true;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn16.Header.VisiblePosition = 15;
- ultraGridColumn16.Hidden = true;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 11;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn17.Header.VisiblePosition = 16;
- ultraGridColumn17.Hidden = true;
- ultraGridColumn18.Header.VisiblePosition = 17;
- ultraGridColumn18.Hidden = true;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 7;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn19.Header.VisiblePosition = 18;
- ultraGridColumn19.RowLayoutColumnInfo.OriginX = 9;
- ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn20.Header.VisiblePosition = 19;
- ultraGridColumn20.RowLayoutColumnInfo.OriginX = 5;
- ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn21.Header.VisiblePosition = 20;
- ultraGridColumn21.RowLayoutColumnInfo.OriginX = 11;
- ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn22.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
- ultraGridColumn22.DataType = typeof(bool);
- ultraGridColumn22.DefaultCellValue = false;
- ultraGridColumn22.Header.Caption = "选择";
- ultraGridColumn22.Header.VisiblePosition = 21;
- ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
- ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
- ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- 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});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- ultraGridBand1.SummaryFooterCaption = "合计";
- this.ultraGridSingleWgt.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGridSingleWgt.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
- this.ultraGridSingleWgt.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
- this.ultraGridSingleWgt.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
- appearance29.TextVAlignAsString = "Middle";
- this.ultraGridSingleWgt.DisplayLayout.Override.CellAppearance = appearance29;
- this.ultraGridSingleWgt.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
- appearance31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance31.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- this.ultraGridSingleWgt.DisplayLayout.Override.HeaderAppearance = appearance31;
- this.ultraGridSingleWgt.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGridSingleWgt.DisplayLayout.Override.MaxSelectedRows = 1;
- this.ultraGridSingleWgt.DisplayLayout.Override.MinRowHeight = 21;
- appearance32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- appearance32.TextVAlignAsString = "Middle";
- this.ultraGridSingleWgt.DisplayLayout.Override.RowSelectorAppearance = appearance32;
- this.ultraGridSingleWgt.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGridSingleWgt.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGridSingleWgt.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ultraGridSingleWgt.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridSingleWgt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGridSingleWgt.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGridSingleWgt.Location = new System.Drawing.Point(0, 0);
- this.ultraGridSingleWgt.Name = "ultraGridSingleWgt";
- this.ultraGridSingleWgt.Size = new System.Drawing.Size(1692, 362);
- this.ultraGridSingleWgt.TabIndex = 7;
- this.ultraGridSingleWgt.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGridSingleWgt_ClickCell);
- //
- // dataSet2
- //
- this.dataSet2.DataSetName = "NewDataSet";
- this.dataSet2.Locale = new System.Globalization.CultureInfo("zh-CN");
- this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn16,
- this.dataColumn17,
- this.dataColumn22,
- this.dataColumn32,
- this.dataColumn33,
- this.dataColumn35,
- this.dataColumn39,
- this.dataColumn40,
- this.dataColumn42,
- this.dataColumn43,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn9});
- this.dataTable1.TableName = "单只重量";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "重量编号";
- this.dataColumn1.ColumnName = "singleWgtNo";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "备注";
- this.dataColumn4.ColumnName = "memo";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "状态";
- this.dataColumn5.ColumnName = "valueFlag";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "创建人编号";
- this.dataColumn6.ColumnName = "createManNo";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "创建人姓名";
- this.dataColumn7.ColumnName = "createManName";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "创建时间";
- this.dataColumn8.ColumnName = "createTime";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "修改人编号";
- this.dataColumn10.ColumnName = "updateManNo";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "修改人";
- this.dataColumn11.ColumnName = "updateManName";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "钢号编码";
- this.dataColumn16.ColumnName = "gradeNo";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "钢号名称";
- this.dataColumn17.ColumnName = "gradeName";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "生产日期";
- this.dataColumn22.ColumnName = "productDate";
- //
- // dataColumn32
- //
- this.dataColumn32.Caption = "计量点编号";
- this.dataColumn32.ColumnName = "baseSpotNo";
- //
- // dataColumn33
- //
- this.dataColumn33.Caption = "计量点";
- this.dataColumn33.ColumnName = "baseSpotName";
- //
- // dataColumn35
- //
- this.dataColumn35.Caption = "修改时间";
- this.dataColumn35.ColumnName = "updateTime";
- //
- // dataColumn39
- //
- this.dataColumn39.Caption = "班组";
- this.dataColumn39.ColumnName = "meterGroup";
- //
- // dataColumn40
- //
- this.dataColumn40.Caption = "班次";
- this.dataColumn40.ColumnName = "meterClass";
- //
- // dataColumn42
- //
- this.dataColumn42.Caption = "规格编号";
- this.dataColumn42.ColumnName = "specNo";
- //
- // dataColumn43
- //
- this.dataColumn43.Caption = "规格名称";
- this.dataColumn43.ColumnName = "specName";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "重量";
- this.dataColumn2.ColumnName = "singleWeight";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "重量类型";
- this.dataColumn3.ColumnName = "weightType";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "偏差允许范围(±)";
- this.dataColumn9.ColumnName = "weightDiff";
- //
- // ultraGroupBoxEdit
- //
- this.ultraGroupBoxEdit.Controls.Add(this.cmbPoint1Up);
- this.ultraGroupBoxEdit.Controls.Add(this.numWeightDiff);
- this.ultraGroupBoxEdit.Controls.Add(this.label6);
- this.ultraGroupBoxEdit.Controls.Add(this.label3);
- this.ultraGroupBoxEdit.Controls.Add(this.numSingleWeightUp);
- this.ultraGroupBoxEdit.Controls.Add(this.label9);
- this.ultraGroupBoxEdit.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBoxEdit.Location = new System.Drawing.Point(0, 463);
- this.ultraGroupBoxEdit.Name = "ultraGroupBoxEdit";
- this.ultraGroupBoxEdit.Size = new System.Drawing.Size(1698, 210);
- this.ultraGroupBoxEdit.TabIndex = 1;
- this.ultraGroupBoxEdit.Text = "数据编辑区域";
- this.ultraGroupBoxEdit.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // numWeightDiff
- //
- this.numWeightDiff.DecimalPlaces = 2;
- this.numWeightDiff.Font = new System.Drawing.Font("宋体", 14F);
- this.numWeightDiff.Location = new System.Drawing.Point(618, 44);
- this.numWeightDiff.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.numWeightDiff.Minimum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- -2147483648});
- this.numWeightDiff.Name = "numWeightDiff";
- this.numWeightDiff.Size = new System.Drawing.Size(120, 29);
- this.numWeightDiff.TabIndex = 138;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Location = new System.Drawing.Point(511, 52);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(101, 12);
- this.label6.TabIndex = 136;
- this.label6.Text = "偏差允许范围(±)";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(27, 52);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(41, 12);
- this.label3.TabIndex = 126;
- this.label3.Text = "计量点";
- //
- // numSingleWeightUp
- //
- this.numSingleWeightUp.DecimalPlaces = 2;
- this.numSingleWeightUp.Font = new System.Drawing.Font("宋体", 14F);
- this.numSingleWeightUp.Location = new System.Drawing.Point(333, 44);
- this.numSingleWeightUp.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.numSingleWeightUp.Minimum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- -2147483648});
- this.numSingleWeightUp.Name = "numSingleWeightUp";
- this.numSingleWeightUp.Size = new System.Drawing.Size(120, 29);
- this.numSingleWeightUp.TabIndex = 135;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Location = new System.Drawing.Point(261, 52);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(65, 12);
- this.label9.TabIndex = 117;
- this.label9.Text = "标准件重量";
- //
- // ultraGroupBoxCondition
- //
- this.ultraGroupBoxCondition.Controls.Add(this.cmbPoint1);
- this.ultraGroupBoxCondition.Controls.Add(this.label2);
- this.ultraGroupBoxCondition.Controls.Add(this.cmbValueFlag);
- this.ultraGroupBoxCondition.Controls.Add(this.label5);
- 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, 80);
- this.ultraGroupBoxCondition.TabIndex = 0;
- this.ultraGroupBoxCondition.Text = "查询条件";
- this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(581, 25);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(41, 12);
- this.label2.TabIndex = 124;
- this.label2.Text = "计量点";
- //
- // cmbValueFlag
- //
- this.cmbValueFlag.Font = new System.Drawing.Font("宋体", 14F);
- this.cmbValueFlag.Location = new System.Drawing.Point(897, 17);
- this.cmbValueFlag.Name = "cmbValueFlag";
- this.cmbValueFlag.Size = new System.Drawing.Size(144, 28);
- this.cmbValueFlag.TabIndex = 122;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Location = new System.Drawing.Point(838, 24);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 121;
- this.label5.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(87, 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(300, 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.Location = new System.Drawing.Point(31, 27);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 108;
- this.label1.Text = "创建时间";
- //
- // cmbPoint
- //
- this.cmbPoint.CheckedListSettings.CheckStateMember = "";
- appearance1.BackColor = System.Drawing.SystemColors.Window;
- appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.cmbPoint.DisplayLayout.Appearance = appearance1;
- this.cmbPoint.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.cmbPoint.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance5.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance5.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance5.BorderColor = System.Drawing.SystemColors.Window;
- this.cmbPoint.DisplayLayout.GroupByBox.Appearance = appearance5;
- appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cmbPoint.DisplayLayout.GroupByBox.BandLabelAppearance = appearance6;
- this.cmbPoint.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance7.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance7.BackColor2 = System.Drawing.SystemColors.Control;
- appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cmbPoint.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
- this.cmbPoint.DisplayLayout.MaxColScrollRegions = 1;
- this.cmbPoint.DisplayLayout.MaxRowScrollRegions = 1;
- appearance8.BackColor = System.Drawing.SystemColors.Window;
- appearance8.ForeColor = System.Drawing.SystemColors.ControlText;
- this.cmbPoint.DisplayLayout.Override.ActiveCellAppearance = appearance8;
- appearance9.BackColor = System.Drawing.SystemColors.Highlight;
- appearance9.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.cmbPoint.DisplayLayout.Override.ActiveRowAppearance = appearance9;
- this.cmbPoint.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.cmbPoint.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance10.BackColor = System.Drawing.SystemColors.Window;
- this.cmbPoint.DisplayLayout.Override.CardAreaAppearance = appearance10;
- appearance11.BorderColor = System.Drawing.Color.Silver;
- appearance11.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.cmbPoint.DisplayLayout.Override.CellAppearance = appearance11;
- this.cmbPoint.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.cmbPoint.DisplayLayout.Override.CellPadding = 0;
- appearance12.BackColor = System.Drawing.SystemColors.Control;
- appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance12.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance12.BorderColor = System.Drawing.SystemColors.Window;
- this.cmbPoint.DisplayLayout.Override.GroupByRowAppearance = appearance12;
- appearance13.TextHAlignAsString = "Left";
- this.cmbPoint.DisplayLayout.Override.HeaderAppearance = appearance13;
- this.cmbPoint.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.cmbPoint.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance14.BackColor = System.Drawing.SystemColors.Window;
- appearance14.BorderColor = System.Drawing.Color.Silver;
- this.cmbPoint.DisplayLayout.Override.RowAppearance = appearance14;
- this.cmbPoint.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance15.BackColor = System.Drawing.SystemColors.ControlLight;
- this.cmbPoint.DisplayLayout.Override.TemplateAddRowAppearance = appearance15;
- this.cmbPoint.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.cmbPoint.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.cmbPoint.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.cmbPoint.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbPoint.Location = new System.Drawing.Point(641, 17);
- this.cmbPoint.Name = "cmbPoint";
- this.cmbPoint.Size = new System.Drawing.Size(150, 29);
- this.cmbPoint.TabIndex = 123;
- //
- // cmbPointUp
- //
- this.cmbPointUp.CheckedListSettings.CheckStateMember = "";
- appearance2.BackColor = System.Drawing.SystemColors.Window;
- appearance2.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.cmbPointUp.DisplayLayout.Appearance = appearance2;
- this.cmbPointUp.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.cmbPointUp.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance3.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance3.BorderColor = System.Drawing.SystemColors.Window;
- this.cmbPointUp.DisplayLayout.GroupByBox.Appearance = appearance3;
- appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cmbPointUp.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
- this.cmbPointUp.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance33.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance33.BackColor2 = System.Drawing.SystemColors.Control;
- appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance33.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cmbPointUp.DisplayLayout.GroupByBox.PromptAppearance = appearance33;
- this.cmbPointUp.DisplayLayout.MaxColScrollRegions = 1;
- this.cmbPointUp.DisplayLayout.MaxRowScrollRegions = 1;
- appearance34.BackColor = System.Drawing.SystemColors.Window;
- appearance34.ForeColor = System.Drawing.SystemColors.ControlText;
- this.cmbPointUp.DisplayLayout.Override.ActiveCellAppearance = appearance34;
- appearance35.BackColor = System.Drawing.SystemColors.Highlight;
- appearance35.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.cmbPointUp.DisplayLayout.Override.ActiveRowAppearance = appearance35;
- this.cmbPointUp.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.cmbPointUp.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance38.BackColor = System.Drawing.SystemColors.Window;
- this.cmbPointUp.DisplayLayout.Override.CardAreaAppearance = appearance38;
- appearance39.BorderColor = System.Drawing.Color.Silver;
- appearance39.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.cmbPointUp.DisplayLayout.Override.CellAppearance = appearance39;
- this.cmbPointUp.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.cmbPointUp.DisplayLayout.Override.CellPadding = 0;
- appearance40.BackColor = System.Drawing.SystemColors.Control;
- appearance40.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance40.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance40.BorderColor = System.Drawing.SystemColors.Window;
- this.cmbPointUp.DisplayLayout.Override.GroupByRowAppearance = appearance40;
- appearance41.TextHAlignAsString = "Left";
- this.cmbPointUp.DisplayLayout.Override.HeaderAppearance = appearance41;
- this.cmbPointUp.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.cmbPointUp.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance42.BackColor = System.Drawing.SystemColors.Window;
- appearance42.BorderColor = System.Drawing.Color.Silver;
- this.cmbPointUp.DisplayLayout.Override.RowAppearance = appearance42;
- this.cmbPointUp.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance43.BackColor = System.Drawing.SystemColors.ControlLight;
- this.cmbPointUp.DisplayLayout.Override.TemplateAddRowAppearance = appearance43;
- this.cmbPointUp.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.cmbPointUp.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.cmbPointUp.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.cmbPointUp.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbPointUp.Location = new System.Drawing.Point(87, 44);
- this.cmbPointUp.Name = "cmbPointUp";
- this.cmbPointUp.Size = new System.Drawing.Size(120, 29);
- this.cmbPointUp.TabIndex = 125;
- //
- // cmbPoint1
- //
- this.cmbPoint1.CheckedListSettings.CheckStateMember = "";
- appearance44.BackColor = System.Drawing.SystemColors.Window;
- appearance44.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.cmbPoint1.DisplayLayout.Appearance = appearance44;
- this.cmbPoint1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.cmbPoint1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance45.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance45.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance45.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance45.BorderColor = System.Drawing.SystemColors.Window;
- this.cmbPoint1.DisplayLayout.GroupByBox.Appearance = appearance45;
- appearance46.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cmbPoint1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance46;
- this.cmbPoint1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance47.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance47.BackColor2 = System.Drawing.SystemColors.Control;
- appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance47.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cmbPoint1.DisplayLayout.GroupByBox.PromptAppearance = appearance47;
- this.cmbPoint1.DisplayLayout.MaxColScrollRegions = 1;
- this.cmbPoint1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance48.BackColor = System.Drawing.SystemColors.Window;
- appearance48.ForeColor = System.Drawing.SystemColors.ControlText;
- this.cmbPoint1.DisplayLayout.Override.ActiveCellAppearance = appearance48;
- appearance49.BackColor = System.Drawing.SystemColors.Highlight;
- appearance49.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.cmbPoint1.DisplayLayout.Override.ActiveRowAppearance = appearance49;
- this.cmbPoint1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.cmbPoint1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance50.BackColor = System.Drawing.SystemColors.Window;
- this.cmbPoint1.DisplayLayout.Override.CardAreaAppearance = appearance50;
- appearance51.BorderColor = System.Drawing.Color.Silver;
- appearance51.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.cmbPoint1.DisplayLayout.Override.CellAppearance = appearance51;
- this.cmbPoint1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.cmbPoint1.DisplayLayout.Override.CellPadding = 0;
- appearance52.BackColor = System.Drawing.SystemColors.Control;
- appearance52.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance52.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance52.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance52.BorderColor = System.Drawing.SystemColors.Window;
- this.cmbPoint1.DisplayLayout.Override.GroupByRowAppearance = appearance52;
- appearance53.TextHAlignAsString = "Left";
- this.cmbPoint1.DisplayLayout.Override.HeaderAppearance = appearance53;
- this.cmbPoint1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.cmbPoint1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance57.BackColor = System.Drawing.SystemColors.Window;
- appearance57.BorderColor = System.Drawing.Color.Silver;
- this.cmbPoint1.DisplayLayout.Override.RowAppearance = appearance57;
- this.cmbPoint1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance58.BackColor = System.Drawing.SystemColors.ControlLight;
- this.cmbPoint1.DisplayLayout.Override.TemplateAddRowAppearance = appearance58;
- this.cmbPoint1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.cmbPoint1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.cmbPoint1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.cmbPoint1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbPoint1.Location = new System.Drawing.Point(628, 18);
- this.cmbPoint1.Name = "cmbPoint1";
- this.cmbPoint1.Size = new System.Drawing.Size(150, 29);
- this.cmbPoint1.TabIndex = 125;
- //
- // cmbPoint1Up
- //
- this.cmbPoint1Up.CheckedListSettings.CheckStateMember = "";
- appearance16.BackColor = System.Drawing.SystemColors.Window;
- appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.cmbPoint1Up.DisplayLayout.Appearance = appearance16;
- this.cmbPoint1Up.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.cmbPoint1Up.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance17.BorderColor = System.Drawing.SystemColors.Window;
- this.cmbPoint1Up.DisplayLayout.GroupByBox.Appearance = appearance17;
- appearance22.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cmbPoint1Up.DisplayLayout.GroupByBox.BandLabelAppearance = appearance22;
- this.cmbPoint1Up.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance23.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance23.BackColor2 = System.Drawing.SystemColors.Control;
- appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance23.ForeColor = System.Drawing.SystemColors.GrayText;
- this.cmbPoint1Up.DisplayLayout.GroupByBox.PromptAppearance = appearance23;
- this.cmbPoint1Up.DisplayLayout.MaxColScrollRegions = 1;
- this.cmbPoint1Up.DisplayLayout.MaxRowScrollRegions = 1;
- appearance24.BackColor = System.Drawing.SystemColors.Window;
- appearance24.ForeColor = System.Drawing.SystemColors.ControlText;
- this.cmbPoint1Up.DisplayLayout.Override.ActiveCellAppearance = appearance24;
- appearance26.BackColor = System.Drawing.SystemColors.Highlight;
- appearance26.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.cmbPoint1Up.DisplayLayout.Override.ActiveRowAppearance = appearance26;
- this.cmbPoint1Up.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.cmbPoint1Up.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance27.BackColor = System.Drawing.SystemColors.Window;
- this.cmbPoint1Up.DisplayLayout.Override.CardAreaAppearance = appearance27;
- appearance28.BorderColor = System.Drawing.Color.Silver;
- appearance28.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.cmbPoint1Up.DisplayLayout.Override.CellAppearance = appearance28;
- this.cmbPoint1Up.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.cmbPoint1Up.DisplayLayout.Override.CellPadding = 0;
- appearance30.BackColor = System.Drawing.SystemColors.Control;
- appearance30.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance30.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance30.BorderColor = System.Drawing.SystemColors.Window;
- this.cmbPoint1Up.DisplayLayout.Override.GroupByRowAppearance = appearance30;
- appearance54.TextHAlignAsString = "Left";
- this.cmbPoint1Up.DisplayLayout.Override.HeaderAppearance = appearance54;
- this.cmbPoint1Up.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.cmbPoint1Up.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance55.BackColor = System.Drawing.SystemColors.Window;
- appearance55.BorderColor = System.Drawing.Color.Silver;
- this.cmbPoint1Up.DisplayLayout.Override.RowAppearance = appearance55;
- this.cmbPoint1Up.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance56.BackColor = System.Drawing.SystemColors.ControlLight;
- this.cmbPoint1Up.DisplayLayout.Override.TemplateAddRowAppearance = appearance56;
- this.cmbPoint1Up.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.cmbPoint1Up.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.cmbPoint1Up.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.cmbPoint1Up.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbPoint1Up.Location = new System.Drawing.Point(74, 44);
- this.cmbPoint1Up.Name = "cmbPoint1Up";
- this.cmbPoint1Up.Size = new System.Drawing.Size(150, 29);
- this.cmbPoint1Up.TabIndex = 139;
- //
- // frmHotDeliveryStandardWgt
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1704, 706);
- this.Controls.Add(this.ultraGroupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "frmHotDeliveryStandardWgt";
- this.Text = "校秤标准件数据维护";
- this.Load += new System.EventHandler(this.frmHotDeliveryStandardWgt_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
- this.ultraGroupBox4.ResumeLayout(false);
- this.panel2Query.ResumeLayout(false);
- this.panel2Query.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridSingleWgt)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxEdit)).EndInit();
- this.ultraGroupBoxEdit.ResumeLayout(false);
- this.ultraGroupBoxEdit.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numWeightDiff)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numSingleWeightUp)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
- this.ultraGroupBoxCondition.ResumeLayout(false);
- this.ultraGroupBoxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbValueFlag)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPoint)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPointUp)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPoint1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbPoint1Up)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- private System.Windows.Forms.Panel panel1;
- 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.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.Panel panel1_Fill_Panel;
- private System.Data.DataSet dataSet2;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn16;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn22;
- private System.Data.DataColumn dataColumn32;
- private System.Data.DataColumn dataColumn33;
- private System.Data.DataColumn dataColumn35;
- private System.Data.DataColumn dataColumn39;
- private System.Data.DataColumn dataColumn40;
- private System.Data.DataColumn dataColumn42;
- private System.Data.DataColumn dataColumn43;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn9;
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
- private System.Windows.Forms.Label label2;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbValueFlag;
- private System.Windows.Forms.Label label5;
- 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 Infragistics.Win.UltraWinGrid.UltraCombo cmbPoint;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
- private System.Windows.Forms.Panel panel2Query;
- private System.Windows.Forms.CheckBox cbAll;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridSingleWgt;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxEdit;
- private System.Windows.Forms.NumericUpDown numWeightDiff;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.NumericUpDown numSingleWeightUp;
- private System.Windows.Forms.Label label9;
- private Infragistics.Win.UltraWinGrid.UltraCombo cmbPointUp;
- private Infragistics.Win.UltraWinGrid.UltraCombo cmbPoint1;
- private Infragistics.Win.UltraWinGrid.UltraCombo cmbPoint1Up;
- }
- }
|