프로젝트

일반

사용자정보

개정판 dfb9a03c

IDdfb9a03cd5b5ddca77cbd1b494708259b13776f3
상위 739003de
하위 8bc4800f

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

Feature: 그룹에 속한 항목 개수 표시, 유사도 초기화 버튼 추가

Change-Id: Icd7b0e9af05164fc635588eb249520a41f1a7a56

차이점 보기:

ID2.Manager/ID2.Manager/Controls/Classify.Designer.cs
90 90
            Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
91 91
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
92 92
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
93
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
93 94
            Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
94 95
            this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
95 96
            this.splitPanel1 = new Telerik.WinControls.UI.SplitPanel();
......
118 119
            this.radButtonRefresh = new Telerik.WinControls.UI.RadButton();
119 120
            this.splitPanel5 = new Telerik.WinControls.UI.SplitPanel();
120 121
            this.splitPanel3 = new Telerik.WinControls.UI.SplitPanel();
122
            this.radButtonReset = new Telerik.WinControls.UI.RadButton();
121 123
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
122 124
            this.radSplitContainer1.SuspendLayout();
123 125
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
......
158 160
            ((System.ComponentModel.ISupportInitialize)(this.radButtonRefresh)).BeginInit();
159 161
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel5)).BeginInit();
160 162
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).BeginInit();
163
            ((System.ComponentModel.ISupportInitialize)(this.radButtonReset)).BeginInit();
161 164
            this.SuspendLayout();
162 165
            // 
163 166
            // radSplitContainer1
......
383 386
            gridViewCheckBoxColumn1.MaxWidth = 30;
384 387
            gridViewCheckBoxColumn1.Name = "Checked";
385 388
            gridViewCheckBoxColumn1.Width = 20;
386
            gridViewTextBoxColumn1.FieldName = "DocumentNo";
387
            gridViewTextBoxColumn1.HeaderText = "DocumentNo";
388
            gridViewTextBoxColumn1.Name = "columnDocumentNo";
389
            gridViewTextBoxColumn1.FieldName = "Team";
390
            gridViewTextBoxColumn1.HeaderText = "Team";
391
            gridViewTextBoxColumn1.Name = "Team";
389 392
            gridViewTextBoxColumn1.ReadOnly = true;
390
            gridViewTextBoxColumn2.FieldName = "Simularity";
391
            gridViewTextBoxColumn2.HeaderText = "Simularity";
392
            gridViewTextBoxColumn2.Name = "Simularity";
393
            gridViewTextBoxColumn2.FieldName = "DocumentNo";
394
            gridViewTextBoxColumn2.HeaderText = "DocumentNo";
395
            gridViewTextBoxColumn2.Name = "columnDocumentNo";
393 396
            gridViewTextBoxColumn2.ReadOnly = true;
397
            gridViewTextBoxColumn3.FieldName = "Simularity";
398
            gridViewTextBoxColumn3.HeaderText = "Simularity";
399
            gridViewTextBoxColumn3.Name = "Simularity";
400
            gridViewTextBoxColumn3.ReadOnly = true;
394 401
            this.radGridViewDocument.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
395 402
            gridViewCheckBoxColumn1,
396 403
            gridViewTextBoxColumn1,
397
            gridViewTextBoxColumn2});
404
            gridViewTextBoxColumn2,
405
            gridViewTextBoxColumn3});
398 406
            this.radGridViewDocument.MasterTemplate.EnableFiltering = true;
399 407
            this.radGridViewDocument.MasterTemplate.ViewDefinition = tableViewDefinition1;
400 408
            this.radGridViewDocument.Name = "radGridViewDocument";
......
433 441
            // 
434 442
            // tableLayoutPanel3
435 443
            // 
436
            this.tableLayoutPanel3.ColumnCount = 13;
444
            this.tableLayoutPanel3.ColumnCount = 14;
445
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
437 446
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
438 447
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
439 448
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
......
447 456
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
448 457
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
449 458
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 28F));
450
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
451
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
452
            this.tableLayoutPanel3.Controls.Add(this.radLabel3, 1, 0);
453
            this.tableLayoutPanel3.Controls.Add(this.radSpinEditorTolerance, 2, 0);
454
            this.tableLayoutPanel3.Controls.Add(this.radButtonExceptLayer, 12, 0);
455
            this.tableLayoutPanel3.Controls.Add(this.radLabel1, 3, 0);
456
            this.tableLayoutPanel3.Controls.Add(this.radSpinEditorSimularity, 4, 0);
457
            this.tableLayoutPanel3.Controls.Add(this.radLabel4, 5, 0);
459
            this.tableLayoutPanel3.Controls.Add(this.radLabel3, 2, 0);
460
            this.tableLayoutPanel3.Controls.Add(this.radSpinEditorTolerance, 3, 0);
461
            this.tableLayoutPanel3.Controls.Add(this.radButtonExceptLayer, 13, 0);
462
            this.tableLayoutPanel3.Controls.Add(this.radLabel1, 4, 0);
463
            this.tableLayoutPanel3.Controls.Add(this.radSpinEditorSimularity, 5, 0);
464
            this.tableLayoutPanel3.Controls.Add(this.radLabel4, 6, 0);
458 465
            this.tableLayoutPanel3.Controls.Add(this.radButtonRefresh, 0, 0);
466
            this.tableLayoutPanel3.Controls.Add(this.radButtonReset, 1, 0);
459 467
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
460 468
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
461 469
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
......
467 475
            // radLabel3
468 476
            // 
469 477
            this.radLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
470
            this.radLabel3.Location = new System.Drawing.Point(33, 3);
478
            this.radLabel3.Location = new System.Drawing.Point(63, 3);
471 479
            this.radLabel3.Name = "radLabel3";
472
            this.radLabel3.Size = new System.Drawing.Size(74, 18);
480
            this.radLabel3.Size = new System.Drawing.Size(63, 18);
473 481
            this.radLabel3.TabIndex = 0;
474 482
            this.radLabel3.Text = "Tolerance : ";
475 483
            // 
......
482 490
            0,
483 491
            0,
484 492
            131072});
485
            this.radSpinEditorTolerance.Location = new System.Drawing.Point(113, 3);
493
            this.radSpinEditorTolerance.Location = new System.Drawing.Point(143, 3);
486 494
            this.radSpinEditorTolerance.Name = "radSpinEditorTolerance";
