프로젝트

일반

사용자정보

개정판 907b1835

ID907b1835e72d4c9699c2fa7b76970a56408b4d9e
상위 0708a577
하위 16cadd14

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

Feature: 유사도 평가 작업 중지 기능 추가

Change-Id: Ic65d39f143a929df623f1ac1ba5a69599c3c0ac7

차이점 보기:

ID2.Manager/ID2.Manager/Classes/CompareModelWorkUnit.cs
32 32
        public double Simularity {get;set;}
33 33
        private string dwgExtension { get; } = ".dwg";
34 34

  
35

  
36 35
        public CompareModelWorkUnit(Workspace FirstWorkspace, Workspace SecondWorkspace, List<ID2.Manager.Data.Models.Documents> docs)
37 36
        {
38 37
            _FirstWorkspace = FirstWorkspace;
......
105 104
                var FirstEntities = _FirstWorkspace.Entities.ToList();
106 105
                for (int j = i + 1; j < _Docs.Count; ++j)
107 106
                {
107
                    if (Cancelled(worker, doWorkEventArgs)) break;
108

  
108 109
                    string SecondDwgFolder = System.IO.Path.Combine(informations.FindID2LocalPath(_Docs.ElementAt(j).RefProjectCode), "drawings", "Native");
109 110
                    string SecondDocNo = _Docs.ElementAt(j).DocumentNo;
110 111
                    string SecondFilePath = System.IO.Path.Combine(SecondDwgFolder, $"{SecondDocNo}{dwgExtension}");
......
141 142

  
142 143
                    UpdateProgress(count++, sum, "Comparing....", worker);
143 144
                }
145
                if (Cancelled(worker, doWorkEventArgs)) break;
144 146
            }
145 147
        }
146 148

  
......
784 786
            base.WorkCompleted(sender);
785 787
        }
786 788

  
789
        public override void WorkCancelled(object sender)
790
        {
791
            base.WorkCancelled(sender);
792
        }
793

  
787 794
        public override void WorkFailed(object sender)
788 795
        {
789 796
            RadMessageBox.Show("Failed");
ID2.Manager/ID2.Manager/Controls/Classify.Designer.cs
58 58
            toolBar1}, new devDept.Eyeshot.Legend[0], histogram1, devDept.Eyeshot.displayType.Wireframe, true, false, false, false, new devDept.Eyeshot.Grid[] {
59 59
            grid1}, new devDept.Eyeshot.OriginSymbol[] {
60 60
            originSymbol1}, false, rotateSettings1, zoomSettings1, panSettings1, navigationSettings1, coordinateSystemIcon1, viewCubeIcon1, savedViewsManager1, devDept.Eyeshot.viewType.Top);
61
            Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
62
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
63
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
64
            Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
65 61
            devDept.Eyeshot.CancelToolBarButton cancelToolBarButton2 = new devDept.Eyeshot.CancelToolBarButton("Cancel", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
66 62
            devDept.Eyeshot.ProgressBar progressBar2 = new devDept.Eyeshot.ProgressBar(devDept.Eyeshot.ProgressBar.styleType.Circular, 0, "Idle", System.Drawing.Color.Black, System.Drawing.Color.Transparent, System.Drawing.Color.Green, 1D, true, cancelToolBarButton2, false, 0.1D, 0.333D, true);
67 63
            devDept.Graphics.BackgroundSettings backgroundSettings2 = new devDept.Graphics.BackgroundSettings(devDept.Graphics.backgroundStyleType.Solid, System.Drawing.Color.DeepSkyBlue, System.Drawing.Color.DodgerBlue, System.Drawing.Color.Black, 0.75D, null, devDept.Graphics.colorThemeType.Auto, 0.33D);
......
91 87
            toolBar2}, new devDept.Eyeshot.Legend[0], histogram2, devDept.Eyeshot.displayType.Wireframe, true, false, false, false, new devDept.Eyeshot.Grid[] {
92 88
            grid2}, new devDept.Eyeshot.OriginSymbol[] {
93 89
            originSymbol2}, false, rotateSettings2, zoomSettings2, panSettings2, navigationSettings2, coordinateSystemIcon2, viewCubeIcon2, savedViewsManager2, devDept.Eyeshot.viewType.Top);
90
            Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
91
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
92
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
93
            Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
94 94
            this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
95 95
            this.splitPanel1 = new Telerik.WinControls.UI.SplitPanel();
96 96
            this.radSplitContainer2 = new Telerik.WinControls.UI.RadSplitContainer();
......
98 98
            this.radSplitContainer3 = new Telerik.WinControls.UI.RadSplitContainer();
99 99
            this.splitPanelAutoCAD = new Telerik.WinControls.UI.SplitPanel();
100 100
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
101
            this.radSplitContainerDrawing = new Telerik.WinControls.UI.RadSplitContainer();
102
            this.splitPanel6 = new Telerik.WinControls.UI.SplitPanel();
101 103
            this.designDrawing = new devDept.Eyeshot.Design();
104
            this.splitPanel7 = new Telerik.WinControls.UI.SplitPanel();
105
            this.SecondWorkspace = new devDept.Eyeshot.Design();
102 106
            this.radSplitContainerMain = new Telerik.WinControls.UI.RadSplitContainer();
103 107
            this.splitPanelDocument = new Telerik.WinControls.UI.SplitPanel();
104 108
            this.radGridViewDocument = new Telerik.WinControls.UI.RadGridView();
......
108 112
            this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
109 113
            this.radSpinEditorTolerance = new Telerik.WinControls.UI.RadSpinEditor();
110 114
            this.radButtonExceptLayer = new Telerik.WinControls.UI.RadButton();
111
            this.radButtonClassify = new Telerik.WinControls.UI.RadButton();
112 115
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
113 116
            this.radSpinEditorSimularity = new Telerik.WinControls.UI.RadSpinEditor();
114 117
            this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
115
            this.radButtonExtractText = new Telerik.WinControls.UI.RadButton();
116 118
            this.radButtonRefresh = new Telerik.WinControls.UI.RadButton();
117 119
            this.splitPanel5 = new Telerik.WinControls.UI.SplitPanel();
118 120
            this.splitPanel3 = new Telerik.WinControls.UI.SplitPanel();
119
            this.radSplitContainerDrawing = new Telerik.WinControls.UI.RadSplitContainer();
120
            this.splitPanel6 = new Telerik.WinControls.UI.SplitPanel();
121
            this.splitPanel7 = new Telerik.WinControls.UI.SplitPanel();
122
            this.SecondWorkspace = new devDept.Eyeshot.Design();
123 121
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
124 122
            this.radSplitContainer1.SuspendLayout();
125 123
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
......
133 131
            ((System.ComponentModel.ISupportInitialize)(this.splitPanelAutoCAD)).BeginInit();
134 132
            this.splitPanelAutoCAD.SuspendLayout();
135 133
            this.tableLayoutPanel4.SuspendLayout();
134
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerDrawing)).BeginInit();
135
            this.radSplitContainerDrawing.SuspendLayout();
136
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel6)).BeginInit();
137
            this.splitPanel6.SuspendLayout();
136 138
            ((System.ComponentModel.ISupportInitialize)(this.designDrawing)).BeginInit();
139
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).BeginInit();
140
            this.splitPanel7.SuspendLayout();
141
            ((System.ComponentModel.ISupportInitialize)(this.SecondWorkspace)).BeginInit();
137 142
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerMain)).BeginInit();
138 143
            this.radSplitContainerMain.SuspendLayout();
139 144
            ((System.ComponentModel.ISupportInitialize)(this.splitPanelDocument)).BeginInit();
......
147 152
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
148 153
            ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorTolerance)).BeginInit();
149 154
            ((System.ComponentModel.ISupportInitialize)(this.radButtonExceptLayer)).BeginInit();
150
            ((System.ComponentModel.ISupportInitialize)(this.radButtonClassify)).BeginInit();
151 155
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
152 156
            ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorSimularity)).BeginInit();
153 157
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
154
            ((System.ComponentModel.ISupportInitialize)(this.radButtonExtractText)).BeginInit();
155 158
            ((System.ComponentModel.ISupportInitialize)(this.radButtonRefresh)).BeginInit();
156 159
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel5)).BeginInit();
157 160
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).BeginInit();
158
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerDrawing)).BeginInit();
159
            this.radSplitContainerDrawing.SuspendLayout();
160
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel6)).BeginInit();
161
            this.splitPanel6.SuspendLayout();
162
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).BeginInit();
163
            this.splitPanel7.SuspendLayout();
164
            ((System.ComponentModel.ISupportInitialize)(this.SecondWorkspace)).BeginInit();
165 161
            this.SuspendLayout();
166 162
            // 
167 163
            // radSplitContainer1
......
272 268
            this.tableLayoutPanel4.Size = new System.Drawing.Size(1070, 578);
273 269
            this.tableLayoutPanel4.TabIndex = 1;
274 270
            // 
271
            // radSplitContainerDrawing
272
            // 
273
            this.radSplitContainerDrawing.Controls.Add(this.splitPanel6);
274
            this.radSplitContainerDrawing.Controls.Add(this.splitPanel7);
275
            this.radSplitContainerDrawing.Dock = System.Windows.Forms.DockStyle.Fill;
276
            this.radSplitContainerDrawing.Location = new System.Drawing.Point(0, 0);
277
            this.radSplitContainerDrawing.Name = "radSplitContainerDrawing";
278
            // 
279
            // 
280
            // 
281
            this.radSplitContainerDrawing.RootElement.MinSize = new System.Drawing.Size(25, 25);
282
            this.radSplitContainerDrawing.Size = new System.Drawing.Size(1070, 578);
283
            this.radSplitContainerDrawing.TabIndex = 0;
284
            this.radSplitContainerDrawing.TabStop = false;
285
            // 
286
            // splitPanel6
287
            // 
288
            this.splitPanel6.Controls.Add(this.designDrawing);
289
            this.splitPanel6.Location = new System.Drawing.Point(0, 0);
290
            this.splitPanel6.Name = "splitPanel6";
291
            // 
292
            // 
293
            // 
294
            this.splitPanel6.RootElement.MinSize = new System.Drawing.Size(25, 25);
295
            this.splitPanel6.Size = new System.Drawing.Size(533, 578);
296
            this.splitPanel6.TabIndex = 0;
297
            this.splitPanel6.TabStop = false;
298
            this.splitPanel6.Text = "splitPanel6";
299
            // 
275 300
            // designDrawing
276 301
            // 
277 302
            this.designDrawing.Cursor = System.Windows.Forms.Cursors.Default;
......
284 309
            this.designDrawing.Text = "FirstDrawing";
285 310
            this.designDrawing.Viewports.Add(viewport1);
286 311
            // 
312
            // splitPanel7
313
            // 
