lixiaojun
2024-11-16 0ff5ca350625b1e9af061be4abb53f7490330611
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
namespace HStation.WinFrmUI
{
    partial class XhsProjectSimulationUnMatchingListCtrl
    {
        /// <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()
        {
            tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
            btnViewModel = new SimpleButton();
            tabPageElbows = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            xhsProjectSimulationElbowUnMatchingListCtrl1 = new XhsProjectSimulationElbowUnMatchingListCtrl();
            tabPageThreelinks = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            xhsProjectSimulationThreelinkUnMatchingListCtrl1 = new XhsProjectSimulationThreelinkUnMatchingListCtrl();
            tabPageFourlinks = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            xhsProjectSimulationFourlinkUnMatchingListCtrl1 = new XhsProjectSimulationFourlinkUnMatchingListCtrl();
            tabPagePipes = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            xhsProjectSimulationPipeUnMatchingListCtrl1 = new XhsProjectSimulationPipeUnMatchingListCtrl();
            tabPagePumps = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            xhsProjectSimulationPumpUnMatchingListCtrl1 = new XhsProjectSimulationPumpUnMatchingListCtrl();
            tabPageValves = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            xhsProjectSimulationValveUnMatchingListCtrl1 = new XhsProjectSimulationValveUnMatchingListCtrl();
            ((ISupportInitialize)tabPane1).BeginInit();
            tabPane1.SuspendLayout();
            tabPageElbows.SuspendLayout();
            tabPageThreelinks.SuspendLayout();
            tabPageFourlinks.SuspendLayout();
            tabPagePipes.SuspendLayout();
            tabPagePumps.SuspendLayout();
            tabPageValves.SuspendLayout();
            SuspendLayout();
            // 
            // tabPane1
            // 
            tabPane1.AllowHtmlDraw = false;
            tabPane1.Controls.Add(btnViewModel);
            tabPane1.Controls.Add(tabPageElbows);
            tabPane1.Controls.Add(tabPageThreelinks);
            tabPane1.Controls.Add(tabPageFourlinks);
            tabPane1.Controls.Add(tabPagePipes);
            tabPane1.Controls.Add(tabPagePumps);
            tabPane1.Controls.Add(tabPageValves);
            tabPane1.Dock = DockStyle.Fill;
            tabPane1.Location = new Point(0, 0);
            tabPane1.Name = "tabPane1";
            tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabPagePumps, tabPageValves, tabPagePipes, tabPageElbows, tabPageThreelinks, tabPageFourlinks });
            tabPane1.RegularSize = new Size(1028, 629);
            tabPane1.SelectedPage = tabPagePumps;
            tabPane1.Size = new Size(1028, 629);
            tabPane1.TabIndex = 0;
            tabPane1.Text = "tabPane1";
            // 
            // btnViewModel
            // 
            btnViewModel.Anchor = AnchorStyles.Top | AnchorStyles.Right;
            btnViewModel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            btnViewModel.Appearance.Options.UseBackColor = true;
            btnViewModel.Location = new Point(923, 1);
            btnViewModel.Name = "btnViewModel";
            btnViewModel.Size = new Size(102, 20);
            btnViewModel.TabIndex = 18;
            btnViewModel.Text = "显示所有";
            btnViewModel.Click += btnViewModel_Click;
            // 
            // tabPageElbows
            // 
            tabPageElbows.Caption = "弯头";
            tabPageElbows.Controls.Add(xhsProjectSimulationElbowUnMatchingListCtrl1);
            tabPageElbows.Name = "tabPageElbows";
            tabPageElbows.Padding = new Padding(0, 1, 0, 0);
            tabPageElbows.Size = new Size(1028, 596);
            // 
            // xhsProjectSimulationElbowUnMatchingListCtrl1
            // 
            xhsProjectSimulationElbowUnMatchingListCtrl1.Dock = DockStyle.Fill;
            xhsProjectSimulationElbowUnMatchingListCtrl1.Location = new Point(0, 1);
            xhsProjectSimulationElbowUnMatchingListCtrl1.Name = "xhsProjectSimulationElbowUnMatchingListCtrl1";
            xhsProjectSimulationElbowUnMatchingListCtrl1.ShowFindPanel = false;
            xhsProjectSimulationElbowUnMatchingListCtrl1.Size = new Size(1028, 595);
            xhsProjectSimulationElbowUnMatchingListCtrl1.TabIndex = 0;
            // 
            // tabPageThreelinks
            // 
            tabPageThreelinks.Caption = "三通";
            tabPageThreelinks.Controls.Add(xhsProjectSimulationThreelinkUnMatchingListCtrl1);
            tabPageThreelinks.Name = "tabPageThreelinks";
            tabPageThreelinks.Padding = new Padding(0, 1, 0, 0);
            tabPageThreelinks.Size = new Size(1028, 596);
            // 
            // xhsProjectSimulationThreelinkUnMatchingListCtrl1
            // 
            xhsProjectSimulationThreelinkUnMatchingListCtrl1.Dock = DockStyle.Fill;
            xhsProjectSimulationThreelinkUnMatchingListCtrl1.Location = new Point(0, 1);
            xhsProjectSimulationThreelinkUnMatchingListCtrl1.Name = "xhsProjectSimulationThreelinkUnMatchingListCtrl1";
            xhsProjectSimulationThreelinkUnMatchingListCtrl1.ShowFindPanel = false;
            xhsProjectSimulationThreelinkUnMatchingListCtrl1.Size = new Size(1028, 595);
            xhsProjectSimulationThreelinkUnMatchingListCtrl1.TabIndex = 0;
            // 
            // tabPageFourlinks
            // 
            tabPageFourlinks.Caption = "四通";
            tabPageFourlinks.Controls.Add(xhsProjectSimulationFourlinkUnMatchingListCtrl1);
            tabPageFourlinks.Name = "tabPageFourlinks";
            tabPageFourlinks.Padding = new Padding(0, 1, 0, 0);
            tabPageFourlinks.Size = new Size(1028, 596);
            // 
            // xhsProjectSimulationFourlinkUnMatchingListCtrl1
            // 
            xhsProjectSimulationFourlinkUnMatchingListCtrl1.Dock = DockStyle.Fill;
            xhsProjectSimulationFourlinkUnMatchingListCtrl1.Location = new Point(0, 1);
            xhsProjectSimulationFourlinkUnMatchingListCtrl1.Name = "xhsProjectSimulationFourlinkUnMatchingListCtrl1";
            xhsProjectSimulationFourlinkUnMatchingListCtrl1.ShowFindPanel = false;
            xhsProjectSimulationFourlinkUnMatchingListCtrl1.Size = new Size(1028, 595);
            xhsProjectSimulationFourlinkUnMatchingListCtrl1.TabIndex = 0;
            // 
            // tabPagePipes
            // 
            tabPagePipes.Caption = "管道";
            tabPagePipes.Controls.Add(xhsProjectSimulationPipeUnMatchingListCtrl1);
            tabPagePipes.Name = "tabPagePipes";
            tabPagePipes.Padding = new Padding(0, 1, 0, 0);
            tabPagePipes.Size = new Size(1028, 596);
            // 
            // xhsProjectSimulationPipeUnMatchingListCtrl1
            // 
            xhsProjectSimulationPipeUnMatchingListCtrl1.Dock = DockStyle.Fill;
            xhsProjectSimulationPipeUnMatchingListCtrl1.Location = new Point(0, 1);
            xhsProjectSimulationPipeUnMatchingListCtrl1.Name = "xhsProjectSimulationPipeUnMatchingListCtrl1";
            xhsProjectSimulationPipeUnMatchingListCtrl1.ShowFindPanel = false;
            xhsProjectSimulationPipeUnMatchingListCtrl1.Size = new Size(1028, 595);
            xhsProjectSimulationPipeUnMatchingListCtrl1.TabIndex = 0;
            // 
            // tabPagePumps
            // 
            tabPagePumps.Caption = "水泵";
            tabPagePumps.Controls.Add(xhsProjectSimulationPumpUnMatchingListCtrl1);
            tabPagePumps.Name = "tabPagePumps";
            tabPagePumps.Padding = new Padding(0, 1, 0, 0);
            tabPagePumps.Size = new Size(1028, 596);
            // 
            // xhsProjectSimulationPumpUnMatchingListCtrl1
            // 
            xhsProjectSimulationPumpUnMatchingListCtrl1.Dock = DockStyle.Fill;
            xhsProjectSimulationPumpUnMatchingListCtrl1.Location = new Point(0, 1);
            xhsProjectSimulationPumpUnMatchingListCtrl1.Name = "xhsProjectSimulationPumpUnMatchingListCtrl1";
            xhsProjectSimulationPumpUnMatchingListCtrl1.ShowFindPanel = false;
            xhsProjectSimulationPumpUnMatchingListCtrl1.Size = new Size(1028, 595);
            xhsProjectSimulationPumpUnMatchingListCtrl1.TabIndex = 0;
            // 
            // tabPageValves
            // 
            tabPageValves.Caption = "阀门";
            tabPageValves.Controls.Add(xhsProjectSimulationValveUnMatchingListCtrl1);
            tabPageValves.Name = "tabPageValves";
            tabPageValves.Padding = new Padding(0, 1, 0, 0);
            tabPageValves.Size = new Size(1028, 596);
            // 
            // xhsProjectSimulationValveUnMatchingListCtrl1
            // 
            xhsProjectSimulationValveUnMatchingListCtrl1.Dock = DockStyle.Fill;
            xhsProjectSimulationValveUnMatchingListCtrl1.Location = new Point(0, 1);
            xhsProjectSimulationValveUnMatchingListCtrl1.Name = "xhsProjectSimulationValveUnMatchingListCtrl1";
            xhsProjectSimulationValveUnMatchingListCtrl1.ShowFindPanel = false;
            xhsProjectSimulationValveUnMatchingListCtrl1.Size = new Size(1028, 595);
            xhsProjectSimulationValveUnMatchingListCtrl1.TabIndex = 0;
            // 
            // XhsProjectSimulationUnMatchingListCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(tabPane1);
            Name = "XhsProjectSimulationUnMatchingListCtrl";
            Size = new Size(1028, 629);
            ((ISupportInitialize)tabPane1).EndInit();
            tabPane1.ResumeLayout(false);
            tabPageElbows.ResumeLayout(false);
            tabPageThreelinks.ResumeLayout(false);
            tabPageFourlinks.ResumeLayout(false);
            tabPagePipes.ResumeLayout(false);
            tabPagePumps.ResumeLayout(false);
            tabPageValves.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.XtraBars.Navigation.TabPane tabPane1;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabPageElbows;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabPageThreelinks;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabPageFourlinks;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabPagePipes;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabPagePumps;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabPageValves;
        private XhsProjectSimulationElbowUnMatchingListCtrl xhsProjectSimulationElbowUnMatchingListCtrl1;
        private XhsProjectSimulationThreelinkUnMatchingListCtrl xhsProjectSimulationThreelinkUnMatchingListCtrl1;
        private XhsProjectSimulationFourlinkUnMatchingListCtrl xhsProjectSimulationFourlinkUnMatchingListCtrl1;
        private XhsProjectSimulationPipeUnMatchingListCtrl xhsProjectSimulationPipeUnMatchingListCtrl1;
        private XhsProjectSimulationPumpUnMatchingListCtrl xhsProjectSimulationPumpUnMatchingListCtrl1;
        private XhsProjectSimulationValveUnMatchingListCtrl xhsProjectSimulationValveUnMatchingListCtrl1;
        private SimpleButton btnViewModel;
    }
}