duheng
2024-07-25 713d5218ee2b47c0c92f75c19c49bb7e883cd214
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
namespace IStation.WinFrmUI.River
{
    partial class RiverWaterLevelMainPage
    {
        /// <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()
        {
            DevExpress.XtraBars.Docking.CustomHeaderButtonImageOptions customHeaderButtonImageOptions3 = new DevExpress.XtraBars.Docking.CustomHeaderButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RiverWaterLevelMainPage));
            this.navigationPane数据分析 = new DevExpress.XtraBars.Navigation.NavigationPane();
            this.navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage();
            this.historicalDataPanel1 = new IStation.WinFrmUI.River.HistoricalDataPanel();
            this.navigationPage3 = new DevExpress.XtraBars.Navigation.NavigationPage();
            this.byFlowCtrl = new IStation.WinFrmUI.River.RiverWaterLevelDropByFlowCtrl();
            this.navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage();
            this.byPumpCountCtrl = new IStation.WinFrmUI.River.RiverWaterLevelDropByPumpCountCtrl();
            this.navigationPage4 = new DevExpress.XtraBars.Navigation.NavigationPage();
            this.monthDataCtrl = new IStation.WinFrmUI.River.RiverWaterLevelMonthDataCtrl();
            this.navigationPage5 = new DevExpress.XtraBars.Navigation.NavigationPage();
            this.hydrologyMainPanel11 = new IStation.WinFrmUI.River.Hydrology.HydrologyMainPanel1();
            this.navigationPage6 = new DevExpress.XtraBars.Navigation.NavigationPage();
            this.importLevelDataDlg1 = new IStation.WinFrmUI.River.Hydrology.ImportLevelDataDlg();
            ((System.ComponentModel.ISupportInitialize)(this.navigationPane数据分析)).BeginInit();
            this.navigationPane数据分析.SuspendLayout();
            this.navigationPage1.SuspendLayout();
            this.navigationPage3.SuspendLayout();
            this.navigationPage2.SuspendLayout();
            this.navigationPage4.SuspendLayout();
            this.navigationPage5.SuspendLayout();
            this.navigationPage6.SuspendLayout();
            this.SuspendLayout();
            // 
            // navigationPane数据分析
            // 
            this.navigationPane数据分析.Controls.Add(this.navigationPage1);
            this.navigationPane数据分析.Controls.Add(this.navigationPage3);
            this.navigationPane数据分析.Controls.Add(this.navigationPage2);
            this.navigationPane数据分析.Controls.Add(this.navigationPage4);
            this.navigationPane数据分析.Controls.Add(this.navigationPage5);
            this.navigationPane数据分析.Controls.Add(this.navigationPage6);
            this.navigationPane数据分析.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navigationPane数据分析.Location = new System.Drawing.Point(0, 0);
            this.navigationPane数据分析.Name = "navigationPane数据分析";
            this.navigationPane数据分析.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
            this.navigationPage1,
            this.navigationPage2,
            this.navigationPage3,
            this.navigationPage4,
            this.navigationPage5,
            this.navigationPage6});
            this.navigationPane数据分析.RegularSize = new System.Drawing.Size(1091, 610);
            this.navigationPane数据分析.SelectedPage = this.navigationPage1;
            this.navigationPane数据分析.Size = new System.Drawing.Size(1091, 610);
            this.navigationPane数据分析.TabIndex = 1;
            this.navigationPane数据分析.SelectedPageChanged += new DevExpress.XtraBars.Navigation.SelectedPageChangedEventHandler(this.navigationPane数据分析_SelectedPageChanged);
            // 
            // navigationPage1
            // 
            this.navigationPage1.AutoSize = true;
            this.navigationPage1.Caption = "历史数据查看";
            this.navigationPage1.Controls.Add(this.historicalDataPanel1);
            this.navigationPage1.CustomHeaderButtons.AddRange(new DevExpress.XtraBars.Docking2010.IButton[] {
            new DevExpress.XtraBars.Docking.CustomHeaderButton("刷新数据", true, customHeaderButtonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, serializableAppearanceObject3, null, -1)});
            this.navigationPage1.ImageOptions.SvgImage = global::IStation.WinFrmUI.River.Properties.Resources.paste;
            this.navigationPage1.Name = "navigationPage1";
            this.navigationPage1.PageText = "历史数据分析";
            this.navigationPage1.Properties.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 12F);
            this.navigationPage1.Properties.AppearanceCaption.Options.UseFont = true;
            this.navigationPage1.Properties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
            this.navigationPage1.Size = new System.Drawing.Size(894, 537);
            // 
            // historicalDataPanel1
            // 
            this.historicalDataPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.historicalDataPanel1.Location = new System.Drawing.Point(0, 0);
            this.historicalDataPanel1.Margin = new System.Windows.Forms.Padding(4);
            this.historicalDataPanel1.Name = "historicalDataPanel1";
            this.historicalDataPanel1.Size = new System.Drawing.Size(894, 537);
            this.historicalDataPanel1.TabIndex = 0;
            // 
            // navigationPage3
            // 
            this.navigationPage3.Caption = "前池落差与流量关系";
            this.navigationPage3.Controls.Add(this.byFlowCtrl);
            this.navigationPage3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("navigationPage3.ImageOptions.SvgImage")));
            this.navigationPage3.Name = "navigationPage3";
            this.navigationPage3.Properties.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 12F);
            this.navigationPage3.Properties.AppearanceCaption.Options.UseFont = true;
            this.navigationPage3.Properties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
            this.navigationPage3.Size = new System.Drawing.Size(894, 537);
            // 
            // byFlowCtrl
            // 
            this.byFlowCtrl.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.byFlowCtrl.Appearance.Options.UseBackColor = true;
            this.byFlowCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.byFlowCtrl.Location = new System.Drawing.Point(0, 0);
            this.byFlowCtrl.Name = "byFlowCtrl";
            this.byFlowCtrl.Size = new System.Drawing.Size(894, 537);
            this.byFlowCtrl.TabIndex = 2;
            // 
            // navigationPage2
            // 
            this.navigationPage2.Caption = "前池落差与开机关系";
            this.navigationPage2.Controls.Add(this.byPumpCountCtrl);
            this.navigationPage2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("navigationPage2.ImageOptions.SvgImage")));
            this.navigationPage2.Name = "navigationPage2";
            this.navigationPage2.Properties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
            this.navigationPage2.Size = new System.Drawing.Size(894, 537);
            // 
            // byPumpCountCtrl
            // 
            this.byPumpCountCtrl.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.byPumpCountCtrl.Appearance.Options.UseBackColor = true;
            this.byPumpCountCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.byPumpCountCtrl.Location = new System.Drawing.Point(0, 0);
            this.byPumpCountCtrl.Name = "byPumpCountCtrl";
            this.byPumpCountCtrl.Size = new System.Drawing.Size(894, 537);
            this.byPumpCountCtrl.TabIndex = 1;
            // 
            // navigationPage4
            // 
            this.navigationPage4.Caption = "历史监控长江水位";
            this.navigationPage4.Controls.Add(this.monthDataCtrl);
            this.navigationPage4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("navigationPage4.ImageOptions.SvgImage")));
            this.navigationPage4.Name = "navigationPage4";
            this.navigationPage4.Properties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
            this.navigationPage4.Size = new System.Drawing.Size(894, 537);
            // 
            // monthDataCtrl
            // 
            this.monthDataCtrl.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.monthDataCtrl.Appearance.Options.UseBackColor = true;
            this.monthDataCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.monthDataCtrl.Location = new System.Drawing.Point(0, 0);
            this.monthDataCtrl.Name = "monthDataCtrl";
            this.monthDataCtrl.Size = new System.Drawing.Size(894, 537);
            this.monthDataCtrl.TabIndex = 1;
            // 
            // navigationPage5
            // 
            this.navigationPage5.Caption = "槽位数据(来源手册)";
            this.navigationPage5.Controls.Add(this.hydrologyMainPanel11);
            this.navigationPage5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("navigationPage5.ImageOptions.SvgImage")));
            this.navigationPage5.Name = "navigationPage5";
            this.navigationPage5.Properties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
            this.navigationPage5.Size = new System.Drawing.Size(894, 537);
            // 
            // hydrologyMainPanel11
            // 
            this.hydrologyMainPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hydrologyMainPanel11.Location = new System.Drawing.Point(0, 0);
            this.hydrologyMainPanel11.Margin = new System.Windows.Forms.Padding(4);
            this.hydrologyMainPanel11.Name = "hydrologyMainPanel11";
            this.hydrologyMainPanel11.Size = new System.Drawing.Size(894, 537);
            this.hydrologyMainPanel11.TabIndex = 0;
            // 
            // navigationPage6
            // 
            this.navigationPage6.Caption = "导入数据";
            this.navigationPage6.Controls.Add(this.importLevelDataDlg1);
            this.navigationPage6.ImageOptions.SvgImage = global::IStation.WinFrmUI.River.Properties.Resources.import;
            this.navigationPage6.Name = "navigationPage6";
            this.navigationPage6.Properties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
            this.navigationPage6.Size = new System.Drawing.Size(894, 537);
            // 
            // importLevelDataDlg1
            // 
            this.importLevelDataDlg1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.importLevelDataDlg1.Location = new System.Drawing.Point(0, 0);
            this.importLevelDataDlg1.Name = "importLevelDataDlg1";
            this.importLevelDataDlg1.Size = new System.Drawing.Size(894, 537);
            this.importLevelDataDlg1.TabIndex = 0;
            // 
            // RiverWaterLevelMainPage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.navigationPane数据分析);
            this.Name = "RiverWaterLevelMainPage";
            this.Size = new System.Drawing.Size(1091, 610);
            ((System.ComponentModel.ISupportInitialize)(this.navigationPane数据分析)).EndInit();
            this.navigationPane数据分析.ResumeLayout(false);
            this.navigationPane数据分析.PerformLayout();
            this.navigationPage1.ResumeLayout(false);
            this.navigationPage3.ResumeLayout(false);
            this.navigationPage2.ResumeLayout(false);
            this.navigationPage4.ResumeLayout(false);
            this.navigationPage5.ResumeLayout(false);
            this.navigationPage6.ResumeLayout(false);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevExpress.XtraBars.Navigation.NavigationPane navigationPane数据分析;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage3;
        private RiverWaterLevelDropByFlowCtrl byFlowCtrl;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage2;
        private RiverWaterLevelDropByPumpCountCtrl byPumpCountCtrl;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage4;
        private RiverWaterLevelMonthDataCtrl monthDataCtrl;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage5;
        private Hydrology.HydrologyMainPanel1 hydrologyMainPanel11;
        private HistoricalDataPanel historicalDataPanel1;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage6;
        private Hydrology.ImportLevelDataDlg importLevelDataDlg1;
    }
}