487 495
            this.radSpinEditorTolerance.Size = new System.Drawing.Size(114, 20);
488 496
            this.radSpinEditorTolerance.TabIndex = 1;
......
499 507
            // radLabel1
500 508
            // 
501 509
            this.radLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
502
            this.radLabel1.Location = new System.Drawing.Point(233, 3);
510
            this.radLabel1.Location = new System.Drawing.Point(263, 3);
503 511
            this.radLabel1.Name = "radLabel1";
504
            this.radLabel1.Size = new System.Drawing.Size(74, 18);
512
            this.radLabel1.Size = new System.Drawing.Size(64, 18);
505 513
            this.radLabel1.TabIndex = 10;
506 514
            this.radLabel1.Text = "Simularity : ";
507 515
            // 
508 516
            // radSpinEditorSimularity
509 517
            // 
510 518
            this.radSpinEditorSimularity.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
511
            this.radSpinEditorSimularity.Location = new System.Drawing.Point(313, 3);
519
            this.radSpinEditorSimularity.Location = new System.Drawing.Point(343, 3);
512 520
            this.radSpinEditorSimularity.Name = "radSpinEditorSimularity";
513 521
            this.radSpinEditorSimularity.NullableValue = new decimal(new int[] {
514 522
            80,
......
526 534
            // radLabel4
527 535
            // 
528 536
            this.radLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
529
            this.radLabel4.Location = new System.Drawing.Point(433, 3);
537
            this.radLabel4.Location = new System.Drawing.Point(463, 3);
530 538
            this.radLabel4.Name = "radLabel4";
531
            this.radLabel4.Size = new System.Drawing.Size(24, 18);
539
            this.radLabel4.Size = new System.Drawing.Size(22, 18);
532 540
            this.radLabel4.TabIndex = 12;
533 541
            this.radLabel4.Text = "(%)";
534 542
            // 
......
567 575
            this.splitPanel3.TabIndex = 0;
568 576
            this.splitPanel3.TabStop = false;
569 577
            // 
578
            // radButtonReset
579
            // 
580
            this.radButtonReset.Dock = System.Windows.Forms.DockStyle.Fill;
581
            this.radButtonReset.Image = global::ID2.Manager.Properties.Resources.Delete;
582
            this.radButtonReset.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
583
            this.radButtonReset.Location = new System.Drawing.Point(33, 3);
584
            this.radButtonReset.Name = "radButtonReset";
585
            this.radButtonReset.Size = new System.Drawing.Size(24, 18);
586
            this.radButtonReset.TabIndex = 15;
587
            // 
570 588
            // Classify
571 589
            // 
572 590
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
......
615 633
            ((System.ComponentModel.ISupportInitialize)(this.radButtonRefresh)).EndInit();
616 634
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel5)).EndInit();
617 635
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).EndInit();
636
            ((System.ComponentModel.ISupportInitialize)(this.radButtonReset)).EndInit();
618 637
            this.ResumeLayout(false);
619 638

  
620 639
        }
......
648 667
        private Telerik.WinControls.UI.SplitPanel splitPanel6;
649 668
        private Telerik.WinControls.UI.SplitPanel splitPanel7;
650 669
        private devDept.Eyeshot.Design SecondWorkspace;
670
        private Telerik.WinControls.UI.RadButton radButtonReset;
651 671
    }
652 672
}
ID2.Manager/ID2.Manager/Controls/Classify.cs
358 358
            this.radGridViewDocument.CellDoubleClick += RadGridViewDocument_CellDoubleClick;
359 359
            this.radGridViewDocument.ViewRowFormatting += RadGridViewDocument_ViewRowFormatting;
360 360
            this.radGridViewDocument.ViewCellFormatting += RadGridViewDocument_ViewCellFormatting;
361
            this.radGridViewDocument.GroupSummaryEvaluate += RadGridViewDocument_GroupSummaryEvaluate;
362

  
363
            this.radButtonReset.Click += RadButtonReset_Click;
364
        }
365

  
366
        /// <summary>
367
        /// 사용자 확인 후 유사도를 초기화한다.
368
        /// </summary>
369
        /// <param name="sender"></param>
370
        /// <param name="e"></param>
371
        private void RadButtonReset_Click(object sender, EventArgs e)
372
        {
373
            if(DialogResult.Yes == RadMessageBox.Show("Do you want to reset simularity?", "Qeustion", MessageBoxButtons.YesNo))
374
            {
375
                var docs = this.radGridViewDocument.Rows.Select(x => x.DataBoundItem as ID2.Manager.Data.Models.Documents).ToList();
376
                docs.ForEach(x => x.Simularity = string.Empty);
377
            }
378
        }
379

  
380
        /// <summary>
381
        /// 그룹에 속한 항목의 개수를 표시한다.
382
        /// </summary>
383
        /// <param name="sender"></param>
384
        /// <param name="e"></param>
385
        private void RadGridViewDocument_GroupSummaryEvaluate(object sender, GroupSummaryEvaluationEventArgs e)
386
        {
387
            if (e.Parent != this.radGridViewDocument.MasterTemplate)
388
            {
389
                e.FormatString = $"{e.Value} - ({e.Group.ItemCount})";
390
            }
361 391
        }
362 392

  
363 393
        private void RadGridViewDocument_ViewCellFormatting(object sender, CellFormattingEventArgs e)
ID2.Manager/ID2.Manager/ID2.Manager.csproj
386 386
    <Content Include="potrace.exe">
387 387
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
388 388
    </Content>
389
    <None Include="Resources\Delete.png" />
389 390
    <None Include="Resources\Stop.png" />
390 391
    <None Include="Resources\TextExtract.png" />
391 392
    <None Include="Resources\ModelCompare.png" />
ID2.Manager/ID2.Manager/Main.Designer.cs
132 132
            this.radButtonElementFilterClear = new Telerik.WinControls.UI.RadButtonElement();
133 133
            this.radRibbonBarGroup5 = new Telerik.WinControls.UI.RadRibbonBarGroup();
134 134
            this.radButtonElementClassify = new Telerik.WinControls.UI.RadButtonElement();
135
            this.radButtonElementStopWorking = new Telerik.WinControls.UI.RadButtonElement();
135 136
            this.radButtonElementExtractText = new Telerik.WinControls.UI.RadButtonElement();
