프로젝트

일반

사용자정보

개정판 5761879d

ID5761879dfcc50be0831e92cbd49af9e7cf33b675
상위 6647a1c1
하위 00b55282, 20972c61

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

dev issue #497 : Snap Grid (최소 valve 길이, DrainValve 길이) 옵션 준비

Change-Id: I7174b9426ed6f2ee8d64393bad548b8258104052

차이점 보기:

DTI_PID/SPPIDConverter/Form/MappingForm.Designer.cs
31 31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MappingForm));
32 32
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
33 33
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
34
            this.spinEditDrainValveCellCount = new DevExpress.XtraEditors.SpinEdit();
35
            this.spinEditMinSymbolGridCellCount = new DevExpress.XtraEditors.SpinEdit();
34 36
            this.comboBoxEditUnit = new DevExpress.XtraEditors.ComboBoxEdit();
35 37
            this.spinEditDensity = new DevExpress.XtraEditors.SpinEdit();
36 38
            this.checkComboBoxLineNumberLocation = new DevExpress.XtraEditors.CheckedComboBoxEdit();
......
68 70
            this.tabbedControlGroup = new DevExpress.XtraLayout.TabbedControlGroup();
69 71
            this.GroupGridSetting = new DevExpress.XtraLayout.LayoutControlGroup();
70 72
            this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
71
            this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
73
            this.layoutControlGroupSnapGrid = new DevExpress.XtraLayout.LayoutControlGroup();
74
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
72 75
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
73 76
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
74
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
77
            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
78
            this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
75 79
            this.GroupSymbol = new DevExpress.XtraLayout.LayoutControlGroup();
76 80
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
77 81
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
......
104 108
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
105 109
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
106 110
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
111
            this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
107 112
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
108 113
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
109 114
            this.layoutControl1.SuspendLayout();
115
            ((System.ComponentModel.ISupportInitialize)(this.spinEditDrainValveCellCount.Properties)).BeginInit();
116
            ((System.ComponentModel.ISupportInitialize)(this.spinEditMinSymbolGridCellCount.Properties)).BeginInit();
110 117
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditUnit.Properties)).BeginInit();
111 118
            ((System.ComponentModel.ISupportInitialize)(this.spinEditDensity.Properties)).BeginInit();
112 119
            ((System.ComponentModel.ISupportInitialize)(this.checkComboBoxLineNumberLocation.Properties)).BeginInit();
......
141 148
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup)).BeginInit();
142 149
            ((System.ComponentModel.ISupportInitialize)(this.GroupGridSetting)).BeginInit();
143 150
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
144
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
151
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSnapGrid)).BeginInit();
152
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
145 153
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
146 154
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
147
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
155
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
156
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
148 157
            ((System.ComponentModel.ISupportInitialize)(this.GroupSymbol)).BeginInit();
149 158
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
150 159
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
......
177 186
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
178 187
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
179 188
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
189
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
180 190
            this.SuspendLayout();
181 191
            // 
182 192
            // ribbonControl
......
196 206
            // 
197 207
            // layoutControl1
198 208
            // 
209
            this.layoutControl1.Controls.Add(this.spinEditDrainValveCellCount);
210
            this.layoutControl1.Controls.Add(this.spinEditMinSymbolGridCellCount);
199 211
            this.layoutControl1.Controls.Add(this.comboBoxEditUnit);
200 212
            this.layoutControl1.Controls.Add(this.spinEditDensity);
201 213
            this.layoutControl1.Controls.Add(this.checkComboBoxLineNumberLocation);
......
225 237
            this.layoutControl1.TabIndex = 2;
226 238
            this.layoutControl1.Text = "layoutControl1";
227 239
            // 
240
            // spinEditDrainValveCellCount
241
            // 
242
            this.spinEditDrainValveCellCount.EditValue = new decimal(new int[] {
243
            3,
244
            0,
245
            0,
246
            0});
247
            this.spinEditDrainValveCellCount.Location = new System.Drawing.Point(543, 156);
248
            this.spinEditDrainValveCellCount.MenuManager = this.ribbonControl;
249
            this.spinEditDrainValveCellCount.Name = "spinEditDrainValveCellCount";
250
            this.spinEditDrainValveCellCount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
251
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
252
            this.spinEditDrainValveCellCount.Properties.IsFloatValue = false;
253
            this.spinEditDrainValveCellCount.Properties.Mask.EditMask = "N00";
254
            this.spinEditDrainValveCellCount.Size = new System.Drawing.Size(196, 20);
255
            this.spinEditDrainValveCellCount.StyleController = this.layoutControl1;
256
            this.spinEditDrainValveCellCount.TabIndex = 35;
257
            // 
258
            // spinEditMinSymbolGridCellCount
259
            // 
260
            this.spinEditMinSymbolGridCellCount.EditValue = new decimal(new int[] {
261
            2,
262
            0,
263
            0,
264
            0});
265
            this.spinEditMinSymbolGridCellCount.Location = new System.Drawing.Point(196, 156);
266
            this.spinEditMinSymbolGridCellCount.MenuManager = this.ribbonControl;
267
            this.spinEditMinSymbolGridCellCount.Name = "spinEditMinSymbolGridCellCount";
268
            this.spinEditMinSymbolGridCellCount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
269
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
270
            this.spinEditMinSymbolGridCellCount.Properties.IsFloatValue = false;
271
            this.spinEditMinSymbolGridCellCount.Properties.Mask.EditMask = "N00";
272
            this.spinEditMinSymbolGridCellCount.Size = new System.Drawing.Size(195, 20);
273
            this.spinEditMinSymbolGridCellCount.StyleController = this.layoutControl1;
274
            this.spinEditMinSymbolGridCellCount.TabIndex = 34;
275
            // 
228 276
            // comboBoxEditUnit
229 277
            // 
230 278
            this.comboBoxEditUnit.EditValue = "Inch";
231
            this.comboBoxEditUnit.Location = new System.Drawing.Point(723, 78);
279
            this.comboBoxEditUnit.Location = new System.Drawing.Point(543, 101);
232 280
            this.comboBoxEditUnit.MenuManager = this.ribbonControl;
