프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager.Compare / Controls / Verification.Designer.cs @ 1620ca9c

이력 | 보기 | 이력해설 | 다운로드 (73.6 KB)

1

2
namespace ID2.Manager.Controls
3
{
4
    partial class Verification
5
    {
6
        /// <summary> 
7
        /// 필수 디자이너 변수입니다.
8
        /// </summary>
9
        private System.ComponentModel.IContainer components = null;
10

    
11
        /// <summary> 
12
        /// 사용 중인 모든 리소스를 정리합니다.
13
        /// </summary>
14
        /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
15
        protected override void Dispose(bool disposing)
16
        {
17
            if (disposing && (components != null))
18
            {
19
                components.Dispose();
20
            }
21
            base.Dispose(disposing);
22
        }
23

    
24
        #region 구성 요소 디자이너에서 생성한 코드
25

    
26
        /// <summary> 
27
        /// 디자이너 지원에 필요한 메서드입니다. 
28
        /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
29
        /// </summary>
30
        private void InitializeComponent()
31
        {
32
            this.components = new System.ComponentModel.Container();
33
            devDept.Eyeshot.CancelToolBarButton cancelToolBarButton2 = new devDept.Eyeshot.CancelToolBarButton("Cancel", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
34
            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);
35
            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);
36
            devDept.Eyeshot.Camera camera2 = 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, 0.9814258922296617D, false, 0.001D);
37
            devDept.Eyeshot.MagnifyingGlassToolBarButton magnifyingGlassToolBarButton2 = new devDept.Eyeshot.MagnifyingGlassToolBarButton("Magnifying Glass", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
38
            devDept.Eyeshot.ZoomWindowToolBarButton zoomWindowToolBarButton2 = new devDept.Eyeshot.ZoomWindowToolBarButton("Zoom Window", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
39
            devDept.Eyeshot.ZoomToolBarButton zoomToolBarButton2 = new devDept.Eyeshot.ZoomToolBarButton("Zoom", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
40
            devDept.Eyeshot.PanToolBarButton panToolBarButton2 = new devDept.Eyeshot.PanToolBarButton("Pan", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
41
            devDept.Eyeshot.ZoomFitToolBarButton zoomFitToolBarButton2 = new devDept.Eyeshot.ZoomFitToolBarButton("Zoom Fit", devDept.Eyeshot.ToolBarButton.styleType.PushButton, true, true);
42
            devDept.Eyeshot.ToolBar toolBar2 = new devDept.Eyeshot.ToolBar(devDept.Eyeshot.ToolBar.positionType.HorizontalTopCenter, true, new devDept.Eyeshot.ToolBarButton[] {
43
            ((devDept.Eyeshot.ToolBarButton)(magnifyingGlassToolBarButton2)),
44
            ((devDept.Eyeshot.ToolBarButton)(zoomWindowToolBarButton2)),
45
            ((devDept.Eyeshot.ToolBarButton)(zoomToolBarButton2)),
46
            ((devDept.Eyeshot.ToolBarButton)(panToolBarButton2)),
47
            ((devDept.Eyeshot.ToolBarButton)(zoomFitToolBarButton2))});
48
            devDept.Eyeshot.Histogram histogram2 = new devDept.Eyeshot.Histogram(30, 80, "Title", System.Drawing.Color.Blue, System.Drawing.Color.Gray, System.Drawing.Color.Black, System.Drawing.Color.Red, System.Drawing.Color.LightYellow, false, true, false, "{0:+0.###;-0.###;0}");
49
            devDept.Eyeshot.Grid grid2 = new devDept.Eyeshot.Grid(new devDept.Geometry.Point2D(-100D, -100D), new devDept.Geometry.Point2D(100D, 100D), 10D, new devDept.Geometry.Plane(new devDept.Geometry.Point3D(0D, 0D, 0D), new devDept.Geometry.Vector3D(0D, 0D, 1D)), System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), false, false, false, false, 10, 100, 10, System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90))))), System.Drawing.Color.Transparent, false, System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))));
50
            devDept.Eyeshot.OriginSymbol originSymbol2 = new devDept.Eyeshot.OriginSymbol(10, devDept.Eyeshot.originSymbolStyleType.Ball, new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))), System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Red, System.Drawing.Color.Green, System.Drawing.Color.Blue, "Origin", "X", "Y", "Z", true, null, false);
51
            devDept.Eyeshot.RotateSettings rotateSettings2 = new devDept.Eyeshot.RotateSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.None), 10D, false, 1D, devDept.Eyeshot.rotationType.Trackball, devDept.Eyeshot.rotationCenterType.CursorLocation, new devDept.Geometry.Point3D(0D, 0D, 0D), false);
52
            devDept.Eyeshot.ZoomSettings zoomSettings2 = new devDept.Eyeshot.ZoomSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.Shift), 25, true, devDept.Eyeshot.zoomStyleType.AtCursorLocation, false, 1D, System.Drawing.Color.Empty, devDept.Eyeshot.Camera.perspectiveFitType.Accurate, false, 10, true);
53
            devDept.Eyeshot.PanSettings panSettings2 = new devDept.Eyeshot.PanSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.Ctrl), 25, true);
54
            devDept.Eyeshot.NavigationSettings navigationSettings2 = new devDept.Eyeshot.NavigationSettings(devDept.Eyeshot.Camera.navigationType.Examine, new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Left, devDept.Eyeshot.modifierKeys.None), new devDept.Geometry.Point3D(-1000D, -1000D, -1000D), new devDept.Geometry.Point3D(1000D, 1000D, 1000D), 8D, 50D, 50D);
55
            devDept.Eyeshot.CoordinateSystemIcon coordinateSystemIcon2 = new devDept.Eyeshot.CoordinateSystemIcon(new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))), System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))), System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))), System.Drawing.Color.OrangeRed, "Origin", "X", "Y", "Z", true, devDept.Eyeshot.coordinateSystemPositionType.BottomLeft, 37, null, false);
56
            devDept.Eyeshot.ViewCubeIcon viewCubeIcon2 = new devDept.Eyeshot.ViewCubeIcon(devDept.Eyeshot.coordinateSystemPositionType.TopRight, false, System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(20)))), ((int)(((byte)(60))))), true, "FRONT", "BACK", "LEFT", "RIGHT", "TOP", "BOTTOM", System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), 'S', 'N', 'W', 'E', true, null, System.Drawing.Color.White, System.Drawing.Color.Black, 120, true, true, null, null, null, null, null, null, false, new devDept.Geometry.Quaternion(0D, 0D, 0D, 1D), true);
57
            devDept.Eyeshot.Viewport.SavedViewsManager savedViewsManager2 = new devDept.Eyeshot.Viewport.SavedViewsManager(8);
58
            devDept.Eyeshot.Viewport viewport2 = new devDept.Eyeshot.Viewport(new System.Drawing.Point(0, 0), new System.Drawing.Size(656, 236), backgroundSettings2, camera2, new devDept.Eyeshot.ToolBar[] {
59
            toolBar2}, new devDept.Eyeshot.Legend[0], histogram2, devDept.Eyeshot.displayType.Wireframe, true, false, false, false, new devDept.Eyeshot.Grid[] {
60
            grid2}, new devDept.Eyeshot.OriginSymbol[] {
61
            originSymbol2}, false, rotateSettings2, zoomSettings2, panSettings2, navigationSettings2, coordinateSystemIcon2, viewCubeIcon2, savedViewsManager2, devDept.Eyeshot.viewType.Top);
62
            devDept.Eyeshot.CancelToolBarButton cancelToolBarButton3 = new devDept.Eyeshot.CancelToolBarButton("Cancel", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
63
            devDept.Eyeshot.ProgressBar progressBar3 = 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, cancelToolBarButton3, false, 0.1D, 0.333D, true);
64
            devDept.Graphics.BackgroundSettings backgroundSettings3 = 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);
