프로젝트

일반

사용자정보

개정판 288ed615

ID288ed6157dd8881fd046be76da3ddbb74b263a0a
상위 ad8b7f7f
하위 d72eff7a

백흠경이(가) 일년 이상 전에 추가함

Feature: 도면을 원점으로 이동시켜 비교, Compare 도면의 배경색을 검은색으로 변경

Change-Id: I1d41795c36b3c916a8039a3391151412b5476dab

차이점 보기:

ID2.Manager/ID2.Manager.Compare/Main.Designer.cs
73 73
            this.visualStudio2012DarkTheme1 = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
74 74
            this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme();
75 75
            this.windows8Theme1 = new Telerik.WinControls.Themes.Windows8Theme();
76
            this.toolWindowData = new Telerik.WinControls.UI.Docking.ToolWindow();
77
            this.toolTabStrip2 = new Telerik.WinControls.UI.Docking.ToolTabStrip();
78
            this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
76 79
            ((System.ComponentModel.ISupportInitialize)(this.ID2ManagerRadRibbonBar)).BeginInit();
77 80
            ((System.ComponentModel.ISupportInitialize)(this.radPageViewViewer)).BeginInit();
78 81
            this.radPageViewViewer.SuspendLayout();
......
94 97
            this.DockContainerMain.SuspendLayout();
95 98
            ((System.ComponentModel.ISupportInitialize)(this.DockMainTabStrip)).BeginInit();
96 99
            this.DockMainTabStrip.SuspendLayout();
100
            ((System.ComponentModel.ISupportInitialize)(this.toolTabStrip2)).BeginInit();
101
            this.toolTabStrip2.SuspendLayout();
102
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
103
            this.radSplitContainer1.SuspendLayout();
97 104
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
98 105
            this.SuspendLayout();
99 106
            // 
......
238 245
            // 
239 246
            // radPageViewPageAutoCAD
240 247
            // 
248
            this.radPageViewPageAutoCAD.ItemSize = new System.Drawing.SizeF(63F, 28F);
241 249
            this.radPageViewPageAutoCAD.Location = new System.Drawing.Point(10, 37);
242 250
            this.radPageViewPageAutoCAD.Name = "radPageViewPageAutoCAD";
243 251
            this.radPageViewPageAutoCAD.Size = new System.Drawing.Size(258, 146);
......
248 256
            this.radStatusStripMain.Items.AddRange(new Telerik.WinControls.RadItem[] {
249 257
            this.radLabelElementSpace,
250 258
            this.radProgressBarElement});
251
            this.radStatusStripMain.Location = new System.Drawing.Point(0, 808);
259
            this.radStatusStripMain.Location = new System.Drawing.Point(0, 658);
252 260
            this.radStatusStripMain.Name = "radStatusStripMain";
253 261
            this.radStatusStripMain.Size = new System.Drawing.Size(1334, 26);
254 262
            this.radStatusStripMain.TabIndex = 2;
......
280 288
            // 
281 289
            // DockMain
282 290
            // 
283
            this.DockMain.ActiveWindow = this.DockValidation;
291
            this.DockMain.ActiveWindow = this.toolWindowData;
284 292
            this.DockMain.AutoHideAnimation = Telerik.WinControls.UI.Docking.AutoHideAnimateMode.None;
285 293
            this.DockMain.CausesValidation = false;
286
            this.DockMain.Controls.Add(this.toolTabStrip1);
287
            this.DockMain.Controls.Add(this.DockContainerMain);
294
            this.DockMain.Controls.Add(this.radSplitContainer1);
295
            this.DockMain.Controls.Add(this.toolTabStrip2);
288 296
            this.DockMain.Dock = System.Windows.Forms.DockStyle.Fill;
289 297
            this.DockMain.IsCleanUpTarget = true;
290 298
            this.DockMain.Location = new System.Drawing.Point(0, 162);
291 299
            this.DockMain.MainDocumentContainer = this.DockContainerMain;
292 300
            this.DockMain.Name = "DockMain";
301
            this.DockMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
293 302
            // 
294 303
            // 
295 304
            // 
296 305
            this.DockMain.RootElement.MinSize = new System.Drawing.Size(25, 25);
297
            this.DockMain.Size = new System.Drawing.Size(1334, 646);
306
            this.DockMain.Size = new System.Drawing.Size(1334, 496);
298 307
            this.DockMain.TabIndex = 1;
299 308
            this.DockMain.TabStop = false;
300 309
            // 
......
308 317
            this.DockValidation.Location = new System.Drawing.Point(6, 29);
