duheng
2024-09-20 b2e753b7d889e1a1fbc17f8b43c3dd02aa0faad4
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
namespace HStation.WinFrmUI.Xhs 
    partial class AssetsAutoMatchingMainDlg
    {
        /// <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()
        {
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            btnComplete = new SimpleButton();
            navigationFrame1 = new DevExpress.XtraBars.Navigation.NavigationFrame();
            navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage();
            AssetsMainChoicePage = new AssetsMainChoicePage();
            navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage();
            BtnAutoMatching = new SimpleButton();
            simpleButton2 = new SimpleButton();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)navigationFrame1).BeginInit();
            navigationFrame1.SuspendLayout();
            navigationPage1.SuspendLayout();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            ((ISupportInitialize)emptySpaceItem1).BeginInit();
            ((ISupportInitialize)layoutControlItem3).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)itemForComplete).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(btnComplete);
            layoutControl1.Controls.Add(navigationFrame1);
            layoutControl1.Controls.Add(BtnAutoMatching);
            layoutControl1.Controls.Add(simpleButton2);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1222, 300, 650, 400);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(1075, 581);
            layoutControl1.TabIndex = 6;
            layoutControl1.Text = "layoutControl1";
            // 
            // btnComplete
            // 
            btnComplete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            btnComplete.Appearance.Options.UseBackColor = true;
            btnComplete.Location = new Point(869, 547);
            btnComplete.MaximumSize = new Size(104, 0);
            btnComplete.MinimumSize = new Size(104, 0);
            btnComplete.Name = "btnComplete";
            btnComplete.Size = new Size(104, 22);
            btnComplete.StyleController = layoutControl1;
            btnComplete.TabIndex = 3;
            btnComplete.Text = "完成";
            btnComplete.Click += btnComplete_Click;
            // 
            // navigationFrame1
            // 
            navigationFrame1.Controls.Add(navigationPage1);
            navigationFrame1.Controls.Add(navigationPage2);
            navigationFrame1.Location = new Point(12, 38);
            navigationFrame1.Name = "navigationFrame1";
            navigationFrame1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navigationPage1, navigationPage2 });
            navigationFrame1.SelectedPage = navigationPage1;
            navigationFrame1.Size = new Size(1051, 505);
            navigationFrame1.TabIndex = 2;
            navigationFrame1.Text = "navigationFrame1";
            // 
            // navigationPage1
            // 
            navigationPage1.Caption = "navigationPage1";
            navigationPage1.Controls.Add(AssetsMainChoicePage);
            navigationPage1.Name = "navigationPage1";
            navigationPage1.Size = new Size(1051, 505);
            // 
            // AssetsMainChoicePage
            // 
            AssetsMainChoicePage.Dock = DockStyle.Fill;
            AssetsMainChoicePage.Location = new Point(0, 0);
            AssetsMainChoicePage.Name = "AssetsMainChoicePage";
            AssetsMainChoicePage.Size = new Size(1051, 505);
            AssetsMainChoicePage.TabIndex = 0;
            // 
            // navigationPage2
            // 
            navigationPage2.Caption = "navigationPage2";
            navigationPage2.Name = "navigationPage2";
            navigationPage2.Size = new Size(1051, 505);
            // 
            // BtnAutoMatching
            // 
            BtnAutoMatching.Location = new Point(12, 12);
            BtnAutoMatching.Name = "BtnAutoMatching";
            BtnAutoMatching.Size = new Size(1051, 22);
            BtnAutoMatching.StyleController = layoutControl1;
            BtnAutoMatching.TabIndex = 0;
            BtnAutoMatching.Text = "自动匹配";
            BtnAutoMatching.Click += BtnAutoMatching_Click;
            // 
            // simpleButton2
            // 
            simpleButton2.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
            simpleButton2.Appearance.Options.UseBackColor = true;
            simpleButton2.DialogResult = DialogResult.Cancel;
            simpleButton2.Location = new Point(977, 547);
            simpleButton2.Name = "simpleButton2";
            simpleButton2.Size = new Size(86, 22);
            simpleButton2.StyleController = layoutControl1;
            simpleButton2.TabIndex = 4;
            simpleButton2.Text = "取消";
            // 
            // Root
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, emptySpaceItem1, layoutControlItem3, layoutControlItem1, itemForComplete });
            Root.Name = "Root";
            Root.Size = new Size(1075, 581);
            Root.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            layoutControlItem2.Control = navigationFrame1;
            layoutControlItem2.Location = new Point(0, 26);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(1055, 509);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            // 
            // emptySpaceItem1
            // 
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 535);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(857, 26);
            emptySpaceItem1.TextSize = new Size(0, 0);
            // 
            // layoutControlItem3
            // 
            layoutControlItem3.Control = BtnAutoMatching;
            layoutControlItem3.Location = new Point(0, 0);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(1055, 26);
            layoutControlItem3.TextSize = new Size(0, 0);
            layoutControlItem3.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = simpleButton2;
            layoutControlItem1.Location = new Point(965, 535);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(90, 26);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // itemForComplete
            // 
            itemForComplete.Control = btnComplete;
            itemForComplete.Location = new Point(857, 535);
            itemForComplete.MaxSize = new Size(108, 26);
            itemForComplete.MinSize = new Size(108, 26);
            itemForComplete.Name = "itemForComplete";
            itemForComplete.Size = new Size(108, 26);
            itemForComplete.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            itemForComplete.TextSize = new Size(0, 0);
            itemForComplete.TextVisible = false;
            // 
            // AssetsAutoMatchingMainDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1075, 581);
            Controls.Add(layoutControl1);
            Name = "AssetsAutoMatchingMainDlg";
            StartPosition = FormStartPosition.CenterScreen;
            Text = "泵型号选择";
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)navigationFrame1).EndInit();
            navigationFrame1.ResumeLayout(false);
            navigationPage1.ResumeLayout(false);
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ((ISupportInitialize)emptySpaceItem1).EndInit();
            ((ISupportInitialize)layoutControlItem3).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)itemForComplete).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame1;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1;
        private DevExpress.XtraBars.Navigation.NavigationPage navigationPage2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraEditors.SimpleButton btnComplete;
        private DevExpress.XtraLayout.LayoutControlItem itemForComplete;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private AssetsMainChoicePage AssetsMainChoicePage;
        private SimpleButton BtnAutoMatching;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private SimpleButton simpleButton2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
    }
}