프로젝트

일반

사용자정보

개정판 d129b131

IDd129b1319abf88c3fbb38e7f467620fb026dbd95
상위 41afada5
하위 26ec3c59

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

dev issue #000 : minor

Change-Id: Idc1d66d38364e0d45a8d72b0c91e27ad3ff78179

차이점 보기:

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.btnExportPDF = new DevExpress.XtraEditors.SimpleButton();
35 36
            this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton();
36 37
            this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit();
37 38
            this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit();
......
62 63
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
63 64
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
64 65
            this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
66
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
65 67
            this.layoutControlGroupShortCut = new DevExpress.XtraLayout.LayoutControlGroup();
66 68
            this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
67 69
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
......
83 85
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
84 86
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
85 87
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
86
            this.btnExportPDF = new DevExpress.XtraEditors.SimpleButton();
87
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
88 88
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
89 89
            this.layoutControl1.SuspendLayout();
90 90
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit();
......
104 104
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
105 105
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
106 106
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
107
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
107 108
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupShortCut)).BeginInit();
108 109
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
109 110
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
......
124 125
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
125 126
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
126 127
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
127
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
128 128
            this.SuspendLayout();
129 129
            // 
130 130
            // splashScreenManager
......
158 158
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
159 159
            this.layoutControl1.Name = "layoutControl1";
160 160
            this.layoutControl1.Root = this.Root;
161
            this.layoutControl1.Size = new System.Drawing.Size(250, 744);
161
            this.layoutControl1.Size = new System.Drawing.Size(251, 930);
162 162
            this.layoutControl1.TabIndex = 0;
163 163
            this.layoutControl1.Text = "layoutControl1";
164 164
            // 
165
            // btnExportPDF
166
            // 
167
            this.btnExportPDF.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnExportPDF.ImageOptions.SvgImage")));
168
            this.btnExportPDF.Location = new System.Drawing.Point(24, 394);
169
            this.btnExportPDF.Name = "btnExportPDF";
170
            this.btnExportPDF.Size = new System.Drawing.Size(203, 36);
171
            this.btnExportPDF.StyleController = this.layoutControl1;
172
            this.btnExportPDF.TabIndex = 28;
173
            this.btnExportPDF.Text = "Export PDF";
174
            this.btnExportPDF.Click += new System.EventHandler(this.btnExportPDF_Click);
175
            // 
165 176
            // btnGetDrawingSize
166 177
            // 
167 178
            this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 218);
168 179
            this.btnGetDrawingSize.Name = "btnGetDrawingSize";
169
            this.btnGetDrawingSize.Size = new System.Drawing.Size(185, 22);
180
            this.btnGetDrawingSize.Size = new System.Drawing.Size(203, 22);
170 181
            this.btnGetDrawingSize.StyleController = this.layoutControl1;
171 182
            this.btnGetDrawingSize.TabIndex = 27;
172 183
            this.btnGetDrawingSize.Text = "Get Drawing Size";
......
178 189
            this.textEditDrawingY.Name = "textEditDrawingY";
179 190
            this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
180 191
            this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
181
            this.textEditDrawingY.Size = new System.Drawing.Size(90, 20);
192
            this.textEditDrawingY.Size = new System.Drawing.Size(108, 20);
182 193
            this.textEditDrawingY.StyleController = this.layoutControl1;
183 194
            this.textEditDrawingY.TabIndex = 26;
184 195
            // 
......
188 199
            this.textEditDrawingX.Name = "textEditDrawingX";
189 200
            this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
190 201
            this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
191
            this.textEditDrawingX.Size = new System.Drawing.Size(90, 20);
202
            this.textEditDrawingX.Size = new System.Drawing.Size(108, 20);
192 203
            this.textEditDrawingX.StyleController = this.layoutControl1;
193 204
            this.textEditDrawingX.TabIndex = 25;
194 205
            // 
......
196 207
            // 
