tangxu
2024-02-28 f9acbc64359c08113ee6781adfe7cc683d0b5186
WinFrmUI/IStation.WinFrmUI.River/Ë®¿â/ReservoirParaRequestCtrl.Designer.cs
@@ -32,6 +32,15 @@
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReservoirParaRequestCtrl));
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.dropDownButton1 = new DevExpress.XtraEditors.DropDownButton();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.bci前一日记录 = new DevExpress.XtraBars.BarCheckItem();
            this.bci前三日记录 = new DevExpress.XtraBars.BarCheckItem();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.checkBox总量 = new System.Windows.Forms.CheckBox();
            this.vGridControl1 = new DevExpress.XtraVerticalGrid.VGridControl();
            this.rowHour = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
@@ -41,13 +50,14 @@
            this.popupContainerEdit1 = new DevExpress.XtraEditors.PopupContainerEdit();
            this.barEditItem用水总量 = new DevExpress.XtraEditors.TextEdit();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.btn保存为模板 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.rowTime = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            this.rowOpenPumpCount = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            this.rowWaterLevelC = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
@@ -62,22 +72,23 @@
            this.rowTotalFlow = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            this.rowTotalEle = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            this.rowTotalMoney = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vGridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barEditItem用水总量.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btn保存为模板)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            this.SuspendLayout();
            // 
            // bindingSource1
@@ -86,6 +97,7 @@
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.dropDownButton1);
            this.layoutControl1.Controls.Add(this.checkBox总量);
            this.layoutControl1.Controls.Add(this.vGridControl1);
            this.layoutControl1.Controls.Add(this.popupContainerEdit1);
@@ -99,14 +111,90 @@
            this.layoutControl1.TabIndex = 11;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // dropDownButton1
            //
            this.dropDownButton1.DropDownControl = this.popupMenu1;
            this.dropDownButton1.Location = new System.Drawing.Point(253, 3);
            this.dropDownButton1.Name = "dropDownButton1";
            this.dropDownButton1.Size = new System.Drawing.Size(124, 22);
            this.dropDownButton1.StyleController = this.layoutControl1;
            this.dropDownButton1.TabIndex = 14;
            this.dropDownButton1.Text = "根据历史记录";
            //
            // popupMenu1
            //
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.bci前一日记录),
            new DevExpress.XtraBars.LinkPersistInfo(this.bci前三日记录)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            //
            // bci前一日记录
            //
            this.bci前一日记录.Caption = "前一日记录";
            this.bci前一日记录.Id = 1;
            this.bci前一日记录.Name = "bci前一日记录";
            this.bci前一日记录.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bci前一日记录_ItemClick);
            //
            // bci前三日记录
            //
            this.bci前三日记录.Caption = "前三日记录";
            this.bci前三日记录.Id = 2;
            this.bci前三日记录.Name = "bci前三日记录";
            this.bci前三日记录.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bci前三日记录_ItemClick);
            //
            // barManager1
            //
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.bci前一日记录,
            this.bci前三日记录});
            this.barManager1.MaxItemId = 3;
            //
            // barDockControlTop
            //
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Manager = this.barManager1;
            this.barDockControlTop.Size = new System.Drawing.Size(716, 0);
            //
            // barDockControlBottom
            //
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 120);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(716, 0);
            //
            // barDockControlLeft
            //
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Manager = this.barManager1;
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 120);
            //
            // barDockControlRight
            //
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(716, 0);
            this.barDockControlRight.Manager = this.barManager1;
            this.barDockControlRight.Size = new System.Drawing.Size(0, 120);
            //
            // checkBox总量
            // 
            this.checkBox总量.Checked = true;
            this.checkBox总量.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox总量.Enabled = false;
            this.checkBox总量.Location = new System.Drawing.Point(253, 3);
            this.checkBox总量.Location = new System.Drawing.Point(381, 3);
            this.checkBox总量.Name = "checkBox总量";
            this.checkBox总量.Size = new System.Drawing.Size(208, 20);
            this.checkBox总量.Size = new System.Drawing.Size(80, 20);
            this.checkBox总量.TabIndex = 13;
            this.checkBox总量.Text = "总量一天平均分配";
            this.checkBox总量.UseVisualStyleBackColor = true;
