프로젝트

일반

사용자정보

개정판 5a47c65c

ID5a47c65c7a719a204f6c909ea00ecfd6da3ccb51
상위 676420e4
하위 2fc4441e

gaqhf 이(가) 약 5년 전에 추가함

dev issue #1287 : Selected Symbol Move 기능 완료

Change-Id: I0287f04ef452355aa7f1a029473dc2372f1170d4

차이점 보기:

DTI_PID/SPPIDConverter/ConverterDocking.Designer.cs
32 32
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl));
33 33
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDocking));
34 34
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
35
            this.toggleSwitchSnapGrid = new DevExpress.XtraEditors.ToggleSwitch();
36
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
37
            this.toggleSwitchMoveSymbol = new DevExpress.XtraEditors.ToggleSwitch();
35 38
            this.btnSpecBreakRelocation = new DevExpress.XtraEditors.SimpleButton();
36 39
            this.spinEditSymmetry = new DevExpress.XtraEditors.SpinEdit();
37 40
            this.btnSymmetry = new DevExpress.XtraEditors.SimpleButton();
......
58 61
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
59 62
            this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
60 63
            this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
64
            this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
61 65
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
66
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
67
            this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
68
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
69
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
62 70
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
63 71
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
64 72
            this.layoutControl1.SuspendLayout();
73
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchSnapGrid.Properties)).BeginInit();
74
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchMoveSymbol.Properties)).BeginInit();
65 75
            ((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).BeginInit();
66 76
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit();
67 77
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit();
......
81 91
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
82 92
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
83 93
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
94
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
84 95
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
96
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
97
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
98
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
99
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
85 100
            this.SuspendLayout();
86 101
            // 
87 102
            // splashScreenManager
......
90 105
            // 
91 106
            // layoutControl1
92 107
            // 
108
            this.layoutControl1.Controls.Add(this.toggleSwitchSnapGrid);
109
            this.layoutControl1.Controls.Add(this.labelControl2);
110
            this.layoutControl1.Controls.Add(this.toggleSwitchMoveSymbol);
93 111
            this.layoutControl1.Controls.Add(this.btnSpecBreakRelocation);
94 112
            this.layoutControl1.Controls.Add(this.spinEditSymmetry);
95 113
            this.layoutControl1.Controls.Add(this.btnSymmetry);
......
104 122
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
105 123
            this.layoutControl1.Name = "layoutControl1";
106 124
            this.layoutControl1.Root = this.Root;
107
            this.layoutControl1.Size = new System.Drawing.Size(250, 500);
125
            this.layoutControl1.Size = new System.Drawing.Size(250, 744);
108 126
            this.layoutControl1.TabIndex = 0;
109 127
            this.layoutControl1.Text = "layoutControl1";
110 128
            // 
129
            // toggleSwitchSnapGrid
130
            // 
131
            this.toggleSwitchSnapGrid.Location = new System.Drawing.Point(36, 490);
132
            this.toggleSwitchSnapGrid.Name = "toggleSwitchSnapGrid";
133
            this.toggleSwitchSnapGrid.Properties.OffText = "Off";
134
            this.toggleSwitchSnapGrid.Properties.OnText = "On";
135
            this.toggleSwitchSnapGrid.Size = new System.Drawing.Size(178, 19);
136
            this.toggleSwitchSnapGrid.StyleController = this.layoutControl1;
137
            this.toggleSwitchSnapGrid.TabIndex = 16;
138
            this.toggleSwitchSnapGrid.Toggled += new System.EventHandler(this.toggleSwitchSnapGrid_Toggled);
139
            // 
140
            // labelControl2
141
            // 
142
            this.labelControl2.Location = new System.Drawing.Point(36, 558);
143
            this.labelControl2.Name = "labelControl2";
144
            this.labelControl2.Size = new System.Drawing.Size(106, 14);
145
            this.labelControl2.StyleController = this.layoutControl1;
146
            this.labelControl2.TabIndex = 15;
147
            this.labelControl2.Text = "Key : Shift + Arrow";
148
            // 
149
            // toggleSwitchMoveSymbol
150
            // 
151
            this.toggleSwitchMoveSymbol.Location = new System.Drawing.Point(36, 576);
152
            this.toggleSwitchMoveSymbol.Name = "toggleSwitchMoveSymbol";
153
            this.toggleSwitchMoveSymbol.Properties.OffText = "Off";
154
            this.toggleSwitchMoveSymbol.Properties.OnText = "On";
155
            this.toggleSwitchMoveSymbol.Size = new System.Drawing.Size(178, 19);
156
            this.toggleSwitchMoveSymbol.StyleController = this.layoutControl1;
157
            this.toggleSwitchMoveSymbol.TabIndex = 14;
158
            this.toggleSwitchMoveSymbol.Toggled += new System.EventHandler(this.toggleSwitchMoveSymbol_Toggled);
159
            // 
111 160
            // btnSpecBreakRelocation
112 161
            // 
113 162
            this.btnSpecBreakRelocation.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.newrecurringappointment;
114 163
            this.btnSpecBreakRelocation.Location = new System.Drawing.Point(24, 354);
115 164
            this.btnSpecBreakRelocation.Name = "btnSpecBreakRelocation";
116
            this.btnSpecBreakRelocation.Size = new System.Drawing.Size(185, 36);
165
            this.btnSpecBreakRelocation.Size = new System.Drawing.Size(202, 36);
117 166
            this.btnSpecBreakRelocation.StyleController = this.layoutControl1;
118 167
            this.btnSpecBreakRelocation.TabIndex = 13;
119 168
            this.btnSpecBreakRelocation.Text = "SpecBreak Relocation";
......
140 189
            0,
141 190
            0,
142 191
            0});