197 208
            this.btnSegmentBreak.Location = new System.Drawing.Point(24, 848);
198 209
            this.btnSegmentBreak.Name = "btnSegmentBreak";
199
            this.btnSegmentBreak.Size = new System.Drawing.Size(185, 22);
210
            this.btnSegmentBreak.Size = new System.Drawing.Size(203, 22);
200 211
            this.btnSegmentBreak.StyleController = this.layoutControl1;
201 212
            this.btnSegmentBreak.TabIndex = 24;
202 213
            this.btnSegmentBreak.Text = "Segment Break 자동 생성";
......
206 217
            // 
207 218
            this.btnPipeRunBreak.Location = new System.Drawing.Point(24, 874);
208 219
            this.btnPipeRunBreak.Name = "btnPipeRunBreak";
209
            this.btnPipeRunBreak.Size = new System.Drawing.Size(185, 22);
220
            this.btnPipeRunBreak.Size = new System.Drawing.Size(203, 22);
210 221
            this.btnPipeRunBreak.StyleController = this.layoutControl1;
211 222
            this.btnPipeRunBreak.TabIndex = 23;
212 223
            this.btnPipeRunBreak.Text = "Pipe Run Break 자동 생성";
......
216 227
            // 
217 228
            this.btnCreateStreamBreak.Location = new System.Drawing.Point(24, 774);
218 229
            this.btnCreateStreamBreak.Name = "btnCreateStreamBreak";
219
            this.btnCreateStreamBreak.Size = new System.Drawing.Size(185, 22);
230
            this.btnCreateStreamBreak.Size = new System.Drawing.Size(203, 22);
220 231
            this.btnCreateStreamBreak.StyleController = this.layoutControl1;
221 232
            this.btnCreateStreamBreak.TabIndex = 22;
222 233
            this.btnCreateStreamBreak.Text = "Stream No Break 자동 생성";
......
226 237
            // 
227 238
            this.btnOPC.Location = new System.Drawing.Point(24, 748);
228 239
            this.btnOPC.Name = "btnOPC";
229
            this.btnOPC.Size = new System.Drawing.Size(185, 22);
240
            this.btnOPC.Size = new System.Drawing.Size(203, 22);
230 241
            this.btnOPC.StyleController = this.layoutControl1;
231 242
            this.btnOPC.TabIndex = 21;
232 243
            this.btnOPC.Text = "Flow Direction 자동 부여 by OPC";
......
236 247
            // 
237 248
            this.textEdit2.Location = new System.Drawing.Point(119, 824);
238 249
            this.textEdit2.Name = "textEdit2";
239
            this.textEdit2.Size = new System.Drawing.Size(90, 20);
250
            this.textEdit2.Size = new System.Drawing.Size(108, 20);
240 251
            this.textEdit2.StyleController = this.layoutControl1;
241 252
            this.textEdit2.TabIndex = 20;
242 253
            // 
......
245 256
            this.textEdit1.EditValue = "";
246 257
            this.textEdit1.Location = new System.Drawing.Point(119, 800);
247 258
            this.textEdit1.Name = "textEdit1";
248
            this.textEdit1.Size = new System.Drawing.Size(90, 20);
259
            this.textEdit1.Size = new System.Drawing.Size(108, 20);
249 260
            this.textEdit1.StyleController = this.layoutControl1;
250 261
            this.textEdit1.TabIndex = 19;
251 262
            // 
......
253 264
            // 
254 265
            this.btnLinkOPCTest.Location = new System.Drawing.Point(24, 696);
255 266
            this.btnLinkOPCTest.Name = "btnLinkOPCTest";
256
            this.btnLinkOPCTest.Size = new System.Drawing.Size(185, 22);
267
            this.btnLinkOPCTest.Size = new System.Drawing.Size(203, 22);
257 268
            this.btnLinkOPCTest.StyleController = this.layoutControl1;
258 269
            this.btnLinkOPCTest.TabIndex = 17;