136 137
            this.ribbonTabProjMgt = new Telerik.WinControls.UI.RibbonTab();
137 138
            this.radRibbonBarGroupExcel = new Telerik.WinControls.UI.RadRibbonBarGroup();
......
253 254
            this.radPageViewPageWork = new Telerik.WinControls.UI.RadPageViewPage();
254 255
            this.radPageViewPageReview = new Telerik.WinControls.UI.RadPageViewPage();
255 256
            this.toolTabStrip2 = new Telerik.WinControls.UI.Docking.ToolTabStrip();
256
            this.radButtonElementStopWorking = new Telerik.WinControls.UI.RadButtonElement();
257 257
            ((System.ComponentModel.ISupportInitialize)(this.ID2ManagerRadRibbonBar)).BeginInit();
258 258
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBarBackstageViewID2Manager)).BeginInit();
259 259
            this.radRibbonBarBackstageViewID2Manager.SuspendLayout();
......
531 531
            this.radButtonElementClassify.TextAlignment = System.Drawing.ContentAlignment.BottomCenter;
532 532
            this.radButtonElementClassify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
533 533
            // 
534
            // radButtonElementStopWorking
535
            // 
536
            this.radButtonElementStopWorking.Image = global::ID2.Manager.Properties.Resources.Stop;
537
            this.radButtonElementStopWorking.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
538
            this.radButtonElementStopWorking.Name = "radButtonElementStopWorking";
539
            this.radButtonElementStopWorking.Text = "Stop";
540
            this.radButtonElementStopWorking.TextAlignment = System.Drawing.ContentAlignment.BottomCenter;
541
            this.radButtonElementStopWorking.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
542
            // 
534 543
            // radButtonElementExtractText
535 544
            // 
536 545
            this.radButtonElementExtractText.Image = global::ID2.Manager.Properties.Resources.TextExtract;
......
846 855
            this.radCommandBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
847 856
            this.radCommandBar1.Rows.AddRange(new Telerik.WinControls.UI.CommandBarRowElement[] {
848 857
            this.commandBarRowSearch});
849
            this.radCommandBar1.Size = new System.Drawing.Size(491, 1);
858
            this.radCommandBar1.Size = new System.Drawing.Size(491, 30);
850 859
            this.radCommandBar1.TabIndex = 1;
851 860
            // 
852 861
            // commandBarRowSearch
......
1009 1018
            this.radGridViewDocuments.Font = new System.Drawing.Font("Segoe UI", 8.25F);
1010 1019
            this.radGridViewDocuments.ForeColor = System.Drawing.Color.Black;
1011 1020
            this.radGridViewDocuments.ImeMode = System.Windows.Forms.ImeMode.NoControl;
1012
            this.radGridViewDocuments.Location = new System.Drawing.Point(3, 29);
1021
            this.radGridViewDocuments.Location = new System.Drawing.Point(3, 59);
1013 1022
            // 
1014 1023
            // 
1015 1024
            // 
......
1366 1375
            gridViewRelation1});
1367 1376
            this.radGridViewDocuments.RightToLeft = System.Windows.Forms.RightToLeft.No;
1368 1377
            this.radGridViewDocuments.ShowHeaderCellButtons = true;
1369
            this.radGridViewDocuments.Size = new System.Drawing.Size(991, 299);
1378
            this.radGridViewDocuments.Size = new System.Drawing.Size(991, 269);
1370 1379
            this.radGridViewDocuments.TabIndex = 0;
1371 1380
            // 
1372 1381
            // lbSelectAndTotal
......
1375 1384
            this.lbSelectAndTotal.AutoSize = true;
1376 1385
            this.lbSelectAndTotal.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
1377 1386
            this.lbSelectAndTotal.ForeColor = System.Drawing.Color.Red;
1378
            this.lbSelectAndTotal.Location = new System.Drawing.Point(863, 11);
1387
            this.lbSelectAndTotal.Location = new System.Drawing.Point(863, 41);
1379 1388
            this.lbSelectAndTotal.Name = "lbSelectAndTotal";
1380 1389
            this.lbSelectAndTotal.Size = new System.Drawing.Size(131, 15);
1381 1390
            this.lbSelectAndTotal.TabIndex = 2;
......
1387 1396
            this.lbChecked.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1388 1397
            this.lbChecked.AutoSize = true;
1389 1398
            this.lbChecked.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
1390
            this.lbChecked.Location = new System.Drawing.Point(3, 11);
1399
            this.lbChecked.Location = new System.Drawing.Point(3, 41);
1391 1400
            this.lbChecked.Name = "lbChecked";
1392 1401
            this.lbChecked.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
1393 1402
            this.lbChecked.Size = new System.Drawing.Size(76, 15);
......
1406 1415
            // radCollapsiblePanelCondition.PanelContainer
1407 1416
            // 
1408 1417
            this.radCollapsiblePanelCondition.PanelContainer.Controls.Add(this.tableLayoutPanelCondition);
1409
            this.radCollapsiblePanelCondition.PanelContainer.Size = new System.Drawing.Size(983, 168);
1418
            this.radCollapsiblePanelCondition.PanelContainer.Size = new System.Drawing.Size(997, 182);
1410 1419
            this.radCollapsiblePanelCondition.Size = new System.Drawing.Size(999, 210);
1411 1420
            this.radCollapsiblePanelCondition.TabIndex = 9;
1412 1421
            // 
......
1426 1435
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
1427 1436
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
1428 1437
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
1429
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 83F));
1438
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 86F));
1430 1439
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListFrReviewStatus, 4, 2);
1431 1440
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListToIsDiscussion, 2, 2);
1432 1441
            this.tableLayoutPanelCondition.Controls.Add(this.radLabelFrReviewStatus, 3, 2);
......
1475 1484
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
1476 1485
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
1477 1486
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
1478
            this.tableLayoutPanelCondition.Size = new System.Drawing.Size(983, 168);
1487
            this.tableLayoutPanelCondition.Size = new System.Drawing.Size(997, 182);
1479 1488
            this.tableLayoutPanelCondition.TabIndex = 6;
1480 1489
            // 
1481 1490
            // radDropDownListFrReviewStatus
......
1483 1492
            this.radDropDownListFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1484 1493
            this.radDropDownListFrReviewStatus.DropDownAnimationEnabled = true;