314
            this.splitPanel7.Controls.Add(this.SecondWorkspace);
315
            this.splitPanel7.Location = new System.Drawing.Point(537, 0);
316
            this.splitPanel7.Name = "splitPanel7";
317
            // 
318
            // 
319
            // 
320
            this.splitPanel7.RootElement.MinSize = new System.Drawing.Size(25, 25);
321
            this.splitPanel7.Size = new System.Drawing.Size(533, 578);
322
            this.splitPanel7.TabIndex = 1;
323
            this.splitPanel7.TabStop = false;
324
            this.splitPanel7.Text = "splitPanel7";
325
            // 
326
            // SecondWorkspace
327
            // 
328
            this.SecondWorkspace.Cursor = System.Windows.Forms.Cursors.Default;
329
            this.SecondWorkspace.Dock = System.Windows.Forms.DockStyle.Fill;
330
            this.SecondWorkspace.Location = new System.Drawing.Point(0, 0);
331
            this.SecondWorkspace.Name = "SecondWorkspace";
332
            this.SecondWorkspace.ProgressBar = progressBar2;
333
            this.SecondWorkspace.Size = new System.Drawing.Size(533, 578);
334
            this.SecondWorkspace.TabIndex = 0;
335
            this.SecondWorkspace.Text = "SecondDrawing";
336
            this.SecondWorkspace.Viewports.Add(viewport2);
337
            // 
287 338
            // radSplitContainerMain
288 339
            // 
289 340
            this.radSplitContainerMain.Controls.Add(this.splitPanelDocument);
......
382 433
            // 
383 434
            // tableLayoutPanel3
384 435
            // 
385
            this.tableLayoutPanel3.ColumnCount = 15;
436
            this.tableLayoutPanel3.ColumnCount = 13;
386 437
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
387 438
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
388 439
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
......
396 447
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
397 448
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
398 449
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 28F));
399
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
400
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
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));
401 452
            this.tableLayoutPanel3.Controls.Add(this.radLabel3, 1, 0);
402 453
            this.tableLayoutPanel3.Controls.Add(this.radSpinEditorTolerance, 2, 0);
403 454
            this.tableLayoutPanel3.Controls.Add(this.radButtonExceptLayer, 12, 0);
404
            this.tableLayoutPanel3.Controls.Add(this.radButtonClassify, 13, 0);
405 455
            this.tableLayoutPanel3.Controls.Add(this.radLabel1, 3, 0);
406 456
            this.tableLayoutPanel3.Controls.Add(this.radSpinEditorSimularity, 4, 0);
407 457
            this.tableLayoutPanel3.Controls.Add(this.radLabel4, 5, 0);
408
            this.tableLayoutPanel3.Controls.Add(this.radButtonExtractText, 14, 0);
409 458
            this.tableLayoutPanel3.Controls.Add(this.radButtonRefresh, 0, 0);
410 459
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
411 460
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
......
441 490
            // radButtonExceptLayer
442 491
            // 
443 492
            this.radButtonExceptLayer.Dock = System.Windows.Forms.DockStyle.Fill;
444
            this.radButtonExceptLayer.Location = new System.Drawing.Point(1157, 3);
493
            this.radButtonExceptLayer.Location = new System.Drawing.Point(1297, 3);
445 494
            this.radButtonExceptLayer.Name = "radButtonExceptLayer";
446 495
            this.radButtonExceptLayer.Size = new System.Drawing.Size(22, 18);
447 496
            this.radButtonExceptLayer.TabIndex = 6;
448 497
            this.radButtonExceptLayer.Text = "...";
449 498
            // 
450
            // radButtonClassify
451
            // 
452
            this.radButtonClassify.Dock = System.Windows.Forms.DockStyle.Fill;
453
            this.radButtonClassify.Location = new System.Drawing.Point(1185, 3);
454
            this.radButtonClassify.Name = "radButtonClassify";
455
            this.radButtonClassify.Size = new System.Drawing.Size(54, 18);
456
            this.radButtonClassify.TabIndex = 9;
457
            this.radButtonClassify.Text = "Classify";
458
            // 
459 499
            // radLabel1
460 500
            // 
461 501
            this.radLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
......
492 532
            this.radLabel4.TabIndex = 12;
493 533
            this.radLabel4.Text = "(%)";
494 534
            // 
495
            // radButtonExtractText
496
            // 
497
            this.radButtonExtractText.Dock = System.Windows.Forms.DockStyle.Fill;
498
            this.radButtonExtractText.Location = new System.Drawing.Point(1245, 3);
499
            this.radButtonExtractText.Name = "radButtonExtractText";
500
            this.radButtonExtractText.Size = new System.Drawing.Size(74, 18);
501
            this.radButtonExtractText.TabIndex = 13;
502
            this.radButtonExtractText.Text = "Extract Text";
503
            // 
504 535
            // radButtonRefresh
505 536
            // 
506 537
            this.radButtonRefresh.Dock = System.Windows.Forms.DockStyle.Fill;
......
536 567
            this.splitPanel3.TabIndex = 0;
537 568
            this.splitPanel3.TabStop = false;
538 569
            // 
539
            // radSplitContainerDrawing
540
            // 
541
            this.radSplitContainerDrawing.Controls.Add(this.splitPanel6);
542
            this.radSplitContainerDrawing.Controls.Add(this.splitPanel7);
543
            this.radSplitContainerDrawing.Dock = System.Windows.Forms.DockStyle.Fill;
544
            this.radSplitContainerDrawing.Location = new System.Drawing.Point(0, 0);
545
            this.radSplitContainerDrawing.Name = "radSplitContainerDrawing";
546
            // 
547
            // 
548
            // 
549
            this.radSplitContainerDrawing.RootElement.MinSize = new System.Drawing.Size(25, 25);
550
            this.radSplitContainerDrawing.Size = new System.Drawing.Size(1070, 578);
551
            this.radSplitContainerDrawing.TabIndex = 0;
552
            this.radSplitContainerDrawing.TabStop = false;
553
            // 
554
            // splitPanel6
555
            // 
556
            this.splitPanel6.Controls.Add(this.designDrawing);
557
            this.splitPanel6.Location = new System.Drawing.Point(0, 0);
558
            this.splitPanel6.Name = "splitPanel6";
559
            // 
560
            // 
561
            // 
562
            this.splitPanel6.RootElement.MinSize = new System.Drawing.Size(25, 25);
563
            this.splitPanel6.Size = new System.Drawing.Size(533, 578);
564
            this.splitPanel6.TabIndex = 0;
565
            this.splitPanel6.TabStop = false;
566
            this.splitPanel6.Text = "splitPanel6";
567
            // 
568
            // splitPanel7
569
            // 
570
            this.splitPanel7.Controls.Add(this.SecondWorkspace);
571
            this.splitPanel7.Location = new System.Drawing.Point(537, 0);
572
            this.splitPanel7.Name = "splitPanel7";
573
            // 
574
            // 
575
            // 
576
            this.splitPanel7.RootElement.MinSize = new System.Drawing.Size(25, 25);
577
            this.splitPanel7.Size = new System.Drawing.Size(533, 578);
578
            this.splitPanel7.TabIndex = 1;
579
            this.splitPanel7.TabStop = false;
580
            this.splitPanel7.Text = "splitPanel7";
581
            // 
582
            // SecondWorkspace
583
            // 
584
            this.SecondWorkspace.Cursor = System.Windows.Forms.Cursors.Default;
585
            this.SecondWorkspace.Dock = System.Windows.Forms.DockStyle.Fill;
586
            this.SecondWorkspace.Location = new System.Drawing.Point(0, 0);
587
            this.SecondWorkspace.Name = "SecondWorkspace";
588
            this.SecondWorkspace.ProgressBar = progressBar2;
589
            this.SecondWorkspace.Size = new System.Drawing.Size(533, 578);
590
            this.SecondWorkspace.TabIndex = 0;
591
            this.SecondWorkspace.Text = "SecondDrawing";
592
            this.SecondWorkspace.Viewports.Add(viewport2);
593
            // 
594 570
            // Classify
595 571
            // 
596 572
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
......
611 587
            ((System.ComponentModel.ISupportInitialize)(this.splitPanelAutoCAD)).EndInit();
612 588
            this.splitPanelAutoCAD.ResumeLayout(false);
613 589
            this.tableLayoutPanel4.ResumeLayout(false);
590
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerDrawing)).EndInit();
591
            this.radSplitContainerDrawing.ResumeLayout(false);
592
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel6)).EndInit();
593
            this.splitPanel6.ResumeLayout(false);
614 594
            ((System.ComponentModel.ISupportInitialize)(this.designDrawing)).EndInit();
595
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).EndInit();
596
            this.splitPanel7.ResumeLayout(false);
597
            ((System.ComponentModel.ISupportInitialize)(this.SecondWorkspace)).EndInit();
615 598
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerMain)).EndInit();
616 599
            this.radSplitContainerMain.ResumeLayout(false);
617 600
            ((System.ComponentModel.ISupportInitialize)(this.splitPanelDocument)).EndInit();
......
626 609
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
627 610
            ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorTolerance)).EndInit();
628 611
            ((System.ComponentModel.ISupportInitialize)(this.radButtonExceptLayer)).EndInit();
629
            ((System.ComponentModel.ISupportInitialize)(this.radButtonClassify)).EndInit();
630 612
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
631 613
            ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorSimularity)).EndInit();
632 614
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
633
            ((System.ComponentModel.ISupportInitialize)(this.radButtonExtractText)).EndInit();
634 615
            ((System.ComponentModel.ISupportInitialize)(this.radButtonRefresh)).EndInit();
635 616
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel5)).EndInit();
636 617
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).EndInit();
637
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerDrawing)).EndInit();
638
            this.radSplitContainerDrawing.ResumeLayout(false);
639
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel6)).EndInit();
640
            this.splitPanel6.ResumeLayout(false);
641
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).EndInit();
642
            this.splitPanel7.ResumeLayout(false);
643
            ((System.ComponentModel.ISupportInitialize)(this.SecondWorkspace)).EndInit();
644 618
            this.ResumeLayout(false);
645 619

  
646 620
        }
......
666 640
        private Telerik.WinControls.UI.SplitPanel splitPanel3;
667 641
        private Telerik.WinControls.UI.RadButton radButtonExceptLayer;
668 642
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
669
        private Telerik.WinControls.UI.RadButton radButtonClassify;
670 643
        private Telerik.WinControls.UI.RadLabel radLabel1;
671 644
        private Telerik.WinControls.UI.RadSpinEditor radSpinEditorSimularity;
672 645
        private Telerik.WinControls.UI.RadLabel radLabel4;
673
        private Telerik.WinControls.UI.RadButton radButtonExtractText;
674 646
        private Telerik.WinControls.UI.RadButton radButtonRefresh;