259 270
            this.btnLinkOPCTest.Text = "Pair OPC Test";
......
265 276
            this.toggleSwitchSnapGrid.Name = "toggleSwitchSnapGrid";
266 277
            this.toggleSwitchSnapGrid.Properties.OffText = "Off";
267 278
            this.toggleSwitchSnapGrid.Properties.OnText = "On";
268
            this.toggleSwitchSnapGrid.Size = new System.Drawing.Size(161, 19);
279
            this.toggleSwitchSnapGrid.Size = new System.Drawing.Size(179, 19);
269 280
            this.toggleSwitchSnapGrid.StyleController = this.layoutControl1;
270 281
            this.toggleSwitchSnapGrid.TabIndex = 16;
271 282
            this.toggleSwitchSnapGrid.Toggled += new System.EventHandler(this.toggleSwitchSnapGrid_Toggled);
......
285 296
            this.toggleSwitchMoveSymbol.Name = "toggleSwitchMoveSymbol";
286 297
            this.toggleSwitchMoveSymbol.Properties.OffText = "Off";
287 298
            this.toggleSwitchMoveSymbol.Properties.OnText = "On";
288
            this.toggleSwitchMoveSymbol.Size = new System.Drawing.Size(161, 19);
299
            this.toggleSwitchMoveSymbol.Size = new System.Drawing.Size(179, 19);
289 300
            this.toggleSwitchMoveSymbol.StyleController = this.layoutControl1;
290 301
            this.toggleSwitchMoveSymbol.TabIndex = 14;
291 302
            this.toggleSwitchMoveSymbol.Toggled += new System.EventHandler(this.toggleSwitchMoveSymbol_Toggled);
......
295 306
            this.btnSpecBreakRelocation.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.newrecurringappointment;
296 307
            this.btnSpecBreakRelocation.Location = new System.Drawing.Point(24, 354);
297 308
            this.btnSpecBreakRelocation.Name = "btnSpecBreakRelocation";
298
            this.btnSpecBreakRelocation.Size = new System.Drawing.Size(185, 36);
309
            this.btnSpecBreakRelocation.Size = new System.Drawing.Size(203, 36);
299 310
            this.btnSpecBreakRelocation.StyleController = this.layoutControl1;
300 311
            this.btnSpecBreakRelocation.TabIndex = 13;
301 312
            this.btnSpecBreakRelocation.Text = "SpecBreak Relocation";
......
322 333
            0,
323 334
            0,
324 335
            0});
325
            this.spinEditSymmetry.Size = new System.Drawing.Size(90, 20);
336
            this.spinEditSymmetry.Size = new System.Drawing.Size(108, 20);
326 337
            this.spinEditSymmetry.StyleController = this.layoutControl1;
327 338
            this.spinEditSymmetry.TabIndex = 12;
328 339
            // 
......
331 342
            this.btnSymmetry.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.productquickcomparisons;
332 343
            this.btnSymmetry.Location = new System.Drawing.Point(24, 313);
333 344
            this.btnSymmetry.Name = "btnSymmetry";
334
            this.btnSymmetry.Size = new System.Drawing.Size(185, 36);
345
            this.btnSymmetry.Size = new System.Drawing.Size(203, 36);
335 346
            this.btnSymmetry.StyleController = this.layoutControl1;
336 347
            this.btnSymmetry.TabIndex = 11;
337 348
            this.btnSymmetry.Text = "Symbol Symmetry";
......
351 362
            this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage")));
352 363
            this.btnLinkOPC.Location = new System.Drawing.Point(24, 85);
353 364
            this.btnLinkOPC.Name = "btnLinkOPC";
354
            this.btnLinkOPC.Size = new System.Drawing.Size(185, 36);
365
            this.btnLinkOPC.Size = new System.Drawing.Size(203, 36);
355 366
            this.btnLinkOPC.StyleController = this.layoutControl1;