233 281
            this.comboBoxEditUnit.Name = "comboBoxEditUnit";
234 282
            this.comboBoxEditUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
235 283
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
236 284
            this.comboBoxEditUnit.Properties.Items.AddRange(new object[] {
237 285
            "Inch"});
238
            this.comboBoxEditUnit.Size = new System.Drawing.Size(78, 20);
286
            this.comboBoxEditUnit.Size = new System.Drawing.Size(208, 20);
239 287
            this.comboBoxEditUnit.StyleController = this.layoutControl1;
240 288
            this.comboBoxEditUnit.TabIndex = 33;
241 289
            // 
......
246 294
            0,
247 295
            0,
248 296
            131072});
249
            this.spinEditDensity.Location = new System.Drawing.Point(624, 78);
297
            this.spinEditDensity.Location = new System.Drawing.Point(184, 101);
250 298
            this.spinEditDensity.MenuManager = this.ribbonControl;
251 299
            this.spinEditDensity.Name = "spinEditDensity";
252 300
            this.spinEditDensity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
......
256 304
            0,
257 305
            0,
258 306
            131072});
259
            this.spinEditDensity.Size = new System.Drawing.Size(68, 20);
307
            this.spinEditDensity.Size = new System.Drawing.Size(207, 20);
260 308
            this.spinEditDensity.StyleController = this.layoutControl1;
261 309
            this.spinEditDensity.TabIndex = 32;
262 310
            // 
......
267 315
            this.checkComboBoxLineNumberLocation.Name = "checkComboBoxLineNumberLocation";
268 316
            this.checkComboBoxLineNumberLocation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
269 317
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
270
            this.checkComboBoxLineNumberLocation.Size = new System.Drawing.Size(272, 20);
318
            this.checkComboBoxLineNumberLocation.Size = new System.Drawing.Size(222, 20);
271 319
            this.checkComboBoxLineNumberLocation.StyleController = this.layoutControl1;
272 320
            this.checkComboBoxLineNumberLocation.TabIndex = 30;
273 321
            // 
......
278 326
            this.checkComboBoxNoteLocation.Name = "checkComboBoxNoteLocation";
279 327
            this.checkComboBoxNoteLocation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
280 328
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
281
            this.checkComboBoxNoteLocation.Size = new System.Drawing.Size(279, 20);
329
            this.checkComboBoxNoteLocation.Size = new System.Drawing.Size(229, 20);
282 330
            this.checkComboBoxNoteLocation.StyleController = this.layoutControl1;
283 331
            this.checkComboBoxNoteLocation.TabIndex = 29;
284 332
            // 
......
289 337
            this.checkComboBoxTextLocation.Name = "checkComboBoxTextLocation";
290 338
            this.checkComboBoxTextLocation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
291 339
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
292
            this.checkComboBoxTextLocation.Size = new System.Drawing.Size(279, 20);
340
            this.checkComboBoxTextLocation.Size = new System.Drawing.Size(229, 20);
293 341
            this.checkComboBoxTextLocation.StyleController = this.layoutControl1;
294 342
            this.checkComboBoxTextLocation.TabIndex = 28;
295 343
            // 
296 344
            // btnImageRefresh
297 345
            // 
298 346
            this.btnImageRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImageRefresh.ImageOptions.SvgImage")));
299
            this.btnImageRefresh.Location = new System.Drawing.Point(846, 641);
347
            this.btnImageRefresh.Location = new System.Drawing.Point(796, 641);
300 348
            this.btnImageRefresh.Name = "btnImageRefresh";
301
            this.btnImageRefresh.Size = new System.Drawing.Size(224, 38);
349
            this.btnImageRefresh.Size = new System.Drawing.Size(274, 38);
302 350
            this.btnImageRefresh.StyleController = this.layoutControl1;
303 351
            this.btnImageRefresh.TabIndex = 27;
304 352
            this.btnImageRefresh.Text = "Refresh SPPID Image";
......
306 354
            // 
307 355
            // textBoxDrainValveSize
308 356
            // 
309
            this.textBoxDrainValveSize.Location = new System.Drawing.Point(175, 169);
357
            this.textBoxDrainValveSize.Location = new System.Drawing.Point(184, 169);
310 358
            this.textBoxDrainValveSize.MenuManager = this.ribbonControl;
311 359
            this.textBoxDrainValveSize.Name = "textBoxDrainValveSize";
312
            this.textBoxDrainValveSize.Size = new System.Drawing.Size(626, 20);
360
            this.textBoxDrainValveSize.Size = new System.Drawing.Size(567, 20);
313 361
            this.textBoxDrainValveSize.StyleController = this.layoutControl1;
314 362
            this.textBoxDrainValveSize.TabIndex = 26;
315 363
            // 
316 364
            // textBoxNoteSymbolPath
317 365
            // 
318
            this.textBoxNoteSymbolPath.Location = new System.Drawing.Point(175, 102);
366
            this.textBoxNoteSymbolPath.Location = new System.Drawing.Point(184, 102);
319 367
            this.textBoxNoteSymbolPath.MenuManager = this.ribbonControl;
320 368
            this.textBoxNoteSymbolPath.Name = "textBoxNoteSymbolPath";
321 369
            this.textBoxNoteSymbolPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
322 370
            new DevExpress.XtraEditors.Controls.EditorButton()});
323
            this.textBoxNoteSymbolPath.Size = new System.Drawing.Size(260, 20);
371
            this.textBoxNoteSymbolPath.Size = new System.Drawing.Size(251, 20);
324 372
            this.textBoxNoteSymbolPath.StyleController = this.layoutControl1;
325 373
            this.textBoxNoteSymbolPath.TabIndex = 25;
326 374
            this.textBoxNoteSymbolPath.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.textBoxETC_ButtonClick);
327 375
            // 
328 376
            // textBoxTextSymbolPath
329 377
            // 
330
            this.textBoxTextSymbolPath.Location = new System.Drawing.Point(175, 78);
378
            this.textBoxTextSymbolPath.Location = new System.Drawing.Point(184, 78);
331 379
            this.textBoxTextSymbolPath.MenuManager = this.ribbonControl;