675 647
        private Telerik.WinControls.UI.RadSplitContainer radSplitContainerDrawing;
676 648
        private Telerik.WinControls.UI.SplitPanel splitPanel6;
ID2.Manager/ID2.Manager/Controls/Classify.cs
29 29
        public delegate void RequestUpdateDocuments();
30 30
        public event RequestUpdateDocuments UpdateDocumentsEvent;
31 31

  
32
        public delegate void ClassifyCompleted();
33
        public event ClassifyCompleted OnClassifyCompleted;
34

  
32 35
        class DocAttrValue
33 36
        {
34 37
            public DocAttrValue(string DocNo, Dictionary<string, List<KeyValuePair<string, string>>> _BlockAttrValueList)
......
76 79
            this.radButtonExceptLayer.Click += RadButtonExceptLayer_Click;
77 80
            this.radSpinEditorSimularity.ValueChanged += RadSpinEditorSimularity_ValueChanged;
78 81

  
79
            this.radButtonClassify.Click += RadButtonClassify_Click;
80
            this.radButtonExtractText.Click += RadButtonExtractText_Click;
81

  
82 82
            this.designDrawing.ActionMode = actionType.SelectVisibleByPickDynamic;
83 83
            this.designDrawing.Selection.ColorDynamic = Color.FromArgb(80, Color.OrangeRed);
84 84
            this.designDrawing.Selection.HaloInnerColor = Color.FromArgb(255, Color.OrangeRed);
85 85
            this.designDrawing.Selection.HaloOuterColor = Color.FromArgb(64, Color.OrangeRed);
86 86
            this.designDrawing.Selection.HaloWidthPolygons = 4;
87 87
            this.designDrawing.Selection.HaloWidthWires = 2;
88
            this.designDrawing.WorkCompleted += DesignDrawing_WorkCompleted;
88 89

  
89 90
            _progressBar = progressBar;
90 91
        }
91 92

  
93
        private void DesignDrawing_WorkCompleted(object sender, devDept.WorkCompletedEventArgs e)
94
        {
95
            if(e.WorkUnit is ID2.Manager.Classes.CompareModelWorkUnit workunit)
96
            {
97
                if (OnClassifyCompleted != null) OnClassifyCompleted(); 
98
            }
99
        }
100

  
92 101
        /// <summary>
93 102
        /// 선택한 도면에서 텍스트를 읽어 엑셀로 추출한다.
94 103
        /// </summary>
95
        /// <param name="sender"></param>
96
        /// <param name="e"></param>
97
        private void RadButtonExtractText_Click(object sender, EventArgs e)
104
        public void ExtractText()
98 105
        {
99 106
            void OpenDrawing(string FilePath)
100 107
            {
......
127 134
                OpenDrawing(FilePath);
128 135

  
129 136
                #region 블럭의 속성을 읽음
130
                var TitleBlocks = this.designDrawing.Entities.Where(x => x is devDept.Eyeshot.Entities.BlockReference blkref 
137
                var TitleBlocks = this.designDrawing.Entities.Where(x => x is devDept.Eyeshot.Entities.BlockReference blkref
131 138
                && Forms.ExceptLayer.TitleBlockAttribute.Exists(y => y.BlockName.Equals(blkref.BlockName)))
132 139
                    .Select(x => x as devDept.Eyeshot.Entities.BlockReference).ToList();
133 140

  
134 141
                var BlockAttrValueList = new Dictionary<string, List<KeyValuePair<string, string>>>();
135
                foreach(var blkref in TitleBlocks)
142
                foreach (var blkref in TitleBlocks)
136 143
                {
137 144
                    var AttrValueList = new List<KeyValuePair<string, string>>();
138 145
                    var AttrNameList = Forms.ExceptLayer.TitleBlockAttribute.Where(x => x.BlockName.Equals(blkref.BlockName))
......
179 186
                    #endregion
180 187

  
181 188
                    int row = 1;
182
                    foreach(var doc in DocBlockAttrValueList)
189
                    foreach (var doc in DocBlockAttrValueList)
183 190
                    {
184
                        foreach(var key in doc.BlockAttrValueList.Keys)
191
                        foreach (var key in doc.BlockAttrValueList.Keys)
185 192
                        {
186 193
                            worksheet.Cells[row, 0].Value = doc.DocNo;
187 194
                            for (int col = 0; col < doc.BlockAttrValueList[key].Count; col++)
......
209 216
            Classify.Simularity = simularity;
210 217
        }
211 218

  
212
        private void RadButtonClassify_Click(object sender, EventArgs e)
219
        /// <summary>
220
        /// 도면의 유사도 평가 작업을 수행한다.
221
        /// </summary>
222
        public void DoClassifyDrawing()
213 223
        {
214 224
            if (this.designDrawing.IsBusy)
215 225
            {
216 226
                RadMessageBox.Show("System is busy. Please try it later.");
227
                return;
217 228
            }
218 229

  
219 230
            var DrawingGroupColl = new List<DrawingGroup>();
......
233 244
        }
234 245

  
235 246
        /// <summary>
247
        /// 유사도 평가 작업을 중단한다.
248
        /// </summary>
249
        public void StopWorking()
250
        {
251
            this.designDrawing.CancelWork();
252
        }
253

  
254
        /// <summary>
236 255
        /// Except Layer 폼을 띄운다.
237 256
        /// </summary>
238 257
        /// <param name="sender"></param>
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\Stop.png" />
390
    <None Include="Resources\TextExtract.png" />
391
    <None Include="Resources\ModelCompare.png" />
389 392
    <None Include="Resources\ID2X.png" />
390 393
    <None Include="Resources\markus18_on.png" />
391 394
    <None Include="Resources\upload.png" />
ID2.Manager/ID2.Manager/Main.Designer.cs
29 29
        /// </summary>
30 30
        private void InitializeComponent()
31 31
        {
32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
32 33
            Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
33 34
            Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn1 = new Telerik.WinControls.UI.GridViewCommandColumn();
34 35
            Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn2 = new Telerik.WinControls.UI.GridViewCommandColumn();
......
81 82
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn14 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
82 83
            Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
83 84
            Telerik.WinControls.UI.GridViewRelation gridViewRelation1 = new Telerik.WinControls.UI.GridViewRelation();
84
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
85 85
            Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = new Telerik.WinControls.UI.TableViewDefinition();
86 86
            devDept.Eyeshot.CancelToolBarButton cancelToolBarButton1 = new devDept.Eyeshot.CancelToolBarButton("Cancel", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
87 87
            devDept.Eyeshot.ProgressBar progressBar1 = new devDept.Eyeshot.ProgressBar(devDept.Eyeshot.ProgressBar.styleType.Circular, 0, "Idle", System.Drawing.Color.Black, System.Drawing.Color.Transparent, System.Drawing.Color.Green, 1D, true, cancelToolBarButton1, false, 0.1D, 0.333D, true);
88 88
            devDept.Graphics.BackgroundSettings backgroundSettings1 = new devDept.Graphics.BackgroundSettings(devDept.Graphics.backgroundStyleType.Solid, System.Drawing.Color.DeepSkyBlue, System.Drawing.Color.DodgerBlue, System.Drawing.Color.Black, 0.75D, null, devDept.Graphics.colorThemeType.Auto, 0.33D);
89
            devDept.Eyeshot.Camera camera1 = new devDept.Eyeshot.Camera(new devDept.Geometry.Point3D(-4.5374030325107811E-16D, 2.0434646606445308D, 47.596564948558793D), 97.257904648780823D, new devDept.Geometry.Quaternion(0.49999999999999989D, 0.5D, 0.5D, 0.50000000000000011D), devDept.Graphics.projectionType.Orthographic, 40D, 1.2018308460576386D, false, 0.001D);
89
            devDept.Eyeshot.Camera camera1 = new devDept.Eyeshot.Camera(new devDept.Geometry.Point3D(-4.5374030325107811E-16D, 2.0434646606445308D, 47.596564948558793D), 97.257904648780823D, new devDept.Geometry.Quaternion(0.49999999999999989D, 0.5D, 0.5D, 0.50000000000000011D), devDept.Graphics.projectionType.Orthographic, 40D, 1.2018308384693086D, false, 0.001D);
90 90
            devDept.Eyeshot.MagnifyingGlassToolBarButton magnifyingGlassToolBarButton1 = new devDept.Eyeshot.MagnifyingGlassToolBarButton("Magnifying Glass", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
91 91
            devDept.Eyeshot.ZoomWindowToolBarButton zoomWindowToolBarButton1 = new devDept.Eyeshot.ZoomWindowToolBarButton("Zoom Window", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
92 92
            devDept.Eyeshot.ZoomToolBarButton zoomToolBarButton1 = new devDept.Eyeshot.ZoomToolBarButton("Zoom", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
......
130 130
            this.btnDockLayoutReset = new Telerik.WinControls.UI.RadButtonElement();
131 131
            this.radRibbonBarGroup4 = new Telerik.WinControls.UI.RadRibbonBarGroup();
132 132
            this.radButtonElementFilterClear = new Telerik.WinControls.UI.RadButtonElement();
133
            this.radRibbonBarGroup5 = new Telerik.WinControls.UI.RadRibbonBarGroup();
134
            this.radButtonElementClassify = new Telerik.WinControls.UI.RadButtonElement();
135
            this.radButtonElementExtractText = new Telerik.WinControls.UI.RadButtonElement();
133 136
            this.ribbonTabProjMgt = new Telerik.WinControls.UI.RibbonTab();
134 137
            this.radRibbonBarGroupExcel = new Telerik.WinControls.UI.RadRibbonBarGroup();
135 138
            this.radButtonElementExcelImport = new Telerik.WinControls.UI.RadButtonElement();
......
160 163
            this.radCheckBoxReview = new Telerik.WinControls.UI.RadCheckBox();
161 164
            this.radCheckBoxWork = new Telerik.WinControls.UI.RadCheckBox();
162 165
            this.tableLayoutMain = new System.Windows.Forms.TableLayoutPanel();
163
            this.radGridViewDocuments = new Telerik.WinControls.UI.RadGridView();
164 166
            this.radCommandBar1 = new Telerik.WinControls.UI.RadCommandBar();
165 167
            this.commandBarRowSearch = new Telerik.WinControls.UI.CommandBarRowElement();
166 168
            this.commandBarSearch = new Telerik.WinControls.UI.CommandBarStripElement();
......
175 177
            this.btnSearchFormCurrent = new Telerik.WinControls.UI.CommandBarHostItem();
176 178
            this.btnFilters = new Telerik.WinControls.UI.CommandBarHostItem();
177 179
            this.commandBarSeparator3 = new Telerik.WinControls.UI.CommandBarSeparator();
180
            this.radGridViewDocuments = new Telerik.WinControls.UI.RadGridView();
178 181
            this.lbSelectAndTotal = new System.Windows.Forms.Label();
179 182
            this.lbChecked = new System.Windows.Forms.Label();
180 183
            this.radCollapsiblePanelCondition = new Telerik.WinControls.UI.RadCollapsiblePanel();
......
250 253
            this.radPageViewPageWork = new Telerik.WinControls.UI.RadPageViewPage();
251 254
            this.radPageViewPageReview = new Telerik.WinControls.UI.RadPageViewPage();
252 255
            this.toolTabStrip2 = new Telerik.WinControls.UI.Docking.ToolTabStrip();
256
            this.radButtonElementStopWorking = new Telerik.WinControls.UI.RadButtonElement();
253 257
            ((System.ComponentModel.ISupportInitialize)(this.ID2ManagerRadRibbonBar)).BeginInit();
254 258
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBarBackstageViewID2Manager)).BeginInit();
255 259
            this.radRibbonBarBackstageViewID2Manager.SuspendLayout();
......
264 268
            ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxReview)).BeginInit();
265 269
            ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxWork)).BeginInit();
266 270
            this.tableLayoutMain.SuspendLayout();
271
            ((System.ComponentModel.ISupportInitialize)(this.radCommandBar1)).BeginInit();
267 272
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewDocuments)).BeginInit();
268 273
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewDocuments.MasterTemplate)).BeginInit();
269
            ((System.ComponentModel.ISupportInitialize)(this.radCommandBar1)).BeginInit();