356 367
            this.btnLinkOPC.TabIndex = 9;
357 368
            this.btnLinkOPC.Text = "Link OPC";
......
361 372
            // 
362 373
            this.simpleButton1.Location = new System.Drawing.Point(24, 722);
363 374
            this.simpleButton1.Name = "simpleButton1";
364
            this.simpleButton1.Size = new System.Drawing.Size(185, 22);
375
            this.simpleButton1.Size = new System.Drawing.Size(203, 22);
365 376
            this.simpleButton1.StyleController = this.layoutControl1;
366 377
            this.simpleButton1.TabIndex = 5;
367 378
            this.simpleButton1.Text = "simpleButton1";
......
372 383
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
373 384
            this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
374 385
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
375
            this.btnSPPIDConverter.Size = new System.Drawing.Size(185, 36);
386
            this.btnSPPIDConverter.Size = new System.Drawing.Size(203, 36);
376 387
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
377 388
            this.btnSPPIDConverter.TabIndex = 4;
378 389
            this.btnSPPIDConverter.Text = "Open Converter";
......
390 401
            this.layoutControlGroup1,
391 402
            this.layoutControlGroupDrawingSize});
392 403
            this.Root.Name = "Root";
393
            this.Root.Size = new System.Drawing.Size(233, 930);
404
            this.Root.Size = new System.Drawing.Size(251, 930);
394 405
            this.Root.TextVisible = false;
395 406
            // 
396 407
            // emptySpaceItem1
......
398 409
            this.emptySpaceItem1.AllowHotTrack = false;
399 410
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 900);
400 411
            this.emptySpaceItem1.Name = "emptySpaceItem1";
401
            this.emptySpaceItem1.Size = new System.Drawing.Size(213, 10);
412
            this.emptySpaceItem1.Size = new System.Drawing.Size(231, 10);
402 413
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
403 414
            // 
404 415
            // layoutControlGroupConverter
......
408 419
            this.layoutControlItem6});
409 420
            this.layoutControlGroupConverter.Location = new System.Drawing.Point(0, 0);
410 421
            this.layoutControlGroupConverter.Name = "layoutControlGroupConverter";
411
            this.layoutControlGroupConverter.Size = new System.Drawing.Size(213, 125);
422
            this.layoutControlGroupConverter.Size = new System.Drawing.Size(231, 125);
412 423
            this.layoutControlGroupConverter.Text = "Converter";
413 424
            // 
414 425
            // layoutControlItem1
......
416 427
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
417 428
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
418 429
            this.layoutControlItem1.Name = "layoutControlItem1";
419
            this.layoutControlItem1.Size = new System.Drawing.Size(189, 40);
430
            this.layoutControlItem1.Size = new System.Drawing.Size(207, 40);
420 431
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
421 432
            this.layoutControlItem1.TextVisible = false;
422 433
            // 
......
425 436
            this.layoutControlItem6.Control = this.btnLinkOPC;
426 437
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 40);
427 438
            this.layoutControlItem6.Name = "layoutControlItem6";
428
            this.layoutControlItem6.Size = new System.Drawing.Size(189, 40);
439
            this.layoutControlItem6.Size = new System.Drawing.Size(207, 40);
429 440
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
430 441
            this.layoutControlItem6.TextVisible = false;
431 442
            // 
......
439 450
            this.layoutControlItem21});
440 451
            this.layoutControlGroupUtils.Location = new System.Drawing.Point(0, 244);
441 452
            this.layoutControlGroupUtils.Name = "layoutControlGroupUtils";
442
            this.layoutControlGroupUtils.Size = new System.Drawing.Size(213, 190);
453
            this.layoutControlGroupUtils.Size = new System.Drawing.Size(231, 190);
443 454
            this.layoutControlGroupUtils.Text = "SPPID Utils";
444 455
            // 
445 456
            // layoutControlItem8
......
447 458
            this.layoutControlItem8.Control = this.btnSymmetry;