332 380
            this.textBoxTextSymbolPath.Name = "textBoxTextSymbolPath";
333 381
            this.textBoxTextSymbolPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
334 382
            new DevExpress.XtraEditors.Controls.EditorButton()});
335
            this.textBoxTextSymbolPath.Size = new System.Drawing.Size(260, 20);
383
            this.textBoxTextSymbolPath.Size = new System.Drawing.Size(251, 20);
336 384
            this.textBoxTextSymbolPath.StyleController = this.layoutControl1;
337 385
            this.textBoxTextSymbolPath.TabIndex = 24;
338 386
            this.textBoxTextSymbolPath.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.textBoxETC_ButtonClick);
......
356 404
            this.gridControlLineNumber.MainView = this.gridViewLineNumber;
357 405
            this.gridControlLineNumber.MenuManager = this.ribbonControl;
358 406
            this.gridControlLineNumber.Name = "gridControlLineNumber";
359
            this.gridControlLineNumber.Size = new System.Drawing.Size(765, 565);
407
            this.gridControlLineNumber.Size = new System.Drawing.Size(715, 565);
360 408
            this.gridControlLineNumber.TabIndex = 21;
361 409
            this.gridControlLineNumber.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
362 410
            this.gridViewLineNumber});
......
385 433
            this.gridControlAttribute.MainView = this.gridViewAttribute;
386 434
            this.gridControlAttribute.MenuManager = this.ribbonControl;
387 435
            this.gridControlAttribute.Name = "gridControlAttribute";
388
            this.gridControlAttribute.Size = new System.Drawing.Size(765, 589);
436
            this.gridControlAttribute.Size = new System.Drawing.Size(715, 589);
389 437
            this.gridControlAttribute.TabIndex = 19;
390 438
            this.gridControlAttribute.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
391 439
            this.gridViewAttribute});
......
403 451
            this.gridControlLine.MainView = this.gridViewLine;
404 452
            this.gridControlLine.MenuManager = this.ribbonControl;
405 453
            this.gridControlLine.Name = "gridControlLine";
406
            this.gridControlLine.Size = new System.Drawing.Size(765, 589);
454
            this.gridControlLine.Size = new System.Drawing.Size(715, 589);
407 455
            this.gridControlLine.TabIndex = 18;
408 456
            this.gridControlLine.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
409 457
            this.gridViewLine});
......
421 469
            this.gridControlSymbol.MainView = this.gridViewSymbol;
422 470
            this.gridControlSymbol.MenuManager = this.ribbonControl;
423 471
            this.gridControlSymbol.Name = "gridControlSymbol";
424
            this.gridControlSymbol.Size = new System.Drawing.Size(765, 257);
472
            this.gridControlSymbol.Size = new System.Drawing.Size(715, 257);
425 473
            this.gridControlSymbol.TabIndex = 16;
426 474
            this.gridControlSymbol.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
427 475
            this.gridViewSymbol});
......
437 485
            // 
438 486
            // pictureEditSPPIDSymbol
439 487
            // 
440
            this.pictureEditSPPIDSymbol.Location = new System.Drawing.Point(858, 364);
488
            this.pictureEditSPPIDSymbol.Location = new System.Drawing.Point(808, 364);
441 489
            this.pictureEditSPPIDSymbol.MenuManager = this.ribbonControl;
442 490
            this.pictureEditSPPIDSymbol.Name = "pictureEditSPPIDSymbol";
443 491
            this.pictureEditSPPIDSymbol.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
444 492
            this.pictureEditSPPIDSymbol.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
445
            this.pictureEditSPPIDSymbol.Size = new System.Drawing.Size(200, 261);
493
            this.pictureEditSPPIDSymbol.Size = new System.Drawing.Size(250, 261);
446 494
            this.pictureEditSPPIDSymbol.StyleController = this.layoutControl1;
447 495
            this.pictureEditSPPIDSymbol.TabIndex = 15;
448 496
            // 
......
460 508
            // treeListSPPIDTreeList
461 509
            // 
462 510
            this.treeListSPPIDTreeList.Cursor = System.Windows.Forms.Cursors.Default;
463
            this.treeListSPPIDTreeList.Location = new System.Drawing.Point(846, 43);
511
            this.treeListSPPIDTreeList.Location = new System.Drawing.Point(796, 43);
464 512
            this.treeListSPPIDTreeList.Name = "treeListSPPIDTreeList";
465
            this.treeListSPPIDTreeList.Size = new System.Drawing.Size(224, 281);
513
            this.treeListSPPIDTreeList.Size = new System.Drawing.Size(274, 281);
466 514
            this.treeListSPPIDTreeList.TabIndex = 12;
467 515
            this.treeListSPPIDTreeList.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeListSPPIDTreeList_FocusedNodeChanged);
468 516
            this.treeListSPPIDTreeList.DoubleClick += new System.EventHandler(this.treeListSPPIDTreeList_DoubleClick);
......
474 522
            this.pictureEditID2Symbol.Name = "pictureEditID2Symbol";
475 523
            this.pictureEditID2Symbol.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
476 524
            this.pictureEditID2Symbol.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
477
            this.pictureEditID2Symbol.Size = new System.Drawing.Size(316, 280);
525
            this.pictureEditID2Symbol.Size = new System.Drawing.Size(364, 280);
478 526
            this.pictureEditID2Symbol.StyleController = this.layoutControl1;
479 527
            this.pictureEditID2Symbol.TabIndex = 4;
480 528
            // 
481 529
            // pictureEditMapped
482 530
            // 
483
            this.pictureEditMapped.Location = new System.Drawing.Point(385, 387);
531
            this.pictureEditMapped.Location = new System.Drawing.Point(433, 387);
484 532
            this.pictureEditMapped.MenuManager = this.ribbonControl;
485 533
            this.pictureEditMapped.Name = "pictureEditMapped";
486 534
            this.pictureEditMapped.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
487 535
            this.pictureEditMapped.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
488
            this.pictureEditMapped.Size = new System.Drawing.Size(416, 280);
536
            this.pictureEditMapped.Size = new System.Drawing.Size(318, 280);
