hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ c3e8fa8e
이력 | 보기 | 이력해설 | 다운로드 (24.1 KB)
1 |
namespace Converter.SPPID.Wrapper |
---|---|
2 |
{ |
3 |
partial class ConverterDocking |
4 |
{ |
5 |
/// <summary> |
6 |
/// 필수 디자이너 변수입니다. |
7 |
/// </summary> |
8 |
private System.ComponentModel.IContainer components = null; |
9 |
|
10 |
/// <summary> |
11 |
/// 사용 중인 모든 리소스를 정리합니다. |
12 |
/// </summary> |
13 |
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param> |
14 |
protected override void Dispose(bool disposing) |
15 |
{ |
16 |
if (disposing && (components != null)) |
17 |
{ |
18 |
components.Dispose(); |
19 |
} |
20 |
base.Dispose(disposing); |
21 |
} |
22 |
|
23 |
#region 구성 요소 디자이너에서 생성한 코드 |
24 |
|
25 |
/// <summary> |
26 |
/// 디자이너 지원에 필요한 메서드입니다. |
27 |
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. |
28 |
/// </summary> |
29 |
private void InitializeComponent() |
30 |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
32 |
DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl)); |
33 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDocking)); |
34 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
35 |
this.spinEditSymmetry = new DevExpress.XtraEditors.SpinEdit(); |
36 |
this.btnSymmetry = new DevExpress.XtraEditors.SimpleButton(); |
37 |
this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
38 |
this.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton(); |
39 |
this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton(); |
40 |
this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit(); |
41 |
this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit(); |
42 |
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); |
43 |
this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton(); |
44 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
45 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
46 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
47 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
48 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
49 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
50 |
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
51 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
52 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
53 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
54 |
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
55 |
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
56 |
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); |
57 |
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); |
58 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
59 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
60 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
61 |
this.layoutControl1.SuspendLayout(); |
62 |
((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).BeginInit(); |
63 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
64 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit(); |
65 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
66 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
67 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
68 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
69 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
70 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
71 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
72 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
73 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
74 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
75 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); |
76 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); |
77 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); |
78 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit(); |
79 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
80 |
this.SuspendLayout(); |
81 |
// |
82 |
// splashScreenManager |
83 |
// |
84 |
splashScreenManager.ClosingDelay = 500; |
85 |
// |
86 |
// layoutControl1 |
87 |
// |
88 |
this.layoutControl1.Controls.Add(this.spinEditSymmetry); |
89 |
this.layoutControl1.Controls.Add(this.btnSymmetry); |
90 |
this.layoutControl1.Controls.Add(this.labelControl1); |
91 |
this.layoutControl1.Controls.Add(this.btnLinkOPC); |
92 |
this.layoutControl1.Controls.Add(this.btnGetDrawingSize); |
93 |
this.layoutControl1.Controls.Add(this.textEditDrawingY); |
94 |
this.layoutControl1.Controls.Add(this.textEditDrawingX); |
95 |
this.layoutControl1.Controls.Add(this.simpleButton1); |
96 |
this.layoutControl1.Controls.Add(this.btnSPPIDConverter); |
97 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
98 |
this.layoutControl1.Location = new System.Drawing.Point(0, 0); |
99 |
this.layoutControl1.Name = "layoutControl1"; |
100 |
this.layoutControl1.Root = this.Root; |
101 |
this.layoutControl1.Size = new System.Drawing.Size(250, 500); |
102 |
this.layoutControl1.TabIndex = 0; |
103 |
this.layoutControl1.Text = "layoutControl1"; |
104 |
// |
105 |
// spinEditSymmetry |
106 |
// |
107 |
this.spinEditSymmetry.EditValue = new decimal(new int[] { |
108 |
1, |
109 |
0, |
110 |
0, |
111 |
0}); |
112 |
this.spinEditSymmetry.Location = new System.Drawing.Point(119, 289); |
113 |
this.spinEditSymmetry.Name = "spinEditSymmetry"; |
114 |
this.spinEditSymmetry.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
115 |
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
116 |
this.spinEditSymmetry.Properties.MaxValue = new decimal(new int[] { |
117 |
10, |
118 |
0, |
119 |
0, |
120 |
0}); |
121 |
this.spinEditSymmetry.Properties.MinValue = new decimal(new int[] { |
122 |
1, |
123 |
0, |
124 |
0, |
125 |
0}); |
126 |
this.spinEditSymmetry.Size = new System.Drawing.Size(107, 20); |
127 |
this.spinEditSymmetry.StyleController = this.layoutControl1; |
128 |
this.spinEditSymmetry.TabIndex = 12; |
129 |
// |
130 |
// btnSymmetry |
131 |
// |
132 |
this.btnSymmetry.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.productquickcomparisons; |
133 |
this.btnSymmetry.Location = new System.Drawing.Point(24, 313); |
134 |
this.btnSymmetry.Name = "btnSymmetry"; |
135 |
this.btnSymmetry.Size = new System.Drawing.Size(202, 36); |
136 |
this.btnSymmetry.StyleController = this.layoutControl1; |
137 |
this.btnSymmetry.TabIndex = 11; |
138 |
this.btnSymmetry.Text = "Symbol Symmetry"; |
139 |
this.btnSymmetry.Click += new System.EventHandler(this.btnSymmetry_Click); |
140 |
// |
141 |
// labelControl1 |
142 |
// |
143 |
this.labelControl1.Location = new System.Drawing.Point(24, 398); |
144 |
this.labelControl1.Name = "labelControl1"; |
145 |
this.labelControl1.Size = new System.Drawing.Size(179, 14); |
146 |
this.labelControl1.StyleController = this.layoutControl1; |
147 |
this.labelControl1.TabIndex = 10; |
148 |
this.labelControl1.Text = "Snap Grid On/Off Key : Shift + A"; |
149 |
// |
150 |
// btnLinkOPC |
151 |
// |
152 |
this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage"))); |
153 |
this.btnLinkOPC.Location = new System.Drawing.Point(24, 85); |
154 |
this.btnLinkOPC.Name = "btnLinkOPC"; |
155 |
this.btnLinkOPC.Size = new System.Drawing.Size(202, 36); |
156 |
this.btnLinkOPC.StyleController = this.layoutControl1; |
157 |
this.btnLinkOPC.TabIndex = 9; |
158 |
this.btnLinkOPC.Text = "Link OPC"; |
159 |
this.btnLinkOPC.Click += new System.EventHandler(this.btnLinkOPC_Click); |
160 |
// |
161 |
// btnGetDrawingSize |
162 |
// |
163 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170); |
164 |
this.btnGetDrawingSize.Name = "btnGetDrawingSize"; |
165 |
this.btnGetDrawingSize.Size = new System.Drawing.Size(202, 22); |
166 |
this.btnGetDrawingSize.StyleController = this.layoutControl1; |
167 |
this.btnGetDrawingSize.TabIndex = 8; |
168 |
this.btnGetDrawingSize.Text = "Get Drawing Size"; |
169 |
this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click); |
170 |
// |
171 |
// textEditDrawingY |
172 |
// |
173 |
this.textEditDrawingY.Location = new System.Drawing.Point(119, 220); |
174 |
this.textEditDrawingY.Name = "textEditDrawingY"; |
175 |
this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
176 |
this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
177 |
this.textEditDrawingY.Properties.ReadOnly = true; |
178 |
this.textEditDrawingY.Size = new System.Drawing.Size(107, 20); |
179 |
this.textEditDrawingY.StyleController = this.layoutControl1; |
180 |
this.textEditDrawingY.TabIndex = 7; |
181 |
// |
182 |
// textEditDrawingX |
183 |
// |
184 |
this.textEditDrawingX.Location = new System.Drawing.Point(119, 196); |
185 |
this.textEditDrawingX.Name = "textEditDrawingX"; |
186 |
this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
187 |
this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
188 |
this.textEditDrawingX.Properties.ReadOnly = true; |
189 |
this.textEditDrawingX.Size = new System.Drawing.Size(107, 20); |
190 |
this.textEditDrawingX.StyleController = this.layoutControl1; |
191 |
this.textEditDrawingX.TabIndex = 6; |
192 |
// |
193 |
// simpleButton1 |
194 |
// |
195 |
this.simpleButton1.Location = new System.Drawing.Point(12, 428); |
196 |
this.simpleButton1.Name = "simpleButton1"; |
197 |
this.simpleButton1.Size = new System.Drawing.Size(226, 22); |
198 |
this.simpleButton1.StyleController = this.layoutControl1; |
199 |
this.simpleButton1.TabIndex = 5; |
200 |
this.simpleButton1.Text = "simpleButton1"; |
201 |
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); |
202 |
// |
203 |
// btnSPPIDConverter |
204 |
// |
205 |
this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage"))); |
206 |
this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45); |
207 |
this.btnSPPIDConverter.Name = "btnSPPIDConverter"; |
208 |
this.btnSPPIDConverter.Size = new System.Drawing.Size(202, 36); |
209 |
this.btnSPPIDConverter.StyleController = this.layoutControl1; |
210 |
this.btnSPPIDConverter.TabIndex = 4; |
211 |
this.btnSPPIDConverter.Text = "Open Converter"; |
212 |
this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click); |
213 |
// |
214 |
// Root |
215 |
// |
216 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
217 |
this.Root.GroupBordersVisible = false; |
218 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
219 |
this.emptySpaceItem1, |
220 |
this.layoutControlItem2, |
221 |
this.layoutControlGroup1, |
222 |
this.layoutControlGroup2, |
223 |
this.layoutControlGroup3, |
224 |
this.layoutControlGroup4}); |
225 |
this.Root.Name = "Root"; |
226 |
this.Root.Size = new System.Drawing.Size(250, 500); |
227 |
this.Root.TextVisible = false; |
228 |
// |
229 |
// emptySpaceItem1 |
230 |
// |
231 |
this.emptySpaceItem1.AllowHotTrack = false; |
232 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 442); |
233 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
234 |
this.emptySpaceItem1.Size = new System.Drawing.Size(230, 38); |
235 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
236 |
// |
237 |
// layoutControlItem2 |
238 |
// |
239 |
this.layoutControlItem2.Control = this.simpleButton1; |
240 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 416); |
241 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
242 |
this.layoutControlItem2.Size = new System.Drawing.Size(230, 26); |
243 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
244 |
this.layoutControlItem2.TextVisible = false; |
245 |
this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization; |
246 |
// |
247 |
// layoutControlGroup1 |
248 |
// |
249 |
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
250 |
this.layoutControlItem3, |
251 |
this.layoutControlItem4, |
252 |
this.layoutControlItem5}); |
253 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125); |
254 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
255 |
this.layoutControlGroup1.Size = new System.Drawing.Size(230, 119); |
256 |
this.layoutControlGroup1.Text = "Drawing Size Setting"; |
257 |
// |
258 |
// layoutControlItem3 |
259 |
// |
260 |
this.layoutControlItem3.Control = this.textEditDrawingX; |
261 |
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26); |
262 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
263 |
this.layoutControlItem3.Size = new System.Drawing.Size(206, 24); |
264 |
this.layoutControlItem3.Text = "X"; |
265 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(92, 14); |
266 |
// |
267 |
// layoutControlItem4 |
268 |
// |
269 |
this.layoutControlItem4.Control = this.textEditDrawingY; |
270 |
this.layoutControlItem4.Location = new System.Drawing.Point(0, 50); |
271 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
272 |
this.layoutControlItem4.Size = new System.Drawing.Size(206, 24); |
273 |
this.layoutControlItem4.Text = "Y"; |
274 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(92, 14); |
275 |
// |
276 |
// layoutControlItem5 |
277 |
// |
278 |
this.layoutControlItem5.Control = this.btnGetDrawingSize; |
279 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
280 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
281 |
this.layoutControlItem5.Size = new System.Drawing.Size(206, 26); |
282 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
283 |
this.layoutControlItem5.TextVisible = false; |
284 |
// |
285 |
// layoutControlGroup2 |
286 |
// |
287 |
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
288 |
this.layoutControlItem1, |
289 |
this.layoutControlItem6}); |
290 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
291 |
this.layoutControlGroup2.Name = "layoutControlGroup2"; |
292 |
this.layoutControlGroup2.Size = new System.Drawing.Size(230, 125); |
293 |
this.layoutControlGroup2.Text = "Converter"; |
294 |
// |
295 |
// layoutControlItem1 |
296 |
// |
297 |
this.layoutControlItem1.Control = this.btnSPPIDConverter; |
298 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
299 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
300 |
this.layoutControlItem1.Size = new System.Drawing.Size(206, 40); |
301 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
302 |
this.layoutControlItem1.TextVisible = false; |
303 |
// |
304 |
// layoutControlItem6 |
305 |
// |
306 |
this.layoutControlItem6.Control = this.btnLinkOPC; |
307 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 40); |
308 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
309 |
this.layoutControlItem6.Size = new System.Drawing.Size(206, 40); |
310 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
311 |
this.layoutControlItem6.TextVisible = false; |
312 |
// |
313 |
// layoutControlGroup3 |
314 |
// |
315 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
316 |
this.layoutControlItem8, |
317 |
this.layoutControlItem9}); |
318 |
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 244); |
319 |
this.layoutControlGroup3.Name = "layoutControlGroup3"; |
320 |
this.layoutControlGroup3.Size = new System.Drawing.Size(230, 109); |
321 |
this.layoutControlGroup3.Text = "SPPID Utils"; |
322 |
// |
323 |
// layoutControlItem8 |
324 |
// |
325 |
this.layoutControlItem8.Control = this.btnSymmetry; |
326 |
this.layoutControlItem8.Location = new System.Drawing.Point(0, 24); |
327 |
this.layoutControlItem8.Name = "layoutControlItem8"; |
328 |
this.layoutControlItem8.Size = new System.Drawing.Size(206, 40); |
329 |
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); |
330 |
this.layoutControlItem8.TextVisible = false; |
331 |
// |
332 |
// layoutControlItem9 |
333 |
// |
334 |
this.layoutControlItem9.Control = this.spinEditSymmetry; |
335 |
this.layoutControlItem9.Location = new System.Drawing.Point(0, 0); |
336 |
this.layoutControlItem9.Name = "layoutControlItem9"; |
337 |
this.layoutControlItem9.Size = new System.Drawing.Size(206, 24); |
338 |
this.layoutControlItem9.Text = "Symmetry Count"; |
339 |
this.layoutControlItem9.TextSize = new System.Drawing.Size(92, 14); |
340 |
// |
341 |
// layoutControlGroup4 |
342 |
// |
343 |
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
344 |
this.layoutControlItem7}); |
345 |
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 353); |
346 |
this.layoutControlGroup4.Name = "layoutControlGroup4"; |
347 |
this.layoutControlGroup4.Size = new System.Drawing.Size(230, 63); |
348 |
this.layoutControlGroup4.Text = "Keyboard Shortcut"; |
349 |
// |
350 |
// layoutControlItem7 |
351 |
// |
352 |
this.layoutControlItem7.Control = this.labelControl1; |
353 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
354 |
this.layoutControlItem7.Name = "layoutControlItem7"; |
355 |
this.layoutControlItem7.Size = new System.Drawing.Size(206, 18); |
356 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
357 |
this.layoutControlItem7.TextVisible = false; |
358 |
// |
359 |
// defaultLookAndFeel |
360 |
// |
361 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
362 |
// |
363 |
// ConverterDocking |
364 |
// |
365 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
366 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
367 |
this.Controls.Add(this.layoutControl1); |
368 |
this.Name = "ConverterDocking"; |
369 |
this.Size = new System.Drawing.Size(250, 500); |
370 |
this.Load += new System.EventHandler(this.ConverterDocking_Load); |
371 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
372 |
this.layoutControl1.ResumeLayout(false); |
373 |
((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).EndInit(); |
374 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit(); |
375 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit(); |
376 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
377 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
378 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
379 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
380 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
381 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
382 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
383 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
384 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
385 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
386 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
387 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); |
388 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); |
389 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit(); |
390 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
391 |
this.ResumeLayout(false); |
392 |
|
393 |
} |
394 |
|
395 |
#endregion |
396 |
|
397 |
private DevExpress.XtraLayout.LayoutControl layoutControl1; |
398 |
private DevExpress.XtraLayout.LayoutControlGroup Root; |
399 |
private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter; |
400 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
401 |
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
402 |
public DevExpress.XtraEditors.SimpleButton simpleButton1; |
403 |
public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
404 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
405 |
private DevExpress.XtraEditors.TextEdit textEditDrawingY; |
406 |
private DevExpress.XtraEditors.TextEdit textEditDrawingX; |
407 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
408 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
409 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
410 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
411 |
private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize; |
412 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
413 |
private DevExpress.XtraEditors.SimpleButton btnLinkOPC; |
414 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
415 |
private DevExpress.XtraEditors.LabelControl labelControl1; |
416 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; |
417 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
418 |
private DevExpress.XtraEditors.SimpleButton btnSymmetry; |
419 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
420 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4; |
421 |
private DevExpress.XtraEditors.SpinEdit spinEditSymmetry; |
422 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; |
423 |
} |
424 |
} |