1485 1494
            this.radDropDownListFrReviewStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1486
            this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(314, 68);
1495
            this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(316, 65);
1487 1496
            this.radDropDownListFrReviewStatus.Name = "radDropDownListFrReviewStatus";
1488
            this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(75, 0);
1497
            this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(77, 20);
1489 1498
            this.radDropDownListFrReviewStatus.TabIndex = 18;
1490 1499
            // 
1491 1500
            // radDropDownListToIsDiscussion
......
1493 1502
            this.radDropDownListToIsDiscussion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1494 1503
            this.radDropDownListToIsDiscussion.DropDownAnimationEnabled = true;
1495 1504
            this.radDropDownListToIsDiscussion.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1496
            this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 68);
1505
            this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 65);
1497 1506
            this.radDropDownListToIsDiscussion.Name = "radDropDownListToIsDiscussion";
1498
            this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(75, 0);
1507
            this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(77, 20);
1499 1508
            this.radDropDownListToIsDiscussion.TabIndex = 17;
1500 1509
            // 
1501 1510
            // radLabelFrReviewStatus
1502 1511
            // 
1503 1512
            this.radLabelFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1504 1513
            this.radLabelFrReviewStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1505
            this.radLabelFrReviewStatus.Location = new System.Drawing.Point(228, 59);
1514
            this.radLabelFrReviewStatus.Location = new System.Drawing.Point(230, 67);
1506 1515
            this.radLabelFrReviewStatus.Name = "radLabelFrReviewStatus";
1507
            this.radLabelFrReviewStatus.Size = new System.Drawing.Size(79, 17);
1516
            this.radLabelFrReviewStatus.Size = new System.Drawing.Size(59, 17);
1508 1517
            this.radLabelFrReviewStatus.TabIndex = 7;
1509 1518
            this.radLabelFrReviewStatus.Text = "회신(DS)";
1510 1519
            // 
......
1512 1521
            // 
1513 1522
            this.radLabelToIsDiscussion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1514 1523
            this.radLabelToIsDiscussion.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1515
            this.radLabelToIsDiscussion.Location = new System.Drawing.Point(60, 59);
1524
            this.radLabelToIsDiscussion.Location = new System.Drawing.Point(60, 67);
1516 1525
            this.radLabelToIsDiscussion.Name = "radLabelToIsDiscussion";
1517
            this.radLabelToIsDiscussion.Size = new System.Drawing.Size(79, 17);
1526
            this.radLabelToIsDiscussion.Size = new System.Drawing.Size(68, 17);
1518 1527
            this.radLabelToIsDiscussion.TabIndex = 7;
1519 1528
            this.radLabelToIsDiscussion.Text = "문의(DOF)";
1520 1529
            // 
......
1522 1531
            // 
1523 1532
            this.radLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1524 1533
            this.radLabel9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1525
            this.radLabel9.Location = new System.Drawing.Point(60, 113);
1534
            this.radLabel9.Location = new System.Drawing.Point(60, 127);
1526 1535
            this.radLabel9.Name = "radLabel9";
1527
            this.radLabel9.Size = new System.Drawing.Size(79, 17);
1536
            this.radLabel9.Size = new System.Drawing.Size(74, 17);
1528 1537
            this.radLabel9.TabIndex = 8;
1529 1538
            this.radLabel9.Text = "도프텍결과";
1530 1539
            // 
......
1532 1541
            // 
1533 1542
            this.radLabelAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1534 1543
            this.radLabelAVEVAStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1535
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(396, 86);
1544
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(400, 97);
1536 1545
            this.radLabelAVEVAStatus.Name = "radLabelAVEVAStatus";
1537
            this.radLabelAVEVAStatus.Size = new System.Drawing.Size(79, 17);
1546
            this.radLabelAVEVAStatus.Size = new System.Drawing.Size(86, 17);
1538 1547
            this.radLabelAVEVAStatus.TabIndex = 8;
1539 1548
            this.radLabelAVEVAStatus.Text = "AVEVA Status";
1540 1549
            // 
......
1542 1551
            // 
1543 1552
            this.radLabelJobLevel.Anchor = System.Windows.Forms.AnchorStyles.Left;
1544 1553
            this.radLabelJobLevel.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1545
            this.radLabelJobLevel.Location = new System.Drawing.Point(564, 32);
1554
            this.radLabelJobLevel.Location = new System.Drawing.Point(570, 37);
1546 1555
            this.radLabelJobLevel.Name = "radLabelJobLevel";
1547 1556
            this.radLabelJobLevel.Size = new System.Drawing.Size(47, 17);
1548 1557
            this.radLabelJobLevel.TabIndex = 7;
......
1552 1561
            // 
1553 1562
            this.radLabel4.Anchor = System.Windows.Forms.AnchorStyles.Left;
1554 1563
            this.radLabel4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1555
            this.radLabel4.Location = new System.Drawing.Point(4, 113);
1564
            this.radLabel4.Location = new System.Drawing.Point(4, 127);
1556 1565
            this.radLabel4.Name = "radLabel4";
1557 1566
            this.radLabel4.Size = new System.Drawing.Size(34, 17);
1558 1567
            this.radLabel4.TabIndex = 6;
......
1562 1571
            // 
1563 1572
            this.radLabel3.Anchor = System.Windows.Forms.AnchorStyles.Left;
1564 1573
            this.radLabel3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1565
            this.radLabel3.Location = new System.Drawing.Point(4, 86);
1574
            this.radLabel3.Location = new System.Drawing.Point(4, 97);
1566 1575
            this.radLabel3.Name = "radLabel3";
1567 1576
            this.radLabel3.Size = new System.Drawing.Size(34, 17);
1568 1577
            this.radLabel3.TabIndex = 6;
......
1572 1581
            // 
1573 1582
            this.radLabel2.Anchor = System.Windows.Forms.AnchorStyles.Left;
1574 1583
            this.radLabel2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1575
            this.radLabel2.Location = new System.Drawing.Point(4, 59);
1584
            this.radLabel2.Location = new System.Drawing.Point(4, 67);
1576 1585
            this.radLabel2.Name = "radLabel2";
1577 1586
            this.radLabel2.Size = new System.Drawing.Size(34, 17);
1578 1587
            this.radLabel2.TabIndex = 6;
......
1582 1591
            // 