@@ -120,7 +208,7 @@
            this.vGridControl1.Appearance.RecordValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.vGridControl1.Cursor = System.Windows.Forms.Cursors.Default;
            this.vGridControl1.DataSource = this.bindingSource1;
            this.vGridControl1.Location = new System.Drawing.Point(3, 27);
            this.vGridControl1.Location = new System.Drawing.Point(3, 29);
            this.vGridControl1.Name = "vGridControl1";
            this.vGridControl1.RowHeaderWidth = 149;
            this.vGridControl1.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
@@ -128,7 +216,7 @@
            this.rowDropFlow,
            this.rowNeedHeightMin,
            this.rowNeedHeightMax});
            this.vGridControl1.Size = new System.Drawing.Size(710, 90);
            this.vGridControl1.Size = new System.Drawing.Size(710, 88);
            this.vGridControl1.TabIndex = 12;
            // 
            // rowHour
@@ -207,19 +295,12 @@
            this.btn保存为模板,
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.emptySpaceItem2});
            this.emptySpaceItem2,
            this.layoutControlItem5});
            this.layoutControlGroup2.Name = "Root";
            this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
            this.layoutControlGroup2.Size = new System.Drawing.Size(716, 120);
            this.layoutControlGroup2.TextVisible = false;
            //
            // emptySpaceItem2
            //
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.Location = new System.Drawing.Point(462, 0);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(10, 24);
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem1
            // 
@@ -229,7 +310,7 @@
            this.layoutControlItem1.MaxSize = new System.Drawing.Size(120, 24);
            this.layoutControlItem1.MinSize = new System.Drawing.Size(120, 24);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(120, 24);
            this.layoutControlItem1.Size = new System.Drawing.Size(120, 26);
            this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem1.Text = "供水总量(万m³):";
            this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
