duheng
2024-09-19 d88ae862d5eda101f20385f3e34a2d7e6f9d3471
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
 
namespace HStation.WinFrmUI.Xhs
{
    partial class AssetsMainChoicePage
    {
        /// <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()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(AssetsMainChoicePage));
            tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
            tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            pumpMatchingCtrl1 = new PumpMatchingCtrl();
            tabNavigationPage3 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            valveMatchingCtrl1 = new ValveMatchingCtrl();
            tabNavigationPage4 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            pipeLineMatchingCtrl1 = new PipeLineMatchingCtrl();
            tabNavigationPage5 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            threeLinkMatchingCtrl1 = new ThreeLinkMatchingCtrl();
            tabNavigationPage6 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            fourLinkMatchingCtrl1 = new FourLinkMatchingCtrl();
            tabNavigationPage7 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            elbowsMatchingCtrl1 = new ElbowsMatchingCtrl();
            ((ISupportInitialize)tabPane1).BeginInit();
            tabPane1.SuspendLayout();
            tabNavigationPage2.SuspendLayout();
            tabNavigationPage3.SuspendLayout();
            tabNavigationPage4.SuspendLayout();
            tabNavigationPage5.SuspendLayout();
            tabNavigationPage6.SuspendLayout();
            tabNavigationPage7.SuspendLayout();
            SuspendLayout();
            // 
            // tabPane1
            // 
            tabPane1.Controls.Add(tabNavigationPage1);
            tabPane1.Controls.Add(tabNavigationPage2);
            tabPane1.Controls.Add(tabNavigationPage3);
            tabPane1.Controls.Add(tabNavigationPage4);
            tabPane1.Controls.Add(tabNavigationPage5);
            tabPane1.Controls.Add(tabNavigationPage6);
            tabPane1.Controls.Add(tabNavigationPage7);
            tabPane1.Dock = DockStyle.Fill;
            tabPane1.Location = new Point(0, 0);
            tabPane1.Name = "tabPane1";
            tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabNavigationPage1, tabNavigationPage2, tabNavigationPage3, tabNavigationPage4, tabNavigationPage5, tabNavigationPage6, tabNavigationPage7 });
            tabPane1.RegularSize = new Size(960, 535);
            tabPane1.SelectedPage = tabNavigationPage2;
            tabPane1.Size = new Size(960, 535);
            tabPane1.TabIndex = 0;
            tabPane1.Text = "tabPane1";
            // 
            // tabNavigationPage1
            // 
            tabNavigationPage1.Caption = "错误明细";
            tabNavigationPage1.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("tabNavigationPage1.ImageOptions.SvgImage");
            tabNavigationPage1.ImageOptions.SvgImageSize = new Size(20, 20);
            tabNavigationPage1.ItemShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
            tabNavigationPage1.Name = "tabNavigationPage1";
            tabNavigationPage1.Properties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
            tabNavigationPage1.Size = new Size(960, 502);
            // 
            // tabNavigationPage2
            // 
            tabNavigationPage2.Caption = "水泵匹配明细";
            tabNavigationPage2.Controls.Add(pumpMatchingCtrl1);
            tabNavigationPage2.Name = "tabNavigationPage2";
            tabNavigationPage2.Size = new Size(960, 502);
            // 
            // pumpMatchingCtrl1
            // 
            pumpMatchingCtrl1.Dock = DockStyle.Fill;
            pumpMatchingCtrl1.Location = new Point(0, 0);
            pumpMatchingCtrl1.Name = "pumpMatchingCtrl1";
            pumpMatchingCtrl1.Size = new Size(960, 502);
            pumpMatchingCtrl1.TabIndex = 0;
            // 
            // tabNavigationPage3
            // 
            tabNavigationPage3.Caption = "阀门匹配明细";
            tabNavigationPage3.Controls.Add(valveMatchingCtrl1);
            tabNavigationPage3.Name = "tabNavigationPage3";
            tabNavigationPage3.Size = new Size(960, 502);
            // 
            // valveMatchingCtrl1
            // 
            valveMatchingCtrl1.Dock = DockStyle.Fill;
            valveMatchingCtrl1.Location = new Point(0, 0);
            valveMatchingCtrl1.Name = "valveMatchingCtrl1";
            valveMatchingCtrl1.Size = new Size(960, 502);
            valveMatchingCtrl1.TabIndex = 0;
            // 
            // tabNavigationPage4
            // 
            tabNavigationPage4.Caption = "管道匹配明细";
            tabNavigationPage4.Controls.Add(pipeLineMatchingCtrl1);
            tabNavigationPage4.Name = "tabNavigationPage4";
            tabNavigationPage4.Size = new Size(960, 502);
            // 
            // pipeLineMatchingCtrl1
            // 
            pipeLineMatchingCtrl1.Dock = DockStyle.Fill;
            pipeLineMatchingCtrl1.Location = new Point(0, 0);
            pipeLineMatchingCtrl1.Name = "pipeLineMatchingCtrl1";
            pipeLineMatchingCtrl1.Size = new Size(960, 502);
            pipeLineMatchingCtrl1.TabIndex = 0;
            // 
            // tabNavigationPage5
            // 
            tabNavigationPage5.Caption = "三通匹配明细";
            tabNavigationPage5.Controls.Add(threeLinkMatchingCtrl1);
            tabNavigationPage5.Name = "tabNavigationPage5";
            tabNavigationPage5.Size = new Size(960, 502);
            // 
            // threeLinkMatchingCtrl1
            // 
            threeLinkMatchingCtrl1.Dock = DockStyle.Fill;
            threeLinkMatchingCtrl1.Location = new Point(0, 0);
            threeLinkMatchingCtrl1.Name = "threeLinkMatchingCtrl1";
            threeLinkMatchingCtrl1.Size = new Size(960, 502);
            threeLinkMatchingCtrl1.TabIndex = 0;
            // 
            // tabNavigationPage6
            // 
            tabNavigationPage6.Caption = "四通匹配明细";
            tabNavigationPage6.Controls.Add(fourLinkMatchingCtrl1);
            tabNavigationPage6.Name = "tabNavigationPage6";
            tabNavigationPage6.Size = new Size(960, 502);
            // 
            // fourLinkMatchingCtrl1
            // 
            fourLinkMatchingCtrl1.Dock = DockStyle.Fill;
            fourLinkMatchingCtrl1.Location = new Point(0, 0);
            fourLinkMatchingCtrl1.Name = "fourLinkMatchingCtrl1";
            fourLinkMatchingCtrl1.Size = new Size(960, 502);
            fourLinkMatchingCtrl1.TabIndex = 0;
            // 
            // tabNavigationPage7
            // 
            tabNavigationPage7.Caption = "弯头匹配明细";
            tabNavigationPage7.Controls.Add(elbowsMatchingCtrl1);
            tabNavigationPage7.Name = "tabNavigationPage7";
            tabNavigationPage7.Size = new Size(960, 502);
            // 
            // elbowsMatchingCtrl1
            // 
            elbowsMatchingCtrl1.Dock = DockStyle.Fill;
            elbowsMatchingCtrl1.Location = new Point(0, 0);
            elbowsMatchingCtrl1.Name = "elbowsMatchingCtrl1";
            elbowsMatchingCtrl1.Size = new Size(960, 502);
            elbowsMatchingCtrl1.TabIndex = 0;
            // 
            // AssetsMainChoicePage
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(tabPane1);
            Name = "AssetsMainChoicePage";
            Size = new Size(960, 535);
            ((ISupportInitialize)tabPane1).EndInit();
            tabPane1.ResumeLayout(false);
            tabNavigationPage2.ResumeLayout(false);
            tabNavigationPage3.ResumeLayout(false);
            tabNavigationPage4.ResumeLayout(false);
            tabNavigationPage5.ResumeLayout(false);
            tabNavigationPage6.ResumeLayout(false);
            tabNavigationPage7.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.XtraBars.Navigation.TabPane tabPane1;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage3;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage4;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage5;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage6;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage7;
        private ThreeLinkMatchingCtrl threeLinkMatchingCtrl1;
        private FourLinkMatchingCtrl fourLinkMatchingCtrl1;
        private ElbowsMatchingCtrl elbowsMatchingCtrl1;
        private PumpMatchingCtrl pumpMatchingCtrl1;
        private ValveMatchingCtrl valveMatchingCtrl1;
        private PipeLineMatchingCtrl pipeLineMatchingCtrl1;
    }
}