143
            this.spinEditSymmetry.Size = new System.Drawing.Size(90, 20);
192
            this.spinEditSymmetry.Size = new System.Drawing.Size(107, 20);
144 193
            this.spinEditSymmetry.StyleController = this.layoutControl1;
145 194
            this.spinEditSymmetry.TabIndex = 12;
146 195
            // 
......
149 198
            this.btnSymmetry.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.productquickcomparisons;
150 199
            this.btnSymmetry.Location = new System.Drawing.Point(24, 313);
151 200
            this.btnSymmetry.Name = "btnSymmetry";
152
            this.btnSymmetry.Size = new System.Drawing.Size(185, 36);
201
            this.btnSymmetry.Size = new System.Drawing.Size(202, 36);
153 202
            this.btnSymmetry.StyleController = this.layoutControl1;
154 203
            this.btnSymmetry.TabIndex = 11;
155 204
            this.btnSymmetry.Text = "Symbol Symmetry";
......
157 206
            // 
158 207
            // labelControl1
159 208
            // 
160
            this.labelControl1.Location = new System.Drawing.Point(24, 439);
209
            this.labelControl1.Location = new System.Drawing.Point(36, 472);
161 210
            this.labelControl1.Name = "labelControl1";
162
            this.labelControl1.Size = new System.Drawing.Size(179, 14);
211
            this.labelControl1.Size = new System.Drawing.Size(81, 14);
163 212
            this.labelControl1.StyleController = this.layoutControl1;
164 213
            this.labelControl1.TabIndex = 10;
165
            this.labelControl1.Text = "Snap Grid On/Off Key : Shift + A";
214
            this.labelControl1.Text = "Key : Shift + A";
166 215
            // 
167 216
            // btnLinkOPC
168 217
            // 
169 218
            this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage")));
170 219
            this.btnLinkOPC.Location = new System.Drawing.Point(24, 85);
171 220
            this.btnLinkOPC.Name = "btnLinkOPC";
172
            this.btnLinkOPC.Size = new System.Drawing.Size(185, 36);
221
            this.btnLinkOPC.Size = new System.Drawing.Size(202, 36);
173 222
            this.btnLinkOPC.StyleController = this.layoutControl1;
174 223
            this.btnLinkOPC.TabIndex = 9;
175 224
            this.btnLinkOPC.Text = "Link OPC";
......
179 228
            // 
180 229
            this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170);
181 230
            this.btnGetDrawingSize.Name = "btnGetDrawingSize";
182
            this.btnGetDrawingSize.Size = new System.Drawing.Size(185, 22);
231
            this.btnGetDrawingSize.Size = new System.Drawing.Size(202, 22);
183 232
            this.btnGetDrawingSize.StyleController = this.layoutControl1;
184 233
            this.btnGetDrawingSize.TabIndex = 8;
185 234
            this.btnGetDrawingSize.Text = "Get Drawing Size";
......
192 241
            this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
193 242
            this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
194 243
            this.textEditDrawingY.Properties.ReadOnly = true;
195
            this.textEditDrawingY.Size = new System.Drawing.Size(165, 20);