448 459
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 24);
449 460
            this.layoutControlItem8.Name = "layoutControlItem8";
450
            this.layoutControlItem8.Size = new System.Drawing.Size(189, 40);
461
            this.layoutControlItem8.Size = new System.Drawing.Size(207, 40);
451 462
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
452 463
            this.layoutControlItem8.TextVisible = false;
453 464
            // 
......
456 467
            this.layoutControlItem9.Control = this.spinEditSymmetry;
457 468
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
458 469
            this.layoutControlItem9.Name = "layoutControlItem9";
459
            this.layoutControlItem9.Size = new System.Drawing.Size(189, 24);
470
            this.layoutControlItem9.Size = new System.Drawing.Size(207, 24);
460 471
            this.layoutControlItem9.Text = "Symmetry Count";
461 472
            this.layoutControlItem9.TextSize = new System.Drawing.Size(92, 14);
462 473
            // 
......
465 476
            this.layoutControlItem10.Control = this.btnSpecBreakRelocation;
466 477
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 65);
467 478
            this.layoutControlItem10.Name = "layoutControlItem10";
468
            this.layoutControlItem10.Size = new System.Drawing.Size(189, 40);
479
            this.layoutControlItem10.Size = new System.Drawing.Size(207, 40);
469 480
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
470 481
            this.layoutControlItem10.TextVisible = false;
471 482
            // 
......
474 485
            this.simpleSeparator1.AllowHotTrack = false;
475 486
            this.simpleSeparator1.Location = new System.Drawing.Point(0, 64);
476 487
            this.simpleSeparator1.Name = "simpleSeparator1";
477
            this.simpleSeparator1.Size = new System.Drawing.Size(189, 1);
488
            this.simpleSeparator1.Size = new System.Drawing.Size(207, 1);
489
            // 
490
            // layoutControlItem21
491
            // 
492
            this.layoutControlItem21.Control = this.btnExportPDF;
493
            this.layoutControlItem21.Location = new System.Drawing.Point(0, 105);
494
            this.layoutControlItem21.Name = "layoutControlItem21";
495
            this.layoutControlItem21.Size = new System.Drawing.Size(207, 40);
496
            this.layoutControlItem21.TextSize = new System.Drawing.Size(0, 0);
497
            this.layoutControlItem21.TextVisible = false;
478 498
            // 
479 499
            // layoutControlGroupShortCut
480 500
            // 
......
483 503
            this.layoutControlGroup6});
484 504
            this.layoutControlGroupShortCut.Location = new System.Drawing.Point(0, 434);
485 505
            this.layoutControlGroupShortCut.Name = "layoutControlGroupShortCut";
486
            this.layoutControlGroupShortCut.Size = new System.Drawing.Size(213, 217);
506
            this.layoutControlGroupShortCut.Size = new System.Drawing.Size(231, 217);
487 507
            this.layoutControlGroupShortCut.Text = "Keyboard Shortcut";
488 508
            // 
489 509
            // layoutControlGroup5
......
494 514
            this.layoutControlItem13});
495 515
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
496 516
            this.layoutControlGroup5.Name = "layoutControlGroup5";
497
            this.layoutControlGroup5.Size = new System.Drawing.Size(189, 86);
517
            this.layoutControlGroup5.Size = new System.Drawing.Size(207, 86);
498 518
            this.layoutControlGroup5.Text = "Snap Grid";
499 519
            // 
500 520
            // layoutControlItem7
......
502 522
            this.layoutControlItem7.Control = this.labelControl1;
503 523
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
504 524
            this.layoutControlItem7.Name = "layoutControlItem7";
505
            this.layoutControlItem7.Size = new System.Drawing.Size(165, 18);
525
            this.layoutControlItem7.Size = new System.Drawing.Size(183, 18);
506 526
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
507 527
            this.layoutControlItem7.TextVisible = false;
508 528
            // 