270 274
            ((System.ComponentModel.ISupportInitialize)(this.radCollapsiblePanelCondition)).BeginInit();
271 275
            this.radCollapsiblePanelCondition.PanelContainer.SuspendLayout();
272 276
            this.radCollapsiblePanelCondition.SuspendLayout();
......
425 429
            this.radRibbonBarGroupDWG,
426 430
            this.radRibbonBarGroup1,
427 431
            this.radRibbonBarGroupLayout,
428
            this.radRibbonBarGroup4});
432
            this.radRibbonBarGroup4,
433
            this.radRibbonBarGroup5});
429 434
            this.ribbonTabHome.Name = "ribbonTabHome";
430 435
            this.ribbonTabHome.Text = "Home";
431 436
            this.ribbonTabHome.UseMnemonic = false;
......
508 513
            this.radButtonElementFilterClear.Name = "radButtonElementFilterClear";
509 514
            this.radButtonElementFilterClear.Text = "Clear";
510 515
            // 
516
            // radRibbonBarGroup5
517
            // 
518
            this.radRibbonBarGroup5.Items.AddRange(new Telerik.WinControls.RadItem[] {
519
            this.radButtonElementClassify,
520
            this.radButtonElementStopWorking,
521
            this.radButtonElementExtractText});
522
            this.radRibbonBarGroup5.Name = "radRibbonBarGroup5";
523
            this.radRibbonBarGroup5.Text = "Classify";
524
            // 
525
            // radButtonElementClassify
526
            // 
527
            this.radButtonElementClassify.Image = global::ID2.Manager.Properties.Resources.ModelCompare;
528
            this.radButtonElementClassify.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
529
            this.radButtonElementClassify.Name = "radButtonElementClassify";
530
            this.radButtonElementClassify.Text = "Classify";
531
            this.radButtonElementClassify.TextAlignment = System.Drawing.ContentAlignment.BottomCenter;
532
            this.radButtonElementClassify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
533
            // 
534
            // radButtonElementExtractText
535
            // 
536
            this.radButtonElementExtractText.Image = global::ID2.Manager.Properties.Resources.TextExtract;
537
            this.radButtonElementExtractText.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
538
            this.radButtonElementExtractText.Name = "radButtonElementExtractText";
539
            this.radButtonElementExtractText.Text = "Extract";
540
            this.radButtonElementExtractText.TextAlignment = System.Drawing.ContentAlignment.BottomCenter;
541
            this.radButtonElementExtractText.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
542
            // 
511 543
            // ribbonTabProjMgt
512 544
            // 
513 545
            this.ribbonTabProjMgt.IsSelected = false;
......
788 820
            this.tableLayoutMain.ColumnCount = 2;
789 821
            this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
790 822
            this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 500F));
791
            this.tableLayoutMain.Controls.Add(this.radGridViewDocuments, 0, 2);
792 823
            this.tableLayoutMain.Controls.Add(this.radCommandBar1, 0, 0);
824
            this.tableLayoutMain.Controls.Add(this.radGridViewDocuments, 0, 2);
793 825
            this.tableLayoutMain.Controls.Add(this.lbSelectAndTotal, 1, 1);
794 826
            this.tableLayoutMain.Controls.Add(this.lbChecked, 0, 1);
795 827
            this.tableLayoutMain.Dock = System.Windows.Forms.DockStyle.Fill;
......
803 835
            this.tableLayoutMain.Size = new System.Drawing.Size(997, 331);
804 836
            this.tableLayoutMain.TabIndex = 8;
805 837
            // 
838
            // radCommandBar1
839
            // 
840
            this.radCommandBar1.Dock = System.Windows.Forms.DockStyle.Fill;
841
            this.radCommandBar1.Location = new System.Drawing.Point(3, 3);
842
            this.radCommandBar1.Name = "radCommandBar1";
843
            // 
844
            // 
845
            // 
846
            this.radCommandBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
847
            this.radCommandBar1.Rows.AddRange(new Telerik.WinControls.UI.CommandBarRowElement[] {
848
            this.commandBarRowSearch});
849
            this.radCommandBar1.Size = new System.Drawing.Size(491, 1);
850
            this.radCommandBar1.TabIndex = 1;
851
            // 
852
            // commandBarRowSearch
853
            // 
854
            this.commandBarRowSearch.MinSize = new System.Drawing.Size(25, 25);
855
            this.commandBarRowSearch.Name = "commandBarRowSearch";
856
            this.commandBarRowSearch.RightToLeft = false;
857
            this.commandBarRowSearch.ShowHorizontalLine = false;
858
            this.commandBarRowSearch.Strips.AddRange(new Telerik.WinControls.UI.CommandBarStripElement[] {
859
            this.commandBarSearch});
860
            // 
861
            // commandBarSearch
862
            // 
863
            this.commandBarSearch.Alignment = System.Drawing.ContentAlignment.MiddleCenter;
864
            this.commandBarSearch.DisplayName = "Text Search";
865
            this.commandBarSearch.DrawImage = true;
866
            this.commandBarSearch.DrawText = false;
867
            this.commandBarSearch.EnableDragging = false;
868
            this.commandBarSearch.Font = new System.Drawing.Font("Segoe UI", 8.25F);
869
            // 
870
            // 
871
            // 
872
            this.commandBarSearch.Grip.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
873
            this.commandBarSearch.Items.AddRange(new Telerik.WinControls.UI.RadCommandBarBaseItem[] {
874
            this.btnShowAllDetail,
875
            this.commandBarSeparator2,
876
            this.lbSearch,
877
            this.txtFullSearch,
878
            this.btnSearchPrevious,
879
            this.btnSearchNext,
880
            this.commandBarSeparator1,
881
            this.btnMatchCase,
882
            this.btnSearchFormCurrent,
883
            this.btnFilters,
884
            this.commandBarSeparator3});
885
            this.commandBarSearch.Name = "commandBarSearch";
886
            // 
887
            // 
888
            // 
889
            this.commandBarSearch.OverflowButton.StretchVertically = true;
890
            this.commandBarSearch.OverflowButton.Visibility = Telerik.WinControls.ElementVisibility.Visible;
891
            this.commandBarSearch.StretchHorizontally = true;
892
            this.commandBarSearch.StretchVertically = false;
893
            this.commandBarSearch.Text = "";
894
            this.commandBarSearch.ItemOverflowed += new System.EventHandler(this.commandBarSearch_ItemOverflowed);
895
            this.commandBarSearch.ItemOutOfOverflow += new System.EventHandler(this.commandBarSearch_ItemOutOfOverflow);
896
            ((Telerik.WinControls.UI.RadCommandBarGrip)(this.commandBarSearch.GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
897
            ((Telerik.WinControls.UI.RadCommandBarOverflowButton)(this.commandBarSearch.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Visible;
898
            ((Telerik.WinControls.UI.RadCommandBarOverflowButton)(this.commandBarSearch.GetChildAt(2))).StretchVertically = true;
899
            // 
900
            // btnShowAllDetail
901
            // 
902
            this.btnShowAllDetail.Name = "btnShowAllDetail";
903
            // 
904
            // commandBarSeparator2
905
            // 
906
            this.commandBarSeparator2.Name = "commandBarSeparator2";
907
            this.commandBarSeparator2.StretchHorizontally = false;
908
            this.commandBarSeparator2.VisibleInOverflowMenu = false;
909
            // 
910
            // lbSearch
911
            // 
912
            this.lbSearch.AccessibleDescription = "lbSearch";
913
            this.lbSearch.AccessibleName = "lbSearch";
914
            this.lbSearch.CustomFont = "TelerikWebUI";
915
            this.lbSearch.DisplayName = "commandBarLabel1";
916
            this.lbSearch.Name = "lbSearch";
917
            this.lbSearch.Text = "search";
918
            // 
919
            // txtFullSearch
920
            // 
921
            this.txtFullSearch.DisplayName = "commandBarTextBox1";
922
            this.txtFullSearch.MinSize = new System.Drawing.Size(200, 0);
923
            this.txtFullSearch.Name = "txtFullSearch";
924
            this.txtFullSearch.NullText = "Enter text To Search";
925
            this.txtFullSearch.Text = "";
926
            this.txtFullSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFullSearch_KeyDown);
927
            this.txtFullSearch.TextChanged += new System.EventHandler(this.txtFullSearch_TextChanged);
928
            // 
929
            // btnSearchPrevious
930
            // 
931
            this.btnSearchPrevious.BorderBoxStyle = Telerik.WinControls.BorderBoxStyle.SingleBorder;
932
            this.btnSearchPrevious.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(189)))), ((int)(((byte)(248)))));
933
            this.btnSearchPrevious.CustomFont = "TelerikWebUI";
934
            this.btnSearchPrevious.DisplayName = "commandBarButton1";
935
            this.btnSearchPrevious.DrawBackgroundImage = true;
936
            this.btnSearchPrevious.DrawImage = false;
937
            this.btnSearchPrevious.DrawText = true;
938
            this.btnSearchPrevious.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchPrevious.Image")));
939
            this.btnSearchPrevious.MinSize = new System.Drawing.Size(28, 0);
940
            this.btnSearchPrevious.Name = "btnSearchPrevious";
941
            this.btnSearchPrevious.Text = "U";
942
            this.btnSearchPrevious.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
943
            this.btnSearchPrevious.TextWrap = false;