@@ -237,47 +318,12 @@
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // btn保存为模板
            //
            this.btn保存为模板.AllowHotTrack = false;
            this.btn保存为模板.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn保存为模板.ImageOptions.Image")));
            this.btn保存为模板.Location = new System.Drawing.Point(472, 0);
            this.btn保存为模板.MaxSize = new System.Drawing.Size(113, 20);
            this.btn保存为模板.MinSize = new System.Drawing.Size(113, 20);
            this.btn保存为模板.Name = "btn保存为模板";
            this.btn保存为模板.Size = new System.Drawing.Size(113, 24);
            this.btn保存为模板.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.btn保存为模板.Text = "保存为模板";
            this.btn保存为模板.TextSize = new System.Drawing.Size(90, 16);
            this.btn保存为模板.Click += new System.EventHandler(this.btn保存为模板_Click);
            //
            // layoutControlItem2
            //
            this.layoutControlItem2.Control = this.popupContainerEdit1;
            this.layoutControlItem2.Location = new System.Drawing.Point(585, 0);
            this.layoutControlItem2.MaxSize = new System.Drawing.Size(129, 24);
            this.layoutControlItem2.MinSize = new System.Drawing.Size(129, 24);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(129, 24);
            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextVisible = false;
            //
            // layoutControlItem3
            //
            this.layoutControlItem3.Control = this.vGridControl1;
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(714, 94);
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextVisible = false;
            //
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.checkBox总量;
            this.layoutControlItem4.Location = new System.Drawing.Point(250, 0);
            this.layoutControlItem4.Location = new System.Drawing.Point(378, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(212, 24);
            this.layoutControlItem4.Size = new System.Drawing.Size(84, 26);
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextVisible = false;
            // 
@@ -290,10 +336,65 @@
            this.simpleLabelItem1.MaxSize = new System.Drawing.Size(130, 18);
            this.simpleLabelItem1.MinSize = new System.Drawing.Size(130, 18);
            this.simpleLabelItem1.Name = "simpleLabelItem1";
            this.simpleLabelItem1.Size = new System.Drawing.Size(130, 24);
            this.simpleLabelItem1.Size = new System.Drawing.Size(130, 26);
            this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.simpleLabelItem1.Text = "供水总量(万m³):";
            this.simpleLabelItem1.TextSize = new System.Drawing.Size(90, 14);
            //
            // btn保存为模板
            //
            this.btn保存为模板.AllowHotTrack = false;
            this.btn保存为模板.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn保存为模板.ImageOptions.Image")));
            this.btn保存为模板.Location = new System.Drawing.Point(472, 0);
            this.btn保存为模板.MaxSize = new System.Drawing.Size(113, 20);
            this.btn保存为模板.MinSize = new System.Drawing.Size(113, 20);
            this.btn保存为模板.Name = "btn保存为模板";
            this.btn保存为模板.Size = new System.Drawing.Size(113, 26);
            this.btn保存为模板.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.btn保存为模板.Text = "保存为模板";
            this.btn保存为模板.TextSize = new System.Drawing.Size(90, 16);
            this.btn保存为模板.Click += new System.EventHandler(this.btn保存为模板_Click);
            //
            // layoutControlItem2
            //
            this.layoutControlItem2.Control = this.popupContainerEdit1;
            this.layoutControlItem2.Location = new System.Drawing.Point(585, 0);
            this.layoutControlItem2.MaxSize = new System.Drawing.Size(129, 24);
            this.layoutControlItem2.MinSize = new System.Drawing.Size(129, 24);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(129, 26);
            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextVisible = false;
            //
            // layoutControlItem3
            //
            this.layoutControlItem3.Control = this.vGridControl1;
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(714, 92);
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextVisible = false;
            //
            // emptySpaceItem2
            //
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.Location = new System.Drawing.Point(462, 0);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(10, 26);
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            //
            // layoutControlItem5
            //
            this.layoutControlItem5.Control = this.dropDownButton1;
            this.layoutControlItem5.Location = new System.Drawing.Point(250, 0);
            this.layoutControlItem5.MaxSize = new System.Drawing.Size(128, 26);
            this.layoutControlItem5.MinSize = new System.Drawing.Size(128, 26);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(128, 26);
            this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextVisible = false;
            // 
            // rowTime
            // 
@@ -379,14 +480,14 @@
            this.rowTotalMoney.Properties.Caption = "Total Money";
            this.rowTotalMoney.Properties.FieldName = "TotalMoney";
            // 
            // popupMenu1
            //
            this.popupMenu1.Name = "popupMenu1";
            //
            // ReservoirParaRequestCtrl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "ReservoirParaRequestCtrl";
            this.Size = new System.Drawing.Size(716, 120);
@@ -394,19 +495,22 @@
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vGridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barEditItem用水总量.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btn保存为模板)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
@@ -444,5 +548,15 @@
        private DevExpress.XtraVerticalGrid.Rows.EditorRow rowNeedHeightMin;
        private DevExpress.XtraVerticalGrid.Rows.EditorRow rowNeedHeightMax;
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
        private DevExpress.XtraEditors.DropDownButton dropDownButton1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
        private DevExpress.XtraBars.BarCheckItem bci前一日记录;
        private DevExpress.XtraBars.BarCheckItem bci前三日记录;
        private DevExpress.XtraBars.BarManager barManager1;
        private DevExpress.XtraBars.BarDockControl barDockControlTop;
        private DevExpress.XtraBars.BarDockControl barDockControlBottom;
        private DevExpress.XtraBars.BarDockControl barDockControlLeft;
        private DevExpress.XtraBars.BarDockControl barDockControlRight;
    }
}