489 537
            this.pictureEditMapped.StyleController = this.layoutControl1;
490 538
            this.pictureEditMapped.TabIndex = 5;
491 539
            // 
......
496 544
            this.checkEditSnapGrid.MenuManager = this.ribbonControl;
497 545
            this.checkEditSnapGrid.Name = "checkEditSnapGrid";
498 546
            this.checkEditSnapGrid.Properties.Caption = "Use Snap Grid";
499
            this.checkEditSnapGrid.Size = new System.Drawing.Size(539, 19);
547
            this.checkEditSnapGrid.Size = new System.Drawing.Size(715, 19);
500 548
            this.checkEditSnapGrid.StyleController = this.layoutControl1;
501 549
            this.checkEditSnapGrid.TabIndex = 31;
502 550
            this.checkEditSnapGrid.CheckedChanged += new System.EventHandler(this.checkEditSnapGrid_CheckedChanged);
......
524 572
            this.layoutControlGroup5,
525 573
            this.splitterItem5,
526 574
            this.layoutControlItem15});
527
            this.layoutControlGroup2.Location = new System.Drawing.Point(822, 0);
575
            this.layoutControlGroup2.Location = new System.Drawing.Point(772, 0);
528 576
            this.layoutControlGroup2.Name = "layoutControlGroup2";
529
            this.layoutControlGroup2.Size = new System.Drawing.Size(252, 683);
577
            this.layoutControlGroup2.Size = new System.Drawing.Size(302, 683);
530 578
            this.layoutControlGroup2.Text = "SPPID Symbol";
531 579
            // 
532 580
            // layoutControlItem8
......
534 582
            this.layoutControlItem8.Control = this.treeListSPPIDTreeList;
535 583
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
536 584
            this.layoutControlItem8.Name = "layoutControlItem8";
537
            this.layoutControlItem8.Size = new System.Drawing.Size(228, 285);
585
            this.layoutControlItem8.Size = new System.Drawing.Size(278, 285);
538 586
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
539 587
            this.layoutControlItem8.TextVisible = false;
540 588
            // 
......
544 592
            this.layoutControlItem9});
545 593
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 290);
546 594
            this.layoutControlGroup5.Name = "layoutControlGroup5";
547
            this.layoutControlGroup5.Size = new System.Drawing.Size(228, 308);
595
            this.layoutControlGroup5.Size = new System.Drawing.Size(278, 308);
548 596
            this.layoutControlGroup5.Text = "SPPID Image";
549 597
            // 
550 598
            // layoutControlItem9
......
552 600
            this.layoutControlItem9.Control = this.pictureEditSPPIDSymbol;
553 601
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
554 602
            this.layoutControlItem9.Name = "layoutControlItem9";
555
            this.layoutControlItem9.Size = new System.Drawing.Size(204, 265);
603
            this.layoutControlItem9.Size = new System.Drawing.Size(254, 265);
556 604
            this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
557 605
            this.layoutControlItem9.TextVisible = false;
558 606
            // 
......
561 609
            this.splitterItem5.AllowHotTrack = true;
562 610
            this.splitterItem5.Location = new System.Drawing.Point(0, 285);
563 611
            this.splitterItem5.Name = "splitterItem5";
564
            this.splitterItem5.Size = new System.Drawing.Size(228, 5);
612
            this.splitterItem5.Size = new System.Drawing.Size(278, 5);
565 613
            // 
566 614
            // layoutControlItem15
567 615
            // 
568 616
            this.layoutControlItem15.Control = this.btnImageRefresh;
569 617
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 598);
570 618
            this.layoutControlItem15.Name = "layoutControlItem15";
571
            this.layoutControlItem15.Size = new System.Drawing.Size(228, 42);
619
            this.layoutControlItem15.Size = new System.Drawing.Size(278, 42);
572 620
            this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
573 621
            this.layoutControlItem15.TextVisible = false;
574 622
            // 
......
583 631
            // splitterItem3
584 632
            // 
585 633
            this.splitterItem3.AllowHotTrack = true;
586
            this.splitterItem3.Location = new System.Drawing.Point(817, 0);
634
            this.splitterItem3.Location = new System.Drawing.Point(767, 0);
587 635
            this.splitterItem3.Name = "splitterItem3";
588 636
            this.splitterItem3.Size = new System.Drawing.Size(5, 683);
589 637
            // 
......
592 640
            this.tabbedControlGroup.Location = new System.Drawing.Point(0, 0);
593 641
            this.tabbedControlGroup.Name = "tabbedControlGroup";
594 642
            this.tabbedControlGroup.SelectedTabPage = this.GroupSymbol;
595
            this.tabbedControlGroup.Size = new System.Drawing.Size(817, 683);
643
            this.tabbedControlGroup.Size = new System.Drawing.Size(767, 683);
596 644
            this.tabbedControlGroup.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
597 645
            this.GroupSymbol,
598 646
            this.GroupLine,
......
605 653
            // 
606 654
            this.GroupGridSetting.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
607 655
            this.emptySpaceItem4,
608
            this.layoutControlGroup11});
656
            this.layoutControlGroupSnapGrid});
609 657
            this.GroupGridSetting.Location = new System.Drawing.Point(0, 0);
610 658
            this.GroupGridSetting.Name = "GroupGridSetting";
611
            this.GroupGridSetting.Size = new System.Drawing.Size(793, 636);
659
            this.GroupGridSetting.Size = new System.Drawing.Size(743, 636);
612 660
            this.GroupGridSetting.Text = "Grid Setting";
613 661
            // 
614 662
            // emptySpaceItem4
615 663
            // 
616 664
            this.emptySpaceItem4.AllowHotTrack = false;
617
            this.emptySpaceItem4.Location = new System.Drawing.Point(0, 67);
665
            this.emptySpaceItem4.Location = new System.Drawing.Point(0, 157);
618 666
            this.emptySpaceItem4.Name = "emptySpaceItem4";
619
            this.emptySpaceItem4.Size = new System.Drawing.Size(793, 569);
667
            this.emptySpaceItem4.Size = new System.Drawing.Size(743, 479);
620 668
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
621 669
            // 
622
            // layoutControlGroup11
