30 |
30 |
private void InitializeComponent()
|
31 |
31 |
{
|
32 |
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);
|
|
33 |
devDept.Eyeshot.CancelToolBarButton cancelToolBarButton5 = new devDept.Eyeshot.CancelToolBarButton("Cancel", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
34 |
devDept.Eyeshot.ProgressBar progressBar5 = 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, cancelToolBarButton5, false, 0.1D, 0.333D, true);
|
|
35 |
devDept.Graphics.BackgroundSettings backgroundSettings5 = 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 camera5 = 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);
|
|
37 |
devDept.Eyeshot.MagnifyingGlassToolBarButton magnifyingGlassToolBarButton5 = new devDept.Eyeshot.MagnifyingGlassToolBarButton("Magnifying Glass", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
38 |
devDept.Eyeshot.ZoomWindowToolBarButton zoomWindowToolBarButton5 = new devDept.Eyeshot.ZoomWindowToolBarButton("Zoom Window", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
39 |
devDept.Eyeshot.ZoomToolBarButton zoomToolBarButton5 = new devDept.Eyeshot.ZoomToolBarButton("Zoom", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
40 |
devDept.Eyeshot.PanToolBarButton panToolBarButton5 = new devDept.Eyeshot.PanToolBarButton("Pan", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
41 |
devDept.Eyeshot.ZoomFitToolBarButton zoomFitToolBarButton5 = new devDept.Eyeshot.ZoomFitToolBarButton("Zoom Fit", devDept.Eyeshot.ToolBarButton.styleType.PushButton, true, true);
|
|
42 |
devDept.Eyeshot.ToolBar toolBar5 = new devDept.Eyeshot.ToolBar(devDept.Eyeshot.ToolBar.positionType.HorizontalTopCenter, true, new devDept.Eyeshot.ToolBarButton[] {
|
|
43 |
((devDept.Eyeshot.ToolBarButton)(magnifyingGlassToolBarButton5)),
|
|
44 |
((devDept.Eyeshot.ToolBarButton)(zoomWindowToolBarButton5)),
|
|
45 |
((devDept.Eyeshot.ToolBarButton)(zoomToolBarButton5)),
|
|
46 |
((devDept.Eyeshot.ToolBarButton)(panToolBarButton5)),
|
|
47 |
((devDept.Eyeshot.ToolBarButton)(zoomFitToolBarButton5))});
|
|
48 |
devDept.Eyeshot.Histogram histogram5 = 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 grid5 = 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 originSymbol5 = 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 rotateSettings5 = 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 zoomSettings5 = 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 panSettings5 = new devDept.Eyeshot.PanSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.Ctrl), 25, true);
|
|
54 |
devDept.Eyeshot.NavigationSettings navigationSettings5 = 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 coordinateSystemIcon5 = 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 viewCubeIcon5 = 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 savedViewsManager5 = new devDept.Eyeshot.Viewport.SavedViewsManager(8);
|
|
58 |
devDept.Eyeshot.Viewport viewport5 = new devDept.Eyeshot.Viewport(new System.Drawing.Point(0, 0), new System.Drawing.Size(656, 512), backgroundSettings5, camera5, new devDept.Eyeshot.ToolBar[] {
|
|
59 |
toolBar5}, new devDept.Eyeshot.Legend[0], histogram5, devDept.Eyeshot.displayType.Wireframe, true, false, false, false, new devDept.Eyeshot.Grid[] {
|
|
60 |
grid5}, new devDept.Eyeshot.OriginSymbol[] {
|
|
61 |
originSymbol5}, false, rotateSettings5, zoomSettings5, panSettings5, navigationSettings5, coordinateSystemIcon5, viewCubeIcon5, savedViewsManager5, devDept.Eyeshot.viewType.Top);
|
|
62 |
devDept.Eyeshot.CancelToolBarButton cancelToolBarButton4 = new devDept.Eyeshot.CancelToolBarButton("Cancel", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
63 |
devDept.Eyeshot.ProgressBar progressBar4 = 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, cancelToolBarButton4, false, 0.1D, 0.333D, true);
|
|
64 |
devDept.Graphics.BackgroundSettings backgroundSettings4 = 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 camera4 = 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);
|
|
66 |
devDept.Eyeshot.MagnifyingGlassToolBarButton magnifyingGlassToolBarButton4 = new devDept.Eyeshot.MagnifyingGlassToolBarButton("Magnifying Glass", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
67 |
devDept.Eyeshot.ZoomWindowToolBarButton zoomWindowToolBarButton4 = new devDept.Eyeshot.ZoomWindowToolBarButton("Zoom Window", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
68 |
devDept.Eyeshot.ZoomToolBarButton zoomToolBarButton4 = new devDept.Eyeshot.ZoomToolBarButton("Zoom", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
69 |
devDept.Eyeshot.PanToolBarButton panToolBarButton4 = new devDept.Eyeshot.PanToolBarButton("Pan", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
70 |
devDept.Eyeshot.ZoomFitToolBarButton zoomFitToolBarButton4 = new devDept.Eyeshot.ZoomFitToolBarButton("Zoom Fit", devDept.Eyeshot.ToolBarButton.styleType.PushButton, true, true);
|
|
71 |
devDept.Eyeshot.ToolBar toolBar4 = new devDept.Eyeshot.ToolBar(devDept.Eyeshot.ToolBar.positionType.HorizontalTopCenter, true, new devDept.Eyeshot.ToolBarButton[] {
|
|
72 |
((devDept.Eyeshot.ToolBarButton)(magnifyingGlassToolBarButton4)),
|
|
73 |
((devDept.Eyeshot.ToolBarButton)(zoomWindowToolBarButton4)),
|
|
74 |
((devDept.Eyeshot.ToolBarButton)(zoomToolBarButton4)),
|
|
75 |
((devDept.Eyeshot.ToolBarButton)(panToolBarButton4)),
|
|
76 |
((devDept.Eyeshot.ToolBarButton)(zoomFitToolBarButton4))});
|
|
77 |
devDept.Eyeshot.Histogram histogram4 = 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 grid4 = 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 originSymbol4 = 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 rotateSettings4 = 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 zoomSettings4 = 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 panSettings4 = new devDept.Eyeshot.PanSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.Ctrl), 25, true);
|
|
83 |
devDept.Eyeshot.NavigationSettings navigationSettings4 = 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 coordinateSystemIcon4 = 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 viewCubeIcon4 = 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 savedViewsManager4 = new devDept.Eyeshot.Viewport.SavedViewsManager(8);
|
|
87 |
devDept.Eyeshot.Viewport viewport4 = new devDept.Eyeshot.Viewport(new System.Drawing.Point(0, 0), new System.Drawing.Size(656, 236), backgroundSettings4, camera4, new devDept.Eyeshot.ToolBar[] {
|
|
88 |
toolBar4}, new devDept.Eyeshot.Legend[0], histogram4, devDept.Eyeshot.displayType.Wireframe, true, false, false, false, new devDept.Eyeshot.Grid[] {
|
|
89 |
grid4}, new devDept.Eyeshot.OriginSymbol[] {
|
|
90 |
originSymbol4}, false, rotateSettings4, zoomSettings4, panSettings4, navigationSettings4, coordinateSystemIcon4, viewCubeIcon4, savedViewsManager4, devDept.Eyeshot.viewType.Top);
|
|
91 |
devDept.Eyeshot.CancelToolBarButton cancelToolBarButton6 = new devDept.Eyeshot.CancelToolBarButton("Cancel", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
92 |
devDept.Eyeshot.ProgressBar progressBar6 = 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, cancelToolBarButton6, false, 0.1D, 0.333D, true);
|
|
93 |
devDept.Graphics.BackgroundSettings backgroundSettings6 = 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);
|
|
94 |
devDept.Eyeshot.Camera camera6 = 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);
|
|
95 |
devDept.Eyeshot.MagnifyingGlassToolBarButton magnifyingGlassToolBarButton6 = new devDept.Eyeshot.MagnifyingGlassToolBarButton("Magnifying Glass", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
96 |
devDept.Eyeshot.ZoomWindowToolBarButton zoomWindowToolBarButton6 = new devDept.Eyeshot.ZoomWindowToolBarButton("Zoom Window", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
97 |
devDept.Eyeshot.ZoomToolBarButton zoomToolBarButton6 = new devDept.Eyeshot.ZoomToolBarButton("Zoom", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
98 |
devDept.Eyeshot.PanToolBarButton panToolBarButton6 = new devDept.Eyeshot.PanToolBarButton("Pan", devDept.Eyeshot.ToolBarButton.styleType.ToggleButton, true, true);
|
|
99 |
devDept.Eyeshot.ZoomFitToolBarButton zoomFitToolBarButton6 = new devDept.Eyeshot.ZoomFitToolBarButton("Zoom Fit", devDept.Eyeshot.ToolBarButton.styleType.PushButton, true, true);
|
|
100 |
devDept.Eyeshot.ToolBar toolBar6 = new devDept.Eyeshot.ToolBar(devDept.Eyeshot.ToolBar.positionType.HorizontalTopCenter, true, new devDept.Eyeshot.ToolBarButton[] {
|
|
101 |
((devDept.Eyeshot.ToolBarButton)(magnifyingGlassToolBarButton6)),
|
|
102 |
((devDept.Eyeshot.ToolBarButton)(zoomWindowToolBarButton6)),
|
|
103 |
((devDept.Eyeshot.ToolBarButton)(zoomToolBarButton6)),
|
|
104 |
((devDept.Eyeshot.ToolBarButton)(panToolBarButton6)),
|
|
105 |
((devDept.Eyeshot.ToolBarButton)(zoomFitToolBarButton6))});
|
|
106 |
devDept.Eyeshot.Histogram histogram6 = 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}");
|
|
107 |
devDept.Eyeshot.Grid grid6 = 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))))));
|
|
108 |
devDept.Eyeshot.OriginSymbol originSymbol6 = 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);
|
|
109 |
devDept.Eyeshot.RotateSettings rotateSettings6 = 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);
|
|
110 |
devDept.Eyeshot.ZoomSettings zoomSettings6 = 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);
|
|
111 |
devDept.Eyeshot.PanSettings panSettings6 = new devDept.Eyeshot.PanSettings(new devDept.Eyeshot.MouseButton(devDept.Eyeshot.mouseButtonsZPR.Middle, devDept.Eyeshot.modifierKeys.Ctrl), 25, true);
|
|
112 |
devDept.Eyeshot.NavigationSettings navigationSettings6 = 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);
|
|
113 |
devDept.Eyeshot.CoordinateSystemIcon coordinateSystemIcon6 = 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);
|
|
114 |
devDept.Eyeshot.ViewCubeIcon viewCubeIcon6 = 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);
|
|
115 |
devDept.Eyeshot.Viewport.SavedViewsManager savedViewsManager6 = new devDept.Eyeshot.Viewport.SavedViewsManager(8);
|
|
116 |
devDept.Eyeshot.Viewport viewport6 = new devDept.Eyeshot.Viewport(new System.Drawing.Point(0, 0), new System.Drawing.Size(656, 236), backgroundSettings6, camera6, new devDept.Eyeshot.ToolBar[] {
|
|
117 |
toolBar6}, new devDept.Eyeshot.Legend[0], histogram6, devDept.Eyeshot.displayType.Wireframe, true, false, false, false, new devDept.Eyeshot.Grid[] {
|
|
118 |
grid6}, new devDept.Eyeshot.OriginSymbol[] {
|
|
119 |
originSymbol6}, false, rotateSettings6, zoomSettings6, panSettings6, navigationSettings6, coordinateSystemIcon6, viewCubeIcon6, savedViewsManager6, devDept.Eyeshot.viewType.Top);
|
|
120 |
Telerik.WinControls.UI.RadCheckedListDataItem radCheckedListDataItem5 = new Telerik.WinControls.UI.RadCheckedListDataItem();
|
|
121 |
Telerik.WinControls.UI.RadCheckedListDataItem radCheckedListDataItem6 = new Telerik.WinControls.UI.RadCheckedListDataItem();
|
91 |
122 |
Telerik.WinControls.UI.RadCheckedListDataItem radCheckedListDataItem1 = new Telerik.WinControls.UI.RadCheckedListDataItem();
|
92 |
123 |
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 |
124 |
this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
|
125 |
125 |
this.splitPanel1 = new Telerik.WinControls.UI.SplitPanel();
|
126 |
126 |
this.radSplitContainer2 = new Telerik.WinControls.UI.RadSplitContainer();
|
... | ... | |
129 |
129 |
this.radSplitContainerSub = new Telerik.WinControls.UI.RadSplitContainer();
|
130 |
130 |
this.splitPanel6 = new Telerik.WinControls.UI.SplitPanel();
|
131 |
131 |
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
|
132 |
this.designCompare = new Xtractor.Viewer.MyModel(this.components);
|
132 |
133 |
this.radLabelCompare = new Telerik.WinControls.UI.RadLabel();
|
133 |
134 |
this.splitPanel7 = new Telerik.WinControls.UI.SplitPanel();
|
134 |
135 |
this.radSplitContainer4 = new Telerik.WinControls.UI.RadSplitContainer();
|
... | ... | |
136 |
137 |
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
137 |
138 |
this.designAutoCAD = new devDept.Eyeshot.Design();
|
138 |
139 |
this.radLabelAutoCAD = new Telerik.WinControls.UI.RadLabel();
|
|
140 |
this.radToggleSwitchOriginalColor = new Telerik.WinControls.UI.RadToggleSwitch();
|
|
141 |
this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
|
139 |
142 |
this.splitPanel9 = new Telerik.WinControls.UI.SplitPanel();
|
140 |
143 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
141 |
144 |
this.designAVEVA = new devDept.Eyeshot.Design();
|
... | ... | |
163 |
166 |
this.radToggleSwitchCasesensitive = new Telerik.WinControls.UI.RadToggleSwitch();
|
164 |
167 |
this.splitPanel5 = new Telerik.WinControls.UI.SplitPanel();
|
165 |
168 |
this.splitPanel3 = new Telerik.WinControls.UI.SplitPanel();
|
166 |
|
this.radToggleSwitchOriginalColor = new Telerik.WinControls.UI.RadToggleSwitch();
|
167 |
|
this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
|
168 |
|
this.designCompare = new Xtractor.Viewer.MyModel(this.components);
|
|
169 |
this.radCheckBoxTranslateAutoCAD = new Telerik.WinControls.UI.RadCheckBox();
|
169 |
170 |
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
|
170 |
171 |
this.radSplitContainer1.SuspendLayout();
|
171 |
172 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
|
... | ... | |
181 |
182 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel6)).BeginInit();
|
182 |
183 |
this.splitPanel6.SuspendLayout();
|
183 |
184 |
this.tableLayoutPanel4.SuspendLayout();
|
|
185 |
((System.ComponentModel.ISupportInitialize)(this.designCompare)).BeginInit();
|
184 |
186 |
((System.ComponentModel.ISupportInitialize)(this.radLabelCompare)).BeginInit();
|
185 |
187 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).BeginInit();
|
186 |
188 |
this.splitPanel7.SuspendLayout();
|
... | ... | |
191 |
193 |
this.tableLayoutPanel2.SuspendLayout();
|
192 |
194 |
((System.ComponentModel.ISupportInitialize)(this.designAutoCAD)).BeginInit();
|
193 |
195 |
((System.ComponentModel.ISupportInitialize)(this.radLabelAutoCAD)).BeginInit();
|
|
196 |
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitchOriginalColor)).BeginInit();
|
|
197 |
((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
|
194 |
198 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel9)).BeginInit();
|
195 |
199 |
this.splitPanel9.SuspendLayout();
|
196 |
200 |
this.tableLayoutPanel1.SuspendLayout();
|
... | ... | |
221 |
225 |
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitchCasesensitive)).BeginInit();
|
222 |
226 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel5)).BeginInit();
|
223 |
227 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).BeginInit();
|
224 |
|
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitchOriginalColor)).BeginInit();
|
225 |
|
((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
|
226 |
|
((System.ComponentModel.ISupportInitialize)(this.designCompare)).BeginInit();
|
|
228 |
((System.ComponentModel.ISupportInitialize)(this.radCheckBoxTranslateAutoCAD)).BeginInit();
|
227 |
229 |
this.SuspendLayout();
|
228 |
230 |
//
|
229 |
231 |
// radSplitContainer1
|
... | ... | |
346 |
348 |
this.tableLayoutPanel4.Size = new System.Drawing.Size(662, 548);
|
347 |
349 |
this.tableLayoutPanel4.TabIndex = 1;
|
348 |
350 |
//
|
|
351 |
// designCompare
|
|
352 |
//
|
|
353 |
this.designCompare.Cursor = System.Windows.Forms.Cursors.Default;
|
|
354 |
this.designCompare.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
355 |
this.designCompare.FilePath = null;
|
|
356 |
this.designCompare.Location = new System.Drawing.Point(3, 33);
|
|
357 |
this.designCompare.Name = "designCompare";
|
|
358 |
this.designCompare.ProgressBar = progressBar5;
|
|
359 |
this.designCompare.Size = new System.Drawing.Size(656, 512);
|
|
360 |
this.designCompare.TabIndex = 0;
|
|
361 |
this.designCompare.Text = "Compare";
|
|
362 |
this.designCompare.Viewports.Add(viewport5);
|
|
363 |
//
|
349 |
364 |
// radLabelCompare
|
350 |
365 |
//
|
351 |
366 |
this.radLabelCompare.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
... | ... | |
402 |
417 |
//
|
403 |
418 |
// tableLayoutPanel2
|
404 |
419 |
//
|
405 |
|
this.tableLayoutPanel2.ColumnCount = 3;
|
|
420 |
this.tableLayoutPanel2.ColumnCount = 4;
|
406 |
421 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
422 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
|
407 |
423 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
408 |
424 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
409 |
425 |
this.tableLayoutPanel2.Controls.Add(this.designAutoCAD, 0, 1);
|
410 |
426 |
this.tableLayoutPanel2.Controls.Add(this.radLabelAutoCAD, 0, 0);
|
411 |
|
this.tableLayoutPanel2.Controls.Add(this.radToggleSwitchOriginalColor, 2, 0);
|
412 |
|
this.tableLayoutPanel2.Controls.Add(this.radLabel7, 1, 0);
|
|
427 |
this.tableLayoutPanel2.Controls.Add(this.radToggleSwitchOriginalColor, 3, 0);
|
|
428 |
this.tableLayoutPanel2.Controls.Add(this.radLabel7, 2, 0);
|
|
429 |
this.tableLayoutPanel2.Controls.Add(this.radCheckBoxTranslateAutoCAD, 1, 0);
|
413 |
430 |
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
414 |
431 |
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
415 |
432 |
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
... | ... | |
424 |
441 |
this.designAutoCAD.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
425 |
442 |
| System.Windows.Forms.AnchorStyles.Left)
|
426 |
443 |
| System.Windows.Forms.AnchorStyles.Right)));
|
427 |
|
this.tableLayoutPanel2.SetColumnSpan(this.designAutoCAD, 3);
|
|
444 |
this.tableLayoutPanel2.SetColumnSpan(this.designAutoCAD, 4);
|
428 |
445 |
this.designAutoCAD.Cursor = System.Windows.Forms.Cursors.Default;
|
429 |
446 |
this.designAutoCAD.Location = new System.Drawing.Point(3, 33);
|
430 |
447 |
this.designAutoCAD.Name = "designAutoCAD";
|
431 |
|
this.designAutoCAD.ProgressBar = progressBar2;
|
|
448 |
this.designAutoCAD.ProgressBar = progressBar4;
|
432 |
449 |
this.designAutoCAD.Size = new System.Drawing.Size(656, 236);
|
433 |
450 |
this.designAutoCAD.TabIndex = 0;
|
434 |
451 |
this.designAutoCAD.Text = "AutoCAD";
|
435 |
|
this.designAutoCAD.Viewports.Add(viewport2);
|
|
452 |
this.designAutoCAD.Viewports.Add(viewport4);
|
436 |
453 |
//
|
437 |
454 |
// radLabelAutoCAD
|
438 |
455 |
//
|
... | ... | |
444 |
461 |
this.radLabelAutoCAD.TabIndex = 1;
|
445 |
462 |
this.radLabelAutoCAD.Text = "AutoCAD";
|
446 |
463 |
//
|
|
464 |
// radToggleSwitchOriginalColor
|
|
465 |
//
|
|
466 |
this.radToggleSwitchOriginalColor.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
467 |
this.radToggleSwitchOriginalColor.Location = new System.Drawing.Point(615, 3);
|
|
468 |
this.radToggleSwitchOriginalColor.Name = "radToggleSwitchOriginalColor";
|
|
469 |
this.radToggleSwitchOriginalColor.Size = new System.Drawing.Size(44, 24);
|
|
470 |
this.radToggleSwitchOriginalColor.TabIndex = 2;
|
|
471 |
this.radToggleSwitchOriginalColor.Value = false;
|
|
472 |
//
|
|
473 |
// radLabel7
|
|
474 |
//
|
|
475 |
this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
476 |
this.radLabel7.Location = new System.Drawing.Point(525, 6);
|
|
477 |
this.radLabel7.Name = "radLabel7";
|
|
478 |
this.radLabel7.Size = new System.Drawing.Size(84, 18);
|
|
479 |
this.radLabel7.TabIndex = 3;
|
|
480 |
this.radLabel7.Text = "Original Color : ";
|
|
481 |
//
|
447 |
482 |
// splitPanel9
|
448 |
483 |
//
|
449 |
484 |
this.splitPanel9.Controls.Add(this.tableLayoutPanel1);
|
... | ... | |
479 |
514 |
this.designAVEVA.Dock = System.Windows.Forms.DockStyle.Fill;
|
480 |
515 |
this.designAVEVA.Location = new System.Drawing.Point(3, 33);
|
481 |
516 |
this.designAVEVA.Name = "designAVEVA";
|
482 |
|
this.designAVEVA.ProgressBar = progressBar3;
|
|
517 |
this.designAVEVA.ProgressBar = progressBar6;
|
483 |
518 |
this.designAVEVA.Size = new System.Drawing.Size(656, 236);
|
484 |
519 |
this.designAVEVA.TabIndex = 0;
|
485 |
520 |
this.designAVEVA.Text = "design1";
|
486 |
|
this.designAVEVA.Viewports.Add(viewport3);
|
|
521 |
this.designAVEVA.Viewports.Add(viewport6);
|
487 |
522 |
//
|
488 |
523 |
// radLabelAVEVA
|
489 |
524 |
//
|
... | ... | |
719 |
754 |
//
|
720 |
755 |
this.radCheckedDropDownListAutoCAD.Dock = System.Windows.Forms.DockStyle.Fill;
|
721 |
756 |
this.radCheckedDropDownListAutoCAD.DropDownAnimationEnabled = true;
|
722 |
|
radCheckedListDataItem1.Text = "AutoCAD";
|
723 |
|
radCheckedListDataItem2.Text = "AutoCAD_Diff";
|
724 |
|
this.radCheckedDropDownListAutoCAD.Items.Add(radCheckedListDataItem1);
|
725 |
|
this.radCheckedDropDownListAutoCAD.Items.Add(radCheckedListDataItem2);
|
|
757 |
radCheckedListDataItem5.Text = "AutoCAD";
|
|
758 |
radCheckedListDataItem6.Text = "AutoCAD_Diff";
|
|
759 |
this.radCheckedDropDownListAutoCAD.Items.Add(radCheckedListDataItem5);
|
|
760 |
this.radCheckedDropDownListAutoCAD.Items.Add(radCheckedListDataItem6);
|
726 |
761 |
this.radCheckedDropDownListAutoCAD.Location = new System.Drawing.Point(123, 3);
|
727 |
762 |
this.radCheckedDropDownListAutoCAD.Name = "radCheckedDropDownListAutoCAD";
|
728 |
763 |
this.radCheckedDropDownListAutoCAD.Size = new System.Drawing.Size(194, 18);
|
... | ... | |
732 |
767 |
//
|
733 |
768 |
this.radCheckedDropDownListAVEVA.Dock = System.Windows.Forms.DockStyle.Fill;
|
734 |
769 |
this.radCheckedDropDownListAVEVA.DropDownAnimationEnabled = true;
|
735 |
|
radCheckedListDataItem3.Text = "AVEVA";
|
736 |
|
radCheckedListDataItem4.Text = "AVEVA_Diff";
|
737 |
|
this.radCheckedDropDownListAVEVA.Items.Add(radCheckedListDataItem3);
|
738 |
|
this.radCheckedDropDownListAVEVA.Items.Add(radCheckedListDataItem4);
|
|
770 |
radCheckedListDataItem1.Text = "AVEVA";
|
|
771 |
radCheckedListDataItem2.Text = "AVEVA_Diff";
|
|
772 |
this.radCheckedDropDownListAVEVA.Items.Add(radCheckedListDataItem1);
|
|
773 |
this.radCheckedDropDownListAVEVA.Items.Add(radCheckedListDataItem2);
|
739 |
774 |
this.radCheckedDropDownListAVEVA.Location = new System.Drawing.Point(323, 3);
|
740 |
775 |
this.radCheckedDropDownListAVEVA.Name = "radCheckedDropDownListAVEVA";
|
741 |
776 |
this.radCheckedDropDownListAVEVA.Size = new System.Drawing.Size(194, 18);
|
... | ... | |
783 |
818 |
this.splitPanel3.TabIndex = 0;
|
784 |
819 |
this.splitPanel3.TabStop = false;
|
785 |
820 |
//
|
786 |
|
// radToggleSwitchOriginalColor
|
|
821 |
// radCheckBoxTranslateAutoCAD
|
787 |
822 |
//
|
788 |
|
this.radToggleSwitchOriginalColor.Dock = System.Windows.Forms.DockStyle.Fill;
|
789 |
|
this.radToggleSwitchOriginalColor.Location = new System.Drawing.Point(615, 3);
|
790 |
|
this.radToggleSwitchOriginalColor.Name = "radToggleSwitchOriginalColor";
|
791 |
|
this.radToggleSwitchOriginalColor.Size = new System.Drawing.Size(44, 24);
|
792 |
|
this.radToggleSwitchOriginalColor.TabIndex = 2;
|
793 |
|
this.radToggleSwitchOriginalColor.Value = false;
|
794 |
|
//
|
795 |
|
// radLabel7
|
796 |
|
//
|
797 |
|
this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
798 |
|
this.radLabel7.Location = new System.Drawing.Point(525, 6);
|
799 |
|
this.radLabel7.Name = "radLabel7";
|
800 |
|
this.radLabel7.Size = new System.Drawing.Size(84, 18);
|
801 |
|
this.radLabel7.TabIndex = 3;
|
802 |
|
this.radLabel7.Text = "Original Color : ";
|
803 |
|
//
|
804 |
|
// designCompare
|
805 |
|
//
|
806 |
|
this.designCompare.Cursor = System.Windows.Forms.Cursors.Default;
|
807 |
|
this.designCompare.Dock = System.Windows.Forms.DockStyle.Fill;
|
808 |
|
this.designCompare.FilePath = null;
|
809 |
|
this.designCompare.Location = new System.Drawing.Point(3, 33);
|
810 |
|
this.designCompare.Name = "designCompare";
|
811 |
|
this.designCompare.ProgressBar = progressBar1;
|
812 |
|
this.designCompare.Size = new System.Drawing.Size(656, 512);
|
813 |
|
this.designCompare.TabIndex = 0;
|
814 |
|
this.designCompare.Text = "Compare";
|
815 |
|
this.designCompare.Viewports.Add(viewport1);
|
|
823 |
this.radCheckBoxTranslateAutoCAD.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
824 |
this.radCheckBoxTranslateAutoCAD.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
825 |
this.radCheckBoxTranslateAutoCAD.Location = new System.Drawing.Point(435, 6);
|
|
826 |
this.radCheckBoxTranslateAutoCAD.Name = "radCheckBoxTranslateAutoCAD";
|
|
827 |
this.radCheckBoxTranslateAutoCAD.Size = new System.Drawing.Size(65, 18);
|
|
828 |
this.radCheckBoxTranslateAutoCAD.TabIndex = 4;
|
|
829 |
this.radCheckBoxTranslateAutoCAD.Text = "Translate";
|
|
830 |
this.radCheckBoxTranslateAutoCAD.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
|
816 |
831 |
//
|
817 |
832 |
// Verification
|
818 |
833 |
//
|
... | ... | |
837 |
852 |
this.splitPanel6.ResumeLayout(false);
|
838 |
853 |
this.tableLayoutPanel4.ResumeLayout(false);
|
839 |
854 |
this.tableLayoutPanel4.PerformLayout();
|
|
855 |
((System.ComponentModel.ISupportInitialize)(this.designCompare)).EndInit();
|
840 |
856 |
((System.ComponentModel.ISupportInitialize)(this.radLabelCompare)).EndInit();
|
841 |
857 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel7)).EndInit();
|
842 |
858 |
this.splitPanel7.ResumeLayout(false);
|
... | ... | |
848 |
864 |
this.tableLayoutPanel2.PerformLayout();
|
849 |
865 |
((System.ComponentModel.ISupportInitialize)(this.designAutoCAD)).EndInit();
|
850 |
866 |
((System.ComponentModel.ISupportInitialize)(this.radLabelAutoCAD)).EndInit();
|
|
867 |
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitchOriginalColor)).EndInit();
|
|
868 |
((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
|
851 |
869 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel9)).EndInit();
|
852 |
870 |
this.splitPanel9.ResumeLayout(false);
|
853 |
871 |
this.tableLayoutPanel1.ResumeLayout(false);
|
... | ... | |
881 |
899 |
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitchCasesensitive)).EndInit();
|
882 |
900 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel5)).EndInit();
|
883 |
901 |
((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).EndInit();
|
884 |
|
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitchOriginalColor)).EndInit();
|
885 |
|
((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
|
886 |
|
((System.ComponentModel.ISupportInitialize)(this.designCompare)).EndInit();
|
|
902 |
((System.ComponentModel.ISupportInitialize)(this.radCheckBoxTranslateAutoCAD)).EndInit();
|
887 |
903 |
this.ResumeLayout(false);
|
888 |
904 |
|
889 |
905 |
}
|
... | ... | |
935 |
951 |
private Xtractor.Viewer.MyModel designCompare;
|
936 |
952 |
private Telerik.WinControls.UI.RadToggleSwitch radToggleSwitchOriginalColor;
|
937 |
953 |
private Telerik.WinControls.UI.RadLabel radLabel7;
|
|
954 |
private Telerik.WinControls.UI.RadCheckBox radCheckBoxTranslateAutoCAD;
|
938 |
955 |
}
|
939 |
956 |
}
|