65
            devDept.Eyeshot.Camera camera3 = new devDept.Eyeshot.Camera(new devDept.Geometry.Point3D(-4.5374030325108127E-16D, 2.043464660644545D, 47.5965649485588D), 97.257904648780809D, new devDept.Geometry.Quaternion(0.49999999999999989D, 0.5D, 0.5D, 0.50000000000000011D), devDept.Graphics.projectionType.Orthographic, 40D, 1.0529821660941499D, false, 0.001D);
66
            devDept.Eyeshot.MagnifyingGlassToolBarButton magnifyingGlassToolBarButton3 = new devDept.Eyeshot.MagnifyingGlassToolBarButton("Magnifying Glass", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
67
            devDept.Eyeshot.ZoomWindowToolBarButton zoomWindowToolBarButton3 = new devDept.Eyeshot.ZoomWindowToolBarButton("Zoom Window", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
68
            devDept.Eyeshot.ZoomToolBarButton zoomToolBarButton3 = new devDept.Eyeshot.ZoomToolBarButton("Zoom", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
69
            devDept.Eyeshot.PanToolBarButton panToolBarButton3 = new devDept.Eyeshot.PanToolBarButton("Pan", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
70
            devDept.Eyeshot.ZoomFitToolBarButton zoomFitToolBarButton3 = new devDept.Eyeshot.ZoomFitToolBarButton("Zoom Fit", devDept.Eyeshot.ToolBarButton.styleType.PushButton, true, true);
71
            devDept.Eyeshot.ToolBar toolBar3 = new devDept.Eyeshot.ToolBar(devDept.Eyeshot.ToolBar.positionType.HorizontalTopCenter, true, new devDept.Eyeshot.ToolBarButton[] {
72
            ((devDept.Eyeshot.ToolBarButton)(magnifyingGlassToolBarButton3)),
73
            ((devDept.Eyeshot.ToolBarButton)(zoomWindowToolBarButton3)),
74
            ((devDept.Eyeshot.ToolBarButton)(zoomToolBarButton3)),
75
            ((devDept.Eyeshot.ToolBarButton)(panToolBarButton3)),
76
            ((devDept.Eyeshot.ToolBarButton)(zoomFitToolBarButton3))});
77
            devDept.Eyeshot.Histogram histogram3 = new devDept.Eyeshot.Histogram(30, 80, "Title", System.Drawing.Color.Blue, System.Drawing.Color.Gray, System.Drawing.Color.Black, System.Drawing.Color.Red, System.Drawing.Color.LightYellow, false, true, false, "{0:+0.###;-0.###;0}");
78
            devDept.Eyeshot.Grid grid3 = new devDept.Eyeshot.Grid(new devDept.Geometry.Point2D(-100D, -100D), new devDept.Geometry.Point2D(100D, 100D), 10D, new devDept.Geometry.Plane(new devDept.Geometry.Point3D(0D, 0D, 0D), new devDept.Geometry.Vector3D(0D, 0D, 1D)), System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), false, false, false, false, 10, 100, 10, System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90))))), System.Drawing.Color.Transparent, false, System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))));
79
            devDept.Eyeshot.OriginSymbol originSymbol3 = new devDept.Eyeshot.OriginSymbol(10, devDept.Eyeshot.originSymbolStyleType.Ball, new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))), System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Red, System.Drawing.Color.Green, System.Drawing.Color.Blue, "Origin", "X", "Y", "Z", true, null, false);
80
            devDept.Eyeshot.RotateSettings rotateSettings3 = new devDept.Eyeshot.RotateSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.None), 10D, false, 1D, devDept.Eyeshot.rotationType.Trackball, devDept.Eyeshot.rotationCenterType.CursorLocation, new devDept.Geometry.Point3D(0D, 0D, 0D), false);
81
            devDept.Eyeshot.ZoomSettings zoomSettings3 = new devDept.Eyeshot.ZoomSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.Shift), 25, true, devDept.Eyeshot.zoomStyleType.AtCursorLocation, false, 1D, System.Drawing.Color.Empty, devDept.Eyeshot.Camera.perspectiveFitType.Accurate, false, 10, true);
82
            devDept.Eyeshot.PanSettings panSettings3 = new devDept.Eyeshot.PanSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.Ctrl), 25, true);
83
            devDept.Eyeshot.NavigationSettings navigationSettings3 = new devDept.Eyeshot.NavigationSettings(devDept.Eyeshot.Camera.navigationType.Examine, new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Left, devDept.Eyeshot.modifierKeys.None), new devDept.Geometry.Point3D(-1000D, -1000D, -1000D), new devDept.Geometry.Point3D(1000D, 1000D, 1000D), 8D, 50D, 50D);
84
            devDept.Eyeshot.CoordinateSystemIcon coordinateSystemIcon3 = new devDept.Eyeshot.CoordinateSystemIcon(new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))), System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))), System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))), System.Drawing.Color.OrangeRed, "Origin", "X", "Y", "Z", true, devDept.Eyeshot.coordinateSystemPositionType.BottomLeft, 37, null, false);
85
            devDept.Eyeshot.ViewCubeIcon viewCubeIcon3 = new devDept.Eyeshot.ViewCubeIcon(devDept.Eyeshot.coordinateSystemPositionType.TopRight, false, System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(20)))), ((int)(((byte)(60))))), true, "FRONT", "BACK", "LEFT", "RIGHT", "TOP", "BOTTOM", System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), 'S', 'N', 'W', 'E', true, null, System.Drawing.Color.White, System.Drawing.Color.Black, 120, true, true, null, null, null, null, null, null, false, new devDept.Geometry.Quaternion(0D, 0D, 0D, 1D), true);
86
            devDept.Eyeshot.Viewport.SavedViewsManager savedViewsManager3 = new devDept.Eyeshot.Viewport.SavedViewsManager(8);
87
            devDept.Eyeshot.Viewport viewport3 = new devDept.Eyeshot.Viewport(new System.Drawing.Point(0, 0), new System.Drawing.Size(656, 236), backgroundSettings3, camera3, new devDept.Eyeshot.ToolBar[] {
88
            toolBar3}, new devDept.Eyeshot.Legend[0], histogram3, devDept.Eyeshot.displayType.Wireframe, true, false, false, false, new devDept.Eyeshot.Grid[] {
89
            grid3}, new devDept.Eyeshot.OriginSymbol[] {
90
            originSymbol3}, false, rotateSettings3, zoomSettings3, panSettings3, navigationSettings3, coordinateSystemIcon3, viewCubeIcon3, savedViewsManager3, devDept.Eyeshot.viewType.Top);
91
            Telerik.WinControls.UI.RadCheckedListDataItem radCheckedListDataItem1 = new Telerik.WinControls.UI.RadCheckedListDataItem();
92
            Telerik.WinControls.UI.RadCheckedListDataItem radCheckedListDataItem2 = new Telerik.WinControls.UI.RadCheckedListDataItem();
93
            Telerik.WinControls.UI.RadCheckedListDataItem radCheckedListDataItem3 = new Telerik.WinControls.UI.RadCheckedListDataItem();
94
            Telerik.WinControls.UI.RadCheckedListDataItem radCheckedListDataItem4 = new Telerik.WinControls.UI.RadCheckedListDataItem();
95
            devDept.Eyeshot.CancelToolBarButton cancelToolBarButton1 = new devDept.Eyeshot.CancelToolBarButton("Cancel", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
96
            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);
97
            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);
98
            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, 2.1291949596458206D, false, 0.001D);