670
            // layoutControlGroupSnapGrid
623 671
            // 
624
            this.layoutControlGroup11.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
672
            this.layoutControlGroupSnapGrid.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
673
            this.layoutControlItem19,
625 674
            this.layoutControlItem20,
626
            this.layoutControlItem21,
627
            this.layoutControlItem19});
628
            this.layoutControlGroup11.Location = new System.Drawing.Point(0, 0);
629
            this.layoutControlGroup11.Name = "layoutControlGroup11";
630
            this.layoutControlGroup11.Size = new System.Drawing.Size(793, 67);
631
            this.layoutControlGroup11.Text = "Snap Grid";
675
            this.layoutControlGroup11,
676
            this.layoutControlItem21});
677
            this.layoutControlGroupSnapGrid.Location = new System.Drawing.Point(0, 0);
678
            this.layoutControlGroupSnapGrid.Name = "layoutControlGroupSnapGrid";
679
            this.layoutControlGroupSnapGrid.Size = new System.Drawing.Size(743, 157);
680
            this.layoutControlGroupSnapGrid.Text = "Snap Grid";
681
            // 
682
            // layoutControlItem19
683
            // 
684
            this.layoutControlItem19.Control = this.checkEditSnapGrid;
685
            this.layoutControlItem19.Location = new System.Drawing.Point(0, 0);
686
            this.layoutControlItem19.Name = "layoutControlItem19";
687
            this.layoutControlItem19.Size = new System.Drawing.Size(719, 23);
688
            this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
689
            this.layoutControlItem19.TextVisible = false;
632 690
            // 
633 691
            // layoutControlItem20
634 692
            // 
635 693
            this.layoutControlItem20.Control = this.spinEditDensity;
636
            this.layoutControlItem20.Location = new System.Drawing.Point(543, 0);
694
            this.layoutControlItem20.Location = new System.Drawing.Point(0, 23);
637 695
            this.layoutControlItem20.Name = "layoutControlItem20";
638
            this.layoutControlItem20.Size = new System.Drawing.Size(117, 24);
696
            this.layoutControlItem20.Size = new System.Drawing.Size(359, 24);
639 697
            this.layoutControlItem20.Text = "Density";
640
            this.layoutControlItem20.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
641
            this.layoutControlItem20.TextSize = new System.Drawing.Size(40, 14);
642
            this.layoutControlItem20.TextToControlDistance = 5;
698
            this.layoutControlItem20.TextSize = new System.Drawing.Size(145, 14);
643 699
            // 
644 700
            // layoutControlItem21
645 701
            // 
646 702
            this.layoutControlItem21.Control = this.comboBoxEditUnit;
647
            this.layoutControlItem21.Location = new System.Drawing.Point(660, 0);
703
            this.layoutControlItem21.Location = new System.Drawing.Point(359, 23);
648 704
            this.layoutControlItem21.Name = "layoutControlItem21";
649
            this.layoutControlItem21.Size = new System.Drawing.Size(109, 24);
705
            this.layoutControlItem21.Size = new System.Drawing.Size(360, 24);
650 706
            this.layoutControlItem21.Text = "Unit";
651
            this.layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
652
            this.layoutControlItem21.TextSize = new System.Drawing.Size(22, 14);
653
            this.layoutControlItem21.TextToControlDistance = 5;
707
            this.layoutControlItem21.TextSize = new System.Drawing.Size(145, 14);
654 708
            // 
655
            // layoutControlItem19
709
            // layoutControlItem23
656 710
            // 
657
            this.layoutControlItem19.Control = this.checkEditSnapGrid;
658
            this.layoutControlItem19.Location = new System.Drawing.Point(0, 0);
659
            this.layoutControlItem19.Name = "layoutControlItem19";
660
            this.layoutControlItem19.Size = new System.Drawing.Size(543, 24);
661
            this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
662
            this.layoutControlItem19.TextVisible = false;
711
            this.layoutControlItem23.Control = this.spinEditDrainValveCellCount;
712
            this.layoutControlItem23.Location = new System.Drawing.Point(347, 0);
713
            this.layoutControlItem23.Name = "layoutControlItem23";
714
            this.layoutControlItem23.Size = new System.Drawing.Size(348, 24);
715
            this.layoutControlItem23.Text = "Drain Valve Cell Count";
716
            this.layoutControlItem23.TextSize = new System.Drawing.Size(145, 14);
717
            // 
718
            // layoutControlItem22
719
            // 
720
            this.layoutControlItem22.Control = this.spinEditMinSymbolGridCellCount;
721
            this.layoutControlItem22.Location = new System.Drawing.Point(0, 0);
722
            this.layoutControlItem22.Name = "layoutControlItem22";
723
            this.layoutControlItem22.Size = new System.Drawing.Size(347, 24);
724
            this.layoutControlItem22.Text = "Min Symbol Grid Cell Count";
725
            this.layoutControlItem22.TextSize = new System.Drawing.Size(145, 14);
663 726
            // 
664 727
            // GroupSymbol
665 728
            // 
......
671 734
            this.layoutControlGroup1});
672 735
            this.GroupSymbol.Location = new System.Drawing.Point(0, 0);
673 736
            this.GroupSymbol.Name = "GroupSymbol";
674
            this.GroupSymbol.Size = new System.Drawing.Size(793, 636);
737
            this.GroupSymbol.Size = new System.Drawing.Size(743, 636);
675 738
            this.GroupSymbol.Text = "Symbol";
676 739
            // 
677 740
            // splitterItem1
......
679 742
            this.splitterItem1.AllowHotTrack = true;
680 743
            this.splitterItem1.Location = new System.Drawing.Point(0, 304);
681 744
            this.splitterItem1.Name = "splitterItem1";
682
            this.splitterItem1.Size = new System.Drawing.Size(793, 5);
745
            this.splitterItem1.Size = new System.Drawing.Size(743, 5);
683 746
            // 
684 747
            // layoutControlGroup3
685 748
            // 
......
687 750
            this.layoutControlItem1});
688 751
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 309);
689 752
            this.layoutControlGroup3.Name = "layoutControlGroup3";