1583 1592
            this.radLabelTeam.Anchor = System.Windows.Forms.AnchorStyles.Left;
1584 1593
            this.radLabelTeam.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1585
            this.radLabelTeam.Location = new System.Drawing.Point(60, 32);
1594
            this.radLabelTeam.Location = new System.Drawing.Point(60, 37);
1586 1595
            this.radLabelTeam.Name = "radLabelTeam";
1587 1596
            this.radLabelTeam.Size = new System.Drawing.Size(38, 17);
1588 1597
            this.radLabelTeam.TabIndex = 5;
......
1593 1602
            this.radButtonSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
1594 1603
            this.radButtonSearch.Cursor = System.Windows.Forms.Cursors.Default;
1595 1604
            this.radButtonSearch.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1596
            this.radButtonSearch.Location = new System.Drawing.Point(912, 31);
1605
            this.radButtonSearch.Location = new System.Drawing.Point(924, 34);
1597 1606
            this.radButtonSearch.Name = "radButtonSearch";
1598 1607
            this.tableLayoutPanelCondition.SetRowSpan(this.radButtonSearch, 5);
1599
            this.radButtonSearch.Size = new System.Drawing.Size(54, 133);
1608
            this.radButtonSearch.Size = new System.Drawing.Size(54, 144);
1600 1609
            this.radButtonSearch.TabIndex = 3;
1601 1610
            this.radButtonSearch.Text = "Search";
1602 1611
            // 
......
1605 1614
            this.radDropDownListProject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1606 1615
            this.radDropDownListProject.DropDownAnimationEnabled = true;
1607 1616
            this.radDropDownListProject.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1608
            this.radDropDownListProject.Location = new System.Drawing.Point(314, 41);
1617
            this.radDropDownListProject.Location = new System.Drawing.Point(316, 35);
1609 1618
            this.radDropDownListProject.Name = "radDropDownListProject";
1610
            this.radDropDownListProject.Size = new System.Drawing.Size(75, 0);
1619
            this.radDropDownListProject.Size = new System.Drawing.Size(77, 20);
1611 1620
            this.radDropDownListProject.TabIndex = 7;
1612 1621
            // 
1613 1622
            // radLabelDocumentNo
1614 1623
            // 
1615 1624
            this.radLabelDocumentNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
1616 1625
            this.radLabelDocumentNo.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1617
            this.radLabelDocumentNo.Location = new System.Drawing.Point(732, 32);
1626
            this.radLabelDocumentNo.Location = new System.Drawing.Point(740, 37);
1618 1627
            this.radLabelDocumentNo.Name = "radLabelDocumentNo";
1619 1628
            this.radLabelDocumentNo.Size = new System.Drawing.Size(52, 17);
1620 1629
            this.radLabelDocumentNo.TabIndex = 6;
......
1623 1632
            // radTextBoxDocumentNo
1624 1633
            // 
1625 1634
            this.radTextBoxDocumentNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1626
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(818, 41);
1635
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(826, 35);
1627 1636
            this.radTextBoxDocumentNo.Name = "radTextBoxDocumentNo";
1628
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(75, 0);
1637
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(77, 20);
1629 1638
            this.radTextBoxDocumentNo.TabIndex = 8;
1630 1639
            // 
1631 1640
            // radLabelPersonInCharge
1632 1641
            // 
1633 1642
            this.radLabelPersonInCharge.Anchor = System.Windows.Forms.AnchorStyles.Left;
1634 1643
            this.radLabelPersonInCharge.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1635
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(396, 32);
1644
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(400, 37);
1636 1645
            this.radLabelPersonInCharge.Name = "radLabelPersonInCharge";
1637 1646
            this.radLabelPersonInCharge.Size = new System.Drawing.Size(47, 17);
1638 1647
            this.radLabelPersonInCharge.TabIndex = 6;
......
1643 1652
            this.radDropDownListPersonInCharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1644 1653
            this.radDropDownListPersonInCharge.DropDownAnimationEnabled = true;
1645 1654
            this.radDropDownListPersonInCharge.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1646
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(482, 41);
1655
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(486, 35);
1647 1656
            this.radDropDownListPersonInCharge.Name = "radDropDownListPersonInCharge";
1648
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(75, 0);
1657
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(77, 20);
1649 1658
            this.radDropDownListPersonInCharge.TabIndex = 9;
1650 1659
            // 
1651 1660
            // radLabel1
1652 1661
            // 
1653 1662
            this.radLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
1654 1663
            this.radLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1655
            this.radLabel1.Location = new System.Drawing.Point(4, 32);
1664
            this.radLabel1.Location = new System.Drawing.Point(4, 37);
1656 1665
            this.radLabel1.Name = "radLabel1";
1657 1666
            this.radLabel1.Size = new System.Drawing.Size(34, 17);
1658 1667
            this.radLabel1.TabIndex = 10;
......
1663 1672
            this.radDropDownListJobLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1664 1673
            this.radDropDownListJobLevel.DropDownAnimationEnabled = true;
1665 1674
            this.radDropDownListJobLevel.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1666
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(650, 41);
1675
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(656, 35);
1667 1676
            this.radDropDownListJobLevel.Name = "radDropDownListJobLevel";
1668
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(75, 0);
1677
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(77, 20);
1669 1678
            this.radDropDownListJobLevel.TabIndex = 11;
1670 1679
            // 
1671 1680
            // radLabelID2Status
1672 1681
            // 
1673 1682
            this.radLabelID2Status.Anchor = System.Windows.Forms.AnchorStyles.Left;
1674 1683
            this.radLabelID2Status.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1675
            this.radLabelID2Status.Location = new System.Drawing.Point(60, 86);
1684
            this.radLabelID2Status.Location = new System.Drawing.Point(60, 97);
1676 1685
            this.radLabelID2Status.Name = "radLabelID2Status";
1677 1686
            this.radLabelID2Status.Size = new System.Drawing.Size(64, 17);
1678 1687
            this.radLabelID2Status.TabIndex = 7;
......
1682 1691
            // 
1683 1692
            this.radLabel10.Anchor = System.Windows.Forms.AnchorStyles.Left;
1684 1693
            this.radLabel10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1685
            this.radLabel10.Location = new System.Drawing.Point(228, 113);
1694
            this.radLabel10.Location = new System.Drawing.Point(230, 127);