99
            devDept.Eyeshot.MagnifyingGlassToolBarButton magnifyingGlassToolBarButton1 = new devDept.Eyeshot.MagnifyingGlassToolBarButton("Magnifying Glass", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
100
            devDept.Eyeshot.ZoomWindowToolBarButton zoomWindowToolBarButton1 = new devDept.Eyeshot.ZoomWindowToolBarButton("Zoom Window", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
101
            devDept.Eyeshot.ZoomToolBarButton zoomToolBarButton1 = new devDept.Eyeshot.ZoomToolBarButton("Zoom", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
102
            devDept.Eyeshot.PanToolBarButton panToolBarButton1 = new devDept.Eyeshot.PanToolBarButton("Pan", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
103
            devDept.Eyeshot.ZoomFitToolBarButton zoomFitToolBarButton1 = new devDept.Eyeshot.ZoomFitToolBarButton("Zoom Fit", devDept.Eyeshot.ToolBarButton.styleType.PushButton, true, true);
104
            devDept.Eyeshot.ToolBar toolBar1 = new devDept.Eyeshot.ToolBar(devDept.Eyeshot.ToolBar.positionType.HorizontalTopCenter, true, new devDept.Eyeshot.ToolBarButton[] {
105
            ((devDept.Eyeshot.ToolBarButton)(magnifyingGlassToolBarButton1)),
106
            ((devDept.Eyeshot.ToolBarButton)(zoomWindowToolBarButton1)),
107
            ((devDept.Eyeshot.ToolBarButton)(zoomToolBarButton1)),
108
            ((devDept.Eyeshot.ToolBarButton)(panToolBarButton1)),
109
            ((devDept.Eyeshot.ToolBarButton)(zoomFitToolBarButton1))});
110
            devDept.Eyeshot.Histogram histogram1 = new devDept.Eyeshot.Histogram(30, 80, "Title", System.Drawing.Color.Blue, System.Drawing.Color.Gray, System.Drawing.Color.Black, System.Drawing.Color.Red, System.Drawing.Color.LightYellow, false, true, false, "{0:+0.###;-0.###;0}");
111
            devDept.Eyeshot.Grid grid1 = new devDept.Eyeshot.Grid(new devDept.Geometry.Point2D(-100D, -100D), new devDept.Geometry.Point2D(100D, 100D), 10D, new devDept.Geometry.Plane(new devDept.Geometry.Point3D(0D, 0D, 0D), new devDept.Geometry.Vector3D(0D, 0D, 1D)), System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))), false, false, false, false, 10, 100, 10, System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90))))), System.Drawing.Color.Transparent, false, System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))));
112
            devDept.Eyeshot.OriginSymbol originSymbol1 = new devDept.Eyeshot.OriginSymbol(10, devDept.Eyeshot.originSymbolStyleType.Ball, new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))), System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Red, System.Drawing.Color.Green, System.Drawing.Color.Blue, "Origin", "X", "Y", "Z", true, null, false);
113
            devDept.Eyeshot.RotateSettings rotateSettings1 = new devDept.Eyeshot.RotateSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.None), 10D, false, 1D, devDept.Eyeshot.rotationType.Trackball, devDept.Eyeshot.rotationCenterType.CursorLocation, new devDept.Geometry.Point3D(0D, 0D, 0D), false);
114
            devDept.Eyeshot.ZoomSettings zoomSettings1 = new devDept.Eyeshot.ZoomSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.Shift), 25, true, devDept.Eyeshot.zoomStyleType.AtCursorLocation, false, 1D, System.Drawing.Color.Empty, devDept.Eyeshot.Camera.perspectiveFitType.Accurate, false, 10, true);
115
            devDept.Eyeshot.PanSettings panSettings1 = new devDept.Eyeshot.PanSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.Ctrl), 25, true);
116
            devDept.Eyeshot.NavigationSettings navigationSettings1 = new devDept.Eyeshot.NavigationSettings(devDept.Eyeshot.Camera.navigationType.Examine, new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Left, devDept.Eyeshot.modifierKeys.None), new devDept.Geometry.Point3D(-1000D, -1000D, -1000D), new devDept.Geometry.Point3D(1000D, 1000D, 1000D), 8D, 50D, 50D);
117
            devDept.Eyeshot.CoordinateSystemIcon coordinateSystemIcon1 = new devDept.Eyeshot.CoordinateSystemIcon(new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))), System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.Black, System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))), System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))), System.Drawing.Color.OrangeRed, "Origin", "X", "Y", "Z", true, devDept.Eyeshot.coordinateSystemPositionType.BottomLeft, 37, null, false);
118
            devDept.Eyeshot.ViewCubeIcon viewCubeIcon1 = new devDept.Eyeshot.ViewCubeIcon(devDept.Eyeshot.coordinateSystemPositionType.TopRight, false, System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(20)))), ((int)(((byte)(60))))), true, "FRONT", "BACK", "LEFT", "RIGHT", "TOP", "BOTTOM", System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77))))), 'S', 'N', 'W', 'E', true, null, System.Drawing.Color.White, System.Drawing.Color.Black, 120, true, true, null, null, null, null, null, null, false, new devDept.Geometry.Quaternion(0D, 0D, 0D, 1D), true);
119
            devDept.Eyeshot.Viewport.SavedViewsManager savedViewsManager1 = new devDept.Eyeshot.Viewport.SavedViewsManager(8);
120
            devDept.Eyeshot.Viewport viewport1 = new devDept.Eyeshot.Viewport(new System.Drawing.Point(0, 0), new System.Drawing.Size(656, 512), backgroundSettings1, camera1, new devDept.Eyeshot.ToolBar[] {
121
            toolBar1}, new devDept.Eyeshot.Legend[0], histogram1, devDept.Eyeshot.displayType.Wireframe, true, false, false, false, new devDept.Eyeshot.Grid[] {
122
            grid1}, new devDept.Eyeshot.OriginSymbol[] {
123
            originSymbol1}, false, rotateSettings1, zoomSettings1, panSettings1, navigationSettings1, coordinateSystemIcon1, viewCubeIcon1, savedViewsManager1, devDept.Eyeshot.viewType.Top);
124
            this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
125
            this.splitPanel1 = new Telerik.WinControls.UI.SplitPanel();
126
            this.radSplitContainer2 = new Telerik.WinControls.UI.RadSplitContainer();
127
            this.radSplitContainer3 = new Telerik.WinControls.UI.RadSplitContainer();
128
            this.splitPanel2 = new Telerik.WinControls.UI.SplitPanel();
129
            this.radSplitContainerSub = new Telerik.WinControls.UI.RadSplitContainer();
130
            this.splitPanel6 = new Telerik.WinControls.UI.SplitPanel();
131
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
132
            this.radLabelCompare = new Telerik.WinControls.UI.RadLabel();
133
            this.splitPanel7 = new Telerik.WinControls.UI.SplitPanel();
134
            this.radSplitContainer4 = new Telerik.WinControls.UI.RadSplitContainer();
135
            this.splitPanel8 = new Telerik.WinControls.UI.SplitPanel();
136
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
137
            this.designAutoCAD = new devDept.Eyeshot.Design();
138
            this.radLabelAutoCAD = new Telerik.WinControls.UI.RadLabel();
139
            this.splitPanel9 = new Telerik.WinControls.UI.SplitPanel();
140
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
141
            this.designAVEVA = new devDept.Eyeshot.Design();
142
            this.radLabelAVEVA = new Telerik.WinControls.UI.RadLabel();
143
            this.radSplitContainerMain = new Telerik.WinControls.UI.RadSplitContainer();
144
            this.splitPanel4 = new Telerik.WinControls.UI.SplitPanel();
145
            this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel();
146
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
147
            this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
148
            this.radSpinEditorTolerance = new Telerik.WinControls.UI.RadSpinEditor();
149
            this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
150
            this.radColorBoxAutoCADColor = new Telerik.WinControls.UI.RadColorBox();
151
            this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
152
            this.radColorBoxDiffColor = new Telerik.WinControls.UI.RadColorBox();
153
            this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
154
            this.radColorBoxAVEVAColor = new Telerik.WinControls.UI.RadColorBox();
155
            this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
156
            this.radColorBoxRevCloudColor = new Telerik.WinControls.UI.RadColorBox();
157
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
158
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
159
            this.radCheckBoxRevCloud = new Telerik.WinControls.UI.RadCheckBox();
160
            this.radCheckedDropDownListAutoCAD = new Telerik.WinControls.UI.RadCheckedDropDownList();
161
            this.radCheckedDropDownListAVEVA = new Telerik.WinControls.UI.RadCheckedDropDownList();
162
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
163
            this.radToggleSwitchCasesensitive = new Telerik.WinControls.UI.RadToggleSwitch();
164
            this.splitPanel5 = new Telerik.WinControls.UI.SplitPanel();