690
            this.layoutControlGroup3.Size = new System.Drawing.Size(344, 327);
753
            this.layoutControlGroup3.Size = new System.Drawing.Size(392, 327);
691 754
            this.layoutControlGroup3.Text = "ID2 Image";
692 755
            // 
693 756
            // layoutControlItem1
......
695 758
            this.layoutControlItem1.Control = this.pictureEditID2Symbol;
696 759
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
697 760
            this.layoutControlItem1.Name = "layoutControlItem1";
698
            this.layoutControlItem1.Size = new System.Drawing.Size(320, 284);
761
            this.layoutControlItem1.Size = new System.Drawing.Size(368, 284);
699 762
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
700 763
            this.layoutControlItem1.TextVisible = false;
701 764
            // 
......
703 766
            // 
704 767
            this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
705 768
            this.layoutControlItem2});
706
            this.layoutControlGroup4.Location = new System.Drawing.Point(349, 309);
769
            this.layoutControlGroup4.Location = new System.Drawing.Point(397, 309);
707 770
            this.layoutControlGroup4.Name = "layoutControlGroup4";
708
            this.layoutControlGroup4.Size = new System.Drawing.Size(444, 327);
771
            this.layoutControlGroup4.Size = new System.Drawing.Size(346, 327);
709 772
            this.layoutControlGroup4.Text = "Mapped Image";
710 773
            // 
711 774
            // layoutControlItem2
......
713 776
            this.layoutControlItem2.Control = this.pictureEditMapped;
714 777
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
715 778
            this.layoutControlItem2.Name = "layoutControlItem2";
716
            this.layoutControlItem2.Size = new System.Drawing.Size(420, 284);
779
            this.layoutControlItem2.Size = new System.Drawing.Size(322, 284);
717 780
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
718 781
            this.layoutControlItem2.TextVisible = false;
719 782
            // 
720 783
            // splitterItem4
721 784
            // 
722 785
            this.splitterItem4.AllowHotTrack = true;
723
            this.splitterItem4.Location = new System.Drawing.Point(344, 309);
786
            this.splitterItem4.Location = new System.Drawing.Point(392, 309);
724 787
            this.splitterItem4.Name = "splitterItem4";
725 788
            this.splitterItem4.Size = new System.Drawing.Size(5, 327);
726 789
            // 
......
730 793
            this.layoutControlItem6});
731 794
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
732 795
            this.layoutControlGroup1.Name = "layoutControlGroup1";
733
            this.layoutControlGroup1.Size = new System.Drawing.Size(793, 304);
796
            this.layoutControlGroup1.Size = new System.Drawing.Size(743, 304);
734 797
            this.layoutControlGroup1.Text = "ID2 Symbol List";
735 798
            // 
736 799
            // layoutControlItem6
......
738 801
            this.layoutControlItem6.Control = this.gridControlSymbol;
739 802
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
740 803
            this.layoutControlItem6.Name = "layoutControlItem6";
741
            this.layoutControlItem6.Size = new System.Drawing.Size(769, 261);
804
            this.layoutControlItem6.Size = new System.Drawing.Size(719, 261);
742 805
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
743 806
            this.layoutControlItem6.TextVisible = false;
744 807
            // 
......
748 811
            this.layoutControlGroup6});
749 812
            this.GroupLine.Location = new System.Drawing.Point(0, 0);
750 813
            this.GroupLine.Name = "GroupLine";
751
            this.GroupLine.Size = new System.Drawing.Size(793, 636);
814
            this.GroupLine.Size = new System.Drawing.Size(743, 636);
752 815
            this.GroupLine.Text = "Line";
753 816
            // 
754 817
            // layoutControlGroup6
......
757 820
            this.layoutControlItem10});
758 821
            this.layoutControlGroup6.Location = new System.Drawing.Point(0, 0);
759 822
            this.layoutControlGroup6.Name = "layoutControlGroup6";
760
            this.layoutControlGroup6.Size = new System.Drawing.Size(793, 636);
823
            this.layoutControlGroup6.Size = new System.Drawing.Size(743, 636);
761 824
            this.layoutControlGroup6.Text = "ID2 Line List";
762 825
            // 
763 826
            // layoutControlItem10
......
765 828
            this.layoutControlItem10.Control = this.gridControlLine;
766 829
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
767 830
            this.layoutControlItem10.Name = "layoutControlItem10";
768
            this.layoutControlItem10.Size = new System.Drawing.Size(769, 593);
831
            this.layoutControlItem10.Size = new System.Drawing.Size(719, 593);
769 832
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
770 833
            this.layoutControlItem10.TextVisible = false;
771 834
            // 
......
775 838
            this.layoutControlGroup8});
776 839
            this.GroupLineNumber.Location = new System.Drawing.Point(0, 0);
777 840
            this.GroupLineNumber.Name = "GroupLineNumber";
778
            this.GroupLineNumber.Size = new System.Drawing.Size(793, 636);
841
            this.GroupLineNumber.Size = new System.Drawing.Size(743, 636);
779 842
            this.GroupLineNumber.Text = "Line Number";
780 843
            // 
781 844
            // layoutControlGroup8
......
786 849
            this.layoutControlItem18});
787 850
            this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
788 851
            this.layoutControlGroup8.Name = "layoutControlGroup8";
789
            this.layoutControlGroup8.Size = new System.Drawing.Size(793, 636);
852
            this.layoutControlGroup8.Size = new System.Drawing.Size(743, 636);
790 853
            this.layoutControlGroup8.Text = "ID2 Line Number";
791 854
            // 
792 855
            // layoutControlItem13
......
794 857
            this.layoutControlItem13.Control = this.gridControlLineNumber;
795 858
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 24);
796 859
            this.layoutControlItem13.Name = "layoutControlItem13";
797
            this.layoutControlItem13.Size = new System.Drawing.Size(769, 569);
860
            this.layoutControlItem13.Size = new System.Drawing.Size(719, 569);
798 861
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
799 862
            this.layoutControlItem13.TextVisible = false;
800 863
            // 
......
814 877
            this.layoutControlItem18.Control = this.checkComboBoxLineNumberLocation;