944
            this.btnSearchPrevious.Click += new System.EventHandler(this.btnSearchPrevious_Click);
945
            // 
946
            // btnSearchNext
947
            // 
948
            this.btnSearchNext.BorderBoxStyle = Telerik.WinControls.BorderBoxStyle.SingleBorder;
949
            this.btnSearchNext.CustomFont = "TelerikWebUI";
950
            this.btnSearchNext.DisplayName = "commandBarButton2";
951
            this.btnSearchNext.DrawImage = false;
952
            this.btnSearchNext.DrawText = true;
953
            this.btnSearchNext.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchNext.Image")));
954
            this.btnSearchNext.Name = "btnSearchNext";
955
            this.btnSearchNext.Text = "D";
956
            this.btnSearchNext.Click += new System.EventHandler(this.btnSearchNext_Click);
957
            // 
958
            // commandBarSeparator1
959
            // 
960
            this.commandBarSeparator1.DisplayName = "commandBarSeparator1";
961
            this.commandBarSeparator1.Name = "commandBarSeparator1";
962
            this.commandBarSeparator1.StretchHorizontally = false;
963
            this.commandBarSeparator1.VisibleInOverflowMenu = false;
964
            // 
965
            // btnMatchCase
966
            // 
967
            this.btnMatchCase.DisplayName = "commandBarHostItem1";
968
            this.btnMatchCase.DrawImage = false;
969
            this.btnMatchCase.DrawText = true;
970
            this.btnMatchCase.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
971
            this.btnMatchCase.MinSize = new System.Drawing.Size(25, 0);
972
            this.btnMatchCase.Name = "btnMatchCase";
973
            this.btnMatchCase.Text = "Match Case";
974
            this.btnMatchCase.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
975
            // 
976
            // btnSearchFormCurrent
977
            // 
978
            this.btnSearchFormCurrent.AccessibleName = "btnSearchFormCurrent";
979
            this.btnSearchFormCurrent.DisplayName = "commandBarHostItem1";
980
            this.btnSearchFormCurrent.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
981
            this.btnSearchFormCurrent.MinSize = new System.Drawing.Size(25, 0);
982
            this.btnSearchFormCurrent.Name = "btnSearchFormCurrent";
983
            this.btnSearchFormCurrent.Text = "commandBarHostItem1";
984
            // 
985
            // btnFilters
986
            // 
987
            this.btnFilters.AccessibleName = "btnFilters";
988
            this.btnFilters.DisplayName = "commandBarHostItem1";
989
            this.btnFilters.DrawText = false;
990
            this.btnFilters.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
991
            this.btnFilters.MinSize = new System.Drawing.Size(150, 26);
992
            this.btnFilters.Name = "btnFilters";
993
            this.btnFilters.Text = "commandBarHostItem1";
994
            // 
995
            // commandBarSeparator3
996
            // 
997
            this.commandBarSeparator3.DisplayName = "commandBarSeparator3";
998
            this.commandBarSeparator3.Name = "commandBarSeparator3";
999
            this.commandBarSeparator3.StretchHorizontally = false;
1000
            this.commandBarSeparator3.VisibleInOverflowMenu = false;
1001
            // 
806 1002
            // radGridViewDocuments
807 1003
            // 
808 1004
            this.radGridViewDocuments.AutoScroll = true;
......
1173 1369
            this.radGridViewDocuments.Size = new System.Drawing.Size(991, 299);
1174 1370
            this.radGridViewDocuments.TabIndex = 0;
1175 1371
            // 
1176
            // radCommandBar1
1177
            // 
1178
            this.radCommandBar1.Dock = System.Windows.Forms.DockStyle.Fill;
1179
            this.radCommandBar1.Location = new System.Drawing.Point(3, 3);
1180
            this.radCommandBar1.Name = "radCommandBar1";
1181
            // 
1182
            // 
1183
            // 
1184
            this.radCommandBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
1185
            this.radCommandBar1.Rows.AddRange(new Telerik.WinControls.UI.CommandBarRowElement[] {
1186
            this.commandBarRowSearch});
1187
            this.radCommandBar1.Size = new System.Drawing.Size(491, 1);
1188
            this.radCommandBar1.TabIndex = 1;
1189
            // 
1190
            // commandBarRowSearch
1191
            // 
1192
            this.commandBarRowSearch.MinSize = new System.Drawing.Size(25, 25);
1193
            this.commandBarRowSearch.Name = "commandBarRowSearch";
1194
            this.commandBarRowSearch.RightToLeft = false;
1195
            this.commandBarRowSearch.ShowHorizontalLine = false;
1196
            this.commandBarRowSearch.Strips.AddRange(new Telerik.WinControls.UI.CommandBarStripElement[] {
1197
            this.commandBarSearch});
1198
            // 
1199
            // commandBarSearch
1200
            // 
1201
            this.commandBarSearch.Alignment = System.Drawing.ContentAlignment.MiddleCenter;
1202
            this.commandBarSearch.DisplayName = "Text Search";
1203
            this.commandBarSearch.DrawImage = true;
1204
            this.commandBarSearch.DrawText = false;
1205
            this.commandBarSearch.EnableDragging = false;
1206
            this.commandBarSearch.Font = new System.Drawing.Font("Segoe UI", 8.25F);
1207
            // 
1208
            // 
1209
            // 
1210
            this.commandBarSearch.Grip.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
1211
            this.commandBarSearch.Items.AddRange(new Telerik.WinControls.UI.RadCommandBarBaseItem[] {
1212
            this.btnShowAllDetail,
1213
            this.commandBarSeparator2,
1214
            this.lbSearch,
1215
            this.txtFullSearch,
1216
            this.btnSearchPrevious,
1217
            this.btnSearchNext,
1218
            this.commandBarSeparator1,
1219
            this.btnMatchCase,
1220
            this.btnSearchFormCurrent,
1221
            this.btnFilters,
1222
            this.commandBarSeparator3});
1223
            this.commandBarSearch.Name = "commandBarSearch";
1224
            // 
1225
            // 
1226
            // 
1227
            this.commandBarSearch.OverflowButton.StretchVertically = true;
1228
            this.commandBarSearch.OverflowButton.Visibility = Telerik.WinControls.ElementVisibility.Visible;
1229
            this.commandBarSearch.StretchHorizontally = true;
1230
            this.commandBarSearch.StretchVertically = false;
1231
            this.commandBarSearch.Text = "";
1232
            this.commandBarSearch.ItemOverflowed += new System.EventHandler(this.commandBarSearch_ItemOverflowed);
1233
            this.commandBarSearch.ItemOutOfOverflow += new System.EventHandler(this.commandBarSearch_ItemOutOfOverflow);
1234
            ((Telerik.WinControls.UI.RadCommandBarGrip)(this.commandBarSearch.GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
1235
            ((Telerik.WinControls.UI.RadCommandBarOverflowButton)(this.commandBarSearch.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Visible;
1236
            ((Telerik.WinControls.UI.RadCommandBarOverflowButton)(this.commandBarSearch.GetChildAt(2))).StretchVertically = true;
1237
            // 
1238
            // btnShowAllDetail
1239
            // 
1240
            this.btnShowAllDetail.Name = "btnShowAllDetail";
1241
            // 
1242
            // commandBarSeparator2
1243
            // 
1244
            this.commandBarSeparator2.Name = "commandBarSeparator2";
1245
            this.commandBarSeparator2.StretchHorizontally = false;
1246
            this.commandBarSeparator2.VisibleInOverflowMenu = false;
1247
            // 
1248
            // lbSearch
1249
            // 
1250
            this.lbSearch.AccessibleDescription = "lbSearch";
1251
            this.lbSearch.AccessibleName = "lbSearch";
1252
            this.lbSearch.CustomFont = "TelerikWebUI";
1253
            this.lbSearch.DisplayName = "commandBarLabel1";
1254
            this.lbSearch.Name = "lbSearch";
1255
            this.lbSearch.Text = "search";
1256
            // 
1257
            // txtFullSearch
1258
            // 
1259
            this.txtFullSearch.DisplayName = "commandBarTextBox1";
1260
            this.txtFullSearch.MinSize = new System.Drawing.Size(200, 0);
1261
            this.txtFullSearch.Name = "txtFullSearch";
1262
            this.txtFullSearch.NullText = "Enter text To Search";
1263
            this.txtFullSearch.Text = "";
1264
            this.txtFullSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFullSearch_KeyDown);
1265
            this.txtFullSearch.TextChanged += new System.EventHandler(this.txtFullSearch_TextChanged);
1266
            // 
1267
            // btnSearchPrevious
1268
            // 
1269
            this.btnSearchPrevious.BorderBoxStyle = Telerik.WinControls.BorderBoxStyle.SingleBorder;
1270
            this.btnSearchPrevious.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(189)))), ((int)(((byte)(248)))));
1271
            this.btnSearchPrevious.CustomFont = "TelerikWebUI";
1272
            this.btnSearchPrevious.DisplayName = "commandBarButton1";
1273
            this.btnSearchPrevious.DrawBackgroundImage = true;
1274
            this.btnSearchPrevious.DrawImage = false;
1275
            this.btnSearchPrevious.DrawText = true;
1276
            this.btnSearchPrevious.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchPrevious.Image")));
1277
            this.btnSearchPrevious.MinSize = new System.Drawing.Size(28, 0);
1278
            this.btnSearchPrevious.Name = "btnSearchPrevious";
1279
            this.btnSearchPrevious.Text = "U";
1280
            this.btnSearchPrevious.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
1281
            this.btnSearchPrevious.TextWrap = false;
1282
            this.btnSearchPrevious.Click += new System.EventHandler(this.btnSearchPrevious_Click);
1283
            // 
1284
            // btnSearchNext
1285
            // 
1286
            this.btnSearchNext.BorderBoxStyle = Telerik.WinControls.BorderBoxStyle.SingleBorder;
1287
            this.btnSearchNext.CustomFont = "TelerikWebUI";
1288
            this.btnSearchNext.DisplayName = "commandBarButton2";
1289
            this.btnSearchNext.DrawImage = false;
1290
            this.btnSearchNext.DrawText = true;
1291
            this.btnSearchNext.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchNext.Image")));
1292
            this.btnSearchNext.Name = "btnSearchNext";
1293
            this.btnSearchNext.Text = "D";
1294
            this.btnSearchNext.Click += new System.EventHandler(this.btnSearchNext_Click);
1295
            // 
1296
            // commandBarSeparator1
1297
            // 
1298
            this.commandBarSeparator1.DisplayName = "commandBarSeparator1";
1299
            this.commandBarSeparator1.Name = "commandBarSeparator1";
1300
            this.commandBarSeparator1.StretchHorizontally = false;
1301
            this.commandBarSeparator1.VisibleInOverflowMenu = false;