165
            this.splitPanel3 = new Telerik.WinControls.UI.SplitPanel();
166
            this.designCompare = new Xtractor.Viewer.MyModel(this.components);
167
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
168
            this.radSplitContainer1.SuspendLayout();
169
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
170
            this.splitPanel1.SuspendLayout();
171
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).BeginInit();
172
            this.radSplitContainer2.SuspendLayout();
173
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer3)).BeginInit();
174
            this.radSplitContainer3.SuspendLayout();
175
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).BeginInit();
176
            this.splitPanel2.SuspendLayout();
177
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerSub)).BeginInit();
178
            this.radSplitContainerSub.SuspendLayout();
179
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel6)).BeginInit();
180
            this.splitPanel6.SuspendLayout();
181
            this.tableLayoutPanel4.SuspendLayout();
182
            ((System.ComponentModel.ISupportInitialize)(this.radLabelCompare)).BeginInit();
183
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).BeginInit();
184
            this.splitPanel7.SuspendLayout();
185
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer4)).BeginInit();
186
            this.radSplitContainer4.SuspendLayout();
187
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel8)).BeginInit();
188
            this.splitPanel8.SuspendLayout();
189
            this.tableLayoutPanel2.SuspendLayout();
190
            ((System.ComponentModel.ISupportInitialize)(this.designAutoCAD)).BeginInit();
191
            ((System.ComponentModel.ISupportInitialize)(this.radLabelAutoCAD)).BeginInit();
192
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel9)).BeginInit();
193
            this.splitPanel9.SuspendLayout();
194
            this.tableLayoutPanel1.SuspendLayout();
195
            ((System.ComponentModel.ISupportInitialize)(this.designAVEVA)).BeginInit();
196
            ((System.ComponentModel.ISupportInitialize)(this.radLabelAVEVA)).BeginInit();
197
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerMain)).BeginInit();
198
            this.radSplitContainerMain.SuspendLayout();
199
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).BeginInit();
200
            this.splitPanel4.SuspendLayout();
201
            this.tableLayoutPanelMain.SuspendLayout();
202
            this.tableLayoutPanel3.SuspendLayout();
203
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
204
            ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorTolerance)).BeginInit();
205
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
206
            ((System.ComponentModel.ISupportInitialize)(this.radColorBoxAutoCADColor)).BeginInit();
207
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
208
            ((System.ComponentModel.ISupportInitialize)(this.radColorBoxDiffColor)).BeginInit();
209
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
210
            ((System.ComponentModel.ISupportInitialize)(this.radColorBoxAVEVAColor)).BeginInit();
211
            ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
212
            ((System.ComponentModel.ISupportInitialize)(this.radColorBoxRevCloudColor)).BeginInit();
213
            this.tableLayoutPanel5.SuspendLayout();
214
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
215
            ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxRevCloud)).BeginInit();
216
            ((System.ComponentModel.ISupportInitialize)(this.radCheckedDropDownListAutoCAD)).BeginInit();
217
            ((System.ComponentModel.ISupportInitialize)(this.radCheckedDropDownListAVEVA)).BeginInit();
218
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
219
            ((System.ComponentModel.ISupportInitialize)(this.radToggleSwitchCasesensitive)).BeginInit();
220
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel5)).BeginInit();
221
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).BeginInit();
222
            ((System.ComponentModel.ISupportInitialize)(this.designCompare)).BeginInit();
223
            this.SuspendLayout();
224
            // 
225
            // radSplitContainer1
226
            // 
227
            this.radSplitContainer1.Controls.Add(this.splitPanel1);
228
            this.radSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
229
            this.radSplitContainer1.Location = new System.Drawing.Point(0, 0);
230
            this.radSplitContainer1.Name = "radSplitContainer1";
231
            this.radSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
232
            // 
233
            // 
234
            // 
235
            this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
236
            this.radSplitContainer1.Size = new System.Drawing.Size(1328, 548);
237
            this.radSplitContainer1.SizeInfo.AbsoluteSize = new System.Drawing.Size(0, 0);
238
            this.radSplitContainer1.SplitterWidth = 8;
239
            this.radSplitContainer1.TabIndex = 0;
240
            this.radSplitContainer1.TabStop = false;
241
            // 
242
            // splitPanel1
243
            // 
244
            this.splitPanel1.Controls.Add(this.radSplitContainer2);
245
            this.splitPanel1.Location = new System.Drawing.Point(0, 0);
246
            this.splitPanel1.Name = "splitPanel1";
247
            // 
248
            // 
249
            // 
250
            this.splitPanel1.RootElement.MinSize = new System.Drawing.Size(25, 25);
251
            this.splitPanel1.Size = new System.Drawing.Size(1328, 548);
252
            this.splitPanel1.SizeInfo.AutoSizeScale = new System.Drawing.SizeF(0.2820976F, 0.009803922F);
253
            this.splitPanel1.SizeInfo.SplitterCorrection = new System.Drawing.Size(312, 22);
254
            this.splitPanel1.TabIndex = 0;
255
            this.splitPanel1.TabStop = false;
256
            // 
257
            // radSplitContainer2
258
            // 
259
            this.radSplitContainer2.Controls.Add(this.radSplitContainer3);
260
            this.radSplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
261
            this.radSplitContainer2.Location = new System.Drawing.Point(0, 0);
262
            this.radSplitContainer2.Name = "radSplitContainer2";
263
            this.radSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
264
            // 
265
            // 
266
            // 
267
            this.radSplitContainer2.RootElement.MinSize = new System.Drawing.Size(25, 25);
268
            this.radSplitContainer2.Size = new System.Drawing.Size(1328, 548);
269
            this.radSplitContainer2.SizeInfo.AbsoluteSize = new System.Drawing.Size(0, 0);
270
            this.radSplitContainer2.SplitterWidth = 8;
271
            this.radSplitContainer2.TabIndex = 0;
272
            this.radSplitContainer2.TabStop = false;
273
            // 
274
            // radSplitContainer3
275
            // 
276
            this.radSplitContainer3.Controls.Add(this.splitPanel2);
277
            this.radSplitContainer3.Location = new System.Drawing.Point(0, 0);
278
            this.radSplitContainer3.Name = "radSplitContainer3";
279
            // 
280
            // 
281
            // 
282
            this.radSplitContainer3.RootElement.MinSize = new System.Drawing.Size(25, 25);
283
            this.radSplitContainer3.Size = new System.Drawing.Size(1328, 548);
284
            this.radSplitContainer3.TabIndex = 0;
285
            this.radSplitContainer3.TabStop = false;
286
            // 
287
            // splitPanel2
288
            // 
289
            this.splitPanel2.Controls.Add(this.radSplitContainerSub);
290
            this.splitPanel2.Location = new System.Drawing.Point(0, 0);
291
            this.splitPanel2.Name = "splitPanel2";
292
            // 
293
            // 
294
            // 
295
            this.splitPanel2.RootElement.MinSize = new System.Drawing.Size(25, 25);
296
            this.splitPanel2.Size = new System.Drawing.Size(1328, 548);
297
            this.splitPanel2.TabIndex = 0;
298
            this.splitPanel2.TabStop = false;
299
            this.splitPanel2.Text = "splitPanel2";
300
            // 
301
            // radSplitContainerSub
302
            // 
303
            this.radSplitContainerSub.Controls.Add(this.splitPanel6);
304
            this.radSplitContainerSub.Controls.Add(this.splitPanel7);
305
            this.radSplitContainerSub.Dock = System.Windows.Forms.DockStyle.Fill;
306
            this.radSplitContainerSub.Location = new System.Drawing.Point(0, 0);
307
            this.radSplitContainerSub.Name = "radSplitContainerSub";
308
            // 
309
            // 
310
            // 
311
            this.radSplitContainerSub.RootElement.MinSize = new System.Drawing.Size(25, 25);
312
            this.radSplitContainerSub.Size = new System.Drawing.Size(1328, 548);
313
            this.radSplitContainerSub.TabIndex = 0;
314
            this.radSplitContainerSub.TabStop = false;
315
            // 
316
            // splitPanel6
