duheng
2025-02-07 c5136b7517998a076f1bd2e4abdda01decae8b6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
namespace IStation.WinFrmUI.Basic
{
    partial class PumpCurveMgrCtrl
    {
        /// <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 Component 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();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockLeftPanel = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.pumpCurveMappingListCtrl1 = new IStation.WinFrmUI.Basic.PumpCurveMappingListCtrl();
            this.curveRatedPointBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.chartFeatCurveViewCtrl1 = new IStation.WinFrmUI.Curve.ChartFeatCurveViewCtrl();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.dockLeftPanel.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.curveRatedPointBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // dockManager1
            // 
            this.dockManager1.Form = this;
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockLeftPanel});
            this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.MenuStrip",
            "System.Windows.Forms.StatusStrip",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl",
            "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
            "DevExpress.XtraBars.Navigation.TileNavPane",
            "DevExpress.XtraBars.TabFormControl",
            "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
            "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
            // 
            // dockLeftPanel
            // 
            this.dockLeftPanel.Controls.Add(this.dockPanel1_Container);
            this.dockLeftPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.dockLeftPanel.ID = new System.Guid("fb87a574-0a5b-48af-8cc2-555feb8cde7a");
            this.dockLeftPanel.Location = new System.Drawing.Point(0, 0);
            this.dockLeftPanel.Name = "dockLeftPanel";
            this.dockLeftPanel.Options.ShowCloseButton = false;
            this.dockLeftPanel.OriginalSize = new System.Drawing.Size(250, 200);
            this.dockLeftPanel.Size = new System.Drawing.Size(250, 567);
            this.dockLeftPanel.Text = "泵曲线列表";
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.pumpCurveMappingListCtrl1);
            this.dockPanel1_Container.Location = new System.Drawing.Point(0, 23);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(249, 544);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // pumpCurveMappingListCtrl1
            // 
            this.pumpCurveMappingListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.pumpCurveMappingListCtrl1.Appearance.Options.UseBackColor = true;
            this.pumpCurveMappingListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pumpCurveMappingListCtrl1.Location = new System.Drawing.Point(0, 0);
            this.pumpCurveMappingListCtrl1.Name = "pumpCurveMappingListCtrl1";
            this.pumpCurveMappingListCtrl1.Size = new System.Drawing.Size(249, 544);
            this.pumpCurveMappingListCtrl1.TabIndex = 0;
            // 
            // chartFeatCurveViewCtrl1
            // 
            this.chartFeatCurveViewCtrl1.CoordinateParas = null;
            this.chartFeatCurveViewCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartFeatCurveViewCtrl1.IsDispCurveName = true;
            this.chartFeatCurveViewCtrl1.IsDispCurvePoint = false;
            this.chartFeatCurveViewCtrl1.Location = new System.Drawing.Point(250, 0);
            this.chartFeatCurveViewCtrl1.Name = "chartFeatCurveViewCtrl1";
            this.chartFeatCurveViewCtrl1.RatedParas = null;
            this.chartFeatCurveViewCtrl1.Size = new System.Drawing.Size(520, 567);
            this.chartFeatCurveViewCtrl1.TabIndex = 0;
            // 
            // PumpCurveMgrCtrl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartFeatCurveViewCtrl1);
            this.Controls.Add(this.dockLeftPanel);
            this.Name = "PumpCurveMgrCtrl";
            this.Size = new System.Drawing.Size(770, 567);
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.dockLeftPanel.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.curveRatedPointBindingSource)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
        private DevExpress.XtraBars.Docking.DockManager dockManager1;
        private DevExpress.XtraBars.Docking.DockPanel dockLeftPanel;
        private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
        private PumpCurveMappingListCtrl pumpCurveMappingListCtrl1;
        private Curve.ChartFeatCurveViewCtrl chartFeatCurveViewCtrl1;
        private System.Windows.Forms.BindingSource curveRatedPointBindingSource;
    }
}