1302
            // 
1303
            // btnMatchCase
1304
            // 
1305
            this.btnMatchCase.DisplayName = "commandBarHostItem1";
1306
            this.btnMatchCase.DrawImage = false;
1307
            this.btnMatchCase.DrawText = true;
1308
            this.btnMatchCase.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
1309
            this.btnMatchCase.MinSize = new System.Drawing.Size(25, 0);
1310
            this.btnMatchCase.Name = "btnMatchCase";
1311
            this.btnMatchCase.Text = "Match Case";
1312
            this.btnMatchCase.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
1313
            // 
1314
            // btnSearchFormCurrent
1315
            // 
1316
            this.btnSearchFormCurrent.AccessibleName = "btnSearchFormCurrent";
1317
            this.btnSearchFormCurrent.DisplayName = "commandBarHostItem1";
1318
            this.btnSearchFormCurrent.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
1319
            this.btnSearchFormCurrent.MinSize = new System.Drawing.Size(25, 0);
1320
            this.btnSearchFormCurrent.Name = "btnSearchFormCurrent";
1321
            this.btnSearchFormCurrent.Text = "commandBarHostItem1";
1322
            // 
1323
            // btnFilters
1324
            // 
1325
            this.btnFilters.AccessibleName = "btnFilters";
1326
            this.btnFilters.DisplayName = "commandBarHostItem1";
1327
            this.btnFilters.DrawText = false;
1328
            this.btnFilters.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
1329
            this.btnFilters.MinSize = new System.Drawing.Size(150, 26);
1330
            this.btnFilters.Name = "btnFilters";
1331
            this.btnFilters.Text = "commandBarHostItem1";
1332
            // 
1333
            // commandBarSeparator3
1334
            // 
1335
            this.commandBarSeparator3.DisplayName = "commandBarSeparator3";
1336
            this.commandBarSeparator3.Name = "commandBarSeparator3";
1337
            this.commandBarSeparator3.StretchHorizontally = false;
1338
            this.commandBarSeparator3.VisibleInOverflowMenu = false;
1339
            // 
1340 1372
            // lbSelectAndTotal
1341 1373
            // 
1342 1374
            this.lbSelectAndTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
......
1374 1406
            // radCollapsiblePanelCondition.PanelContainer
1375 1407
            // 
1376 1408
            this.radCollapsiblePanelCondition.PanelContainer.Controls.Add(this.tableLayoutPanelCondition);
1377
            this.radCollapsiblePanelCondition.PanelContainer.Size = new System.Drawing.Size(993, 178);
1409
            this.radCollapsiblePanelCondition.PanelContainer.Size = new System.Drawing.Size(983, 168);
1378 1410
            this.radCollapsiblePanelCondition.Size = new System.Drawing.Size(999, 210);
1379 1411
            this.radCollapsiblePanelCondition.TabIndex = 9;
1380 1412
            // 
......
1394 1426
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
1395 1427
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
1396 1428
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
1397
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
1429
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 83F));
1398 1430
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListFrReviewStatus, 4, 2);
1399 1431
            this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListToIsDiscussion, 2, 2);
1400 1432
            this.tableLayoutPanelCondition.Controls.Add(this.radLabelFrReviewStatus, 3, 2);
......
1443 1475
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
1444 1476
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
1445 1477
            this.tableLayoutPanelCondition.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
1446
            this.tableLayoutPanelCondition.Size = new System.Drawing.Size(993, 178);
1478
            this.tableLayoutPanelCondition.Size = new System.Drawing.Size(983, 168);
1447 1479
            this.tableLayoutPanelCondition.TabIndex = 6;
1448 1480
            // 
1449 1481
            // radDropDownListFrReviewStatus
......
1451 1483
            this.radDropDownListFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1452 1484
            this.radDropDownListFrReviewStatus.DropDownAnimationEnabled = true;
1453 1485
            this.radDropDownListFrReviewStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1454
            this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(307, 73);
1486
            this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(314, 68);
1455 1487
            this.radDropDownListFrReviewStatus.Name = "radDropDownListFrReviewStatus";
1456
            this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(68, 0);
1488
            this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(75, 0);
1457 1489
            this.radDropDownListFrReviewStatus.TabIndex = 18;
1458 1490
            // 
1459 1491
            // radDropDownListToIsDiscussion
......
1461 1493
            this.radDropDownListToIsDiscussion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1462 1494
            this.radDropDownListToIsDiscussion.DropDownAnimationEnabled = true;
1463 1495
            this.radDropDownListToIsDiscussion.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1464
            this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 73);
1496
            this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 68);
1465 1497
            this.radDropDownListToIsDiscussion.Name = "radDropDownListToIsDiscussion";
1466
            this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(68, 0);
1498
            this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(75, 0);
1467 1499
            this.radDropDownListToIsDiscussion.TabIndex = 17;
1468 1500
            // 
1469 1501
            // radLabelFrReviewStatus
1470 1502
            // 
1471 1503
            this.radLabelFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1472 1504
            this.radLabelFrReviewStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1473
            this.radLabelFrReviewStatus.Location = new System.Drawing.Point(221, 64);
1505
            this.radLabelFrReviewStatus.Location = new System.Drawing.Point(228, 59);
1474 1506
            this.radLabelFrReviewStatus.Name = "radLabelFrReviewStatus";
1475 1507
            this.radLabelFrReviewStatus.Size = new System.Drawing.Size(79, 17);
1476 1508
            this.radLabelFrReviewStatus.TabIndex = 7;
......
1480 1512
            // 
1481 1513
            this.radLabelToIsDiscussion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1482 1514
            this.radLabelToIsDiscussion.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1483
            this.radLabelToIsDiscussion.Location = new System.Drawing.Point(60, 64);
1515
            this.radLabelToIsDiscussion.Location = new System.Drawing.Point(60, 59);
1484 1516
            this.radLabelToIsDiscussion.Name = "radLabelToIsDiscussion";
1485 1517
            this.radLabelToIsDiscussion.Size = new System.Drawing.Size(79, 17);
1486 1518
            this.radLabelToIsDiscussion.TabIndex = 7;
......
1490 1522
            // 
1491 1523
            this.radLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1492 1524
            this.radLabel9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1493
            this.radLabel9.Location = new System.Drawing.Point(60, 122);
1525
            this.radLabel9.Location = new System.Drawing.Point(60, 113);
1494 1526
            this.radLabel9.Name = "radLabel9";
1495 1527
            this.radLabel9.Size = new System.Drawing.Size(79, 17);
1496 1528
            this.radLabel9.TabIndex = 8;
......
1500 1532
            // 
1501 1533
            this.radLabelAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1502 1534
            this.radLabelAVEVAStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1503
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(382, 93);
1535
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(396, 86);
1504 1536
            this.radLabelAVEVAStatus.Name = "radLabelAVEVAStatus";
1505 1537
            this.radLabelAVEVAStatus.Size = new System.Drawing.Size(79, 17);
1506 1538
            this.radLabelAVEVAStatus.TabIndex = 8;
......
1510 1542
            // 
1511 1543
            this.radLabelJobLevel.Anchor = System.Windows.Forms.AnchorStyles.Left;
1512 1544
            this.radLabelJobLevel.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1513
            this.radLabelJobLevel.Location = new System.Drawing.Point(543, 35);
1545
            this.radLabelJobLevel.Location = new System.Drawing.Point(564, 32);
1514 1546
            this.radLabelJobLevel.Name = "radLabelJobLevel";
1515 1547
            this.radLabelJobLevel.Size = new System.Drawing.Size(47, 17);
1516 1548
            this.radLabelJobLevel.TabIndex = 7;
......
1520 1552
            // 
1521 1553
            this.radLabel4.Anchor = System.Windows.Forms.AnchorStyles.Left;
1522 1554
            this.radLabel4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1523
            this.radLabel4.Location = new System.Drawing.Point(4, 122);
1555
            this.radLabel4.Location = new System.Drawing.Point(4, 113);
1524 1556
            this.radLabel4.Name = "radLabel4";
1525 1557
            this.radLabel4.Size = new System.Drawing.Size(34, 17);
1526 1558
            this.radLabel4.TabIndex = 6;
......
1530 1562
            // 
1531 1563
            this.radLabel3.Anchor = System.Windows.Forms.AnchorStyles.Left;
1532 1564
            this.radLabel3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1533
            this.radLabel3.Location = new System.Drawing.Point(4, 93);
1565
            this.radLabel3.Location = new System.Drawing.Point(4, 86);
1534 1566
            this.radLabel3.Name = "radLabel3";
1535 1567
            this.radLabel3.Size = new System.Drawing.Size(34, 17);
1536 1568
            this.radLabel3.TabIndex = 6;
......
1540 1572
            // 
1541 1573
            this.radLabel2.Anchor = System.Windows.Forms.AnchorStyles.Left;
1542 1574
            this.radLabel2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1543
            this.radLabel2.Location = new System.Drawing.Point(4, 64);
1575
            this.radLabel2.Location = new System.Drawing.Point(4, 59);
1544 1576
            this.radLabel2.Name = "radLabel2";
1545 1577
            this.radLabel2.Size = new System.Drawing.Size(34, 17);
1546 1578
            this.radLabel2.TabIndex = 6;
......
1550 1582
            // 
1551 1583
            this.radLabelTeam.Anchor = System.Windows.Forms.AnchorStyles.Left;
1552 1584
            this.radLabelTeam.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1553
            this.radLabelTeam.Location = new System.Drawing.Point(60, 35);
1585
            this.radLabelTeam.Location = new System.Drawing.Point(60, 32);
1554 1586
            this.radLabelTeam.Name = "radLabelTeam";
1555 1587
            this.radLabelTeam.Size = new System.Drawing.Size(38, 17);
1556 1588
            this.radLabelTeam.TabIndex = 5;
......
1561 1593
            this.radButtonSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
1562 1594
            this.radButtonSearch.Cursor = System.Windows.Forms.Cursors.Default;
1563 1595
            this.radButtonSearch.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1564
            this.radButtonSearch.Location = new System.Drawing.Point(900, 33);
1596
            this.radButtonSearch.Location = new System.Drawing.Point(912, 31);
1565 1597
            this.radButtonSearch.Name = "radButtonSearch";
1566 1598
            this.tableLayoutPanelCondition.SetRowSpan(this.radButtonSearch, 5);
1567
            this.radButtonSearch.Size = new System.Drawing.Size(54, 141);
1599
            this.radButtonSearch.Size = new System.Drawing.Size(54, 133);
1568 1600
            this.radButtonSearch.TabIndex = 3;
1569 1601
            this.radButtonSearch.Text = "Search";
1570 1602
            // 