317
            // 
318
            this.splitPanel6.Controls.Add(this.tableLayoutPanel4);
319
            this.splitPanel6.Location = new System.Drawing.Point(0, 0);
320
            this.splitPanel6.Name = "splitPanel6";
321
            // 
322
            // 
323
            // 
324
            this.splitPanel6.RootElement.MinSize = new System.Drawing.Size(25, 25);
325
            this.splitPanel6.Size = new System.Drawing.Size(662, 548);
326
            this.splitPanel6.TabIndex = 0;
327
            this.splitPanel6.TabStop = false;
328
            this.splitPanel6.Text = "splitPanel6";
329
            // 
330
            // tableLayoutPanel4
331
            // 
332
            this.tableLayoutPanel4.ColumnCount = 1;
333
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
334
            this.tableLayoutPanel4.Controls.Add(this.designCompare, 0, 1);
335
            this.tableLayoutPanel4.Controls.Add(this.radLabelCompare, 0, 0);
336
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
337
            this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
338
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
339
            this.tableLayoutPanel4.RowCount = 2;
340
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
341
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
342
            this.tableLayoutPanel4.Size = new System.Drawing.Size(662, 548);
343
            this.tableLayoutPanel4.TabIndex = 1;
344
            // 
345
            // radLabelCompare
346
            // 
347
            this.radLabelCompare.Anchor = System.Windows.Forms.AnchorStyles.Left;
348
            this.radLabelCompare.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
349
            this.radLabelCompare.Location = new System.Drawing.Point(3, 3);
350
            this.radLabelCompare.Name = "radLabelCompare";
351
            this.radLabelCompare.Size = new System.Drawing.Size(78, 24);
352
            this.radLabelCompare.TabIndex = 1;
353
            this.radLabelCompare.Text = "Compare";
354
            // 
355
            // splitPanel7
356
            // 
357
            this.splitPanel7.Controls.Add(this.radSplitContainer4);
358
            this.splitPanel7.Location = new System.Drawing.Point(666, 0);
359
            this.splitPanel7.Name = "splitPanel7";
360
            // 
361
            // 
362
            // 
363
            this.splitPanel7.RootElement.MinSize = new System.Drawing.Size(25, 25);
364
            this.splitPanel7.Size = new System.Drawing.Size(662, 548);
365
            this.splitPanel7.TabIndex = 1;
366
            this.splitPanel7.TabStop = false;
367
            this.splitPanel7.Text = "splitPanel7";
368
            // 
369
            // radSplitContainer4
370
            // 
371
            this.radSplitContainer4.Controls.Add(this.splitPanel8);
372
            this.radSplitContainer4.Controls.Add(this.splitPanel9);
373
            this.radSplitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
374
            this.radSplitContainer4.Location = new System.Drawing.Point(0, 0);
375
            this.radSplitContainer4.Name = "radSplitContainer4";
376
            this.radSplitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
377
            // 
378
            // 
379
            // 
380
            this.radSplitContainer4.RootElement.MinSize = new System.Drawing.Size(25, 25);
381
            this.radSplitContainer4.Size = new System.Drawing.Size(662, 548);
382
            this.radSplitContainer4.TabIndex = 0;
383
            this.radSplitContainer4.TabStop = false;
384
            // 
385
            // splitPanel8
386
            // 
387
            this.splitPanel8.Controls.Add(this.tableLayoutPanel2);
388
            this.splitPanel8.Location = new System.Drawing.Point(0, 0);
389
            this.splitPanel8.Name = "splitPanel8";
390
            // 
391
            // 
392
            // 
393
            this.splitPanel8.RootElement.MinSize = new System.Drawing.Size(25, 25);
394
            this.splitPanel8.Size = new System.Drawing.Size(662, 272);
395
            this.splitPanel8.TabIndex = 0;
396
            this.splitPanel8.TabStop = false;
397
            this.splitPanel8.Text = "splitPanel8";
398
            // 
399
            // tableLayoutPanel2
400
            // 
401
            this.tableLayoutPanel2.ColumnCount = 1;
402
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
403
            this.tableLayoutPanel2.Controls.Add(this.designAutoCAD, 0, 1);
404
            this.tableLayoutPanel2.Controls.Add(this.radLabelAutoCAD, 0, 0);
405
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
406
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
407
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
408
            this.tableLayoutPanel2.RowCount = 2;
409
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
410
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
411
            this.tableLayoutPanel2.Size = new System.Drawing.Size(662, 272);
412
            this.tableLayoutPanel2.TabIndex = 1;
413
            // 
414
            // designAutoCAD
415
            // 
416
            this.designAutoCAD.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
417
            | System.Windows.Forms.AnchorStyles.Left) 
418
            | System.Windows.Forms.AnchorStyles.Right)));
419
            this.designAutoCAD.Cursor = System.Windows.Forms.Cursors.Default;
420
            this.designAutoCAD.Location = new System.Drawing.Point(3, 33);
421
            this.designAutoCAD.Name = "designAutoCAD";
422
            this.designAutoCAD.ProgressBar = progressBar2;
423
            this.designAutoCAD.Size = new System.Drawing.Size(656, 236);
424
            this.designAutoCAD.TabIndex = 0;
425
            this.designAutoCAD.Text = "AutoCAD";
426
            this.designAutoCAD.Viewports.Add(viewport2);
427
            // 
428
            // radLabelAutoCAD
429
            // 
430
            this.radLabelAutoCAD.Anchor = System.Windows.Forms.AnchorStyles.Left;
431
            this.radLabelAutoCAD.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
432
            this.radLabelAutoCAD.Location = new System.Drawing.Point(3, 3);
433
            this.radLabelAutoCAD.Name = "radLabelAutoCAD";
434
            this.radLabelAutoCAD.Size = new System.Drawing.Size(80, 24);
435
            this.radLabelAutoCAD.TabIndex = 1;
436
            this.radLabelAutoCAD.Text = "AutoCAD";
437
            // 
438
            // splitPanel9
439
            // 
440
            this.splitPanel9.Controls.Add(this.tableLayoutPanel1);
441
            this.splitPanel9.Location = new System.Drawing.Point(0, 276);
442
            this.splitPanel9.Name = "splitPanel9";
443
            // 
444
            // 
445
            // 
446
            this.splitPanel9.RootElement.MinSize = new System.Drawing.Size(25, 25);
447
            this.splitPanel9.Size = new System.Drawing.Size(662, 272);
448
            this.splitPanel9.TabIndex = 1;
449
            this.splitPanel9.TabStop = false;
450
            this.splitPanel9.Text = "splitPanel9";
451
            // 
452
            // tableLayoutPanel1
453
            // 
454
            this.tableLayoutPanel1.ColumnCount = 1;
455
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
456
            this.tableLayoutPanel1.Controls.Add(this.designAVEVA, 0, 1);
457
            this.tableLayoutPanel1.Controls.Add(this.radLabelAVEVA, 0, 0);
458
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
459
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
460
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
461
            this.tableLayoutPanel1.RowCount = 2;
462
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
463
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
464
            this.tableLayoutPanel1.Size = new System.Drawing.Size(662, 272);
465
            this.tableLayoutPanel1.TabIndex = 0;
466
            // 
467
            // designAVEVA
468
            // 
469
            this.designAVEVA.Cursor = System.Windows.Forms.Cursors.Default;
470
            this.designAVEVA.Dock = System.Windows.Forms.DockStyle.Fill;
471
            this.designAVEVA.Location = new System.Drawing.Point(3, 33);
472
            this.designAVEVA.Name = "designAVEVA";
473
            this.designAVEVA.ProgressBar = progressBar3;
474
            this.designAVEVA.Size = new System.Drawing.Size(656, 236);
475
            this.designAVEVA.TabIndex = 0;
476
            this.designAVEVA.Text = "design1";
477
            this.designAVEVA.Viewports.Add(viewport3);
478
            // 
479
            // radLabelAVEVA
480
            // 
481
            this.radLabelAVEVA.Anchor = System.Windows.Forms.AnchorStyles.Left;
482
            this.radLabelAVEVA.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