309 318
            this.DockValidation.Name = "DockValidation";
310 319
            this.DockValidation.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Floating;
311
            this.DockValidation.Size = new System.Drawing.Size(1030, 601);
320
            this.DockValidation.Size = new System.Drawing.Size(1030, 247);
312 321
            this.DockValidation.Text = "Validation";
313 322
            // 
314 323
            // LayoutValidation
......
321 330
            this.LayoutValidation.Name = "LayoutValidation";
322 331
            this.LayoutValidation.RowCount = 1;
323 332
            this.LayoutValidation.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
324
            this.LayoutValidation.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 192F));
325
            this.LayoutValidation.Size = new System.Drawing.Size(1030, 601);
333
            this.LayoutValidation.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 247F));
334
            this.LayoutValidation.Size = new System.Drawing.Size(1030, 247);
326 335
            this.LayoutValidation.TabIndex = 0;
327 336
            // 
328 337
            // toolTabStrip1
329 338
            // 
330 339
            this.toolTabStrip1.Controls.Add(this.DockWindowMain);
331
            this.toolTabStrip1.Location = new System.Drawing.Point(5, 5);
340
            this.toolTabStrip1.Location = new System.Drawing.Point(0, 0);
332 341
            this.toolTabStrip1.Name = "toolTabStrip1";
333 342
            // 
334 343
            // 
335 344
            // 
336 345
            this.toolTabStrip1.RootElement.MinSize = new System.Drawing.Size(25, 25);
337 346
            this.toolTabStrip1.SelectedIndex = 0;
338
            this.toolTabStrip1.Size = new System.Drawing.Size(278, 636);
347
            this.toolTabStrip1.Size = new System.Drawing.Size(278, 282);
339 348
            this.toolTabStrip1.SizeInfo.AbsoluteSize = new System.Drawing.Size(278, 200);
340 349
            this.toolTabStrip1.SizeInfo.SplitterCorrection = new System.Drawing.Size(78, 0);
341 350
            this.toolTabStrip1.TabIndex = 5;
......
351 360
            this.DockWindowMain.Location = new System.Drawing.Point(1, 24);
352 361
            this.DockWindowMain.Name = "DockWindowMain";
353 362
            this.DockWindowMain.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Floating;
354
            this.DockWindowMain.Size = new System.Drawing.Size(276, 610);
363
            this.DockWindowMain.Size = new System.Drawing.Size(276, 256);
355 364
            this.DockWindowMain.Text = "Main";
356 365
            // 
357 366
            // tableLayoutPanel1
......
372 381
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
373 382
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
374 383
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
375
            this.tableLayoutPanel1.Size = new System.Drawing.Size(276, 610);
384
            this.tableLayoutPanel1.Size = new System.Drawing.Size(276, 256);
376 385
            this.tableLayoutPanel1.TabIndex = 1;
377 386
            // 
378 387
            // radGridViewDocument
......
409 418
            this.radGridViewDocument.MasterTemplate.EnableFiltering = true;
410 419
            this.radGridViewDocument.MasterTemplate.ViewDefinition = tableViewDefinition1;
411 420
            this.radGridViewDocument.Name = "radGridViewDocument";
412
            this.radGridViewDocument.Size = new System.Drawing.Size(270, 504);
421
            this.radGridViewDocument.Size = new System.Drawing.Size(270, 150);
413 422
            this.radGridViewDocument.TabIndex = 0;
414 423
            // 
415 424
            // radLabel1
......
436 445
            this.radBrowseEditorAutoCADFolder.Dock = System.Windows.Forms.DockStyle.Fill;
437 446
            this.radBrowseEditorAutoCADFolder.Location = new System.Drawing.Point(3, 28);
438 447
            this.radBrowseEditorAutoCADFolder.Name = "radBrowseEditorAutoCADFolder";
439
            this.radBrowseEditorAutoCADFolder.Size = new System.Drawing.Size(270, 19);
448
            this.radBrowseEditorAutoCADFolder.Size = new System.Drawing.Size(270, 20);
440 449
            this.radBrowseEditorAutoCADFolder.TabIndex = 3;
441 450
            // 
442 451
            // radBrowseEditorAVEVAFolder
......
445 454
            this.radBrowseEditorAVEVAFolder.Dock = System.Windows.Forms.DockStyle.Fill;
446 455
            this.radBrowseEditorAVEVAFolder.Location = new System.Drawing.Point(3, 78);
447 456
            this.radBrowseEditorAVEVAFolder.Name = "radBrowseEditorAVEVAFolder";
