hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ d6f22c35
이력 | 보기 | 이력해설 | 다운로드 (20.9 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.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton(); |
36 |
this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton(); |
37 |
this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit(); |
38 |
this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit(); |
39 |
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); |
40 |
this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton(); |
41 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
42 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
43 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
44 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
45 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
47 |
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
48 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
49 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
50 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
51 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
52 |
this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
53 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
54 |
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
55 |
this.btnSymmetry = new DevExpress.XtraEditors.SimpleButton(); |
56 |
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
57 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
58 |
this.layoutControl1.SuspendLayout(); |
59 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
60 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit(); |
61 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
62 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
63 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
64 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
65 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
66 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
67 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
68 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
69 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
70 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
71 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
72 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); |
73 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); |
74 |
this.SuspendLayout(); |
75 |
// |
76 |
// splashScreenManager |
77 |
// |
78 |
splashScreenManager.ClosingDelay = 500; |
79 |
// |
80 |
// layoutControl1 |
81 |
// |
82 |
this.layoutControl1.Controls.Add(this.btnSymmetry); |
83 |
this.layoutControl1.Controls.Add(this.labelControl1); |
84 |
this.layoutControl1.Controls.Add(this.btnLinkOPC); |
85 |
this.layoutControl1.Controls.Add(this.btnGetDrawingSize); |
86 |
this.layoutControl1.Controls.Add(this.textEditDrawingY); |
87 |
this.layoutControl1.Controls.Add(this.textEditDrawingX); |
88 |
this.layoutControl1.Controls.Add(this.simpleButton1); |
89 |
this.layoutControl1.Controls.Add(this.btnSPPIDConverter); |
90 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
91 |
this.layoutControl1.Location = new System.Drawing.Point(0, 0); |
92 |
this.layoutControl1.Name = "layoutControl1"; |
93 |
this.layoutControl1.Root = this.Root; |
94 |
this.layoutControl1.Size = new System.Drawing.Size(244, 500); |
95 |
this.layoutControl1.TabIndex = 0; |
96 |
this.layoutControl1.Text = "layoutControl1"; |
97 |
// |
98 |
// btnLinkOPC |
99 |
// |
100 |
this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage"))); |
101 |
this.btnLinkOPC.Location = new System.Drawing.Point(24, 85); |
102 |
this.btnLinkOPC.Name = "btnLinkOPC"; |
103 |
this.btnLinkOPC.Size = new System.Drawing.Size(196, 36); |
104 |
this.btnLinkOPC.StyleController = this.layoutControl1; |
105 |
this.btnLinkOPC.TabIndex = 9; |
106 |
this.btnLinkOPC.Text = "Link OPC"; |
107 |
this.btnLinkOPC.Click += new System.EventHandler(this.btnLinkOPC_Click); |
108 |
// |
109 |
// btnGetDrawingSize |
110 |
// |
111 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170); |
112 |
this.btnGetDrawingSize.Name = "btnGetDrawingSize"; |
113 |
this.btnGetDrawingSize.Size = new System.Drawing.Size(196, 22); |
114 |
this.btnGetDrawingSize.StyleController = this.layoutControl1; |
115 |
this.btnGetDrawingSize.TabIndex = 8; |
116 |
this.btnGetDrawingSize.Text = "Get Drawing Size"; |
117 |
this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click); |
118 |
// |
119 |
// textEditDrawingY |
120 |
// |
121 |
this.textEditDrawingY.Location = new System.Drawing.Point(35, 220); |
122 |
this.textEditDrawingY.Name = "textEditDrawingY"; |
123 |
this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
124 |
this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
125 |
this.textEditDrawingY.Properties.ReadOnly = true; |
126 |
this.textEditDrawingY.Size = new System.Drawing.Size(185, 20); |
127 |
this.textEditDrawingY.StyleController = this.layoutControl1; |
128 |
this.textEditDrawingY.TabIndex = 7; |
129 |
// |
130 |
// textEditDrawingX |
131 |
// |
132 |
this.textEditDrawingX.Location = new System.Drawing.Point(35, 196); |
133 |
this.textEditDrawingX.Name = "textEditDrawingX"; |
134 |
this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
135 |
this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
136 |
this.textEditDrawingX.Properties.ReadOnly = true; |
137 |
this.textEditDrawingX.Size = new System.Drawing.Size(185, 20); |
138 |
this.textEditDrawingX.StyleController = this.layoutControl1; |
139 |
this.textEditDrawingX.TabIndex = 6; |
140 |
// |
141 |
// simpleButton1 |
142 |
// |
143 |
this.simpleButton1.Location = new System.Drawing.Point(12, 359); |
144 |
this.simpleButton1.Name = "simpleButton1"; |
145 |
this.simpleButton1.Size = new System.Drawing.Size(220, 22); |
146 |
this.simpleButton1.StyleController = this.layoutControl1; |
147 |
this.simpleButton1.TabIndex = 5; |
148 |
this.simpleButton1.Text = "simpleButton1"; |
149 |
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); |
150 |
// |
151 |
// btnSPPIDConverter |
152 |
// |
153 |
this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage"))); |
154 |
this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45); |
155 |
this.btnSPPIDConverter.Name = "btnSPPIDConverter"; |
156 |
this.btnSPPIDConverter.Size = new System.Drawing.Size(196, 36); |
157 |
this.btnSPPIDConverter.StyleController = this.layoutControl1; |
158 |
this.btnSPPIDConverter.TabIndex = 4; |
159 |
this.btnSPPIDConverter.Text = "Open Converter"; |
160 |
this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click); |
161 |
// |
162 |
// Root |
163 |
// |
164 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
165 |
this.Root.GroupBordersVisible = false; |
166 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
167 |
this.emptySpaceItem1, |
168 |
this.layoutControlItem2, |
169 |
this.layoutControlGroup1, |
170 |
this.layoutControlGroup2, |
171 |
this.layoutControlGroup3}); |
172 |
this.Root.Name = "Root"; |
173 |
this.Root.Size = new System.Drawing.Size(244, 500); |
174 |
this.Root.TextVisible = false; |
175 |
// |
176 |
// emptySpaceItem1 |
177 |
// |
178 |
this.emptySpaceItem1.AllowHotTrack = false; |
179 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 359); |
180 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
181 |
this.emptySpaceItem1.Size = new System.Drawing.Size(224, 121); |
182 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
183 |
// |
184 |
// layoutControlItem2 |
185 |
// |
186 |
this.layoutControlItem2.Control = this.simpleButton1; |
187 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 347); |
188 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
189 |
this.layoutControlItem2.Size = new System.Drawing.Size(224, 26); |
190 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
191 |
this.layoutControlItem2.TextVisible = false; |
192 |
this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization; |
193 |
// |
194 |
// layoutControlGroup1 |
195 |
// |
196 |
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
197 |
this.layoutControlItem3, |
198 |
this.layoutControlItem4, |
199 |
this.layoutControlItem5}); |
200 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125); |
201 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
202 |
this.layoutControlGroup1.Size = new System.Drawing.Size(224, 119); |
203 |
this.layoutControlGroup1.Text = "Drawing Size Setting"; |
204 |
// |
205 |
// layoutControlItem3 |
206 |
// |
207 |
this.layoutControlItem3.Control = this.textEditDrawingX; |
208 |
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26); |
209 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
210 |
this.layoutControlItem3.Size = new System.Drawing.Size(200, 24); |
211 |
this.layoutControlItem3.Text = "X"; |
212 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(8, 14); |
213 |
// |
214 |
// layoutControlItem4 |
215 |
// |
216 |
this.layoutControlItem4.Control = this.textEditDrawingY; |
217 |
this.layoutControlItem4.Location = new System.Drawing.Point(0, 50); |
218 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
219 |
this.layoutControlItem4.Size = new System.Drawing.Size(200, 24); |
220 |
this.layoutControlItem4.Text = "Y"; |
221 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(8, 14); |
222 |
// |
223 |
// layoutControlItem5 |
224 |
// |
225 |
this.layoutControlItem5.Control = this.btnGetDrawingSize; |
226 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
227 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
228 |
this.layoutControlItem5.Size = new System.Drawing.Size(200, 26); |
229 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
230 |
this.layoutControlItem5.TextVisible = false; |
231 |
// |
232 |
// layoutControlGroup2 |
233 |
// |
234 |
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
235 |
this.layoutControlItem1, |
236 |
this.layoutControlItem6}); |
237 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
238 |
this.layoutControlGroup2.Name = "layoutControlGroup2"; |
239 |
this.layoutControlGroup2.Size = new System.Drawing.Size(224, 125); |
240 |
this.layoutControlGroup2.Text = "Converter"; |
241 |
// |
242 |
// layoutControlItem1 |
243 |
// |
244 |
this.layoutControlItem1.Control = this.btnSPPIDConverter; |
245 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
246 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
247 |
this.layoutControlItem1.Size = new System.Drawing.Size(200, 40); |
248 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
249 |
this.layoutControlItem1.TextVisible = false; |
250 |
// |
251 |
// layoutControlItem6 |
252 |
// |
253 |
this.layoutControlItem6.Control = this.btnLinkOPC; |
254 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 40); |
255 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
256 |
this.layoutControlItem6.Size = new System.Drawing.Size(200, 40); |
257 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
258 |
this.layoutControlItem6.TextVisible = false; |
259 |
// |
260 |
// defaultLookAndFeel |
261 |
// |
262 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
263 |
// |
264 |
// labelControl1 |
265 |
// |
266 |
this.labelControl1.Location = new System.Drawing.Point(24, 329); |
267 |
this.labelControl1.Name = "labelControl1"; |
268 |
this.labelControl1.Size = new System.Drawing.Size(179, 14); |
269 |
this.labelControl1.StyleController = this.layoutControl1; |
270 |
this.labelControl1.TabIndex = 10; |
271 |
this.labelControl1.Text = "Snap Grid On/Off Key : Shift + A"; |
272 |
// |
273 |
// layoutControlItem7 |
274 |
// |
275 |
this.layoutControlItem7.Control = this.labelControl1; |
276 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 40); |
277 |
this.layoutControlItem7.Name = "layoutControlItem7"; |
278 |
this.layoutControlItem7.Size = new System.Drawing.Size(200, 18); |
279 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
280 |
this.layoutControlItem7.TextVisible = false; |
281 |
// |
282 |
// layoutControlGroup3 |
283 |
// |
284 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
285 |
this.layoutControlItem7, |
286 |
this.layoutControlItem8}); |
287 |
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 244); |
288 |
this.layoutControlGroup3.Name = "layoutControlGroup3"; |
289 |
this.layoutControlGroup3.Size = new System.Drawing.Size(224, 103); |
290 |
this.layoutControlGroup3.Text = "SPPID Utils"; |
291 |
// |
292 |
// btnSymmetry |
293 |
// |
294 |
this.btnSymmetry.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.productquickcomparisons; |
295 |
this.btnSymmetry.Location = new System.Drawing.Point(24, 289); |
296 |
this.btnSymmetry.Name = "btnSymmetry"; |
297 |
this.btnSymmetry.Size = new System.Drawing.Size(196, 36); |
298 |
this.btnSymmetry.StyleController = this.layoutControl1; |
299 |
this.btnSymmetry.TabIndex = 11; |
300 |
this.btnSymmetry.Text = "Symbol Symmetry"; |
301 |
// |
302 |
// layoutControlItem8 |
303 |
// |
304 |
this.layoutControlItem8.Control = this.btnSymmetry; |
305 |
this.layoutControlItem8.Location = new System.Drawing.Point(0, 0); |
306 |
this.layoutControlItem8.Name = "layoutControlItem8"; |
307 |
this.layoutControlItem8.Size = new System.Drawing.Size(200, 40); |
308 |
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); |
309 |
this.layoutControlItem8.TextVisible = false; |
310 |
// |
311 |
// ConverterDocking |
312 |
// |
313 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
314 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
315 |
this.Controls.Add(this.layoutControl1); |
316 |
this.Name = "ConverterDocking"; |
317 |
this.Size = new System.Drawing.Size(244, 500); |
318 |
this.Load += new System.EventHandler(this.ConverterDocking_Load); |
319 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
320 |
this.layoutControl1.ResumeLayout(false); |
321 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit(); |
322 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit(); |
323 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
324 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
325 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
326 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
327 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
328 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
329 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
330 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
331 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
332 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
333 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
334 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
335 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); |
336 |
this.ResumeLayout(false); |
337 |
|
338 |
} |
339 |
|
340 |
#endregion |
341 |
|
342 |
private DevExpress.XtraLayout.LayoutControl layoutControl1; |
343 |
private DevExpress.XtraLayout.LayoutControlGroup Root; |
344 |
private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter; |
345 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
346 |
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
347 |
public DevExpress.XtraEditors.SimpleButton simpleButton1; |
348 |
public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
349 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
350 |
private DevExpress.XtraEditors.TextEdit textEditDrawingY; |
351 |
private DevExpress.XtraEditors.TextEdit textEditDrawingX; |
352 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
353 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
354 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
355 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
356 |
private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize; |
357 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
358 |
private DevExpress.XtraEditors.SimpleButton btnLinkOPC; |
359 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
360 |
private DevExpress.XtraEditors.LabelControl labelControl1; |
361 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; |
362 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
363 |
private DevExpress.XtraEditors.SimpleButton btnSymmetry; |
364 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
365 |
} |
366 |
} |