244
            this.textEditDrawingY.Size = new System.Drawing.Size(182, 20);
196 245
            this.textEditDrawingY.StyleController = this.layoutControl1;
197 246
            this.textEditDrawingY.TabIndex = 7;
198 247
            // 
......
203 252
            this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
204 253
            this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
205 254
            this.textEditDrawingX.Properties.ReadOnly = true;
206
            this.textEditDrawingX.Size = new System.Drawing.Size(165, 20);
255
            this.textEditDrawingX.Size = new System.Drawing.Size(182, 20);
207 256
            this.textEditDrawingX.StyleController = this.layoutControl1;
208 257
            this.textEditDrawingX.TabIndex = 6;
209 258
            // 
210 259
            // simpleButton1
211 260
            // 
212
            this.simpleButton1.Location = new System.Drawing.Point(12, 469);
261
            this.simpleButton1.Location = new System.Drawing.Point(12, 623);
213 262
            this.simpleButton1.Name = "simpleButton1";
214
            this.simpleButton1.Size = new System.Drawing.Size(209, 22);
263
            this.simpleButton1.Size = new System.Drawing.Size(226, 22);
215 264
            this.simpleButton1.StyleController = this.layoutControl1;
216 265
            this.simpleButton1.TabIndex = 5;
217 266
            this.simpleButton1.Text = "simpleButton1";
......
222 271
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
223 272
            this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
224 273
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
225
            this.btnSPPIDConverter.Size = new System.Drawing.Size(185, 36);
274
            this.btnSPPIDConverter.Size = new System.Drawing.Size(202, 36);
226 275
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
227 276
            this.btnSPPIDConverter.TabIndex = 4;
228 277
            this.btnSPPIDConverter.Text = "Open Converter";
......
240 289
            this.layoutControlGroup3,
241 290
            this.layoutControlGroup4});
242 291
            this.Root.Name = "Root";
243
            this.Root.Size = new System.Drawing.Size(233, 513);
292
            this.Root.Size = new System.Drawing.Size(250, 744);
244 293
            this.Root.TextVisible = false;
245 294
            // 
246 295
            // emptySpaceItem1
247 296
            // 
248 297
            this.emptySpaceItem1.AllowHotTrack = false;
249
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 483);
298
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 637);
250 299
            this.emptySpaceItem1.Name = "emptySpaceItem1";
251
            this.emptySpaceItem1.Size = new System.Drawing.Size(213, 10);
300
            this.emptySpaceItem1.Size = new System.Drawing.Size(230, 87);
252 301
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
253 302
            // 
254 303
            // layoutControlItem2
255 304
            // 
256 305
            this.layoutControlItem2.Control = this.simpleButton1;
257
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 457);
306
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 611);
258 307
            this.layoutControlItem2.Name = "layoutControlItem2";
259
            this.layoutControlItem2.Size = new System.Drawing.Size(213, 26);
308
            this.layoutControlItem2.Size = new System.Drawing.Size(230, 26);
260 309
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
261 310
            this.layoutControlItem2.TextVisible = false;
262 311
            this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization;
......
269 318
            this.layoutControlItem5});
270 319
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125);
271 320
            this.layoutControlGroup1.Name = "layoutControlGroup1";
272
            this.layoutControlGroup1.Size = new System.Drawing.Size(213, 119);
321
            this.layoutControlGroup1.Size = new System.Drawing.Size(230, 119);
273 322
            this.layoutControlGroup1.Text = "Drawing Size Setting";
274 323
            // 
275 324
            // layoutControlItem3
......
277 326
            this.layoutControlItem3.Control = this.textEditDrawingX;
278 327
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
279 328
            this.layoutControlItem3.Name = "layoutControlItem3";
280
            this.layoutControlItem3.Size = new System.Drawing.Size(189, 24);
329
            this.layoutControlItem3.Size = new System.Drawing.Size(206, 24);
281 330
            this.layoutControlItem3.Text = "X";
282 331
            this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
283 332
            this.layoutControlItem3.TextSize = new System.Drawing.Size(15, 14);
......
288 337
            this.layoutControlItem4.Control = this.textEditDrawingY;
289 338
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 50);
290 339
            this.layoutControlItem4.Name = "layoutControlItem4";
291
            this.layoutControlItem4.Size = new System.Drawing.Size(189, 24);
340
            this.layoutControlItem4.Size = new System.Drawing.Size(206, 24);
292 341
            this.layoutControlItem4.Text = "Y";
293 342
            this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