......
511 531
            this.layoutControlItem13.Control = this.toggleSwitchSnapGrid;
512 532
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 18);
513 533
            this.layoutControlItem13.Name = "layoutControlItem13";
514
            this.layoutControlItem13.Size = new System.Drawing.Size(165, 23);
534
            this.layoutControlItem13.Size = new System.Drawing.Size(183, 23);
515 535
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
516 536
            this.layoutControlItem13.TextVisible = false;
517 537
            // 
......
522 542
            this.layoutControlItem11});
523 543
            this.layoutControlGroup6.Location = new System.Drawing.Point(0, 86);
524 544
            this.layoutControlGroup6.Name = "layoutControlGroup6";
525
            this.layoutControlGroup6.Size = new System.Drawing.Size(189, 86);
545
            this.layoutControlGroup6.Size = new System.Drawing.Size(207, 86);
526 546
            this.layoutControlGroup6.Text = "Move Symbol (Selected)";
527 547
            // 
528 548
            // layoutControlItem12
......
530 550
            this.layoutControlItem12.Control = this.labelControl2;
531 551
            this.layoutControlItem12.Location = new System.Drawing.Point(0, 0);
532 552
            this.layoutControlItem12.Name = "layoutControlItem12";
533
            this.layoutControlItem12.Size = new System.Drawing.Size(165, 18);
553
            this.layoutControlItem12.Size = new System.Drawing.Size(183, 18);
534 554
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
535 555
            this.layoutControlItem12.TextVisible = false;
536 556
            // 
......
539 559
            this.layoutControlItem11.Control = this.toggleSwitchMoveSymbol;
540 560
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 18);
541 561
            this.layoutControlItem11.Name = "layoutControlItem11";
542
            this.layoutControlItem11.Size = new System.Drawing.Size(165, 23);
562
            this.layoutControlItem11.Size = new System.Drawing.Size(183, 23);
543 563
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
544 564
            this.layoutControlItem11.TextVisible = false;
545 565
            // 
......
556 576
            this.layoutControlItem17});
557 577
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 651);
558 578
            this.layoutControlGroup1.Name = "layoutControlGroup1";
559
            this.layoutControlGroup1.Size = new System.Drawing.Size(213, 249);
579
            this.layoutControlGroup1.Size = new System.Drawing.Size(231, 249);
560 580
            this.layoutControlGroup1.Text = "Test Source";
561 581
            // 
562 582
            // layoutControlItem3
......
564 584
            this.layoutControlItem3.Control = this.btnLinkOPCTest;
565 585
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
566 586
            this.layoutControlItem3.Name = "layoutControlItem3";
567
            this.layoutControlItem3.Size = new System.Drawing.Size(189, 26);
587
            this.layoutControlItem3.Size = new System.Drawing.Size(207, 26);
568 588
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
569 589
            this.layoutControlItem3.TextVisible = false;
570 590
            // 
......
573 593
            this.layoutControlItem2.Control = this.simpleButton1;
574 594
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
575 595
            this.layoutControlItem2.Name = "layoutControlItem2";
576
            this.layoutControlItem2.Size = new System.Drawing.Size(189, 26);
596
            this.layoutControlItem2.Size = new System.Drawing.Size(207, 26);
577 597
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
578 598
            this.layoutControlItem2.TextVisible = false;
579 599
            this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization;
......
583 603
            this.layoutControlItem15.Control = this.btnOPC;
584 604
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 52);
585 605
            this.layoutControlItem15.Name = "layoutControlItem15";
586
            this.layoutControlItem15.Size = new System.Drawing.Size(189, 26);
606
            this.layoutControlItem15.Size = new System.Drawing.Size(207, 26);
587 607
            this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
588 608
            this.layoutControlItem15.TextVisible = false;
589 609
            // 
......
592 612
            this.layoutControlItem16.Control = this.btnCreateStreamBreak;
593 613
            this.layoutControlItem16.Location = new System.Drawing.Point(0, 78);