815 878
            this.layoutControlItem18.Location = new System.Drawing.Point(410, 0);
816 879
            this.layoutControlItem18.Name = "layoutControlItem18";
817
            this.layoutControlItem18.Size = new System.Drawing.Size(359, 24);
880
            this.layoutControlItem18.Size = new System.Drawing.Size(309, 24);
818 881
            this.layoutControlItem18.Text = "Label Location";
819 882
            this.layoutControlItem18.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
820 883
            this.layoutControlItem18.TextSize = new System.Drawing.Size(78, 14);
......
826 889
            this.layoutControlGroup7});
827 890
            this.GroupAttribute.Location = new System.Drawing.Point(0, 0);
828 891
            this.GroupAttribute.Name = "GroupAttribute";
829
            this.GroupAttribute.Size = new System.Drawing.Size(793, 636);
892
            this.GroupAttribute.Size = new System.Drawing.Size(743, 636);
830 893
            this.GroupAttribute.Text = "Attribute";
831 894
            // 
832 895
            // layoutControlGroup7
......
835 898
            this.layoutControlItem11});
836 899
            this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
837 900
            this.layoutControlGroup7.Name = "layoutControlGroup7";
838
            this.layoutControlGroup7.Size = new System.Drawing.Size(793, 636);
901
            this.layoutControlGroup7.Size = new System.Drawing.Size(743, 636);
839 902
            this.layoutControlGroup7.Text = "ID2 Attribute List";
840 903
            // 
841 904
            // layoutControlItem11
......
843 906
            this.layoutControlItem11.Control = this.gridControlAttribute;
844 907
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
845 908
            this.layoutControlItem11.Name = "layoutControlItem11";
846
            this.layoutControlItem11.Size = new System.Drawing.Size(769, 593);
909
            this.layoutControlItem11.Size = new System.Drawing.Size(719, 593);
847 910
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
848 911
            this.layoutControlItem11.TextVisible = false;
849 912
            // 
......
855 918
            this.layoutControlGroup10});
856 919
            this.GroupETCSetting.Location = new System.Drawing.Point(0, 0);
857 920
            this.GroupETCSetting.Name = "GroupETCSetting";
858
            this.GroupETCSetting.Size = new System.Drawing.Size(793, 636);
921
            this.GroupETCSetting.Size = new System.Drawing.Size(743, 636);
859 922
            this.GroupETCSetting.Text = "ETC Setting";
860 923
            // 
861 924
            // emptySpaceItem3
......
863 926
            this.emptySpaceItem3.AllowHotTrack = false;
864 927
            this.emptySpaceItem3.Location = new System.Drawing.Point(0, 158);
865 928
            this.emptySpaceItem3.Name = "emptySpaceItem3";
866
            this.emptySpaceItem3.Size = new System.Drawing.Size(793, 478);
929
            this.emptySpaceItem3.Size = new System.Drawing.Size(743, 478);
867 930
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
868 931
            // 
869 932
            // layoutControlGroup9
......
875 938
            this.layoutControlItem17});
876 939
            this.layoutControlGroup9.Location = new System.Drawing.Point(0, 0);
877 940
            this.layoutControlGroup9.Name = "layoutControlGroup9";
878
            this.layoutControlGroup9.Size = new System.Drawing.Size(793, 91);
941
            this.layoutControlGroup9.Size = new System.Drawing.Size(743, 91);
879 942
            this.layoutControlGroup9.Text = "Text && Note Setting";
880 943
            // 
881 944
            // layoutControlItem5
......
885 948
            this.layoutControlItem5.Name = "layoutControlItem5";
886 949
            this.layoutControlItem5.Size = new System.Drawing.Size(403, 24);
887 950
            this.layoutControlItem5.Text = "SPPID Text Symbol Path";
888
            this.layoutControlItem5.TextSize = new System.Drawing.Size(136, 14);
951
            this.layoutControlItem5.TextSize = new System.Drawing.Size(145, 14);
889 952
            // 
890 953
            // layoutControlItem7
891 954
            // 
......
894 957
            this.layoutControlItem7.Name = "layoutControlItem7";
895 958
            this.layoutControlItem7.Size = new System.Drawing.Size(403, 24);
896 959
            this.layoutControlItem7.Text = "SPPID Note Symbol Path";
897
            this.layoutControlItem7.TextSize = new System.Drawing.Size(136, 14);
960
            this.layoutControlItem7.TextSize = new System.Drawing.Size(145, 14);
898 961
            // 
899 962
            // layoutControlItem16
900 963
            // 
901 964
            this.layoutControlItem16.Control = this.checkComboBoxTextLocation;
902 965
            this.layoutControlItem16.Location = new System.Drawing.Point(403, 0);
903 966
            this.layoutControlItem16.Name = "layoutControlItem16";
904
            this.layoutControlItem16.Size = new System.Drawing.Size(366, 24);
967
            this.layoutControlItem16.Size = new System.Drawing.Size(316, 24);
905 968
            this.layoutControlItem16.Text = "Label Location";
906 969
            this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
907 970
            this.layoutControlItem16.TextSize = new System.Drawing.Size(78, 14);
......
912 975
            this.layoutControlItem17.Control = this.checkComboBoxNoteLocation;
913 976
            this.layoutControlItem17.Location = new System.Drawing.Point(403, 24);
914 977
            this.layoutControlItem17.Name = "layoutControlItem17";
915
            this.layoutControlItem17.Size = new System.Drawing.Size(366, 24);
978
            this.layoutControlItem17.Size = new System.Drawing.Size(316, 24);
916 979
            this.layoutControlItem17.Text = "Label Location";
917 980
            this.layoutControlItem17.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
918 981
            this.layoutControlItem17.TextSize = new System.Drawing.Size(78, 14);
......
924 987
            this.layoutControlItem14});
925 988
            this.layoutControlGroup10.Location = new System.Drawing.Point(0, 91);
926 989
            this.layoutControlGroup10.Name = "layoutControlGroup10";
927
            this.layoutControlGroup10.Size = new System.Drawing.Size(793, 67);
990
            this.layoutControlGroup10.Size = new System.Drawing.Size(743, 67);
