Shuxia Ning
2024-11-09 d2f89d47afad3f3fe2f4266658b25f5baa101ea3
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
namespace HStation.WinFrmUI
{
    partial class AddXhsSchemeDlg
    {
        /// <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()
        {
            components = new Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(AddXhsSchemeDlg));
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            barCek = new DevExpress.XtraBars.BarCheckItem();
            ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            sidePanel3dModel = new SidePanel();
            flyoutPanel1 = new DevExpress.Utils.FlyoutPanel();
            flyoutPanelControl1 = new DevExpress.Utils.FlyoutPanelControl();
            sidePanelModelDetail = new SidePanel();
            tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
            tabPagePump = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            setSchemePumpListCtrl1 = new SetSchemePumpListCtrl();
            tabPageValve = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            setSchemeValveListCtrl1 = new SetSchemeValveListCtrl();
            tabPagePipe = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            setSchemePipeListCtrl1 = new SetSchemePipeListCtrl();
            panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanelChangeRecord = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
            gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            setSchemeParterRecordBindingSource = new BindingSource(components);
            colCode = new DevExpress.XtraGrid.Columns.GridColumn();
            colName = new DevExpress.XtraGrid.Columns.GridColumn();
            colBeforeDbId = new DevExpress.XtraGrid.Columns.GridColumn();
            colAfterDbId = new DevExpress.XtraGrid.Columns.GridColumn();
            colBeforeCurveId = new DevExpress.XtraGrid.Columns.GridColumn();
            colAfterCurveId = new DevExpress.XtraGrid.Columns.GridColumn();
            gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            colName1 = new DevExpress.XtraGrid.Columns.GridColumn();
            colRawValue = new DevExpress.XtraGrid.Columns.GridColumn();
            colCurrentValue = new DevExpress.XtraGrid.Columns.GridColumn();
            ((ISupportInitialize)ribbon).BeginInit();
            sidePanel3dModel.SuspendLayout();
            ((ISupportInitialize)flyoutPanel1).BeginInit();
            flyoutPanel1.SuspendLayout();
            ((ISupportInitialize)flyoutPanelControl1).BeginInit();
            flyoutPanelControl1.SuspendLayout();
            sidePanelModelDetail.SuspendLayout();
            ((ISupportInitialize)tabPane1).BeginInit();
            tabPane1.SuspendLayout();
            tabPagePump.SuspendLayout();
            tabPageValve.SuspendLayout();
            tabPagePipe.SuspendLayout();
            ((ISupportInitialize)dockManager1).BeginInit();
            dockPanelChangeRecord.SuspendLayout();
            dockPanel1_Container.SuspendLayout();
            ((ISupportInitialize)gridControl1).BeginInit();
            ((ISupportInitialize)gridView1).BeginInit();
            ((ISupportInitialize)setSchemeParterRecordBindingSource).BeginInit();
            ((ISupportInitialize)gridView2).BeginInit();
            SuspendLayout();
            // 
            // ribbon
            // 
            ribbon.ExpandCollapseItem.Id = 0;
            ribbon.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
            ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbon.ExpandCollapseItem, barCek });
            ribbon.Location = new Point(0, 0);
            ribbon.MaxItemId = 7;
            ribbon.Name = "ribbon";
            ribbon.OptionsExpandCollapseMenu.EnableExpandCollapseMenu = DevExpress.Utils.DefaultBoolean.False;
            ribbon.OptionsExpandCollapseMenu.ShowQuickAccessToolbarItem = DevExpress.Utils.DefaultBoolean.False;
            ribbon.OptionsExpandCollapseMenu.ShowRibbonGroup = DevExpress.Utils.DefaultBoolean.False;
            ribbon.OptionsExpandCollapseMenu.ShowRibbonLayoutGroup = DevExpress.Utils.DefaultBoolean.False;
            ribbon.OptionsTouch.TouchUI = DevExpress.Utils.DefaultBoolean.False;
            ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 });
            ribbon.RibbonCaptionAlignment = DevExpress.XtraBars.Ribbon.RibbonCaptionAlignment.Left;
            ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.TabletOffice;
            ribbon.SearchItemPosition = DevExpress.XtraBars.Ribbon.SearchItemPosition.None;
            ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
            ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
            ribbon.ShowMoreCommandsButton = DevExpress.Utils.DefaultBoolean.False;
            ribbon.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
            ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            ribbon.ShowQatLocationSelector = false;
            ribbon.ShowToolbarCustomizeItem = false;
            ribbon.Size = new Size(1569, 85);
            ribbon.Toolbar.ShowCustomizeItem = false;
            // 
            // barCek
            // 
            barCek.Caption = "操作面板";
            barCek.Id = 5;
            barCek.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCek.ImageOptions.SvgImage");
            barCek.Name = "barCek";
            barCek.CheckedChanged += barCek_CheckedChanged;
            // 
            // ribbonPage1
            // 
            ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1 });
            ribbonPage1.Name = "ribbonPage1";
            ribbonPage1.Text = "ribbonPage1";
            // 
            // ribbonPageGroup1
            // 
            ribbonPageGroup1.ItemLinks.Add(barCek);
            ribbonPageGroup1.Name = "ribbonPageGroup1";
            ribbonPageGroup1.Text = "ribbonPageGroup1";
            // 
            // sidePanel3dModel
            // 
            sidePanel3dModel.Controls.Add(flyoutPanel1);
            sidePanel3dModel.Dock = DockStyle.Fill;
            sidePanel3dModel.Location = new Point(0, 85);
            sidePanel3dModel.Name = "sidePanel3dModel";
            sidePanel3dModel.Size = new Size(1207, 1019);
            sidePanel3dModel.TabIndex = 2;
            sidePanel3dModel.Text = "sidePanel2";
            // 
            // flyoutPanel1
            // 
            flyoutPanel1.Controls.Add(flyoutPanelControl1);
            flyoutPanel1.Location = new Point(12, 496);
            flyoutPanel1.Name = "flyoutPanel1";
            flyoutPanel1.Options.AnchorType = DevExpress.Utils.Win.PopupToolWindowAnchor.Bottom;
            flyoutPanel1.Options.AnimationType = DevExpress.Utils.Win.PopupToolWindowAnimation.Fade;
            flyoutPanel1.OwnerControl = sidePanel3dModel;
            flyoutPanel1.ParentForm = this;
            flyoutPanel1.Size = new Size(981, 422);
            flyoutPanel1.TabIndex = 0;
            // 
            // flyoutPanelControl1
            // 
            flyoutPanelControl1.Controls.Add(sidePanelModelDetail);
            flyoutPanelControl1.Dock = DockStyle.Fill;
            flyoutPanelControl1.FlyoutPanel = flyoutPanel1;
            flyoutPanelControl1.Location = new Point(0, 0);
            flyoutPanelControl1.Name = "flyoutPanelControl1";
            flyoutPanelControl1.Size = new Size(981, 422);
            flyoutPanelControl1.TabIndex = 0;
            // 
            // sidePanelModelDetail
            // 
            sidePanelModelDetail.Controls.Add(tabPane1);
            sidePanelModelDetail.Dock = DockStyle.Fill;
            sidePanelModelDetail.Location = new Point(2, 2);
            sidePanelModelDetail.Name = "sidePanelModelDetail";
            sidePanelModelDetail.Size = new Size(977, 418);
            sidePanelModelDetail.TabIndex = 0;
            sidePanelModelDetail.Text = "sidePanel1";
            // 
            // tabPane1
            // 
            tabPane1.Controls.Add(tabPagePump);
            tabPane1.Controls.Add(tabPageValve);
            tabPane1.Controls.Add(tabPagePipe);
            tabPane1.Dock = DockStyle.Fill;
            tabPane1.Location = new Point(0, 0);
            tabPane1.Name = "tabPane1";
            tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabPagePump, tabPageValve, tabPagePipe });
            tabPane1.RegularSize = new Size(977, 418);
            tabPane1.SelectedPage = tabPagePump;
            tabPane1.Size = new Size(977, 418);
            tabPane1.TabIndex = 0;
            tabPane1.Text = "tabPane1";
            // 
            // tabPagePump
            // 
            tabPagePump.Caption = "水泵";
            tabPagePump.Controls.Add(setSchemePumpListCtrl1);
            tabPagePump.Name = "tabPagePump";
            tabPagePump.Size = new Size(977, 369);
            // 
            // setSchemePumpListCtrl1
            // 
            setSchemePumpListCtrl1.Dock = DockStyle.Fill;
            setSchemePumpListCtrl1.Location = new Point(0, 0);
            setSchemePumpListCtrl1.Margin = new Padding(4, 5, 4, 5);
            setSchemePumpListCtrl1.Name = "setSchemePumpListCtrl1";
            setSchemePumpListCtrl1.Size = new Size(977, 369);
            setSchemePumpListCtrl1.TabIndex = 0;
            // 
            // tabPageValve
            // 
            tabPageValve.Caption = "阀门";
            tabPageValve.Controls.Add(setSchemeValveListCtrl1);
            tabPageValve.Name = "tabPageValve";
            tabPageValve.Size = new Size(977, 369);
            // 
            // setSchemeValveListCtrl1
            // 
            setSchemeValveListCtrl1.Dock = DockStyle.Fill;
            setSchemeValveListCtrl1.Location = new Point(0, 0);
            setSchemeValveListCtrl1.Margin = new Padding(4, 5, 4, 5);
            setSchemeValveListCtrl1.Name = "setSchemeValveListCtrl1";
            setSchemeValveListCtrl1.Size = new Size(977, 369);
            setSchemeValveListCtrl1.TabIndex = 2;
            // 
            // tabPagePipe
            // 
            tabPagePipe.Caption = "管路";
            tabPagePipe.Controls.Add(setSchemePipeListCtrl1);
            tabPagePipe.Name = "tabPagePipe";
            tabPagePipe.Size = new Size(977, 369);
            // 
            // setSchemePipeListCtrl1
            // 
            setSchemePipeListCtrl1.Dock = DockStyle.Fill;
            setSchemePipeListCtrl1.Location = new Point(0, 0);
            setSchemePipeListCtrl1.Margin = new Padding(4, 5, 4, 5);
            setSchemePipeListCtrl1.Name = "setSchemePipeListCtrl1";
            setSchemePipeListCtrl1.Size = new Size(977, 369);
            setSchemePipeListCtrl1.TabIndex = 1;
            // 
            // panelContainer1
            // 
            panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            panelContainer1.DockedAsTabbedDocument = true;
            panelContainer1.ID = new Guid("69c11a8a-862c-4240-930a-ff3d90593b2b");
            panelContainer1.Location = new Point(0, 0);
            panelContainer1.Name = "panelContainer1";
            panelContainer1.OriginalSize = new Size(200, 200);
            panelContainer1.Size = new Size(1526, 527);
            panelContainer1.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Top;
            panelContainer1.Text = "panelContainer1";
            // 
            // dockManager1
            // 
            dockManager1.DockingOptions.AllowDockToCenter = DevExpress.Utils.DefaultBoolean.False;
            dockManager1.DockingOptions.ShowAutoHideButton = false;
            dockManager1.DockingOptions.ShowCloseButton = false;
            dockManager1.DockingOptions.ShowMaximizeButton = false;
            dockManager1.DockingOptions.ShowMinimizeButton = false;
            dockManager1.Form = this;
            dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanelChangeRecord });
            dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
            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" });
            // 
            // dockPanelChangeRecord
            // 
            dockPanelChangeRecord.Controls.Add(dockPanel1_Container);
            dockPanelChangeRecord.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            dockPanelChangeRecord.ID = new Guid("db2d9112-867d-44f8-9169-a120583942ad");
            dockPanelChangeRecord.Location = new Point(1207, 85);
            dockPanelChangeRecord.Name = "dockPanelChangeRecord";
            dockPanelChangeRecord.OriginalSize = new Size(362, 200);
            dockPanelChangeRecord.Size = new Size(362, 1019);
            dockPanelChangeRecord.Text = "变更记录";
            // 
            // dockPanel1_Container
            // 
            dockPanel1_Container.Controls.Add(gridControl1);
            dockPanel1_Container.Location = new Point(1, 34);
            dockPanel1_Container.Name = "dockPanel1_Container";
            dockPanel1_Container.Size = new Size(361, 985);
            dockPanel1_Container.TabIndex = 0;
            // 
            // gridControl1
            // 
            gridControl1.DataSource = setSchemeParterRecordBindingSource;
            gridControl1.Dock = DockStyle.Fill;
            gridLevelNode1.LevelTemplate = gridView2;
            gridLevelNode1.RelationName = "Items";
            gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1 });
            gridControl1.Location = new Point(0, 0);
            gridControl1.MainView = gridView1;
            gridControl1.MenuManager = ribbon;
            gridControl1.Name = "gridControl1";
            gridControl1.Size = new Size(361, 985);
            gridControl1.TabIndex = 0;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1, gridView2 });
            // 
            // gridView1
            // 
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCode, colName, colBeforeDbId, colAfterDbId, colBeforeCurveId, colAfterCurveId });
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
            // 
            // setSchemeParterRecordBindingSource
            // 
            setSchemeParterRecordBindingSource.DataSource = typeof(SetSchemeParterRecord);
            // 
            // colCode
            // 
            colCode.Caption = "编码";
            colCode.FieldName = "Code";
            colCode.MinWidth = 30;
            colCode.Name = "colCode";
            colCode.Visible = true;
            colCode.VisibleIndex = 0;
            colCode.Width = 112;
            // 
            // colName
            // 
            colName.Caption = "名称";
            colName.FieldName = "Name";
            colName.MinWidth = 30;
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 1;
            colName.Width = 112;
            // 
            // colBeforeDbId
            // 
            colBeforeDbId.FieldName = "BeforeDbId";
            colBeforeDbId.MinWidth = 30;
            colBeforeDbId.Name = "colBeforeDbId";
            colBeforeDbId.Width = 112;
            // 
            // colAfterDbId
            // 
            colAfterDbId.FieldName = "AfterDbId";
            colAfterDbId.MinWidth = 30;
            colAfterDbId.Name = "colAfterDbId";
            colAfterDbId.Width = 112;
            // 
            // colBeforeCurveId
            // 
            colBeforeCurveId.FieldName = "BeforeCurveId";
            colBeforeCurveId.MinWidth = 30;
            colBeforeCurveId.Name = "colBeforeCurveId";
            colBeforeCurveId.Width = 112;
            // 
            // colAfterCurveId
            // 
            colAfterCurveId.FieldName = "AfterCurveId";
            colAfterCurveId.MinWidth = 30;
            colAfterCurveId.Name = "colAfterCurveId";
            colAfterCurveId.Width = 112;
            // 
            // gridView2
            // 
            gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName1, colRawValue, colCurrentValue });
            gridView2.GridControl = gridControl1;
            gridView2.Name = "gridView2";
            // 
            // colName1
            // 
            colName1.Caption = "属性";
            colName1.FieldName = "Name";
            colName1.MinWidth = 30;
            colName1.Name = "colName1";
            colName1.Visible = true;
            colName1.VisibleIndex = 0;
            colName1.Width = 112;
            // 
            // colRawValue
            // 
            colRawValue.Caption = "变更前";
            colRawValue.FieldName = "RawValue";
            colRawValue.MinWidth = 30;
            colRawValue.Name = "colRawValue";
            colRawValue.Visible = true;
            colRawValue.VisibleIndex = 1;
            colRawValue.Width = 112;
            // 
            // colCurrentValue
            // 
            colCurrentValue.Caption = "变更后";
            colCurrentValue.FieldName = "CurrentValue";
            colCurrentValue.MinWidth = 30;
            colCurrentValue.Name = "colCurrentValue";
            colCurrentValue.Visible = true;
            colCurrentValue.VisibleIndex = 2;
            colCurrentValue.Width = 112;
            // 
            // AddXhsSchemeDlg
            // 
            AutoScaleDimensions = new SizeF(10F, 22F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1569, 1104);
            Controls.Add(sidePanel3dModel);
            Controls.Add(dockPanelChangeRecord);
            Controls.Add(ribbon);
            Name = "AddXhsSchemeDlg";
            Ribbon = ribbon;
            StartPosition = FormStartPosition.CenterScreen;
            Text = "创建方案";
            ((ISupportInitialize)ribbon).EndInit();
            sidePanel3dModel.ResumeLayout(false);
            ((ISupportInitialize)flyoutPanel1).EndInit();
            flyoutPanel1.ResumeLayout(false);
            ((ISupportInitialize)flyoutPanelControl1).EndInit();
            flyoutPanelControl1.ResumeLayout(false);
            sidePanelModelDetail.ResumeLayout(false);
            ((ISupportInitialize)tabPane1).EndInit();
            tabPane1.ResumeLayout(false);
            tabPagePump.ResumeLayout(false);
            tabPageValve.ResumeLayout(false);
            tabPagePipe.ResumeLayout(false);
            ((ISupportInitialize)dockManager1).EndInit();
            dockPanelChangeRecord.ResumeLayout(false);
            dockPanel1_Container.ResumeLayout(false);
            ((ISupportInitialize)gridControl1).EndInit();
            ((ISupportInitialize)gridView1).EndInit();
            ((ISupportInitialize)setSchemeParterRecordBindingSource).EndInit();
            ((ISupportInitialize)gridView2).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
 
        #endregion
 
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
        private SidePanel sidePanel3dModel;
        private DevExpress.XtraBars.BarCheckItem barCek;
        private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
        private DevExpress.XtraBars.Docking.DockPanel panelContainer1;
        private DevExpress.Utils.FlyoutPanel flyoutPanel1;
        private DevExpress.Utils.FlyoutPanelControl flyoutPanelControl1;
        private SidePanel sidePanelModelDetail;
        private DevExpress.XtraBars.Navigation.TabPane tabPane1;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabPagePump;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabPageValve;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabPagePipe;
        private SetSchemePumpListCtrl setSchemePumpListCtrl1;
        private SetSchemePipeListCtrl setSchemePipeListCtrl1;
        private SetSchemeValveListCtrl setSchemeValveListCtrl1;
        private DevExpress.XtraBars.Docking.DockManager dockManager1;
        private DevExpress.XtraBars.Docking.DockPanel dockPanelChangeRecord;
        private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
        private DevExpress.XtraGrid.GridControl gridControl1;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private BindingSource setSchemeParterRecordBindingSource;
        private DevExpress.XtraGrid.Columns.GridColumn colCode;
        private DevExpress.XtraGrid.Columns.GridColumn colName;
        private DevExpress.XtraGrid.Columns.GridColumn colBeforeDbId;
        private DevExpress.XtraGrid.Columns.GridColumn colAfterDbId;
        private DevExpress.XtraGrid.Columns.GridColumn colBeforeCurveId;
        private DevExpress.XtraGrid.Columns.GridColumn colAfterCurveId;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
        private DevExpress.XtraGrid.Columns.GridColumn colName1;
        private DevExpress.XtraGrid.Columns.GridColumn colRawValue;
        private DevExpress.XtraGrid.Columns.GridColumn colCurrentValue;
    }
}