594 614
            this.layoutControlItem16.Name = "layoutControlItem16";
595
            this.layoutControlItem16.Size = new System.Drawing.Size(189, 26);
615
            this.layoutControlItem16.Size = new System.Drawing.Size(207, 26);
596 616
            this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
597 617
            this.layoutControlItem16.TextVisible = false;
598 618
            // 
......
601 621
            this.layoutControlItem5.Control = this.textEdit1;
602 622
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 104);
603 623
            this.layoutControlItem5.Name = "layoutControlItem5";
604
            this.layoutControlItem5.Size = new System.Drawing.Size(189, 24);
624
            this.layoutControlItem5.Size = new System.Drawing.Size(207, 24);
605 625
            this.layoutControlItem5.Text = "From";
606 626
            this.layoutControlItem5.TextSize = new System.Drawing.Size(92, 14);
607 627
            // 
......
610 630
            this.layoutControlItem14.Control = this.textEdit2;
611 631
            this.layoutControlItem14.Location = new System.Drawing.Point(0, 128);
612 632
            this.layoutControlItem14.Name = "layoutControlItem14";
613
            this.layoutControlItem14.Size = new System.Drawing.Size(189, 24);
633
            this.layoutControlItem14.Size = new System.Drawing.Size(207, 24);
614 634
            this.layoutControlItem14.Text = "To";
615 635
            this.layoutControlItem14.TextSize = new System.Drawing.Size(92, 14);
616 636
            // 
......
619 639
            this.layoutControlItem18.Control = this.btnSegmentBreak;
620 640
            this.layoutControlItem18.Location = new System.Drawing.Point(0, 152);
621 641
            this.layoutControlItem18.Name = "layoutControlItem18";
622
            this.layoutControlItem18.Size = new System.Drawing.Size(189, 26);
642
            this.layoutControlItem18.Size = new System.Drawing.Size(207, 26);
623 643
            this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
624 644
            this.layoutControlItem18.TextVisible = false;
625 645
            // 
......
628 648
            this.layoutControlItem17.Control = this.btnPipeRunBreak;
629 649
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 178);
630 650
            this.layoutControlItem17.Name = "layoutControlItem17";
631
            this.layoutControlItem17.Size = new System.Drawing.Size(189, 26);
651
            this.layoutControlItem17.Size = new System.Drawing.Size(207, 26);
632 652
            this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
633 653
            this.layoutControlItem17.TextVisible = false;
634 654
            // 
......
640 660
            this.layoutControlItem20});
641 661
            this.layoutControlGroupDrawingSize.Location = new System.Drawing.Point(0, 125);
642 662
            this.layoutControlGroupDrawingSize.Name = "layoutControlGroupDrawingSize";
643
            this.layoutControlGroupDrawingSize.Size = new System.Drawing.Size(213, 119);
663
            this.layoutControlGroupDrawingSize.Size = new System.Drawing.Size(231, 119);
644 664
            this.layoutControlGroupDrawingSize.Text = "Drawing Size";
645 665
            // 
646 666
            // layoutControlItem4
......
648 668
            this.layoutControlItem4.Control = this.textEditDrawingX;
649 669
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
650 670
            this.layoutControlItem4.Name = "layoutControlItem4";
651
            this.layoutControlItem4.Size = new System.Drawing.Size(189, 24);
671
            this.layoutControlItem4.Size = new System.Drawing.Size(207, 24);
652 672
            this.layoutControlItem4.Text = "X";
653 673
            this.layoutControlItem4.TextSize = new System.Drawing.Size(92, 14);
654 674
            // 
......
657 677
            this.layoutControlItem19.Control = this.textEditDrawingY;
658 678
            this.layoutControlItem19.Location = new System.Drawing.Point(0, 24);
659 679
            this.layoutControlItem19.Name = "layoutControlItem19";
660
            this.layoutControlItem19.Size = new System.Drawing.Size(189, 24);