483
            this.radLabelAVEVA.Location = new System.Drawing.Point(3, 3);
484
            this.radLabelAVEVA.Name = "radLabelAVEVA";
485
            this.radLabelAVEVA.Size = new System.Drawing.Size(108, 24);
486
            this.radLabelAVEVA.TabIndex = 1;
487
            this.radLabelAVEVA.Text = "AVEVA P&&ID";
488
            // 
489
            // radSplitContainerMain
490
            // 
491
            this.radSplitContainerMain.Controls.Add(this.splitPanel4);
492
            this.radSplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
493
            this.radSplitContainerMain.Location = new System.Drawing.Point(0, 60);
494
            this.radSplitContainerMain.Name = "radSplitContainerMain";
495
            this.radSplitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
496
            // 
497
            // 
498
            // 
499
            this.radSplitContainerMain.RootElement.MinSize = new System.Drawing.Size(25, 25);
500
            this.radSplitContainerMain.Size = new System.Drawing.Size(1328, 548);
501
            this.radSplitContainerMain.SizeInfo.AbsoluteSize = new System.Drawing.Size(0, 0);
502
            this.radSplitContainerMain.SplitterWidth = 8;
503
            this.radSplitContainerMain.TabIndex = 1;
504
            this.radSplitContainerMain.TabStop = false;
505
            // 
506
            // splitPanel4
507
            // 
508
            this.splitPanel4.Controls.Add(this.radSplitContainer1);
509
            this.splitPanel4.Location = new System.Drawing.Point(0, 0);
510
            this.splitPanel4.Name = "splitPanel4";
511
            // 
512
            // 
513
            // 
514
            this.splitPanel4.RootElement.MinSize = new System.Drawing.Size(25, 25);
515
            this.splitPanel4.Size = new System.Drawing.Size(1328, 548);
516
            this.splitPanel4.TabIndex = 1;
517
            this.splitPanel4.TabStop = false;
518
            this.splitPanel4.Text = "splitPanel4";
519
            // 
520
            // tableLayoutPanelMain
521
            // 
522
            this.tableLayoutPanelMain.ColumnCount = 1;
523
            this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
524
            this.tableLayoutPanelMain.Controls.Add(this.radSplitContainerMain, 0, 2);
525
            this.tableLayoutPanelMain.Controls.Add(this.tableLayoutPanel3, 0, 0);
526
            this.tableLayoutPanelMain.Controls.Add(this.tableLayoutPanel5, 0, 1);
527
            this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
528
            this.tableLayoutPanelMain.Location = new System.Drawing.Point(0, 0);
529
            this.tableLayoutPanelMain.Name = "tableLayoutPanelMain";
530
            this.tableLayoutPanelMain.RowCount = 3;
531
            this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
532
            this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
533
            this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
534
            this.tableLayoutPanelMain.Size = new System.Drawing.Size(1328, 608);
535
            this.tableLayoutPanelMain.TabIndex = 2;
536
            // 
537
            // tableLayoutPanel3
538
            // 
539
            this.tableLayoutPanel3.ColumnCount = 13;
540
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
541
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
542
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
543
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
544
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
545
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
546
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
547
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
548
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
549
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
550
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
551
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 28F));
552
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
553
            this.tableLayoutPanel3.Controls.Add(this.radLabel3, 0, 0);
554
            this.tableLayoutPanel3.Controls.Add(this.radSpinEditorTolerance, 1, 0);
555
            this.tableLayoutPanel3.Controls.Add(this.radLabel4, 2, 0);
556
            this.tableLayoutPanel3.Controls.Add(this.radColorBoxAutoCADColor, 3, 0);
557
            this.tableLayoutPanel3.Controls.Add(this.radLabel5, 6, 0);
558
            this.tableLayoutPanel3.Controls.Add(this.radColorBoxDiffColor, 7, 0);
559
            this.tableLayoutPanel3.Controls.Add(this.radLabel6, 4, 0);
560
            this.tableLayoutPanel3.Controls.Add(this.radColorBoxAVEVAColor, 5, 0);
561
            this.tableLayoutPanel3.Controls.Add(this.radLabel11, 8, 0);
562
            this.tableLayoutPanel3.Controls.Add(this.radColorBoxRevCloudColor, 9, 0);
563
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
564
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
565
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
566
            this.tableLayoutPanel3.RowCount = 1;
567
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
568
            this.tableLayoutPanel3.Size = new System.Drawing.Size(1322, 24);
569
            this.tableLayoutPanel3.TabIndex = 4;
570
            // 
571
            // radLabel3
572
            // 
573
            this.radLabel3.Anchor = System.Windows.Forms.AnchorStyles.Left;
574
            this.radLabel3.Location = new System.Drawing.Point(3, 3);
575
            this.radLabel3.Name = "radLabel3";
576
            this.radLabel3.Size = new System.Drawing.Size(63, 18);
577
            this.radLabel3.TabIndex = 0;
578
            this.radLabel3.Text = "Tolerance : ";
579
            // 
580
            // radSpinEditorTolerance
581
            // 
582
            this.radSpinEditorTolerance.Anchor = System.Windows.Forms.AnchorStyles.Left;
583
            this.radSpinEditorTolerance.DecimalPlaces = 2;
584
            this.radSpinEditorTolerance.Increment = new decimal(new int[] {
585
            1,
586
            0,
587
            0,
588
            131072});
589
            this.radSpinEditorTolerance.Location = new System.Drawing.Point(123, 3);
590
            this.radSpinEditorTolerance.Name = "radSpinEditorTolerance";
591
            this.radSpinEditorTolerance.Size = new System.Drawing.Size(100, 18);
592
            this.radSpinEditorTolerance.TabIndex = 1;
593
            // 
594
            // radLabel4
595
            // 
596
            this.radLabel4.Anchor = System.Windows.Forms.AnchorStyles.Left;
597
            this.radLabel4.Location = new System.Drawing.Point(243, 3);
598
            this.radLabel4.Name = "radLabel4";
599
            this.radLabel4.Size = new System.Drawing.Size(91, 18);
600
            this.radLabel4.TabIndex = 2;
601
            this.radLabel4.Text = "AutoCAD Color : ";
602
            this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
603
            // 
604
            // radColorBoxAutoCADColor
605
            // 
606
            this.radColorBoxAutoCADColor.Dock = System.Windows.Forms.DockStyle.Fill;
607
            this.radColorBoxAutoCADColor.Location = new System.Drawing.Point(343, 3);
608
            this.radColorBoxAutoCADColor.Name = "radColorBoxAutoCADColor";
609
            this.radColorBoxAutoCADColor.Size = new System.Drawing.Size(114, 18);
610
            this.radColorBoxAutoCADColor.TabIndex = 3;
611
            this.radColorBoxAutoCADColor.Value = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
612
            // 
613
            // radLabel5
614
            // 
615
            this.radLabel5.Anchor = System.Windows.Forms.AnchorStyles.Left;
616
            this.radLabel5.Location = new System.Drawing.Point(683, 3);
617
            this.radLabel5.Name = "radLabel5";
618
            this.radLabel5.Size = new System.Drawing.Size(89, 18);
619
            this.radLabel5.TabIndex = 4;
620
            this.radLabel5.Text = "Different Color : ";
621
            // 
622
            // radColorBoxDiffColor
623
            // 
624
            this.radColorBoxDiffColor.Dock = System.Windows.Forms.DockStyle.Fill;
625
            this.radColorBoxDiffColor.Location = new System.Drawing.Point(783, 3);
626
            this.radColorBoxDiffColor.Name = "radColorBoxDiffColor";
627
            this.radColorBoxDiffColor.Size = new System.Drawing.Size(114, 18);
628
            this.radColorBoxDiffColor.TabIndex = 5;
629
            this.radColorBoxDiffColor.Value = System.Drawing.Color.Yellow;
630
            // 
631
            // radLabel6
632
            // 
633
            this.radLabel6.Anchor = System.Windows.Forms.AnchorStyles.Left;
634
            this.radLabel6.Location = new System.Drawing.Point(463, 3);