......
1573 1605
            this.radDropDownListProject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1574 1606
            this.radDropDownListProject.DropDownAnimationEnabled = true;
1575 1607
            this.radDropDownListProject.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1576
            this.radDropDownListProject.Location = new System.Drawing.Point(307, 44);
1608
            this.radDropDownListProject.Location = new System.Drawing.Point(314, 41);
1577 1609
            this.radDropDownListProject.Name = "radDropDownListProject";
1578
            this.radDropDownListProject.Size = new System.Drawing.Size(68, 0);
1610
            this.radDropDownListProject.Size = new System.Drawing.Size(75, 0);
1579 1611
            this.radDropDownListProject.TabIndex = 7;
1580 1612
            // 
1581 1613
            // radLabelDocumentNo
1582 1614
            // 
1583 1615
            this.radLabelDocumentNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
1584 1616
            this.radLabelDocumentNo.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1585
            this.radLabelDocumentNo.Location = new System.Drawing.Point(704, 35);
1617
            this.radLabelDocumentNo.Location = new System.Drawing.Point(732, 32);
1586 1618
            this.radLabelDocumentNo.Name = "radLabelDocumentNo";
1587 1619
            this.radLabelDocumentNo.Size = new System.Drawing.Size(52, 17);
1588 1620
            this.radLabelDocumentNo.TabIndex = 6;
......
1591 1623
            // radTextBoxDocumentNo
1592 1624
            // 
1593 1625
            this.radTextBoxDocumentNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1594
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(790, 44);
1626
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(818, 41);
1595 1627
            this.radTextBoxDocumentNo.Name = "radTextBoxDocumentNo";
1596
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(68, 0);
1628
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(75, 0);
1597 1629
            this.radTextBoxDocumentNo.TabIndex = 8;
1598 1630
            // 
1599 1631
            // radLabelPersonInCharge
1600 1632
            // 
1601 1633
            this.radLabelPersonInCharge.Anchor = System.Windows.Forms.AnchorStyles.Left;
1602 1634
            this.radLabelPersonInCharge.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1603
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(382, 35);
1635
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(396, 32);
1604 1636
            this.radLabelPersonInCharge.Name = "radLabelPersonInCharge";
1605 1637
            this.radLabelPersonInCharge.Size = new System.Drawing.Size(47, 17);
1606 1638
            this.radLabelPersonInCharge.TabIndex = 6;
......
1611 1643
            this.radDropDownListPersonInCharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1612 1644
            this.radDropDownListPersonInCharge.DropDownAnimationEnabled = true;
1613 1645
            this.radDropDownListPersonInCharge.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1614
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(468, 44);
1646
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(482, 41);
1615 1647
            this.radDropDownListPersonInCharge.Name = "radDropDownListPersonInCharge";
1616
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(68, 0);
1648
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(75, 0);
1617 1649
            this.radDropDownListPersonInCharge.TabIndex = 9;
1618 1650
            // 
1619 1651
            // radLabel1
1620 1652
            // 
1621 1653
            this.radLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
1622 1654
            this.radLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1623
            this.radLabel1.Location = new System.Drawing.Point(4, 35);
1655
            this.radLabel1.Location = new System.Drawing.Point(4, 32);
1624 1656
            this.radLabel1.Name = "radLabel1";
1625 1657
            this.radLabel1.Size = new System.Drawing.Size(34, 17);
1626 1658
            this.radLabel1.TabIndex = 10;
......
1631 1663
            this.radDropDownListJobLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1632 1664
            this.radDropDownListJobLevel.DropDownAnimationEnabled = true;
1633 1665
            this.radDropDownListJobLevel.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1634
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(629, 44);
1666
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(650, 41);
1635 1667
            this.radDropDownListJobLevel.Name = "radDropDownListJobLevel";
1636
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(68, 0);
1668
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(75, 0);
1637 1669
            this.radDropDownListJobLevel.TabIndex = 11;
1638 1670
            // 
1639 1671
            // radLabelID2Status
1640 1672
            // 
1641 1673
            this.radLabelID2Status.Anchor = System.Windows.Forms.AnchorStyles.Left;
1642 1674
            this.radLabelID2Status.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1643
            this.radLabelID2Status.Location = new System.Drawing.Point(60, 93);
1675
            this.radLabelID2Status.Location = new System.Drawing.Point(60, 86);
1644 1676
            this.radLabelID2Status.Name = "radLabelID2Status";
1645 1677
            this.radLabelID2Status.Size = new System.Drawing.Size(64, 17);
1646 1678
            this.radLabelID2Status.TabIndex = 7;
......
1650 1682
            // 
1651 1683
            this.radLabel10.Anchor = System.Windows.Forms.AnchorStyles.Left;
1652 1684
            this.radLabel10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1653
            this.radLabel10.Location = new System.Drawing.Point(221, 122);
1685
            this.radLabel10.Location = new System.Drawing.Point(228, 113);
1654 1686
            this.radLabel10.Name = "radLabel10";
1655 1687
            this.radLabel10.Size = new System.Drawing.Size(61, 17);
1656 1688
            this.radLabel10.TabIndex = 9;
......
1661 1693
            this.radDropDownListID2Status.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1662 1694
            this.radDropDownListID2Status.DropDownAnimationEnabled = true;
1663 1695
            this.radDropDownListID2Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1664
            this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 102);
1696
            this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 95);
1665 1697
            this.radDropDownListID2Status.Name = "radDropDownListID2Status";
1666
            this.radDropDownListID2Status.Size = new System.Drawing.Size(68, 0);
1698
            this.radDropDownListID2Status.Size = new System.Drawing.Size(75, 0);
1667 1699
            this.radDropDownListID2Status.TabIndex = 13;
1668 1700
            // 
1669 1701
            // radDropDownListAVEVAStatus
......
1671 1703
            this.radDropDownListAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1672 1704
            this.radDropDownListAVEVAStatus.DropDownAnimationEnabled = true;
1673 1705
            this.radDropDownListAVEVAStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1674
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(468, 102);
1706
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(482, 95);
1675 1707
            this.radDropDownListAVEVAStatus.Name = "radDropDownListAVEVAStatus";
1676
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(68, 0);
1708
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(75, 0);
1677 1709
            this.radDropDownListAVEVAStatus.TabIndex = 14;
1678 1710
            // 
1679 1711
            // radDropDownListProdIsResult
......
1681 1713
            this.radDropDownListProdIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1682 1714
            this.radDropDownListProdIsResult.DropDownAnimationEnabled = true;
1683 1715
            this.radDropDownListProdIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1684
            this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 131);
1716
            this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 122);
1685 1717
            this.radDropDownListProdIsResult.Name = "radDropDownListProdIsResult";
1686
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(68, 0);
1718
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(75, 0);
1687 1719
            this.radDropDownListProdIsResult.TabIndex = 15;
1688 1720
            // 
1689 1721
            // radDropDownListClientIsResult
......
1691 1723
            this.radDropDownListClientIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1692 1724
            this.radDropDownListClientIsResult.DropDownAnimationEnabled = true;
1693 1725
            this.radDropDownListClientIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1694
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(307, 131);
1726
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(314, 122);
1695 1727
            this.radDropDownListClientIsResult.Name = "radDropDownListClientIsResult";
1696
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(68, 0);
1728
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(75, 0);
1697 1729
            this.radDropDownListClientIsResult.TabIndex = 16;
1698 1730
            // 
1699 1731
            // radLabel6
1700 1732
            // 
1701 1733
            this.radLabel6.Anchor = System.Windows.Forms.AnchorStyles.Left;
1702 1734
            this.radLabel6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1703
            this.radLabel6.Location = new System.Drawing.Point(4, 153);
1735
            this.radLabel6.Location = new System.Drawing.Point(4, 143);
1704 1736
            this.radLabel6.Name = "radLabel6";
1705 1737
            this.radLabel6.Size = new System.Drawing.Size(49, 17);
1706 1738
            this.radLabel6.TabIndex = 10;
......
1710 1742
            // 
1711 1743
            this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Left;
1712 1744
            this.radLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1713
            this.radLabel7.Location = new System.Drawing.Point(221, 153);
1745
            this.radLabel7.Location = new System.Drawing.Point(228, 143);
1714 1746
            this.radLabel7.Name = "radLabel7";
1715 1747
            this.radLabel7.Size = new System.Drawing.Size(72, 17);
1716 1748
            this.radLabel7.TabIndex = 12;
......
1720 1752
            // 
1721 1753
            this.radLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1722 1754
            this.radLabel5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1723
            this.radLabel5.Location = new System.Drawing.Point(60, 153);
1755
            this.radLabel5.Location = new System.Drawing.Point(60, 143);
1724 1756
            this.radLabel5.Name = "radLabel5";
1725 1757
            this.radLabel5.Size = new System.Drawing.Size(79, 17);
1726 1758
            this.radLabel5.TabIndex = 11;
......
1731 1763
            this.radDropDownListGateway.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1732 1764
            this.radDropDownListGateway.DropDownAnimationEnabled = true;
1733 1765
            this.radDropDownListGateway.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1734
            this.radDropDownListGateway.Location = new System.Drawing.Point(146, 161);
1766
            this.radDropDownListGateway.Location = new System.Drawing.Point(146, 151);
1735 1767
            this.radDropDownListGateway.Name = "radDropDownListGateway";
1736
            this.radDropDownListGateway.Size = new System.Drawing.Size(68, 0);
1768
            this.radDropDownListGateway.Size = new System.Drawing.Size(75, 0);
1737 1769
            this.radDropDownListGateway.TabIndex = 19;
1738 1770
            // 
1739 1771
            // radDropDownListRegistration
......
1741 1773
            this.radDropDownListRegistration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1742 1774
            this.radDropDownListRegistration.DropDownAnimationEnabled = true;
1743 1775
            this.radDropDownListRegistration.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1744
            this.radDropDownListRegistration.Location = new System.Drawing.Point(307, 161);
1776
            this.radDropDownListRegistration.Location = new System.Drawing.Point(314, 151);
1745 1777
            this.radDropDownListRegistration.Name = "radDropDownListRegistration";
1746
            this.radDropDownListRegistration.Size = new System.Drawing.Size(68, 0);
1778
            this.radDropDownListRegistration.Size = new System.Drawing.Size(75, 0);
1747 1779
            this.radDropDownListRegistration.TabIndex = 20;
1748 1780
            // 
1749 1781
            // radLabel8
1750 1782
            // 
1751 1783
            this.radLabel8.Anchor = System.Windows.Forms.AnchorStyles.Left;
1752 1784
            this.radLabel8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1753
            this.radLabel8.Location = new System.Drawing.Point(4, 6);
1785
            this.radLabel8.Location = new System.Drawing.Point(4, 5);
1754 1786
            this.radLabel8.Name = "radLabel8";