448
            this.radBrowseEditorAVEVAFolder.Size = new System.Drawing.Size(270, 19);
457
            this.radBrowseEditorAVEVAFolder.Size = new System.Drawing.Size(270, 20);
449 458
            this.radBrowseEditorAVEVAFolder.TabIndex = 4;
450 459
            // 
451 460
            // DockContainerMain
......
473 482
            // 
474 483
            this.DockMainTabStrip.RootElement.MinSize = new System.Drawing.Size(25, 25);
475 484
            this.DockMainTabStrip.SelectedIndex = 0;
476
            this.DockMainTabStrip.Size = new System.Drawing.Size(1042, 636);
485
            this.DockMainTabStrip.Size = new System.Drawing.Size(1042, 282);
477 486
            this.DockMainTabStrip.TabIndex = 0;
478 487
            this.DockMainTabStrip.TabStop = false;
479 488
            // 
489
            // toolWindowData
490
            // 
491
            this.toolWindowData.Caption = null;
492
            this.toolWindowData.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
493
            this.toolWindowData.Location = new System.Drawing.Point(1, 24);
494
            this.toolWindowData.Name = "toolWindowData";
495
            this.toolWindowData.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
496
            this.toolWindowData.Size = new System.Drawing.Size(1322, 174);
497
            this.toolWindowData.Text = "Data";
498
            // 
499
            // toolTabStrip2
500
            // 
501
            this.toolTabStrip2.Controls.Add(this.toolWindowData);
502
            this.toolTabStrip2.Location = new System.Drawing.Point(5, 291);
503
            this.toolTabStrip2.Name = "toolTabStrip2";
504
            // 
505
            // 
506
            // 
507
            this.toolTabStrip2.RootElement.MinSize = new System.Drawing.Size(25, 25);
508
            this.toolTabStrip2.SelectedIndex = 0;
509
            this.toolTabStrip2.Size = new System.Drawing.Size(1324, 200);
510
            this.toolTabStrip2.TabIndex = 1;
511
            this.toolTabStrip2.TabStop = false;
512
            // 
513
            // radSplitContainer1
514
            // 
515
            this.radSplitContainer1.Controls.Add(this.toolTabStrip1);
516
            this.radSplitContainer1.Controls.Add(this.DockContainerMain);
517
            this.radSplitContainer1.IsCleanUpTarget = true;
518
            this.radSplitContainer1.Location = new System.Drawing.Point(5, 5);
519
            this.radSplitContainer1.Name = "radSplitContainer1";
520
            this.radSplitContainer1.Padding = new System.Windows.Forms.Padding(5);
521
            // 
522
            // 
523
            // 
524
            this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
525
            this.radSplitContainer1.Size = new System.Drawing.Size(1324, 282);
526
            this.radSplitContainer1.TabIndex = 0;
527
            this.radSplitContainer1.TabStop = false;
528
            // 
480 529
            // Main
481 530
            // 
482 531
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
483 532
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
484
            this.ClientSize = new System.Drawing.Size(1334, 834);
533
            this.ClientSize = new System.Drawing.Size(1334, 684);
485 534
            this.Controls.Add(this.DockMain);
486 535
            this.Controls.Add(this.radStatusStripMain);
487 536
            this.Controls.Add(this.ID2ManagerRadRibbonBar);
......
513 562
            this.DockContainerMain.ResumeLayout(false);
514 563
            ((System.ComponentModel.ISupportInitialize)(this.DockMainTabStrip)).EndInit();
515 564
            this.DockMainTabStrip.ResumeLayout(false);
565
            ((System.ComponentModel.ISupportInitialize)(this.toolTabStrip2)).EndInit();
566
            this.toolTabStrip2.ResumeLayout(false);
567
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
568
            this.radSplitContainer1.ResumeLayout(false);
516 569
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
517 570
            this.ResumeLayout(false);
518 571
            this.PerformLayout();
......
560 613
        private Telerik.WinControls.Themes.Windows8Theme windows8Theme1;
561 614
        private Telerik.WinControls.UI.RadRibbonBarGroup radRibbonBarGroup1;
562 615
        private Telerik.WinControls.UI.RadButtonElement radButtonElementConfiguration;
616
        private Telerik.WinControls.UI.RadSplitContainer radSplitContainer1;
617
        private Telerik.WinControls.UI.Docking.ToolTabStrip toolTabStrip2;
618
        private Telerik.WinControls.UI.Docking.ToolWindow toolWindowData;
563 619
    }
564 620
}

내보내기 Unified diff

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