635
            this.radLabel6.Name = "radLabel6";
636
            this.radLabel6.Size = new System.Drawing.Size(79, 18);
637
            this.radLabel6.TabIndex = 7;
638
            this.radLabel6.Text = "AVEVA Color : ";
639
            // 
640
            // radColorBoxAVEVAColor
641
            // 
642
            this.radColorBoxAVEVAColor.Dock = System.Windows.Forms.DockStyle.Fill;
643
            this.radColorBoxAVEVAColor.Location = new System.Drawing.Point(563, 3);
644
            this.radColorBoxAVEVAColor.Name = "radColorBoxAVEVAColor";
645
            this.radColorBoxAVEVAColor.Size = new System.Drawing.Size(114, 18);
646
            this.radColorBoxAVEVAColor.TabIndex = 8;
647
            // 
648
            // radLabel11
649
            // 
650
            this.radLabel11.Anchor = System.Windows.Forms.AnchorStyles.Left;
651
            this.radLabel11.Location = new System.Drawing.Point(903, 3);
652
            this.radLabel11.Name = "radLabel11";
653
            this.radLabel11.Size = new System.Drawing.Size(94, 18);
654
            this.radLabel11.TabIndex = 10;
655
            this.radLabel11.Text = "Rev Cloud Color : ";
656
            // 
657
            // radColorBoxRevCloudColor
658
            // 
659
            this.radColorBoxRevCloudColor.Dock = System.Windows.Forms.DockStyle.Fill;
660
            this.radColorBoxRevCloudColor.Location = new System.Drawing.Point(1003, 3);
661
            this.radColorBoxRevCloudColor.Name = "radColorBoxRevCloudColor";
662
            this.radColorBoxRevCloudColor.Size = new System.Drawing.Size(114, 18);
663
            this.radColorBoxRevCloudColor.TabIndex = 11;
664
            this.radColorBoxRevCloudColor.Value = System.Drawing.Color.Magenta;
665
            // 
666
            // tableLayoutPanel5
667
            // 
668
            this.tableLayoutPanel5.ColumnCount = 7;
669
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
670
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
671
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
672
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
673
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
674
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
675
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
676
            this.tableLayoutPanel5.Controls.Add(this.radLabel1, 0, 0);
677
            this.tableLayoutPanel5.Controls.Add(this.radCheckBoxRevCloud, 3, 0);
678
            this.tableLayoutPanel5.Controls.Add(this.radCheckedDropDownListAutoCAD, 1, 0);
679
            this.tableLayoutPanel5.Controls.Add(this.radCheckedDropDownListAVEVA, 2, 0);
680
            this.tableLayoutPanel5.Controls.Add(this.radLabel2, 4, 0);
681
            this.tableLayoutPanel5.Controls.Add(this.radToggleSwitchCasesensitive, 5, 0);
682
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
683
            this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 33);
684
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
685
            this.tableLayoutPanel5.RowCount = 1;
686
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
687
            this.tableLayoutPanel5.Size = new System.Drawing.Size(1322, 24);
688
            this.tableLayoutPanel5.TabIndex = 5;
689
            // 
690
            // radLabel1
691
            // 
692
            this.radLabel1.Location = new System.Drawing.Point(3, 3);
693
            this.radLabel1.Name = "radLabel1";
694
            this.radLabel1.Size = new System.Drawing.Size(55, 18);
695
            this.radLabel1.TabIndex = 0;
696
            this.radLabel1.Text = "Layer";
697
            // 
698
            // radCheckBoxRevCloud
699
            // 
700
            this.radCheckBoxRevCloud.Anchor = System.Windows.Forms.AnchorStyles.Left;
701
            this.radCheckBoxRevCloud.CheckState = System.Windows.Forms.CheckState.Checked;
702
            this.radCheckBoxRevCloud.Location = new System.Drawing.Point(523, 3);
703
            this.radCheckBoxRevCloud.Name = "radCheckBoxRevCloud";
704
            this.radCheckBoxRevCloud.Size = new System.Drawing.Size(68, 18);
705
            this.radCheckBoxRevCloud.TabIndex = 3;
706
            this.radCheckBoxRevCloud.Text = "RevCloud";
707
            this.radCheckBoxRevCloud.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
708
            // 
709
            // radCheckedDropDownListAutoCAD
710
            // 
711
            this.radCheckedDropDownListAutoCAD.Dock = System.Windows.Forms.DockStyle.Fill;
712
            this.radCheckedDropDownListAutoCAD.DropDownAnimationEnabled = true;
713
            radCheckedListDataItem1.Text = "AutoCAD";
714
            radCheckedListDataItem2.Text = "AutoCAD_Diff";
715
            this.radCheckedDropDownListAutoCAD.Items.Add(radCheckedListDataItem1);
716
            this.radCheckedDropDownListAutoCAD.Items.Add(radCheckedListDataItem2);
717
            this.radCheckedDropDownListAutoCAD.Location = new System.Drawing.Point(123, 3);
718
            this.radCheckedDropDownListAutoCAD.Name = "radCheckedDropDownListAutoCAD";
719
            this.radCheckedDropDownListAutoCAD.Size = new System.Drawing.Size(194, 18);
720
            this.radCheckedDropDownListAutoCAD.TabIndex = 4;
721
            // 
722
            // radCheckedDropDownListAVEVA
723
            // 
724
            this.radCheckedDropDownListAVEVA.Dock = System.Windows.Forms.DockStyle.Fill;
725
            this.radCheckedDropDownListAVEVA.DropDownAnimationEnabled = true;
726
            radCheckedListDataItem3.Text = "AVEVA";
727
            radCheckedListDataItem4.Text = "AVEVA_Diff";
728
            this.radCheckedDropDownListAVEVA.Items.Add(radCheckedListDataItem3);
729
            this.radCheckedDropDownListAVEVA.Items.Add(radCheckedListDataItem4);
730
            this.radCheckedDropDownListAVEVA.Location = new System.Drawing.Point(323, 3);
731
            this.radCheckedDropDownListAVEVA.Name = "radCheckedDropDownListAVEVA";
732
            this.radCheckedDropDownListAVEVA.Size = new System.Drawing.Size(194, 18);
733
            this.radCheckedDropDownListAVEVA.TabIndex = 5;
734
            // 
735
            // radLabel2
736
            // 
737
            this.radLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
738
            this.radLabel2.Location = new System.Drawing.Point(603, 3);
739
            this.radLabel2.Name = "radLabel2";
740
            this.radLabel2.Size = new System.Drawing.Size(74, 18);
741
            this.radLabel2.TabIndex = 6;
742
            this.radLabel2.Text = "Case sensitive : ";
743
            // 
744
            // radToggleSwitchCasesensitive
745
            // 
746
            this.radToggleSwitchCasesensitive.Dock = System.Windows.Forms.DockStyle.Fill;
747
            this.radToggleSwitchCasesensitive.Location = new System.Drawing.Point(683, 3);
748
            this.radToggleSwitchCasesensitive.Name = "radToggleSwitchCasesensitive";
749
            this.radToggleSwitchCasesensitive.Size = new System.Drawing.Size(44, 18);
750
            this.radToggleSwitchCasesensitive.TabIndex = 7;
751
            // 
752
            // splitPanel5
753
            // 
754
            this.splitPanel5.Location = new System.Drawing.Point(102, 0);
755
            this.splitPanel5.Name = "splitPanel5";
756
            // 
757
            // 
758
            // 
759
            this.splitPanel5.RootElement.MinSize = new System.Drawing.Size(25, 25);
760
            this.splitPanel5.Size = new System.Drawing.Size(98, 200);
761
            this.splitPanel5.SizeInfo.AbsoluteSize = new System.Drawing.Size(0, 0);
762
            this.splitPanel5.TabIndex = 1;
763
            this.splitPanel5.TabStop = false;
764
            // 
765
            // splitPanel3
766
            // 
767
            this.splitPanel3.Location = new System.Drawing.Point(0, 0);
768
            this.splitPanel3.Name = "splitPanel3";
769
            // 
770
            // 
771
            // 