1686 1695
            this.radLabel10.Name = "radLabel10";
1687 1696
            this.radLabel10.Size = new System.Drawing.Size(61, 17);
1688 1697
            this.radLabel10.TabIndex = 9;
......
1695 1704
            this.radDropDownListID2Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1696 1705
            this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 95);
1697 1706
            this.radDropDownListID2Status.Name = "radDropDownListID2Status";
1698
            this.radDropDownListID2Status.Size = new System.Drawing.Size(75, 0);
1707
            this.radDropDownListID2Status.Size = new System.Drawing.Size(77, 20);
1699 1708
            this.radDropDownListID2Status.TabIndex = 13;
1700 1709
            // 
1701 1710
            // radDropDownListAVEVAStatus
......
1703 1712
            this.radDropDownListAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1704 1713
            this.radDropDownListAVEVAStatus.DropDownAnimationEnabled = true;
1705 1714
            this.radDropDownListAVEVAStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1706
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(482, 95);
1715
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(486, 95);
1707 1716
            this.radDropDownListAVEVAStatus.Name = "radDropDownListAVEVAStatus";
1708
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(75, 0);
1717
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(77, 20);
1709 1718
            this.radDropDownListAVEVAStatus.TabIndex = 14;
1710 1719
            // 
1711 1720
            // radDropDownListProdIsResult
......
1713 1722
            this.radDropDownListProdIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1714 1723
            this.radDropDownListProdIsResult.DropDownAnimationEnabled = true;
1715 1724
            this.radDropDownListProdIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1716
            this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 122);
1725
            this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 125);
1717 1726
            this.radDropDownListProdIsResult.Name = "radDropDownListProdIsResult";
1718
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(75, 0);
1727
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(77, 20);
1719 1728
            this.radDropDownListProdIsResult.TabIndex = 15;
1720 1729
            // 
1721 1730
            // radDropDownListClientIsResult
......
1723 1732
            this.radDropDownListClientIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1724 1733
            this.radDropDownListClientIsResult.DropDownAnimationEnabled = true;
1725 1734
            this.radDropDownListClientIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1726
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(314, 122);
1735
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(316, 125);
1727 1736
            this.radDropDownListClientIsResult.Name = "radDropDownListClientIsResult";
1728
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(75, 0);
1737
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(77, 20);
1729 1738
            this.radDropDownListClientIsResult.TabIndex = 16;
1730 1739
            // 
1731 1740
            // radLabel6
1732 1741
            // 
1733 1742
            this.radLabel6.Anchor = System.Windows.Forms.AnchorStyles.Left;
1734 1743
            this.radLabel6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1735
            this.radLabel6.Location = new System.Drawing.Point(4, 143);
1744
            this.radLabel6.Location = new System.Drawing.Point(4, 157);
1736 1745
            this.radLabel6.Name = "radLabel6";
1737 1746
            this.radLabel6.Size = new System.Drawing.Size(49, 17);
1738 1747
            this.radLabel6.TabIndex = 10;
......
1742 1751
            // 
1743 1752
            this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Left;
1744 1753
            this.radLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1745
            this.radLabel7.Location = new System.Drawing.Point(228, 143);
1754
            this.radLabel7.Location = new System.Drawing.Point(230, 157);
1746 1755
            this.radLabel7.Name = "radLabel7";
1747 1756
            this.radLabel7.Size = new System.Drawing.Size(72, 17);
1748 1757
            this.radLabel7.TabIndex = 12;
......
1752 1761
            // 
1753 1762
            this.radLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1754 1763
            this.radLabel5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1755
            this.radLabel5.Location = new System.Drawing.Point(60, 143);
1764
            this.radLabel5.Location = new System.Drawing.Point(60, 157);
1756 1765
            this.radLabel5.Name = "radLabel5";
1757
            this.radLabel5.Size = new System.Drawing.Size(79, 17);
1766
            this.radLabel5.Size = new System.Drawing.Size(55, 17);
1758 1767
            this.radLabel5.TabIndex = 11;
1759 1768
            this.radLabel5.Text = "Gateway";
1760 1769
            // 
......
1763 1772
            this.radDropDownListGateway.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1764 1773
            this.radDropDownListGateway.DropDownAnimationEnabled = true;
1765 1774
            this.radDropDownListGateway.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1766
            this.radDropDownListGateway.Location = new System.Drawing.Point(146, 151);
1775
            this.radDropDownListGateway.Location = new System.Drawing.Point(146, 156);
1767 1776
            this.radDropDownListGateway.Name = "radDropDownListGateway";
1768
            this.radDropDownListGateway.Size = new System.Drawing.Size(75, 0);
1777
            this.radDropDownListGateway.Size = new System.Drawing.Size(77, 20);
1769 1778
            this.radDropDownListGateway.TabIndex = 19;
1770 1779
            // 
1771 1780
            // radDropDownListRegistration
......
1773 1782
            this.radDropDownListRegistration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1774 1783
            this.radDropDownListRegistration.DropDownAnimationEnabled = true;
1775 1784
            this.radDropDownListRegistration.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1776
            this.radDropDownListRegistration.Location = new System.Drawing.Point(314, 151);
1785
            this.radDropDownListRegistration.Location = new System.Drawing.Point(316, 156);
1777 1786
            this.radDropDownListRegistration.Name = "radDropDownListRegistration";
1778
            this.radDropDownListRegistration.Size = new System.Drawing.Size(75, 0);
1787
            this.radDropDownListRegistration.Size = new System.Drawing.Size(77, 20);
1779 1788
            this.radDropDownListRegistration.TabIndex = 20;
1780 1789
            // 
1781 1790
            // radLabel8
1782 1791
            // 
1783 1792
            this.radLabel8.Anchor = System.Windows.Forms.AnchorStyles.Left;
1784 1793
            this.radLabel8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1785
            this.radLabel8.Location = new System.Drawing.Point(4, 5);
1794
            this.radLabel8.Location = new System.Drawing.Point(4, 7);
1786 1795
            this.radLabel8.Name = "radLabel8";
1787 1796
            this.radLabel8.Size = new System.Drawing.Size(33, 17);
1788 1797
            this.radLabel8.TabIndex = 21;
......
1809 1818
            this.tableLayoutPanelDate.Name = "tableLayoutPanelDate";
1810 1819
            this.tableLayoutPanelDate.RowCount = 1;