1755 1787
            this.radLabel8.Size = new System.Drawing.Size(33, 17);
1756 1788
            this.radLabel8.TabIndex = 21;
......
1777 1809
            this.tableLayoutPanelDate.Name = "tableLayoutPanelDate";
1778 1810
            this.tableLayoutPanelDate.RowCount = 1;
1779 1811
            this.tableLayoutPanelDate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
1780
            this.tableLayoutPanelDate.Size = new System.Drawing.Size(935, 28);
1812
            this.tableLayoutPanelDate.Size = new System.Drawing.Size(925, 26);
1781 1813
            this.tableLayoutPanelDate.TabIndex = 22;
1782 1814
            // 
1783 1815
            // radCheckedDropDownListDateType
1784 1816
            // 
1785 1817
            this.radCheckedDropDownListDateType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1786 1818
            this.radCheckedDropDownListDateType.DropDownAnimationEnabled = true;
1787
            this.radCheckedDropDownListDateType.Location = new System.Drawing.Point(3, 14);
1819
            this.radCheckedDropDownListDateType.Location = new System.Drawing.Point(3, 13);
1788 1820
            this.radCheckedDropDownListDateType.Name = "radCheckedDropDownListDateType";
1789 1821
            this.radCheckedDropDownListDateType.Size = new System.Drawing.Size(474, 0);
1790 1822
            this.radCheckedDropDownListDateType.TabIndex = 0;
......
1792 1824
            // radDateTimePickerFr
1793 1825
            // 
1794 1826
            this.radDateTimePickerFr.Anchor = System.Windows.Forms.AnchorStyles.Left;
1795
            this.radDateTimePickerFr.Location = new System.Drawing.Point(483, 4);
1827
            this.radDateTimePickerFr.Location = new System.Drawing.Point(483, 3);
1796 1828
            this.radDateTimePickerFr.Name = "radDateTimePickerFr";
1797 1829
            this.radDateTimePickerFr.NullText = "No date selected";
1798 1830
            this.radDateTimePickerFr.Size = new System.Drawing.Size(144, 20);
......
1804 1836
            // radDateTimePickerTo
1805 1837
            // 
1806 1838
            this.radDateTimePickerTo.Anchor = System.Windows.Forms.AnchorStyles.Right;
1807
            this.radDateTimePickerTo.Location = new System.Drawing.Point(663, 4);
1839
            this.radDateTimePickerTo.Location = new System.Drawing.Point(663, 3);
1808 1840
            this.radDateTimePickerTo.Name = "radDateTimePickerTo";
1809 1841
            this.radDateTimePickerTo.NullText = "No date selected";
1810 1842
            this.radDateTimePickerTo.Size = new System.Drawing.Size(144, 20);
......
1816 1848
            // radButtonDateClear
1817 1849
            // 
1818 1850
            this.radButtonDateClear.Anchor = System.Windows.Forms.AnchorStyles.Left;
1819
            this.radButtonDateClear.Location = new System.Drawing.Point(813, 6);
1851
            this.radButtonDateClear.Location = new System.Drawing.Point(813, 5);
1820 1852
            this.radButtonDateClear.Name = "radButtonDateClear";
1821 1853
            this.radButtonDateClear.Size = new System.Drawing.Size(19, 16);
1822 1854
            this.radButtonDateClear.TabIndex = 3;
......
1825 1857
            // radLabelSplit
1826 1858
            // 
1827 1859
            this.radLabelSplit.Anchor = System.Windows.Forms.AnchorStyles.None;
1828
            this.radLabelSplit.Location = new System.Drawing.Point(638, 5);
1860
            this.radLabelSplit.Location = new System.Drawing.Point(638, 4);
1829 1861
            this.radLabelSplit.Name = "radLabelSplit";
1830 1862
            this.radLabelSplit.Size = new System.Drawing.Size(14, 18);
1831 1863
            this.radLabelSplit.TabIndex = 4;
......
1835 1867
            // 
1836 1868
            this.radLabelID2Issues.Anchor = System.Windows.Forms.AnchorStyles.Left;
1837 1869
            this.radLabelID2Issues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1838
            this.radLabelID2Issues.Location = new System.Drawing.Point(221, 93);
1870
            this.radLabelID2Issues.Location = new System.Drawing.Point(228, 86);
1839 1871
            this.radLabelID2Issues.Name = "radLabelID2Issues";
1840 1872
            this.radLabelID2Issues.Size = new System.Drawing.Size(59, 17);
1841 1873
            this.radLabelID2Issues.TabIndex = 23;
......
1845 1877
            // 
1846 1878
            this.radLabelAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1847 1879
            this.radLabelAVEVAIssues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1848
            this.radLabelAVEVAIssues.Location = new System.Drawing.Point(543, 93);
1880
            this.radLabelAVEVAIssues.Location = new System.Drawing.Point(564, 86);
1849 1881
            this.radLabelAVEVAIssues.Name = "radLabelAVEVAIssues";
1850 1882
            this.radLabelAVEVAIssues.Size = new System.Drawing.Size(79, 17);
1851 1883
            this.radLabelAVEVAIssues.TabIndex = 24;
......
1856 1888
            this.radDropDownListID2Issues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1857 1889
            this.radDropDownListID2Issues.DropDownAnimationEnabled = true;
1858 1890
            this.radDropDownListID2Issues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1859
            this.radDropDownListID2Issues.Location = new System.Drawing.Point(307, 102);
1891
            this.radDropDownListID2Issues.Location = new System.Drawing.Point(314, 95);
1860 1892
            this.radDropDownListID2Issues.Name = "radDropDownListID2Issues";
1861
            this.radDropDownListID2Issues.Size = new System.Drawing.Size(68, 0);
1893
            this.radDropDownListID2Issues.Size = new System.Drawing.Size(75, 0);
1862 1894
            this.radDropDownListID2Issues.TabIndex = 25;
1863 1895
            // 
1864 1896
            // radDropDownListAVEVAIssues
......
1866 1898
            this.radDropDownListAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1867 1899
            this.radDropDownListAVEVAIssues.DropDownAnimationEnabled = true;
1868 1900
            this.radDropDownListAVEVAIssues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1869
            this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(629, 102);
1901
            this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(650, 95);
1870 1902
            this.radDropDownListAVEVAIssues.Name = "radDropDownListAVEVAIssues";
1871
            this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(68, 0);
1903
            this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(75, 0);
1872 1904
            this.radDropDownListAVEVAIssues.TabIndex = 26;
1873 1905
            // 
1874 1906
            // radLabelProject
1875 1907
            // 
1876 1908
            this.radLabelProject.Anchor = System.Windows.Forms.AnchorStyles.Left;
1877 1909
            this.radLabelProject.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1878
            this.radLabelProject.Location = new System.Drawing.Point(221, 35);
1910
            this.radLabelProject.Location = new System.Drawing.Point(228, 32);
1879 1911
            this.radLabelProject.Name = "radLabelProject";
1880 1912
            this.radLabelProject.Size = new System.Drawing.Size(68, 17);
1881 1913
            this.radLabelProject.TabIndex = 27;
......
1886 1918
            this.radDropDownListTeam.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1887 1919
            this.radDropDownListTeam.DropDownAnimationEnabled = true;
1888 1920
            this.radDropDownListTeam.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
1889
            this.radDropDownListTeam.Location = new System.Drawing.Point(146, 44);
1921
            this.radDropDownListTeam.Location = new System.Drawing.Point(146, 41);
1890 1922
            this.radDropDownListTeam.Name = "radDropDownListTeam";
1891
            this.radDropDownListTeam.Size = new System.Drawing.Size(68, 0);
1923
            this.radDropDownListTeam.Size = new System.Drawing.Size(75, 0);
1892 1924
            this.radDropDownListTeam.TabIndex = 28;
1893 1925
            // 
1894 1926
            // radLabelProjectGroupNm
......
2243 2275
            this.toolTabStrip2.TabIndex = 0;
2244 2276
            this.toolTabStrip2.TabStop = false;
2245 2277
            // 
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
            // 
2246 2287
            // Main
2247 2288
            // 
2248 2289
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
......
2275 2316
            ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxWork)).EndInit();
2276 2317
            this.tableLayoutMain.ResumeLayout(false);
2277 2318
            this.tableLayoutMain.PerformLayout();
2319
            ((System.ComponentModel.ISupportInitialize)(this.radCommandBar1)).EndInit();
2278 2320
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewDocuments.MasterTemplate)).EndInit();
2279 2321
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewDocuments)).EndInit();
2280
            ((System.ComponentModel.ISupportInitialize)(this.radCommandBar1)).EndInit();
2281 2322
            this.radCollapsiblePanelCondition.PanelContainer.ResumeLayout(false);
2282 2323
            ((System.ComponentModel.ISupportInitialize)(this.radCollapsiblePanelCondition)).EndInit();
2283 2324
            this.radCollapsiblePanelCondition.ResumeLayout(false);
......
2505 2546
        private Telerik.WinControls.UI.RadGridView radGridViewID2Symbols;
2506 2547
        private Telerik.WinControls.UI.Docking.ToolTabStrip toolTabStrip2;
2507 2548
        private devDept.Eyeshot.Design designSymbol;
2549
        private Telerik.WinControls.UI.RadRibbonBarGroup radRibbonBarGroup5;
2550
        private Telerik.WinControls.UI.RadButtonElement radButtonElementExtractText;
2551
        private Telerik.WinControls.UI.RadButtonElement radButtonElementClassify;
2552
        private Telerik.WinControls.UI.RadButtonElement radButtonElementStopWorking;
2508 2553
    }
2509 2554
}
ID2.Manager/ID2.Manager/Main.cs
69 69
            InitializeComponent();
70 70
            var classify = new Controls.Classify(this.radProgressBarElement) { Dock = DockStyle.Fill };
71 71
            classify.UpdateDocumentsEvent += Classify_UpdateDocumentsEvent;
72
            classify.OnClassifyCompleted += Classify_OnClassifyCompleted;
72 73
            this.LayoutValidation.Controls.Add(classify);
73 74
            this.DockMainTabStrip.Select();
74 75

  
......
187 188
        }
188 189

  
189 190
        /// <summary>
191
        /// 유사도 분류 작업이 완료되면 유사도 수행 버튼을 활성화 시킨다.
192
        /// </summary>
193
        private void Classify_OnClassifyCompleted()
194
        {
195
            this.radButtonElementClassify.Visibility = ElementVisibility.Visible;
196
            this.radButtonElementStopWorking.Visibility = ElementVisibility.Collapsed;
197
        }
198

  
199
        /// <summary>
190 200
        /// 현재 보이는 Document를 Classify 화면에 표시한다.
191 201
        /// </summary>
192 202
        private void Classify_UpdateDocumentsEvent()
... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.

내보내기 Unified diff

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