772
            this.splitPanel3.RootElement.MinSize = new System.Drawing.Size(25, 25);
773
            this.splitPanel3.Size = new System.Drawing.Size(98, 200);
774
            this.splitPanel3.TabIndex = 0;
775
            this.splitPanel3.TabStop = false;
776
            // 
777
            // designCompare
778
            // 
779
            this.designCompare.Cursor = System.Windows.Forms.Cursors.Default;
780
            this.designCompare.Dock = System.Windows.Forms.DockStyle.Fill;
781
            this.designCompare.FilePath = null;
782
            this.designCompare.Location = new System.Drawing.Point(3, 33);
783
            this.designCompare.Name = "designCompare";
784
            this.designCompare.ProgressBar = progressBar1;
785
            this.designCompare.Size = new System.Drawing.Size(656, 512);
786
            this.designCompare.TabIndex = 0;
787
            this.designCompare.Text = "Compare";
788
            this.designCompare.Viewports.Add(viewport1);
789
            // 
790
            // Verification
791
            // 
792
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
793
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
794
            this.Controls.Add(this.tableLayoutPanelMain);
795
            this.Name = "Verification";
796
            this.Size = new System.Drawing.Size(1328, 608);
797
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
798
            this.radSplitContainer1.ResumeLayout(false);
799
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
800
            this.splitPanel1.ResumeLayout(false);
801
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).EndInit();
802
            this.radSplitContainer2.ResumeLayout(false);
803
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer3)).EndInit();
804
            this.radSplitContainer3.ResumeLayout(false);
805
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).EndInit();
806
            this.splitPanel2.ResumeLayout(false);
807
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerSub)).EndInit();
808
            this.radSplitContainerSub.ResumeLayout(false);
809
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel6)).EndInit();
810
            this.splitPanel6.ResumeLayout(false);
811
            this.tableLayoutPanel4.ResumeLayout(false);
812
            this.tableLayoutPanel4.PerformLayout();
813
            ((System.ComponentModel.ISupportInitialize)(this.radLabelCompare)).EndInit();
814
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).EndInit();
815
            this.splitPanel7.ResumeLayout(false);
816
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer4)).EndInit();
817
            this.radSplitContainer4.ResumeLayout(false);
818
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel8)).EndInit();
819
            this.splitPanel8.ResumeLayout(false);
820
            this.tableLayoutPanel2.ResumeLayout(false);
821
            this.tableLayoutPanel2.PerformLayout();
822
            ((System.ComponentModel.ISupportInitialize)(this.designAutoCAD)).EndInit();
823
            ((System.ComponentModel.ISupportInitialize)(this.radLabelAutoCAD)).EndInit();
824
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel9)).EndInit();
825
            this.splitPanel9.ResumeLayout(false);
826
            this.tableLayoutPanel1.ResumeLayout(false);
827
            this.tableLayoutPanel1.PerformLayout();
828
            ((System.ComponentModel.ISupportInitialize)(this.designAVEVA)).EndInit();
829
            ((System.ComponentModel.ISupportInitialize)(this.radLabelAVEVA)).EndInit();
830
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerMain)).EndInit();
831
            this.radSplitContainerMain.ResumeLayout(false);
832
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).EndInit();
833
            this.splitPanel4.ResumeLayout(false);
834
            this.tableLayoutPanelMain.ResumeLayout(false);
835
            this.tableLayoutPanel3.ResumeLayout(false);
836
            this.tableLayoutPanel3.PerformLayout();
837
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
838
            ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorTolerance)).EndInit();
839
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
840
            ((System.ComponentModel.ISupportInitialize)(this.radColorBoxAutoCADColor)).EndInit();
841
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
842
            ((System.ComponentModel.ISupportInitialize)(this.radColorBoxDiffColor)).EndInit();
843
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
844
            ((System.ComponentModel.ISupportInitialize)(this.radColorBoxAVEVAColor)).EndInit();
845
            ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
846
            ((System.ComponentModel.ISupportInitialize)(this.radColorBoxRevCloudColor)).EndInit();
847
            this.tableLayoutPanel5.ResumeLayout(false);
848
            this.tableLayoutPanel5.PerformLayout();
849
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
850
            ((System.ComponentModel.ISupportInitialize)(this.radCheckBoxRevCloud)).EndInit();
851
            ((System.ComponentModel.ISupportInitialize)(this.radCheckedDropDownListAutoCAD)).EndInit();
852
            ((System.ComponentModel.ISupportInitialize)(this.radCheckedDropDownListAVEVA)).EndInit();
853
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
854
            ((System.ComponentModel.ISupportInitialize)(this.radToggleSwitchCasesensitive)).EndInit();
855
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel5)).EndInit();
856
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).EndInit();
857
            ((System.ComponentModel.ISupportInitialize)(this.designCompare)).EndInit();
858
            this.ResumeLayout(false);
859

    
860
        }
861

    
862
        #endregion
863

    
864
        private Telerik.WinControls.UI.RadSplitContainer radSplitContainer1;
865
        private Telerik.WinControls.UI.SplitPanel splitPanel1;
866
        private Telerik.WinControls.UI.RadSplitContainer radSplitContainer2;
867
        private Telerik.WinControls.UI.RadSplitContainer radSplitContainerMain;
868
        private Telerik.WinControls.UI.SplitPanel splitPanel4;
869
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain;
870
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
871
        private Telerik.WinControls.UI.RadLabel radLabel3;
872
        private Telerik.WinControls.UI.RadSpinEditor radSpinEditorTolerance;
873
        private Telerik.WinControls.UI.RadLabel radLabel4;
874
        private Telerik.WinControls.UI.RadColorBox radColorBoxAutoCADColor;
875
        private Telerik.WinControls.UI.RadLabel radLabel5;
876
        private Telerik.WinControls.UI.RadColorBox radColorBoxDiffColor;
877
        private Telerik.WinControls.UI.SplitPanel splitPanel5;
878
        private Telerik.WinControls.UI.SplitPanel splitPanel3;
879
        private Telerik.WinControls.UI.RadLabel radLabel6;
880
        private Telerik.WinControls.UI.RadColorBox radColorBoxAVEVAColor;
881
        private Telerik.WinControls.UI.RadLabel radLabel11;
882
        private Telerik.WinControls.UI.RadColorBox radColorBoxRevCloudColor;
883
        private Telerik.WinControls.UI.RadSplitContainer radSplitContainer3;
884
        private Telerik.WinControls.UI.SplitPanel splitPanel2;
885
        private Telerik.WinControls.UI.RadSplitContainer radSplitContainerSub;
886
        private Telerik.WinControls.UI.SplitPanel splitPanel6;
887
        private Telerik.WinControls.UI.SplitPanel splitPanel7;
888
        private Telerik.WinControls.UI.RadSplitContainer radSplitContainer4;
889
        private Telerik.WinControls.UI.SplitPanel splitPanel8;
890
        private Telerik.WinControls.UI.SplitPanel splitPanel9;
891
        private devDept.Eyeshot.Design designAutoCAD;
892
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
893
        private devDept.Eyeshot.Design designAVEVA;
894
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
895
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
896
        private Telerik.WinControls.UI.RadLabel radLabelCompare;
897
        private Telerik.WinControls.UI.RadLabel radLabelAutoCAD;
898
        private Telerik.WinControls.UI.RadLabel radLabelAVEVA;
899
        private Telerik.WinControls.UI.RadLabel radLabel1;
900
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
901
        private Telerik.WinControls.UI.RadCheckBox radCheckBoxRevCloud;
902
        private Telerik.WinControls.UI.RadCheckedDropDownList radCheckedDropDownListAutoCAD;
903
        private Telerik.WinControls.UI.RadCheckedDropDownList radCheckedDropDownListAVEVA;
904
        private Telerik.WinControls.UI.RadLabel radLabel2;
905
        private Telerik.WinControls.UI.RadToggleSwitch radToggleSwitchCasesensitive;
906
        private Xtractor.Viewer.MyModel designCompare;
907
    }
908
}
클립보드 이미지 추가 (최대 크기: 500 MB)