928 991
            this.layoutControlGroup10.Text = "Drain Valve Setting";
929 992
            // 
930 993
            // layoutControlItem14
......
932 995
            this.layoutControlItem14.Control = this.textBoxDrainValveSize;
933 996
            this.layoutControlItem14.Location = new System.Drawing.Point(0, 0);
934 997
            this.layoutControlItem14.Name = "layoutControlItem14";
935
            this.layoutControlItem14.Size = new System.Drawing.Size(769, 24);
998
            this.layoutControlItem14.Size = new System.Drawing.Size(719, 24);
936 999
            this.layoutControlItem14.Text = "Drain Valve Size";
937
            this.layoutControlItem14.TextSize = new System.Drawing.Size(136, 14);
1000
            this.layoutControlItem14.TextSize = new System.Drawing.Size(145, 14);
938 1001
            // 
939 1002
            // layoutControlItem12
940 1003
            // 
......
971 1034
            this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
972 1035
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
973 1036
            // 
1037
            // layoutControlGroup11
1038
            // 
1039
            this.layoutControlGroup11.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
1040
            this.layoutControlItem22,
1041
            this.layoutControlItem23});
1042
            this.layoutControlGroup11.Location = new System.Drawing.Point(0, 47);
1043
            this.layoutControlGroup11.Name = "layoutControlGroup11";
1044
            this.layoutControlGroup11.Size = new System.Drawing.Size(719, 67);
1045
            this.layoutControlGroup11.Text = "Symbol To Symbol Distance Setting";
1046
            // 
974 1047
            // MappingForm
975 1048
            // 
976 1049
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
......
987 1060
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
988 1061
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
989 1062
            this.layoutControl1.ResumeLayout(false);
1063
            ((System.ComponentModel.ISupportInitialize)(this.spinEditDrainValveCellCount.Properties)).EndInit();
1064
            ((System.ComponentModel.ISupportInitialize)(this.spinEditMinSymbolGridCellCount.Properties)).EndInit();
990 1065
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditUnit.Properties)).EndInit();
991 1066
            ((System.ComponentModel.ISupportInitialize)(this.spinEditDensity.Properties)).EndInit();
992 1067
            ((System.ComponentModel.ISupportInitialize)(this.checkComboBoxLineNumberLocation.Properties)).EndInit();
......
1021 1096
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup)).EndInit();
1022 1097
            ((System.ComponentModel.ISupportInitialize)(this.GroupGridSetting)).EndInit();
1023 1098
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
1024
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
1099
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSnapGrid)).EndInit();
1100
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
1025 1101
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
1026 1102
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
1027
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
1103
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
1104
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
1028 1105
            ((System.ComponentModel.ISupportInitialize)(this.GroupSymbol)).EndInit();
1029 1106
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
1030 1107
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
......
1057 1134
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
1058 1135
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
1059 1136
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
1137
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
1060 1138
            this.ResumeLayout(false);
1061 1139
            this.PerformLayout();
1062 1140

  
......
1133 1211
        private DevExpress.XtraLayout.LayoutControlGroup GroupGridSetting;
1134 1212
        private DevExpress.XtraEditors.CheckEdit checkEditSnapGrid;
1135 1213
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
1136
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup11;
1214
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupSnapGrid;
1137 1215
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
1138 1216
        private DevExpress.XtraEditors.SpinEdit spinEditDensity;
1139 1217
        private DevExpress.XtraEditors.ComboBoxEdit comboBoxEditUnit;
1140 1218
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
1141 1219
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
1220
        private DevExpress.XtraEditors.SpinEdit spinEditMinSymbolGridCellCount;
1221
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
1222
        private DevExpress.XtraEditors.SpinEdit spinEditDrainValveCellCount;
1223
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
1224
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup11;
1142 1225
    }
1143 1226
}
DTI_PID/SPPIDConverter/Form/MappingForm.cs
274 274
            checkEditSnapGrid.Checked = _GridSetting.UseSnapGrid;
275 275
            spinEditDensity.Value = Convert.ToDecimal(_GridSetting.Density);
276 276
            comboBoxEditUnit.SelectedText = _GridSetting.Unit.ToString();
277
            spinEditMinSymbolGridCellCount.Value = _GridSetting.MinSymbolGridCellCount;
278
            spinEditDrainValveCellCount.Value = _GridSetting.DrainValveCellCount;
277 279
        }
278 280

  
279 281
        private void textBoxETC_ButtonClick(object sender, ButtonPressedEventArgs e)
......
389 391
            _GridSetting.UseSnapGrid = checkEditSnapGrid.Checked;
390 392
            _GridSetting.Density = Convert.ToDouble(spinEditDensity.Value);
391 393
            _GridSetting.Unit = GridUnit.Inch;
394
            _GridSetting.MinSymbolGridCellCount = Convert.ToInt32(spinEditMinSymbolGridCellCount.Value);
395
            _GridSetting.DrainValveCellCount = Convert.ToInt32(spinEditDrainValveCellCount.Value);
392 396
            jsonString = JsonConvert.SerializeObject(_GridSetting);
393 397
            dicSetting.Add("GridSetting", jsonString);
394 398
            #endregion
......
552 556
        private void checkEditSnapGrid_CheckedChanged(object sender, EventArgs e)
553 557
        {
554 558
            spinEditDensity.Enabled = checkEditSnapGrid.Checked;
559
            spinEditDrainValveCellCount.Enabled = checkEditSnapGrid.Checked;
560
            spinEditMinSymbolGridCellCount.Enabled = checkEditSnapGrid.Checked;
555 561
            comboBoxEditUnit.Enabled = checkEditSnapGrid.Checked;
556 562
        }
557 563
    }
DTI_PID/SPPIDConverter/SPPIDModel/GridSetting.cs
16 16
        public bool UseSnapGrid { get; set; }
17 17
        public double Density { get; set; }
18 18
        public GridUnit Unit { get; set; }
19
        public int MinSymbolGridCellCount { get; set; }
20
        public int DrainValveCellCount { get; set; }
19 21

  
20 22
        public static GridSetting GetInstance()
21 23
        {

내보내기 Unified diff

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