1811 1820
            this.tableLayoutPanelDate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
1812
            this.tableLayoutPanelDate.Size = new System.Drawing.Size(925, 26);
1821
            this.tableLayoutPanelDate.Size = new System.Drawing.Size(939, 29);
1813 1822
            this.tableLayoutPanelDate.TabIndex = 22;
1814 1823
            // 
1815 1824
            // radCheckedDropDownListDateType
1816 1825
            // 
1817 1826
            this.radCheckedDropDownListDateType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1818 1827
            this.radCheckedDropDownListDateType.DropDownAnimationEnabled = true;
1819
            this.radCheckedDropDownListDateType.Location = new System.Drawing.Point(3, 13);
1828
            this.radCheckedDropDownListDateType.Location = new System.Drawing.Point(3, 4);
1820 1829
            this.radCheckedDropDownListDateType.Name = "radCheckedDropDownListDateType";
1821
            this.radCheckedDropDownListDateType.Size = new System.Drawing.Size(474, 0);
1830
            this.radCheckedDropDownListDateType.Size = new System.Drawing.Size(474, 20);
1822 1831
            this.radCheckedDropDownListDateType.TabIndex = 0;
1823 1832
            // 
1824 1833
            // radDateTimePickerFr
1825 1834
            // 
1826 1835
            this.radDateTimePickerFr.Anchor = System.Windows.Forms.AnchorStyles.Left;
1827
            this.radDateTimePickerFr.Location = new System.Drawing.Point(483, 3);
1836
            this.radDateTimePickerFr.Location = new System.Drawing.Point(483, 4);
1828 1837
            this.radDateTimePickerFr.Name = "radDateTimePickerFr";
1829 1838
            this.radDateTimePickerFr.NullText = "No date selected";
1830 1839
            this.radDateTimePickerFr.Size = new System.Drawing.Size(144, 20);
......
1836 1845
            // radDateTimePickerTo
1837 1846
            // 
1838 1847
            this.radDateTimePickerTo.Anchor = System.Windows.Forms.AnchorStyles.Right;
1839
            this.radDateTimePickerTo.Location = new System.Drawing.Point(663, 3);
1848
            this.radDateTimePickerTo.Location = new System.Drawing.Point(663, 4);
1840 1849
            this.radDateTimePickerTo.Name = "radDateTimePickerTo";
1841 1850
            this.radDateTimePickerTo.NullText = "No date selected";
1842 1851
            this.radDateTimePickerTo.Size = new System.Drawing.Size(144, 20);
......
1848 1857
            // radButtonDateClear
1849 1858
            // 
1850 1859
            this.radButtonDateClear.Anchor = System.Windows.Forms.AnchorStyles.Left;
1851
            this.radButtonDateClear.Location = new System.Drawing.Point(813, 5);
1860
            this.radButtonDateClear.Location = new System.Drawing.Point(813, 6);
1852 1861
            this.radButtonDateClear.Name = "radButtonDateClear";
1853 1862
            this.radButtonDateClear.Size = new System.Drawing.Size(19, 16);
1854 1863
            this.radButtonDateClear.TabIndex = 3;
......
1857 1866
            // radLabelSplit
1858 1867
            // 
1859 1868
            this.radLabelSplit.Anchor = System.Windows.Forms.AnchorStyles.None;
1860
            this.radLabelSplit.Location = new System.Drawing.Point(638, 4);
1869
            this.radLabelSplit.Location = new System.Drawing.Point(638, 5);
1861 1870
            this.radLabelSplit.Name = "radLabelSplit";
1862 1871
            this.radLabelSplit.Size = new System.Drawing.Size(14, 18);
1863 1872
            this.radLabelSplit.TabIndex = 4;
......
1867 1876
            // 
1868 1877
            this.radLabelID2Issues.Anchor = System.Windows.Forms.AnchorStyles.Left;
1869 1878
            this.radLabelID2Issues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1870
            this.radLabelID2Issues.Location = new System.Drawing.Point(228, 86);
1879
            this.radLabelID2Issues.Location = new System.Drawing.Point(230, 97);
1871 1880
            this.radLabelID2Issues.Name = "radLabelID2Issues";
1872 1881
            this.radLabelID2Issues.Size = new System.Drawing.Size(59, 17);
1873 1882
            this.radLabelID2Issues.TabIndex = 23;
......
1877 1886
            // 
1878 1887
            this.radLabelAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1879 1888
            this.radLabelAVEVAIssues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1880
            this.radLabelAVEVAIssues.Location = new System.Drawing.Point(564, 86);
1889
            this.radLabelAVEVAIssues.Location = new System.Drawing.Point(570, 97);
1881 1890
            this.radLabelAVEVAIssues.Name = "radLabelAVEVAIssues";
1882
            this.radLabelAVEVAIssues.Size = new System.Drawing.Size(79, 17);
1891
            this.radLabelAVEVAIssues.Size = new System.Drawing.Size(81, 17);
1883 1892
            this.radLabelAVEVAIssues.TabIndex = 24;
1884 1893
            this.radLabelAVEVAIssues.Text = "AVEVA Issue";
1885 1894
            // 
......
1888 1897
            this.radDropDownListID2Issues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1889 1898
            this.radDropDownListID2Issues.DropDownAnimationEnabled = true;
1890 1899
            this.radDropDownListID2Issues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1891
            this.radDropDownListID2Issues.Location = new System.Drawing.Point(314, 95);
1900
            this.radDropDownListID2Issues.Location = new System.Drawing.Point(316, 95);
1892 1901
            this.radDropDownListID2Issues.Name = "radDropDownListID2Issues";
1893
            this.radDropDownListID2Issues.Size = new System.Drawing.Size(75, 0);
1902
            this.radDropDownListID2Issues.Size = new System.Drawing.Size(77, 20);
1894 1903
            this.radDropDownListID2Issues.TabIndex = 25;
1895 1904
            // 
1896 1905
            // radDropDownListAVEVAIssues
......
1898 1907
            this.radDropDownListAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1899 1908
            this.radDropDownListAVEVAIssues.DropDownAnimationEnabled = true;
1900 1909
            this.radDropDownListAVEVAIssues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1901
            this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(650, 95);
1910
            this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(656, 95);
1902 1911
            this.radDropDownListAVEVAIssues.Name = "radDropDownListAVEVAIssues";