294 343
            this.layoutControlItem4.TextSize = new System.Drawing.Size(15, 14);
......
299 348
            this.layoutControlItem5.Control = this.btnGetDrawingSize;
300 349
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
301 350
            this.layoutControlItem5.Name = "layoutControlItem5";
302
            this.layoutControlItem5.Size = new System.Drawing.Size(189, 26);
351
            this.layoutControlItem5.Size = new System.Drawing.Size(206, 26);
303 352
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
304 353
            this.layoutControlItem5.TextVisible = false;
305 354
            // 
......
310 359
            this.layoutControlItem6});
311 360
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
312 361
            this.layoutControlGroup2.Name = "layoutControlGroup2";
313
            this.layoutControlGroup2.Size = new System.Drawing.Size(213, 125);
362
            this.layoutControlGroup2.Size = new System.Drawing.Size(230, 125);
314 363
            this.layoutControlGroup2.Text = "Converter";
315 364
            // 
316 365
            // layoutControlItem1
......
318 367
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
319 368
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
320 369
            this.layoutControlItem1.Name = "layoutControlItem1";
321
            this.layoutControlItem1.Size = new System.Drawing.Size(189, 40);
370
            this.layoutControlItem1.Size = new System.Drawing.Size(206, 40);
322 371
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
323 372
            this.layoutControlItem1.TextVisible = false;
324 373
            // 
......
327 376
            this.layoutControlItem6.Control = this.btnLinkOPC;
328 377
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 40);
329 378
            this.layoutControlItem6.Name = "layoutControlItem6";
330
            this.layoutControlItem6.Size = new System.Drawing.Size(189, 40);
379
            this.layoutControlItem6.Size = new System.Drawing.Size(206, 40);
331 380
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
332 381
            this.layoutControlItem6.TextVisible = false;
333 382
            // 
......
340 389
            this.simpleSeparator1});
341 390
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 244);
342 391
            this.layoutControlGroup3.Name = "layoutControlGroup3";
343
            this.layoutControlGroup3.Size = new System.Drawing.Size(213, 150);
392
            this.layoutControlGroup3.Size = new System.Drawing.Size(230, 150);
344 393
            this.layoutControlGroup3.Text = "SPPID Utils";
345 394
            // 
346 395
            // layoutControlItem8
......
348 397
            this.layoutControlItem8.Control = this.btnSymmetry;
349 398
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 24);
350 399
            this.layoutControlItem8.Name = "layoutControlItem8";
351
            this.layoutControlItem8.Size = new System.Drawing.Size(189, 40);
400
            this.layoutControlItem8.Size = new System.Drawing.Size(206, 40);
352 401
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
353 402
            this.layoutControlItem8.TextVisible = false;
354 403
            // 
......
357 406
            this.layoutControlItem9.Control = this.spinEditSymmetry;
358 407
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
359 408
            this.layoutControlItem9.Name = "layoutControlItem9";
360
            this.layoutControlItem9.Size = new System.Drawing.Size(189, 24);
409
            this.layoutControlItem9.Size = new System.Drawing.Size(206, 24);
361 410
            this.layoutControlItem9.Text = "Symmetry Count";
362 411
            this.layoutControlItem9.TextSize = new System.Drawing.Size(92, 14);
363 412
            // 
......
366 415
            this.layoutControlItem10.Control = this.btnSpecBreakRelocation;
367 416
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 65);
368 417
            this.layoutControlItem10.Name = "layoutControlItem10";
369
            this.layoutControlItem10.Size = new System.Drawing.Size(189, 40);
418
            this.layoutControlItem10.Size = new System.Drawing.Size(206, 40);
370 419
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
371 420
            this.layoutControlItem10.TextVisible = false;
372 421
            // 
......
375 424
            this.simpleSeparator1.AllowHotTrack = false;
376 425
            this.simpleSeparator1.Location = new System.Drawing.Point(0, 64);
377 426
            this.simpleSeparator1.Name = "simpleSeparator1";
378
            this.simpleSeparator1.Size = new System.Drawing.Size(189, 1);
427
            this.simpleSeparator1.Size = new System.Drawing.Size(206, 1);
379 428
            // 
380 429
            // layoutControlGroup4
381 430
            // 
382 431
            this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
383
            this.layoutControlItem7});
432
            this.layoutControlGroup5,
433
            this.layoutControlGroup6});
384 434
            this.layoutControlGroup4.Location = new System.Drawing.Point(0, 394);