680
            this.layoutControlItem19.Size = new System.Drawing.Size(207, 24);
661 681
            this.layoutControlItem19.Text = "Y";
662 682
            this.layoutControlItem19.TextSize = new System.Drawing.Size(92, 14);
663 683
            // 
......
666 686
            this.layoutControlItem20.Control = this.btnGetDrawingSize;
667 687
            this.layoutControlItem20.Location = new System.Drawing.Point(0, 48);
668 688
            this.layoutControlItem20.Name = "layoutControlItem20";
669
            this.layoutControlItem20.Size = new System.Drawing.Size(189, 26);
689
            this.layoutControlItem20.Size = new System.Drawing.Size(207, 26);
670 690
            this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
671 691
            this.layoutControlItem20.TextVisible = false;
672 692
            // 
......
674 694
            // 
675 695
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
676 696
            // 
677
            // btnExportPDF
678
            // 
679
            this.btnExportPDF.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnExportPDF.ImageOptions.SvgImage")));
680
            this.btnExportPDF.Location = new System.Drawing.Point(24, 394);
681
            this.btnExportPDF.Name = "btnExportPDF";
682
            this.btnExportPDF.Size = new System.Drawing.Size(185, 36);
683
            this.btnExportPDF.StyleController = this.layoutControl1;
684
            this.btnExportPDF.TabIndex = 28;
685
            this.btnExportPDF.Text = "Export PDF";
686
            this.btnExportPDF.Click += new System.EventHandler(this.btnExportPDF_Click);
687
            // 
688
            // layoutControlItem21
689
            // 
690
            this.layoutControlItem21.Control = this.btnExportPDF;
691
            this.layoutControlItem21.Location = new System.Drawing.Point(0, 105);
692
            this.layoutControlItem21.Name = "layoutControlItem21";
693
            this.layoutControlItem21.Size = new System.Drawing.Size(189, 40);
694
            this.layoutControlItem21.TextSize = new System.Drawing.Size(0, 0);
695
            this.layoutControlItem21.TextVisible = false;
696
            // 
697 697
            // ConverterDocking
698 698
            // 
699 699
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
700 700
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
701 701
            this.Controls.Add(this.layoutControl1);
702 702
            this.Name = "ConverterDocking";
703
            this.Size = new System.Drawing.Size(250, 744);
703
            this.Size = new System.Drawing.Size(251, 930);
704 704
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
705 705
            this.layoutControl1.ResumeLayout(false);
706 706
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
......
720 720
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
721 721
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
722 722
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
723
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
723 724
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupShortCut)).EndInit();
724 725
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
725 726
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
......
740 741
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
741 742
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
742 743
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
743
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
744 744
            this.ResumeLayout(false);
745 745

  
746 746
        }
DTI_PID/SPPIDConverter/Wrapper/SPPIDConverterWrapper.cs
231 231
                            {
232 232
                                DialogBar dlgBar = application.DialogBars.Add(DialogBarName, DockingFlagsConstants.igDockableOnLeft, DockingLocationConstants.igDockOnLeft,
233 233
                                     DialogBarStyleConstants.igDialogBarStyleShowCaption | DialogBarStyleConstants.igDialogBarStyleStretchToFitHorizontal | DialogBarStyleConstants.igDialogBarStyleStretchToFitVertical | DialogBarStyleConstants.igDialogBarStyleNoBorder, 0, 0);
234
                                DialogbarControl dialogBarControl_UserControl = dlgBar.Controls.AddManaged(autoModelingDllPath, "Converter.SPPID.Wrapper.ConverterDocking", 250, 650);
234
                                DialogbarControl dialogBarControl_UserControl = dlgBar.Controls.AddManaged(autoModelingDllPath, "Converter.SPPID.Wrapper.ConverterDocking", 250, 930);
235 235
                            }
236 236
                        }
237 237
                        catch (Exception ex)

내보내기 Unified diff

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