1903
            this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(75, 0);
1912
            this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(77, 20);
1904 1913
            this.radDropDownListAVEVAIssues.TabIndex = 26;
1905 1914
            // 
1906 1915
            // radLabelProject
1907 1916
            // 
1908 1917
            this.radLabelProject.Anchor = System.Windows.Forms.AnchorStyles.Left;
1909 1918
            this.radLabelProject.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1910
            this.radLabelProject.Location = new System.Drawing.Point(228, 32);
1919
            this.radLabelProject.Location = new System.Drawing.Point(230, 37);
1911 1920
            this.radLabelProject.Name = "radLabelProject";
1912 1921
            this.radLabelProject.Size = new System.Drawing.Size(68, 17);
1913 1922
            this.radLabelProject.TabIndex = 27;
......
1918 1927
            this.radDropDownListTeam.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1919 1928
            this.radDropDownListTeam.DropDownAnimationEnabled = true;
1920 1929
            this.radDropDownListTeam.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1921
            this.radDropDownListTeam.Location = new System.Drawing.Point(146, 41);
1930
            this.radDropDownListTeam.Location = new System.Drawing.Point(146, 35);
1922 1931
            this.radDropDownListTeam.Name = "radDropDownListTeam";
1923
            this.radDropDownListTeam.Size = new System.Drawing.Size(75, 0);
1932
            this.radDropDownListTeam.Size = new System.Drawing.Size(77, 20);
1924 1933
            this.radDropDownListTeam.TabIndex = 28;
1925 1934
            // 
1926 1935
            // radLabelProjectGroupNm
......
2000 2009
            // 
2001 2010
            // DockMain
2002 2011
            // 
2003
            this.DockMain.ActiveWindow = this.DockClassify;
2012
            this.DockMain.ActiveWindow = this.DockWindowMain;
2004 2013
            this.DockMain.AutoHideAnimation = Telerik.WinControls.UI.Docking.AutoHideAnimateMode.None;
2005 2014
            this.DockMain.CausesValidation = false;
2006 2015
            this.DockMain.Controls.Add(this.DockContainerMain);
......
2069 2078
            // 
2070 2079
            // 
2071 2080
            this.DockMainTabStrip.RootElement.MinSize = new System.Drawing.Size(25, 25);
2072
            this.DockMainTabStrip.SelectedIndex = 1;
2081
            this.DockMainTabStrip.SelectedIndex = 0;
2073 2082
            this.DockMainTabStrip.Size = new System.Drawing.Size(1021, 633);
2074 2083
            this.DockMainTabStrip.TabIndex = 0;
2075 2084
            this.DockMainTabStrip.TabStop = false;
......
2275 2284
            this.toolTabStrip2.TabIndex = 0;
2276 2285
            this.toolTabStrip2.TabStop = false;
2277 2286
            // 
2278
            // radButtonElementStopWorking
2279
            // 
2280
            this.radButtonElementStopWorking.Image = global::ID2.Manager.Properties.Resources.Stop;
2281
            this.radButtonElementStopWorking.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
2282
            this.radButtonElementStopWorking.Name = "radButtonElementStopWorking";
2283
            this.radButtonElementStopWorking.Text = "Stop";
2284
            this.radButtonElementStopWorking.TextAlignment = System.Drawing.ContentAlignment.BottomCenter;
2285
            this.radButtonElementStopWorking.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
2286
            // 
2287 2287
            // Main
2288 2288
            // 
2289 2289
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
ID2.Manager/ID2.Manager/Main.cs
158 158
            this.radGridViewDocuments.TableElement.RowHeaderColumnWidth = 36;
159 159
            //this.radGridViewDocuments.MasterView.TableSearchRow.InitialSearchResultsTreshold = ;
160 160
            this.radGridViewDocuments.MasterView.TableSearchRow.IsVisible = false;
161
            this.radGridViewDocuments.GroupSummaryEvaluate += RadGridViewDocuments_GroupSummaryEvaluate;
161 162

  
162 163
            var openProjectView = new OpenProjectView()
163 164
            {
......
188 189
        }
189 190

  
190 191
        /// <summary>
192
        /// 그룹에 속한 항목의 개수를 표시한다.
193
        /// </summary>
194
        /// <param name="sender"></param>
195
        /// <param name="e"></param>
196
        private void RadGridViewDocuments_GroupSummaryEvaluate(object sender, GroupSummaryEvaluationEventArgs e)
197
        {
198
            if (e.Parent != this.radGridViewDocuments.MasterTemplate)
199
            {
200
                e.FormatString = $"{e.Value} - ({e.Group.ItemCount})";
201
            }
202
        }
203

  
204
        /// <summary>
191 205
        /// 유사도 분류 작업이 완료되면 유사도 수행 버튼을 활성화 시킨다.
192 206
        /// </summary>
193 207
        private void Classify_OnClassifyCompleted()
......
1125 1139
            }
1126 1140
        }
1127 1141

  
1142

  
1128 1143
        private void RadRibbonBarBackstageViewID2Manager_BackstageViewClosed(object sender, EventArgs e)
1129 1144
        {
1130 1145
            try
ID2.Manager/ID2.Manager/Properties/Resources.Designer.cs
108 108
        /// <summary>
109 109
        ///   System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
110 110
        /// </summary>
111
        internal static System.Drawing.Bitmap Delete {
112
            get {
113
                object obj = ResourceManager.GetObject("Delete", resourceCulture);
114
                return ((System.Drawing.Bitmap)(obj));
115
            }
116
        }
117
        
118
        /// <summary>
119
        ///   System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
120
        /// </summary>
111 121
        internal static System.Drawing.Bitmap Excel {
112 122
            get {
113 123
                object obj = ResourceManager.GetObject("Excel", resourceCulture);
ID2.Manager/ID2.Manager/Properties/Resources.resx
130 130
  <data name="DefalutDockLayout" type="System.Resources.ResXFileRef, System.Windows.Forms">
131 131
    <value>..\DefalutDockLayout.xml;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
132 132
  </data>
133
  <data name="Delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
134
    <value>..\Resources\Delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
135
  </data>
133 136
  <data name="Excel" type="System.Resources.ResXFileRef, System.Windows.Forms">
134 137
    <value>..\Resources\Excel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
135 138
  </data>

내보내기 Unified diff

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