385 435
            this.layoutControlGroup4.Name = "layoutControlGroup4";
386
            this.layoutControlGroup4.Size = new System.Drawing.Size(213, 63);
436
            this.layoutControlGroup4.Size = new System.Drawing.Size(230, 217);
387 437
            this.layoutControlGroup4.Text = "Keyboard Shortcut";
388 438
            // 
439
            // layoutControlGroup5
440
            // 
441
            this.layoutControlGroup5.CustomizationFormText = "Snap Grid";
442
            this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
443
            this.layoutControlItem7,
444
            this.layoutControlItem13});
445
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
446
            this.layoutControlGroup5.Name = "layoutControlGroup5";
447
            this.layoutControlGroup5.Size = new System.Drawing.Size(206, 86);
448
            this.layoutControlGroup5.Text = "Snap Grid";
449
            // 
389 450
            // layoutControlItem7
390 451
            // 
391 452
            this.layoutControlItem7.Control = this.labelControl1;
392 453
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
393 454
            this.layoutControlItem7.Name = "layoutControlItem7";
394
            this.layoutControlItem7.Size = new System.Drawing.Size(189, 18);
455
            this.layoutControlItem7.Size = new System.Drawing.Size(182, 18);
395 456
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
396 457
            this.layoutControlItem7.TextVisible = false;
397 458
            // 
459
            // layoutControlItem13
460
            // 
461
            this.layoutControlItem13.Control = this.toggleSwitchSnapGrid;
462
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 18);
463
            this.layoutControlItem13.Name = "layoutControlItem13";
464
            this.layoutControlItem13.Size = new System.Drawing.Size(182, 23);
465
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
466
            this.layoutControlItem13.TextVisible = false;
467
            // 
468
            // layoutControlGroup6
469
            // 
470
            this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
471
            this.layoutControlItem12,
472
            this.layoutControlItem11});
473
            this.layoutControlGroup6.Location = new System.Drawing.Point(0, 86);
474
            this.layoutControlGroup6.Name = "layoutControlGroup6";
475
            this.layoutControlGroup6.Size = new System.Drawing.Size(206, 86);
476
            this.layoutControlGroup6.Text = "Move Symbol (Selected)";
477
            // 
478
            // layoutControlItem12
479
            // 
480
            this.layoutControlItem12.Control = this.labelControl2;
481
            this.layoutControlItem12.Location = new System.Drawing.Point(0, 0);
482
            this.layoutControlItem12.Name = "layoutControlItem12";
483
            this.layoutControlItem12.Size = new System.Drawing.Size(182, 18);
484
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
485
            this.layoutControlItem12.TextVisible = false;
486
            // 
487
            // layoutControlItem11
488
            // 
489
            this.layoutControlItem11.Control = this.toggleSwitchMoveSymbol;
490
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 18);
491
            this.layoutControlItem11.Name = "layoutControlItem11";
492
            this.layoutControlItem11.Size = new System.Drawing.Size(182, 23);
493
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
494
            this.layoutControlItem11.TextVisible = false;
495
            // 
398 496
            // defaultLookAndFeel
399 497
            // 
400 498
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
......
405 503
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
406 504
            this.Controls.Add(this.layoutControl1);
407 505
            this.Name = "ConverterDocking";
408
            this.Size = new System.Drawing.Size(250, 500);
506
            this.Size = new System.Drawing.Size(250, 744);
409 507
            this.Load += new System.EventHandler(this.ConverterDocking_Load);
410 508
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
411 509
            this.layoutControl1.ResumeLayout(false);
510
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchSnapGrid.Properties)).EndInit();
511
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchMoveSymbol.Properties)).EndInit();
412 512
            ((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).EndInit();
413 513
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
414 514
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit();
......
428 528
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
429 529
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
430 530
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
531
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
431 532
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
533
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
534
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
535
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
536
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
432 537
            this.ResumeLayout(false);
433 538

  
434 539
        }
......
464 569
        private DevExpress.XtraEditors.SimpleButton btnSpecBreakRelocation;
465 570
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
466 571
        private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
572
        private DevExpress.XtraEditors.ToggleSwitch toggleSwitchMoveSymbol;
573
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
574
        private DevExpress.XtraEditors.LabelControl labelControl2;
575
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
576
        private DevExpress.XtraEditors.ToggleSwitch toggleSwitchSnapGrid;
577
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
578
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
579
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
467 580
    }
468 581
}

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)