Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 55 changed files Side-by-side Diff

releases/RM2100/20170329_RM2100.rar
No preview for this file type
sources/RoboforkApp.AWS/bin/Debug/RoboforkApp.AWS.dll
No preview for this file type
sources/RoboforkApp.AWS/bin/Debug/RoboforkApp.AWS.pdb
No preview for this file type
sources/RoboforkApp.AWS/bin/Release/RoboforkApp.AWS.dll
No preview for this file type
sources/RoboforkApp.AWS/bin/Release/RoboforkApp.AWS.pdb
No preview for this file type
sources/RoboforkApp.AWS/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
No preview for this file type
sources/RoboforkApp.AWS/obj/Debug/RoboforkApp.AWS.csproj.FileListAbsolute.txt
... ... @@ -33,3 +33,10 @@ E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp.AWS\bin\Debug\AWSSDK.d
33 33 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp.AWS\bin\Debug\AWSSDK.xml
34 34 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp.AWS\obj\Debug\RoboforkApp.AWS.dll
35 35 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp.AWS\obj\Debug\RoboforkApp.AWS.pdb
  36 +D:\robofork\sources\RoboforkApp.AWS\bin\Debug\RoboforkApp.AWS.dll.config
  37 +D:\robofork\sources\RoboforkApp.AWS\bin\Debug\RoboforkApp.AWS.dll
  38 +D:\robofork\sources\RoboforkApp.AWS\bin\Debug\RoboforkApp.AWS.pdb
  39 +D:\robofork\sources\RoboforkApp.AWS\bin\Debug\AWSSDK.xml
  40 +D:\robofork\sources\RoboforkApp.AWS\obj\Debug\RoboforkApp.AWS.csprojResolveAssemblyReference.cache
  41 +D:\robofork\sources\RoboforkApp.AWS\obj\Debug\RoboforkApp.AWS.dll
  42 +D:\robofork\sources\RoboforkApp.AWS\obj\Debug\RoboforkApp.AWS.pdb
sources/RoboforkApp.AWS/obj/Debug/RoboforkApp.AWS.csprojResolveAssemblyReference.cache
No preview for this file type
sources/RoboforkApp.AWS/obj/Debug/RoboforkApp.AWS.dll
No preview for this file type
sources/RoboforkApp.AWS/obj/Debug/RoboforkApp.AWS.pdb
No preview for this file type
sources/RoboforkApp.AWS/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
No preview for this file type
sources/RoboforkApp.AWS/obj/Release/RoboforkApp.AWS.csproj.FileListAbsolute.txt
... ... @@ -31,3 +31,10 @@ E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp.AWS\bin\Release\AWSSDK
31 31 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp.AWS\bin\Release\AWSSDK.xml
32 32 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp.AWS\obj\Release\RoboforkApp.AWS.dll
33 33 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp.AWS\obj\Release\RoboforkApp.AWS.pdb
  34 +D:\robofork\sources\RoboforkApp.AWS\bin\Release\RoboforkApp.AWS.dll.config
  35 +D:\robofork\sources\RoboforkApp.AWS\bin\Release\RoboforkApp.AWS.dll
  36 +D:\robofork\sources\RoboforkApp.AWS\bin\Release\RoboforkApp.AWS.pdb
  37 +D:\robofork\sources\RoboforkApp.AWS\bin\Release\AWSSDK.xml
  38 +D:\robofork\sources\RoboforkApp.AWS\obj\Release\RoboforkApp.AWS.csprojResolveAssemblyReference.cache
  39 +D:\robofork\sources\RoboforkApp.AWS\obj\Release\RoboforkApp.AWS.dll
  40 +D:\robofork\sources\RoboforkApp.AWS\obj\Release\RoboforkApp.AWS.pdb
sources/RoboforkApp.AWS/obj/Release/RoboforkApp.AWS.csprojResolveAssemblyReference.cache
No preview for this file type
sources/RoboforkApp.AWS/obj/Release/RoboforkApp.AWS.dll
No preview for this file type
sources/RoboforkApp.AWS/obj/Release/RoboforkApp.AWS.pdb
No preview for this file type
sources/RoboforkApp/Controls/DesignerCanvas.cs
... ... @@ -16,6 +16,7 @@ using System.Data;
16 16 using RoboforkApp.View;
17 17 using RoboforkApp.Services;
18 18 using RoboforkApp.Entities;
  19 +using System.Windows.Media.Animation;
19 20  
20 21 namespace RoboforkApp
21 22 {
... ... @@ -3588,24 +3589,151 @@ namespace RoboforkApp
3588 3589 //Clear Route Info Table
3589 3590 ((RoboforkMenu)System.Windows.Application.Current.MainWindow).grdRouteInfo.Children.Clear();
3590 3591  
  3592 +//int _RowIdx = 0;
  3593 + //AddLabeltoGrid(_RowIdx, 0, "ID");
  3594 + //AddLabeltoGrid(_RowIdx, 1, fork2PC.ForkID.ToString());
  3595 + //_RowIdx++;
  3596 + //AddLabeltoGrid(_RowIdx, 0, "LAT");
  3597 + //AddLabeltoGrid(_RowIdx, 1, fork2PC.ForkPos_x.ToString());
  3598 + //_RowIdx++;
  3599 + //AddLabeltoGrid(_RowIdx, 0, "LOC");
  3600 + //AddLabeltoGrid(_RowIdx, 1, fork2PC.ForkPos_y.ToString());
  3601 + //_RowIdx++;
  3602 + //AddLabeltoGrid(_RowIdx, 0, "SPD");
  3603 + //AddLabeltoGrid(_RowIdx, 1, fork2PC.spd_veh.ToString() + "Km/h");
  3604 + //_RowIdx++;
  3605 + //AddLabeltoGrid(_RowIdx, 0, "GPS");
  3606 + //AddLabeltoGrid(_RowIdx, 1, fork2PC.GPS_data);
  3607 +
  3608 +
3591 3609 int _RowIdx = 0;
3592   - AddLabeltoGrid(_RowIdx, 0, "ID");
3593   - AddLabeltoGrid(_RowIdx, 1, fork2PC.ForkID.ToString());
  3610 + AddLabeltoViewer(_RowIdx, 0, "LAT " + fork2PC.ForkPos_x.ToString());
3594 3611 _RowIdx++;
3595   - AddLabeltoGrid(_RowIdx, 0, "LAT");
3596   - AddLabeltoGrid(_RowIdx, 1, fork2PC.ForkPos_x.ToString());
  3612 + AddLabeltoViewer(_RowIdx, 0, "LOC " + fork2PC.ForkPos_y.ToString());
3597 3613 _RowIdx++;
3598   - AddLabeltoGrid(_RowIdx, 0, "LOC");
3599   - AddLabeltoGrid(_RowIdx, 1, fork2PC.ForkPos_y.ToString());
  3614 + AddLabeltoViewer(_RowIdx, 0, "SPD " + fork2PC.spd_veh.ToString() + "Km/h");
3600 3615 _RowIdx++;
3601   - AddLabeltoGrid(_RowIdx, 0, "SPD");
3602   - AddLabeltoGrid(_RowIdx, 1, fork2PC.spd_veh.ToString() + "Km/h");
3603   - _RowIdx++;
3604   - AddLabeltoGrid(_RowIdx, 0, "GPS");
3605   - AddLabeltoGrid(_RowIdx, 1, fork2PC.GPS_data);
  3616 +
  3617 + //Point point = new Point();
  3618 + //point.X = fork2PC.ForkPos_x;
  3619 + //point.Y = fork2PC.ForkPos_y;
  3620 +
  3621 + //RoboSimulation(point, point);
  3622 +
  3623 + //this.Children.Remove(pRedNode);
  3624 + //gGrpRedNode.Children.Clear();
  3625 +
  3626 +
  3627 + double d_X, d_Y;
  3628 + //d_X = ConvertPointActualToDisplay(127.8580065145, Scale_X, PointMapStart_X);
  3629 + //d_Y = ConvertPointActualToDisplay(26.33570065464, Scale_X, PointMapStart_Y);
  3630 + d_X = ConvertPointActualToDisplay(fork2PC.ForkPos_x, Scale_X, PointMapStart_X);
  3631 + d_Y = ConvertPointActualToDisplay(fork2PC.ForkPos_y, Scale_X, PointMapStart_Y);
  3632 + AddNode(new Point(d_X, d_Y), gGrpRedNode);
  3633 + //this.Children.Remove(pRedNode);
  3634 +
  3635 + NewDspWorkLog();
  3636 +
  3637 + //column 1 : node index
  3638 + //string _Content = "";
  3639 + //int _Row = 0;
  3640 + //_Content = (Lst_Node_tmp.Count - i).ToString();
  3641 + //AddLabeltoWorkLog(_Row, 0, _Content);
  3642 +
  3643 + //column 2
  3644 + //Fork Name
  3645 + //_Content = VehicleItem + " TIME " + Lst_Node_tmp[i].timeStamp;
  3646 + //AddLabeltoWorkLog(_Row, 1, _Content);
  3647 + //_Row++;
  3648 +
  3649 + // Display Node's Position
  3650 + //_Content = "LAT " + Lst_Node_tmp[i].pointMap_X;
  3651 + //AddLabeltoWorkLog(_Row, 1, _Content);
  3652 + //_Row++;
  3653 +
  3654 + //_Content = "LOC " + Lst_Node_tmp[i].pointMap_Y;
  3655 + //AddLabeltoWorkLog(_Row, 1, _Content);
  3656 +
  3657 + // Display Node's Field
  3658 +
  3659 + //if (Lst_Node_tmp[i].NodeInfo_tmp.Count != 0)
  3660 + //{
  3661 + // foreach (ListNodeInfo ni in Lst_Node_tmp[i].NodeInfo_tmp)
  3662 + // {
  3663 + // if (ni.Speed != 0 && ni.ModeSelected == 1)
  3664 + // {
  3665 + // _Row++;
  3666 + // _Content = "SPD " + ni.Speed.ToString() + " Km/h";
  3667 + // AddLabeltoWorkLog(_RowIdx, 1, _Content);
  3668 + // }
  3669 + // }
  3670 +
  3671 + //}
  3672 + //_RowIdx++;
  3673 + }
  3674 +
  3675 +
  3676 + /// <summary>
  3677 + /// Create robo simulation on line
  3678 + /// </summary>
  3679 + public simulationRobo simulation;
  3680 + private void RoboSimulation(Point start, Point end)
  3681 + {
  3682 +
  3683 + simulation = new simulationRobo();
  3684 + simulation.storyBoard = CreatPathAnimation(start, end, 1);
  3685 + this.Children.Add(simulation);
3606 3686 }
3607 3687  
3608 3688 /// <summary>
  3689 + /// Get storyboard
  3690 + /// </summary>
  3691 + /// <param name="startPoint">Point start line</param>
  3692 + /// <param name="endPoit">Point end line</param>
  3693 + /// <param name="speed">speed on line</param>
  3694 + /// <returns>Storyboard</returns>
  3695 + private Storyboard CreatPathAnimation(Point startPoint, Point endPoit, double speed)
  3696 + {
  3697 + PathGeometry animationPath = new PathGeometry();
  3698 + PathFigure pFigure = new PathFigure();
  3699 + pFigure.StartPoint = startPoint; //new Point(50, 65);
  3700 + LineSegment lineSegment = new LineSegment();
  3701 + lineSegment.Point = endPoit; // new Point(800, 65);
  3702 + pFigure.Segments.Add(lineSegment);
  3703 + animationPath.Figures.Add(pFigure);
  3704 +
  3705 + // Freeze the PathGeometry for performance benefits.
  3706 + animationPath.Freeze();
  3707 +
  3708 + // Create a MatrixAnimationUsingPath to move the
  3709 + // simulation along the path by animating
  3710 + // its MatrixTransform.
  3711 + MatrixAnimationUsingPath matrixAnimation = new MatrixAnimationUsingPath();
  3712 + matrixAnimation.PathGeometry = animationPath;
  3713 + matrixAnimation.SpeedRatio = speed;
  3714 + matrixAnimation.AutoReverse = false;
  3715 + matrixAnimation.DoesRotateWithTangent = true;
  3716 + //matrixAnimation.Completed += delegate { AnimationCompleted(this._isGoal); };
  3717 +
  3718 + // Set the animation to target the Matrix property
  3719 + // of the MatrixTransform named "ButtonMatrixTransform".
  3720 + Storyboard.SetTargetName(matrixAnimation, "fl");
  3721 + Storyboard.SetTargetProperty(matrixAnimation, new PropertyPath(MatrixTransform.MatrixProperty));
  3722 +
  3723 + // Create a Storyboard to contain and apply the animation.
  3724 + Storyboard pathAnimationStoryboard = new Storyboard();
  3725 + pathAnimationStoryboard.Children.Add(matrixAnimation);
  3726 +
  3727 + return pathAnimationStoryboard;
  3728 + }
  3729 +
  3730 +
  3731 +
  3732 +
  3733 +
  3734 +
  3735 +
  3736 + /// <summary>
3609 3737 /// Get infor node
3610 3738 /// </summary>
3611 3739 public void UploadData()
... ... @@ -3643,7 +3771,8 @@ namespace RoboforkApp
3643 3771 Lst_Node_tmp[i].timeStamp = _timeStamp;
3644 3772 }
3645 3773  
3646   - NewDspWorkLog();
  3774 + //NewDspWorkLog();
  3775 + //NewDspViewer();
3647 3776  
3648 3777 IEnumerable<Robofork15Demo> nodes = service.GetAllRobofork15Demos().Where(x => x.ForkNo == 1).OrderBy(x => x.NodeID);
3649 3778  
... ... @@ -3763,5 +3892,88 @@ namespace RoboforkApp
3763 3892 return (x - pointStart) / scale;
3764 3893 }
3765 3894 #endregion
  3895 +
  3896 +
  3897 +
  3898 + #region Viewer
  3899 + public void NewDspViewer()
  3900 + {
  3901 + //Clear Route Info Table
  3902 + ((RoboforkMenu)System.Windows.Application.Current.MainWindow).grdViewer.Children.Clear();
  3903 + int _RowIdx = 0;
  3904 + string _Content = "";
  3905 +
  3906 + if (Lst_Node_tmp.Count != 0)
  3907 + {
  3908 + //for (int i = Lst_Node_tmp.Count - 1; i > 0; i--)
  3909 + //{
  3910 + int i=0;
  3911 + // Display Node's Position
  3912 + _Content = "LAT " + Lst_Node_tmp[i].pointMap_X;
  3913 + AddLabeltoViewer(_RowIdx, 0, _Content);
  3914 + _RowIdx++;
  3915 +
  3916 + _Content = "LOC " + Lst_Node_tmp[i].pointMap_Y;
  3917 + AddLabeltoViewer(_RowIdx, 0, _Content);
  3918 +
  3919 + // Display Node's Field
  3920 +
  3921 + if (Lst_Node_tmp[i].NodeInfo_tmp.Count != 0)
  3922 + {
  3923 + foreach (ListNodeInfo ni in Lst_Node_tmp[i].NodeInfo_tmp)
  3924 + {
  3925 + if (ni.Speed != 0 && ni.ModeSelected == 1)
  3926 + {
  3927 + _RowIdx++;
  3928 + _Content = "SPEED " + ni.Speed.ToString() + " Km/h";
  3929 + AddLabeltoViewer(_RowIdx, 1, _Content);
  3930 + }
  3931 + if (ni.Angle != 0 )
  3932 + {
  3933 + _RowIdx++;
  3934 + _Content = "ANGLE " + ni.Angle.ToString();
  3935 + AddLabeltoViewer(_RowIdx, 1, _Content);
  3936 + }
  3937 + if (ni.Height != 0 )
  3938 + {
  3939 + _RowIdx++;
  3940 + _Content = "HEIGHT " + ni.Height.ToString() + " mm";
  3941 + AddLabeltoViewer(_RowIdx, 1, _Content);
  3942 + }
  3943 + }
  3944 +
  3945 + }
  3946 + _RowIdx++;
  3947 + //}
  3948 +
  3949 + }
  3950 +
  3951 + }
  3952 +
  3953 + public void AddLabeltoViewer(int RowIdx, int ColIdx, string Content)
  3954 + {
  3955 + //Add Row to Grid
  3956 + RowDefinition _rd = new RowDefinition();
  3957 + ((RoboforkMenu)System.Windows.Application.Current.MainWindow).grdViewer.RowDefinitions.Add(_rd);
  3958 +
  3959 + // Add data to Grid
  3960 + Label dynamicLabel = new Label();
  3961 +
  3962 + dynamicLabel.Content = Content;
  3963 + dynamicLabel.Margin = new Thickness(0, 0, 0, 0);
  3964 + dynamicLabel.Foreground = new SolidColorBrush(Colors.Black);
  3965 + dynamicLabel.Background = new SolidColorBrush(Colors.White);
  3966 + dynamicLabel.BorderBrush = new SolidColorBrush(Colors.LightGray);
  3967 + dynamicLabel.BorderThickness = new Thickness(1);
  3968 +
  3969 + Grid.SetRow(dynamicLabel, RowIdx);
  3970 + Grid.SetColumn(dynamicLabel, ColIdx);
  3971 + ((RoboforkMenu)System.Windows.Application.Current.MainWindow).grdViewer.Children.Add(dynamicLabel);
  3972 + }
  3973 +
  3974 +
  3975 + #endregion
  3976 +
  3977 +
3766 3978 }
3767 3979 }
sources/RoboforkApp/RoboforkMenuView.xaml
... ... @@ -108,6 +108,34 @@
108 108 </Grid.RowDefinitions>
109 109 <Label Grid.Row="0" Content="Viewer" Margin="10,0,0,0"
110 110 FontSize="13"/>
  111 +
  112 + <Border Grid.Row="1" Grid.Column="0" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5">
  113 +
  114 + <ScrollViewer HorizontalScrollBarVisibility="Hidden" VerticalScrollBarVisibility="Hidden">
  115 + <DockPanel >
  116 + <Grid Name="grdViewer">
  117 + <Grid.RowDefinitions>
  118 + <RowDefinition Height="1*"/>
  119 + <RowDefinition Height="1*"/>
  120 + <RowDefinition Height="1*"/>
  121 + <RowDefinition Height="1*"/>
  122 + <RowDefinition Height="1*"/>
  123 + </Grid.RowDefinitions>
  124 + <Grid.ColumnDefinitions>
  125 + <ColumnDefinition Width="1*"/>
  126 + <!--<ColumnDefinition Width="6*"/>-->
  127 + </Grid.ColumnDefinitions>
  128 + <Border Grid.Row="0" Grid.Column="0" BorderThickness="1" />
  129 + <Border Grid.Row="1" Grid.Column="0" BorderThickness="1" />
  130 + <Border Grid.Row="2" Grid.Column="0" BorderThickness="1" />
  131 + <Border Grid.Row="3" Grid.Column="0" BorderThickness="1" />
  132 + <Border Grid.Row="4" Grid.Column="0" BorderThickness="1" />
  133 + </Grid>
  134 + </DockPanel >
  135 +
  136 + </ScrollViewer>
  137 + </Border>
  138 +
111 139 </Grid>
112 140 </Border>
113 141 </Grid>
... ... @@ -316,13 +344,73 @@
316 344 </Grid>
317 345 </Border>
318 346 <Border Grid.Row="2" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5">
319   - <Grid ShowGridLines="False">
  347 + <Grid ShowGridLines="False" Grid.Row="1" Name="GridWork">
320 348 <Grid.RowDefinitions>
321 349 <RowDefinition Height="1*"/>
322   - <RowDefinition Height="1.5*"/>
  350 + <!--<RowDefinition Height="1.5*"/>-->
323 351 </Grid.RowDefinitions>
324   - <Label Name="WorkVehicle" Grid.Row="0" Content="Work [FK15_#1]" Margin="5,0,0,0" FontSize="13"/>
  352 +
  353 +
  354 + <Grid.ColumnDefinitions>
  355 + <ColumnDefinition Width="{Binding ActualHeight, ElementName=GridMap}"/>
  356 + <ColumnDefinition Width="*"/>
  357 + </Grid.ColumnDefinitions>
  358 +
  359 +
  360 + <!--<Label Name="WorkVehicle" Grid.Row="0" Content="Work [FK15_#1]" Margin="5,0,0,0" FontSize="13"/>-->
  361 +
  362 +
  363 + <Border Grid.Row="0" Grid.Column="0" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5">
  364 +
  365 + <DockPanel >
  366 + <ScrollViewer>
  367 + <Grid Name="grdWorkLog">
  368 + <Grid.RowDefinitions>
  369 + <RowDefinition Height="1*"/>
  370 + <RowDefinition Height="1*"/>
  371 + <RowDefinition Height="1*"/>
  372 + <RowDefinition Height="1*"/>
  373 + <RowDefinition Height="1*"/>
  374 + <RowDefinition Height="1*"/>
  375 + <RowDefinition Height="1*"/>
  376 + <RowDefinition Height="1*"/>
  377 + <RowDefinition Height="1*"/>
  378 + <RowDefinition Height="1*"/>
  379 + <RowDefinition Height="1*"/>
  380 + <RowDefinition Height="1*"/>
  381 + <RowDefinition Height="1*"/>
  382 + <RowDefinition Height="1*"/>
  383 + <RowDefinition Height="1*"/>
  384 +
  385 + </Grid.RowDefinitions>
  386 + <Grid.ColumnDefinitions>
  387 + <ColumnDefinition Width="1*"/>
  388 + <ColumnDefinition Width="6*"/>
  389 + </Grid.ColumnDefinitions>
  390 + <Border Grid.Row="0" Grid.Column="0" BorderThickness="1" />
  391 + <Border Grid.Row="1" Grid.Column="0" BorderThickness="1" />
  392 + <Border Grid.Row="2" Grid.Column="0" BorderThickness="1" />
  393 + <Border Grid.Row="3" Grid.Column="0" BorderThickness="1" />
  394 + <Border Grid.Row="4" Grid.Column="0" BorderThickness="1" />
  395 + <Border Grid.Row="5" Grid.Column="0" BorderThickness="1" />
  396 + <Border Grid.Row="6" Grid.Column="0" BorderThickness="1" />
  397 + <Border Grid.Row="7" Grid.Column="0" BorderThickness="1" />
  398 + <Border Grid.Row="8" Grid.Column="0" BorderThickness="1" />
  399 + <Border Grid.Row="9" Grid.Column="0" BorderThickness="1" />
  400 + <Border Grid.Row="10" Grid.Column="0" BorderThickness="1" />
  401 + <Border Grid.Row="11" Grid.Column="0" BorderThickness="1" />
  402 + <Border Grid.Row="12" Grid.Column="0" BorderThickness="1" />
  403 + <Border Grid.Row="13" Grid.Column="0" BorderThickness="1" />
  404 + <Border Grid.Row="14" Grid.Column="0" BorderThickness="1" />
  405 + <Border Grid.Row="15" Grid.Column="0" BorderThickness="1" />
  406 +
  407 + </Grid>
  408 + </ScrollViewer>
  409 + </DockPanel >
  410 + </Border>
325 411 </Grid>
  412 +
  413 +
326 414 </Border>
327 415 </Grid>
328 416 </TabItem>
... ... @@ -340,20 +428,20 @@
340 428 <!--<RowDefinition Height="1*"/>-->
341 429 </Grid.RowDefinitions>
342 430  
343   - <Grid ShowGridLines="False" Grid.Row="0" Name="GridWork">
  431 + <!--<Grid ShowGridLines="False" Grid.Row="0" Name="GridWork">
344 432  
345 433 <Grid >
346 434 <Grid.ColumnDefinitions>
347 435 <ColumnDefinition Width="{Binding ActualHeight, ElementName=GridMap}"/>
348 436 <ColumnDefinition Width="*"/>
349 437 </Grid.ColumnDefinitions>
350   - <!--<Border Grid.Column="0" BorderThickness="1" BorderBrush="Red" Margin="5,5,5,5">
  438 + --><!--<Border Grid.Column="0" BorderThickness="1" BorderBrush="Red" Margin="5,5,5,5">
351 439  
352 440 <Grid Name="GridCanVas2">
353 441  
354 442 </Grid>
355 443  
356   - </Border>-->
  444 + </Border>--><!--
357 445  
358 446 <Border Grid.Column="1" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5">
359 447  
... ... @@ -401,7 +489,7 @@
401 489  
402 490  
403 491  
404   - <Label Grid.Row="0" Grid.Column="1" Content="Monitor" FontSize="13"/>
  492 + --><!--<Label Grid.Row="0" Grid.Column="1" Content="Monitor" FontSize="13"/>
405 493 <Label Grid.Row="1" Grid.Column="1" Content="AOR 28249 [kg/h]" FontSize="13"/>
406 494 <Label Grid.Row="2" Grid.Column="1" Content="ABC 4738 [trq]" FontSize="13"/>
407 495 <Label Grid.Row="3" Grid.Column="1" Content="ATR 49593 [%]" FontSize="13"/>
... ... @@ -412,14 +500,14 @@
412 500 <Label Grid.Row="8" Grid.Column="1" Content=" :" FontSize="13"/>
413 501 <Label Grid.Row="9" Grid.Column="1" Content=" :" FontSize="13"/>
414 502 <Label Grid.Row="10" Grid.Column="1" Content=" :" FontSize="13"/>
415   - <Label Grid.Row="11" Grid.Column="1" Content=" :" FontSize="13"/>
  503 + <Label Grid.Row="11" Grid.Column="1" Content=" :" FontSize="13"/>--><!--
416 504 </Grid>
417 505 </ScrollViewer>
418 506 </DockPanel >
419 507 </Border>
420 508 </Grid>
421 509  
422   - </Grid>
  510 + </Grid>-->
423 511 <!--<Border Grid.Row="1" BorderThickness="1" BorderBrush="Gray" Margin="5,5,5,5">
424 512 <Grid ShowGridLines="False">
425 513 <Grid.ColumnDefinitions>
sources/RoboforkApp/RoboforkMenuView.xaml.cs
... ... @@ -54,6 +54,8 @@ namespace RoboforkApp
54 54 NewDoBeginSetFreeNotes();
55 55 DesignerCanvas.isDrawingNode = true;
56 56 MyDesignerCanvas.GetInfoNode();
  57 +
  58 + MyDesignerCanvas.GetInfoFork();
57 59 DisplayMap_1();
58 60 }
59 61  
... ... @@ -426,7 +428,7 @@ namespace RoboforkApp
426 428 MyDesignerCanvas.VehicleItem = VehicleItem;
427 429 MyDesignerCanvas.GetdataVehicle();
428 430 LabelSchedule.Content = VehicleHeader;
429   - WorkVehicle.Content = "Work [" + VehicleHeader + "]";
  431 + //WorkVehicle.Content = "Work [" + VehicleHeader + "]";
430 432 TaskpattermTree.Header = "Task patterm [" + VehicleHeader + "]";
431 433 }
432 434  
sources/RoboforkApp/bin/Debug/RboforkApp.exe
No preview for this file type
sources/RoboforkApp/bin/Debug/RboforkApp.pdb
No preview for this file type
sources/RoboforkApp/bin/Debug/RboforkApp.vshost.exe
No preview for this file type
sources/RoboforkApp/bin/Debug/RoboforkApp.AWS.dll
No preview for this file type
sources/RoboforkApp/bin/Debug/RoboforkApp.AWS.pdb
No preview for this file type
sources/RoboforkApp/bin/Release/RboforkApp.exe
No preview for this file type
sources/RoboforkApp/bin/Release/RboforkApp.pdb
No preview for this file type
sources/RoboforkApp/bin/Release/RboforkApp.vshost.exe
No preview for this file type
sources/RoboforkApp/bin/Release/RboforkApp.vshost.exe.manifest
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2 +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3 + <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
  4 + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  5 + <security>
  6 + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
  7 + <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
  8 + </requestedPrivileges>
  9 + </security>
  10 + </trustInfo>
  11 +</assembly>
sources/RoboforkApp/bin/Release/RoboforkApp.AWS.dll
No preview for this file type
sources/RoboforkApp/bin/Release/RoboforkApp.AWS.pdb
No preview for this file type
sources/RoboforkApp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
No preview for this file type
sources/RoboforkApp/obj/Debug/RboforkApp.exe
No preview for this file type
sources/RoboforkApp/obj/Debug/RboforkApp.g.resources
No preview for this file type
sources/RoboforkApp/obj/Debug/RboforkApp.pdb
No preview for this file type
sources/RoboforkApp/obj/Debug/RboforkApp_MarkupCompile.cache
... ... @@ -4,16 +4,16 @@
4 4 winexe
5 5 C#
6 6 .cs
7   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Debug\
  7 +D:\robofork\sources\RoboforkApp\obj\Debug\
8 8 RoboforkApp
9 9 none
10 10 false
11 11 DEBUG;TRACE
12   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\App.xaml
  12 +D:\robofork\sources\RoboforkApp\App.xaml
13 13 27-814088365
14 14  
15 15 37-2061963540
16   -15-210492515
  16 +15-140300952
17 17 Stencils\BasicShapes.xaml;Stencils\FlowChartSymbols.xaml;Stencils\RegelungstechnikSymbole.xaml;Stencils\SymbolStencils.xaml;UserControls\simulationRobo.xaml;View\AddNodeView.xaml;View\AddParameter.xaml;View\EditNodeView.xaml;Resources\Brushes.xaml;Resources\DesignerItem.xaml;Resources\Expander.xaml;Resources\LangResources.xaml;Resources\ResizeChrome.xaml;Resources\ScrollBar.xaml;Resources\ScrollViewer.xaml;Resources\Slider.xaml;Resources\StatusBar.xaml;Resources\Styles.xaml;Resources\ToolBar.xaml;Resources\Toolbox.xaml;Resources\Tooltip.xaml;Resources\ZoomBox.xaml;RoboforkMenuView.xaml;UserControls\ucDisplayCoordinate.xaml;UserControls\ucNode.xaml;UserControls\ucStartEndButton.xaml;View\UpdateNodeView.xaml;
18 18  
19 19 False
sources/RoboforkApp/obj/Debug/RboforkApp_MarkupCompile.i.cache
... ... @@ -4,17 +4,17 @@
4 4 winexe
5 5 C#
6 6 .cs
7   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Debug\
  7 +D:\robofork\sources\RoboforkApp\obj\Debug\
8 8 RoboforkApp
9 9 none
10 10 false
11 11 DEBUG;TRACE
12   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\App.xaml
  12 +D:\robofork\sources\RoboforkApp\App.xaml
13 13 27-814088365
14 14  
15   -411173621345
16   -15-210492515
  15 +41-2115610324
  16 +15-140300952
17 17 Stencils\BasicShapes.xaml;Stencils\FlowChartSymbols.xaml;Stencils\RegelungstechnikSymbole.xaml;Stencils\SymbolStencils.xaml;UserControls\simulationRobo.xaml;View\AddNodeView.xaml;View\AddParameter.xaml;View\EditNodeView.xaml;Resources\Brushes.xaml;Resources\DesignerItem.xaml;Resources\Expander.xaml;Resources\LangResources.xaml;Resources\ResizeChrome.xaml;Resources\ScrollBar.xaml;Resources\ScrollViewer.xaml;Resources\Slider.xaml;Resources\StatusBar.xaml;Resources\Styles.xaml;Resources\ToolBar.xaml;Resources\Toolbox.xaml;Resources\Tooltip.xaml;Resources\ZoomBox.xaml;RoboforkMenuView.xaml;UserControls\ucDisplayCoordinate.xaml;UserControls\ucNode.xaml;UserControls\ucStartEndButton.xaml;View\UpdateNodeView.xaml;
18 18  
19   -False
  19 +True
20 20  
sources/RoboforkApp/obj/Debug/RboforkApp_MarkupCompile.i.lref
... ... @@ -0,0 +1,14 @@
  1 +D:\robofork\sources\RoboforkApp\obj\Debug\GeneratedInternalTypeHelper.g.i.cs
  2 +
  3 +FD:\robofork\sources\RoboforkApp\Stencils\BasicShapes.xaml;;
  4 +FD:\robofork\sources\RoboforkApp\Stencils\FlowChartSymbols.xaml;;
  5 +FD:\robofork\sources\RoboforkApp\Stencils\RegelungstechnikSymbole.xaml;;
  6 +FD:\robofork\sources\RoboforkApp\Stencils\SymbolStencils.xaml;;
  7 +FD:\robofork\sources\RoboforkApp\View\AddParameter.xaml;;
  8 +FD:\robofork\sources\RoboforkApp\View\EditNodeView.xaml;;
  9 +FD:\robofork\sources\RoboforkApp\Resources\DesignerItem.xaml;;
  10 +FD:\robofork\sources\RoboforkApp\Resources\ResizeChrome.xaml;;
  11 +FD:\robofork\sources\RoboforkApp\Resources\Toolbox.xaml;;
  12 +FD:\robofork\sources\RoboforkApp\Resources\ZoomBox.xaml;;
  13 +FD:\robofork\sources\RoboforkApp\RoboforkMenuView.xaml;;
  14 +
sources/RoboforkApp/obj/Debug/RboforkApp_MarkupCompile.lref
1   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Debug\GeneratedInternalTypeHelper.g.cs
  1 +D:\robofork\sources\RoboforkApp\obj\Debug\GeneratedInternalTypeHelper.g.cs
2 2  
3   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Stencils\BasicShapes.xaml;;
4   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Stencils\FlowChartSymbols.xaml;;
5   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Stencils\RegelungstechnikSymbole.xaml;;
6   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Stencils\SymbolStencils.xaml;;
7   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\View\AddParameter.xaml;;
8   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\View\EditNodeView.xaml;;
9   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Resources\DesignerItem.xaml;;
10   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Resources\ResizeChrome.xaml;;
11   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Resources\Toolbox.xaml;;
12   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Resources\ZoomBox.xaml;;
13   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\RoboforkMenuView.xaml;;
  3 +FD:\robofork\sources\RoboforkApp\Stencils\BasicShapes.xaml;;
  4 +FD:\robofork\sources\RoboforkApp\Stencils\FlowChartSymbols.xaml;;
  5 +FD:\robofork\sources\RoboforkApp\Stencils\RegelungstechnikSymbole.xaml;;
  6 +FD:\robofork\sources\RoboforkApp\Stencils\SymbolStencils.xaml;;
  7 +FD:\robofork\sources\RoboforkApp\View\AddParameter.xaml;;
  8 +FD:\robofork\sources\RoboforkApp\View\EditNodeView.xaml;;
  9 +FD:\robofork\sources\RoboforkApp\Resources\DesignerItem.xaml;;
  10 +FD:\robofork\sources\RoboforkApp\Resources\ResizeChrome.xaml;;
  11 +FD:\robofork\sources\RoboforkApp\Resources\Toolbox.xaml;;
  12 +FD:\robofork\sources\RoboforkApp\Resources\ZoomBox.xaml;;
  13 +FD:\robofork\sources\RoboforkApp\RoboforkMenuView.xaml;;
14 14  
sources/RoboforkApp/obj/Debug/RoboforkApp.csproj.FileListAbsolute.txt
... ... @@ -674,3 +674,55 @@ E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Debug\RoboforkMenu
674 674 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Debug\RboforkApp.g.resources
675 675 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Debug\RboforkApp.exe
676 676 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Debug\RboforkApp.pdb
  677 +D:\robofork\sources\RoboforkApp\bin\Debug\RboforkApp.exe.config
  678 +D:\robofork\sources\RoboforkApp\obj\Debug\RboforkApp.exe
  679 +D:\robofork\sources\RoboforkApp\obj\Debug\RboforkApp.pdb
  680 +D:\robofork\sources\RoboforkApp\bin\Debug\Mapfan\MapFan.index
  681 +D:\robofork\sources\RoboforkApp\bin\Debug\RboforkApp.exe
  682 +D:\robofork\sources\RoboforkApp\bin\Debug\RboforkApp.pdb
  683 +D:\robofork\sources\RoboforkApp\bin\Debug\RoboforkApp.AWS.dll
  684 +D:\robofork\sources\RoboforkApp\bin\Debug\RoboforkApp.AWS.pdb
  685 +D:\robofork\sources\RoboforkApp\bin\Debug\AWSSDK.xml
  686 +D:\robofork\sources\RoboforkApp\obj\Debug\RoboforkApp.csprojResolveAssemblyReference.cache
  687 +D:\robofork\sources\RoboforkApp\obj\Debug\UserControls\simulationRobo.baml
  688 +D:\robofork\sources\RoboforkApp\obj\Debug\View\AddNodeView.baml
  689 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\Brushes.baml
  690 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\Expander.baml
  691 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\LangResources.baml
  692 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\ScrollBar.baml
  693 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\ScrollViewer.baml
  694 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\Slider.baml
  695 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\StatusBar.baml
  696 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\Styles.baml
  697 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\ToolBar.baml
  698 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\Tooltip.baml
  699 +D:\robofork\sources\RoboforkApp\obj\Debug\UserControls\ucDisplayCoordinate.baml
  700 +D:\robofork\sources\RoboforkApp\obj\Debug\UserControls\ucNode.baml
  701 +D:\robofork\sources\RoboforkApp\obj\Debug\UserControls\ucStartEndButton.baml
  702 +D:\robofork\sources\RoboforkApp\obj\Debug\View\UpdateNodeView.baml
  703 +D:\robofork\sources\RoboforkApp\obj\Debug\App.baml
  704 +D:\robofork\sources\RoboforkApp\obj\Debug\UserControls\simulationRobo.g.cs
  705 +D:\robofork\sources\RoboforkApp\obj\Debug\View\AddNodeView.g.cs
  706 +D:\robofork\sources\RoboforkApp\obj\Debug\View\AddParameter.g.cs
  707 +D:\robofork\sources\RoboforkApp\obj\Debug\View\EditNodeView.g.cs
  708 +D:\robofork\sources\RoboforkApp\obj\Debug\RoboforkMenuView.g.cs
  709 +D:\robofork\sources\RoboforkApp\obj\Debug\UserControls\ucDisplayCoordinate.g.cs
  710 +D:\robofork\sources\RoboforkApp\obj\Debug\UserControls\ucNode.g.cs
  711 +D:\robofork\sources\RoboforkApp\obj\Debug\UserControls\ucStartEndButton.g.cs
  712 +D:\robofork\sources\RoboforkApp\obj\Debug\View\UpdateNodeView.g.cs
  713 +D:\robofork\sources\RoboforkApp\obj\Debug\App.g.cs
  714 +D:\robofork\sources\RoboforkApp\obj\Debug\GeneratedInternalTypeHelper.g.cs
  715 +D:\robofork\sources\RoboforkApp\obj\Debug\RboforkApp_MarkupCompile.cache
  716 +D:\robofork\sources\RoboforkApp\obj\Debug\RboforkApp_MarkupCompile.lref
  717 +D:\robofork\sources\RoboforkApp\obj\Debug\Stencils\BasicShapes.baml
  718 +D:\robofork\sources\RoboforkApp\obj\Debug\Stencils\FlowChartSymbols.baml
  719 +D:\robofork\sources\RoboforkApp\obj\Debug\Stencils\RegelungstechnikSymbole.baml
  720 +D:\robofork\sources\RoboforkApp\obj\Debug\Stencils\SymbolStencils.baml
  721 +D:\robofork\sources\RoboforkApp\obj\Debug\View\AddParameter.baml
  722 +D:\robofork\sources\RoboforkApp\obj\Debug\View\EditNodeView.baml
  723 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\DesignerItem.baml
  724 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\ResizeChrome.baml
  725 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\Toolbox.baml
  726 +D:\robofork\sources\RoboforkApp\obj\Debug\Resources\ZoomBox.baml
  727 +D:\robofork\sources\RoboforkApp\obj\Debug\RoboforkMenuView.baml
  728 +D:\robofork\sources\RoboforkApp\obj\Debug\RboforkApp.g.resources
sources/RoboforkApp/obj/Debug/RoboforkApp.csprojResolveAssemblyReference.cache
No preview for this file type
sources/RoboforkApp/obj/Debug/RoboforkMenuView.baml
No preview for this file type
sources/RoboforkApp/obj/Debug/RoboforkMenuView.g.cs
1   -#pragma checksum "..\..\RoboforkMenuView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "ACD6EE21972CA12BBC85F724E5676C7F"
  1 +#pragma checksum "..\..\RoboforkMenuView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DCE0E6D1332F6179A469FD6F0F00AE14"
2 2 //------------------------------------------------------------------------------
3 3 // <auto-generated>
4 4 // This code was generated by a tool.
... ... @@ -169,7 +169,15 @@ namespace RoboforkApp {
169 169 #line hidden
170 170  
171 171  
172   - #line 114 "..\..\RoboforkMenuView.xaml"
  172 + #line 116 "..\..\RoboforkMenuView.xaml"
  173 + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  174 + internal System.Windows.Controls.Grid grdViewer;
  175 +
  176 + #line default
  177 + #line hidden
  178 +
  179 +
  180 + #line 142 "..\..\RoboforkMenuView.xaml"
173 181 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
174 182 internal System.Windows.Controls.TabControl MainTab;
175 183  
... ... @@ -177,7 +185,7 @@ namespace RoboforkApp {
177 185 #line hidden
178 186  
179 187  
180   - #line 117 "..\..\RoboforkMenuView.xaml"
  188 + #line 145 "..\..\RoboforkMenuView.xaml"
181 189 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
182 190 internal System.Windows.Controls.TabItem TabMap;
183 191  
... ... @@ -185,7 +193,7 @@ namespace RoboforkApp {
185 193 #line hidden
186 194  
187 195  
188   - #line 130 "..\..\RoboforkMenuView.xaml"
  196 + #line 158 "..\..\RoboforkMenuView.xaml"
189 197 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
190 198 internal System.Windows.Controls.Grid GridMap;
191 199  
... ... @@ -193,7 +201,7 @@ namespace RoboforkApp {
193 201 #line hidden
194 202  
195 203  
196   - #line 139 "..\..\RoboforkMenuView.xaml"
  204 + #line 167 "..\..\RoboforkMenuView.xaml"
197 205 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
198 206 internal System.Windows.Controls.Grid GridCanVas;
199 207  
... ... @@ -201,7 +209,7 @@ namespace RoboforkApp {
201 209 #line hidden
202 210  
203 211  
204   - #line 142 "..\..\RoboforkMenuView.xaml"
  212 + #line 170 "..\..\RoboforkMenuView.xaml"
205 213 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
206 214 internal RoboforkApp.DesignerCanvas MyDesignerCanvas;
207 215  
... ... @@ -209,7 +217,7 @@ namespace RoboforkApp {
209 217 #line hidden
210 218  
211 219  
212   - #line 150 "..\..\RoboforkMenuView.xaml"
  220 + #line 178 "..\..\RoboforkMenuView.xaml"
213 221 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
214 222 internal System.Windows.Controls.Grid MCGrid;
215 223  
... ... @@ -217,7 +225,7 @@ namespace RoboforkApp {
217 225 #line hidden
218 226  
219 227  
220   - #line 212 "..\..\RoboforkMenuView.xaml"
  228 + #line 240 "..\..\RoboforkMenuView.xaml"
221 229 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
222 230 internal System.Windows.Controls.Grid grdRouteInfo;
223 231  
... ... @@ -225,7 +233,7 @@ namespace RoboforkApp {
225 233 #line hidden
226 234  
227 235  
228   - #line 286 "..\..\RoboforkMenuView.xaml"
  236 + #line 314 "..\..\RoboforkMenuView.xaml"
229 237 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
230 238 internal System.Windows.Controls.Label LabelSchedule;
231 239  
... ... @@ -233,7 +241,7 @@ namespace RoboforkApp {
233 241 #line hidden
234 242  
235 243  
236   - #line 290 "..\..\RoboforkMenuView.xaml"
  244 + #line 318 "..\..\RoboforkMenuView.xaml"
237 245 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
238 246 internal RoboforkApp.ScheduleCanvas MyScheduleCanvas;
239 247  
... ... @@ -241,7 +249,7 @@ namespace RoboforkApp {
241 249 #line hidden
242 250  
243 251  
244   - #line 298 "..\..\RoboforkMenuView.xaml"
  252 + #line 326 "..\..\RoboforkMenuView.xaml"
245 253 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
246 254 internal System.Windows.Controls.Grid MCGridShedule;
247 255  
... ... @@ -249,39 +257,31 @@ namespace RoboforkApp {
249 257 #line hidden
250 258  
251 259  
252   - #line 324 "..\..\RoboforkMenuView.xaml"
  260 + #line 347 "..\..\RoboforkMenuView.xaml"
253 261 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
254   - internal System.Windows.Controls.Label WorkVehicle;
255   -
256   - #line default
257   - #line hidden
258   -
259   -
260   - #line 329 "..\..\RoboforkMenuView.xaml"
261   - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
262   - internal System.Windows.Controls.TabItem TabWork;
  262 + internal System.Windows.Controls.Grid GridWork;
263 263  
264 264 #line default
265 265 #line hidden
266 266  
267 267  
268   - #line 343 "..\..\RoboforkMenuView.xaml"
  268 + #line 367 "..\..\RoboforkMenuView.xaml"
269 269 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
270   - internal System.Windows.Controls.Grid GridWork;
  270 + internal System.Windows.Controls.Grid grdWorkLog;
271 271  
272 272 #line default
273 273 #line hidden
274 274  
275 275  
276   - #line 362 "..\..\RoboforkMenuView.xaml"
  276 + #line 417 "..\..\RoboforkMenuView.xaml"
277 277 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
278   - internal System.Windows.Controls.Grid grdWorkLog;
  278 + internal System.Windows.Controls.TabItem TabWork;
279 279  
280 280 #line default
281 281 #line hidden
282 282  
283 283  
284   - #line 448 "..\..\RoboforkMenuView.xaml"
  284 + #line 536 "..\..\RoboforkMenuView.xaml"
285 285 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
286 286 internal System.Windows.Controls.TabItem TabSchedule;
287 287  
... ... @@ -454,46 +454,46 @@ namespace RoboforkApp {
454 454 #line hidden
455 455 return;
456 456 case 18:
457   - this.MainTab = ((System.Windows.Controls.TabControl)(target));
  457 + this.grdViewer = ((System.Windows.Controls.Grid)(target));
458 458 return;
459 459 case 19:
460   - this.TabMap = ((System.Windows.Controls.TabItem)(target));
  460 + this.MainTab = ((System.Windows.Controls.TabControl)(target));
461 461 return;
462 462 case 20:
463   - this.GridMap = ((System.Windows.Controls.Grid)(target));
  463 + this.TabMap = ((System.Windows.Controls.TabItem)(target));
464 464 return;
465 465 case 21:
466   - this.GridCanVas = ((System.Windows.Controls.Grid)(target));
  466 + this.GridMap = ((System.Windows.Controls.Grid)(target));
467 467 return;
468 468 case 22:
469   - this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target));
  469 + this.GridCanVas = ((System.Windows.Controls.Grid)(target));
470 470 return;
471 471 case 23:
472   - this.MCGrid = ((System.Windows.Controls.Grid)(target));
  472 + this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target));
473 473 return;
474 474 case 24:
475   - this.grdRouteInfo = ((System.Windows.Controls.Grid)(target));
  475 + this.MCGrid = ((System.Windows.Controls.Grid)(target));
476 476 return;
477 477 case 25:
478   - this.LabelSchedule = ((System.Windows.Controls.Label)(target));
  478 + this.grdRouteInfo = ((System.Windows.Controls.Grid)(target));
479 479 return;
480 480 case 26:
481   - this.MyScheduleCanvas = ((RoboforkApp.ScheduleCanvas)(target));
  481 + this.LabelSchedule = ((System.Windows.Controls.Label)(target));
482 482 return;
483 483 case 27:
484   - this.MCGridShedule = ((System.Windows.Controls.Grid)(target));
  484 + this.MyScheduleCanvas = ((RoboforkApp.ScheduleCanvas)(target));
485 485 return;
486 486 case 28:
487   - this.WorkVehicle = ((System.Windows.Controls.Label)(target));
  487 + this.MCGridShedule = ((System.Windows.Controls.Grid)(target));
488 488 return;
489 489 case 29:
490   - this.TabWork = ((System.Windows.Controls.TabItem)(target));
  490 + this.GridWork = ((System.Windows.Controls.Grid)(target));
491 491 return;
492 492 case 30:
493   - this.GridWork = ((System.Windows.Controls.Grid)(target));
  493 + this.grdWorkLog = ((System.Windows.Controls.Grid)(target));
494 494 return;
495 495 case 31:
496   - this.grdWorkLog = ((System.Windows.Controls.Grid)(target));
  496 + this.TabWork = ((System.Windows.Controls.TabItem)(target));
497 497 return;
498 498 case 32:
499 499 this.TabSchedule = ((System.Windows.Controls.TabItem)(target));
sources/RoboforkApp/obj/Debug/RoboforkMenuView.g.i.cs
1   -#pragma checksum "..\..\RoboforkMenuView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "ACD6EE21972CA12BBC85F724E5676C7F"
  1 +#pragma checksum "..\..\RoboforkMenuView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DCE0E6D1332F6179A469FD6F0F00AE14"
2 2 //------------------------------------------------------------------------------
3 3 // <auto-generated>
4 4 // This code was generated by a tool.
... ... @@ -169,7 +169,15 @@ namespace RoboforkApp {
169 169 #line hidden
170 170  
171 171  
172   - #line 114 "..\..\RoboforkMenuView.xaml"
  172 + #line 116 "..\..\RoboforkMenuView.xaml"
  173 + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  174 + internal System.Windows.Controls.Grid grdViewer;
  175 +
  176 + #line default
  177 + #line hidden
  178 +
  179 +
  180 + #line 142 "..\..\RoboforkMenuView.xaml"
173 181 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
174 182 internal System.Windows.Controls.TabControl MainTab;
175 183  
... ... @@ -177,7 +185,7 @@ namespace RoboforkApp {
177 185 #line hidden
178 186  
179 187  
180   - #line 117 "..\..\RoboforkMenuView.xaml"
  188 + #line 145 "..\..\RoboforkMenuView.xaml"
181 189 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
182 190 internal System.Windows.Controls.TabItem TabMap;
183 191  
... ... @@ -185,7 +193,7 @@ namespace RoboforkApp {
185 193 #line hidden
186 194  
187 195  
188   - #line 130 "..\..\RoboforkMenuView.xaml"
  196 + #line 158 "..\..\RoboforkMenuView.xaml"
189 197 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
190 198 internal System.Windows.Controls.Grid GridMap;
191 199  
... ... @@ -193,7 +201,7 @@ namespace RoboforkApp {
193 201 #line hidden
194 202  
195 203  
196   - #line 139 "..\..\RoboforkMenuView.xaml"
  204 + #line 167 "..\..\RoboforkMenuView.xaml"
197 205 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
198 206 internal System.Windows.Controls.Grid GridCanVas;
199 207  
... ... @@ -201,7 +209,7 @@ namespace RoboforkApp {
201 209 #line hidden
202 210  
203 211  
204   - #line 142 "..\..\RoboforkMenuView.xaml"
  212 + #line 170 "..\..\RoboforkMenuView.xaml"
205 213 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
206 214 internal RoboforkApp.DesignerCanvas MyDesignerCanvas;
207 215  
... ... @@ -209,7 +217,7 @@ namespace RoboforkApp {
209 217 #line hidden
210 218  
211 219  
212   - #line 150 "..\..\RoboforkMenuView.xaml"
  220 + #line 178 "..\..\RoboforkMenuView.xaml"
213 221 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
214 222 internal System.Windows.Controls.Grid MCGrid;
215 223  
... ... @@ -217,7 +225,7 @@ namespace RoboforkApp {
217 225 #line hidden
218 226  
219 227  
220   - #line 212 "..\..\RoboforkMenuView.xaml"
  228 + #line 240 "..\..\RoboforkMenuView.xaml"
221 229 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
222 230 internal System.Windows.Controls.Grid grdRouteInfo;
223 231  
... ... @@ -225,7 +233,7 @@ namespace RoboforkApp {
225 233 #line hidden
226 234  
227 235  
228   - #line 286 "..\..\RoboforkMenuView.xaml"
  236 + #line 314 "..\..\RoboforkMenuView.xaml"
229 237 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
230 238 internal System.Windows.Controls.Label LabelSchedule;
231 239  
... ... @@ -233,7 +241,7 @@ namespace RoboforkApp {
233 241 #line hidden
234 242  
235 243  
236   - #line 290 "..\..\RoboforkMenuView.xaml"
  244 + #line 318 "..\..\RoboforkMenuView.xaml"
237 245 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
238 246 internal RoboforkApp.ScheduleCanvas MyScheduleCanvas;
239 247  
... ... @@ -241,7 +249,7 @@ namespace RoboforkApp {
241 249 #line hidden
242 250  
243 251  
244   - #line 298 "..\..\RoboforkMenuView.xaml"
  252 + #line 326 "..\..\RoboforkMenuView.xaml"
245 253 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
246 254 internal System.Windows.Controls.Grid MCGridShedule;
247 255  
... ... @@ -249,39 +257,31 @@ namespace RoboforkApp {
249 257 #line hidden
250 258  
251 259  
252   - #line 324 "..\..\RoboforkMenuView.xaml"
  260 + #line 347 "..\..\RoboforkMenuView.xaml"
253 261 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
254   - internal System.Windows.Controls.Label WorkVehicle;
255   -
256   - #line default
257   - #line hidden
258   -
259   -
260   - #line 329 "..\..\RoboforkMenuView.xaml"
261   - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
262   - internal System.Windows.Controls.TabItem TabWork;
  262 + internal System.Windows.Controls.Grid GridWork;
263 263  
264 264 #line default
265 265 #line hidden
266 266  
267 267  
268   - #line 343 "..\..\RoboforkMenuView.xaml"
  268 + #line 367 "..\..\RoboforkMenuView.xaml"
269 269 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
270   - internal System.Windows.Controls.Grid GridWork;
  270 + internal System.Windows.Controls.Grid grdWorkLog;
271 271  
272 272 #line default
273 273 #line hidden
274 274  
275 275  
276   - #line 362 "..\..\RoboforkMenuView.xaml"
  276 + #line 417 "..\..\RoboforkMenuView.xaml"
277 277 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
278   - internal System.Windows.Controls.Grid grdWorkLog;
  278 + internal System.Windows.Controls.TabItem TabWork;
279 279  
280 280 #line default
281 281 #line hidden
282 282  
283 283  
284   - #line 448 "..\..\RoboforkMenuView.xaml"
  284 + #line 536 "..\..\RoboforkMenuView.xaml"
285 285 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
286 286 internal System.Windows.Controls.TabItem TabSchedule;
287 287  
... ... @@ -454,46 +454,46 @@ namespace RoboforkApp {
454 454 #line hidden
455 455 return;
456 456 case 18:
457   - this.MainTab = ((System.Windows.Controls.TabControl)(target));
  457 + this.grdViewer = ((System.Windows.Controls.Grid)(target));
458 458 return;
459 459 case 19:
460   - this.TabMap = ((System.Windows.Controls.TabItem)(target));
  460 + this.MainTab = ((System.Windows.Controls.TabControl)(target));
461 461 return;
462 462 case 20:
463   - this.GridMap = ((System.Windows.Controls.Grid)(target));
  463 + this.TabMap = ((System.Windows.Controls.TabItem)(target));
464 464 return;
465 465 case 21:
466   - this.GridCanVas = ((System.Windows.Controls.Grid)(target));
  466 + this.GridMap = ((System.Windows.Controls.Grid)(target));
467 467 return;
468 468 case 22:
469   - this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target));
  469 + this.GridCanVas = ((System.Windows.Controls.Grid)(target));
470 470 return;
471 471 case 23:
472   - this.MCGrid = ((System.Windows.Controls.Grid)(target));
  472 + this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target));
473 473 return;
474 474 case 24:
475   - this.grdRouteInfo = ((System.Windows.Controls.Grid)(target));
  475 + this.MCGrid = ((System.Windows.Controls.Grid)(target));
476 476 return;
477 477 case 25:
478   - this.LabelSchedule = ((System.Windows.Controls.Label)(target));
  478 + this.grdRouteInfo = ((System.Windows.Controls.Grid)(target));
479 479 return;
480 480 case 26:
481   - this.MyScheduleCanvas = ((RoboforkApp.ScheduleCanvas)(target));
  481 + this.LabelSchedule = ((System.Windows.Controls.Label)(target));
482 482 return;
483 483 case 27:
484   - this.MCGridShedule = ((System.Windows.Controls.Grid)(target));
  484 + this.MyScheduleCanvas = ((RoboforkApp.ScheduleCanvas)(target));
485 485 return;
486 486 case 28:
487   - this.WorkVehicle = ((System.Windows.Controls.Label)(target));
  487 + this.MCGridShedule = ((System.Windows.Controls.Grid)(target));
488 488 return;
489 489 case 29:
490   - this.TabWork = ((System.Windows.Controls.TabItem)(target));
  490 + this.GridWork = ((System.Windows.Controls.Grid)(target));
491 491 return;
492 492 case 30:
493   - this.GridWork = ((System.Windows.Controls.Grid)(target));
  493 + this.grdWorkLog = ((System.Windows.Controls.Grid)(target));
494 494 return;
495 495 case 31:
496   - this.grdWorkLog = ((System.Windows.Controls.Grid)(target));
  496 + this.TabWork = ((System.Windows.Controls.TabItem)(target));
497 497 return;
498 498 case 32:
499 499 this.TabSchedule = ((System.Windows.Controls.TabItem)(target));
sources/RoboforkApp/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
No preview for this file type
sources/RoboforkApp/obj/Release/RboforkApp.exe
No preview for this file type
sources/RoboforkApp/obj/Release/RboforkApp.g.resources
No preview for this file type
sources/RoboforkApp/obj/Release/RboforkApp.pdb
No preview for this file type
sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.cache
... ... @@ -4,16 +4,16 @@
4 4 winexe
5 5 C#
6 6 .cs
7   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Release\
  7 +D:\robofork\sources\RoboforkApp\obj\Release\
8 8 RoboforkApp
9 9 none
10 10 false
11 11 TRACE
12   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\App.xaml
  12 +D:\robofork\sources\RoboforkApp\App.xaml
13 13 27-814088365
14 14  
15 15 37-2061963540
16   -151573847749
  16 +15466137720
17 17 Stencils\BasicShapes.xaml;Stencils\FlowChartSymbols.xaml;Stencils\RegelungstechnikSymbole.xaml;Stencils\SymbolStencils.xaml;UserControls\simulationRobo.xaml;View\AddNodeView.xaml;View\AddParameter.xaml;View\EditNodeView.xaml;Resources\Brushes.xaml;Resources\DesignerItem.xaml;Resources\Expander.xaml;Resources\LangResources.xaml;Resources\ResizeChrome.xaml;Resources\ScrollBar.xaml;Resources\ScrollViewer.xaml;Resources\Slider.xaml;Resources\StatusBar.xaml;Resources\Styles.xaml;Resources\ToolBar.xaml;Resources\Toolbox.xaml;Resources\Tooltip.xaml;Resources\ZoomBox.xaml;RoboforkMenuView.xaml;UserControls\ucDisplayCoordinate.xaml;UserControls\ucNode.xaml;UserControls\ucStartEndButton.xaml;View\UpdateNodeView.xaml;
18 18  
19 19 False
sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.i.cache
... ... @@ -4,17 +4,17 @@
4 4 winexe
5 5 C#
6 6 .cs
7   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Release\
  7 +D:\robofork\sources\RoboforkApp\obj\Release\
8 8 RoboforkApp
9 9 none
10 10 false
11 11 TRACE
12   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\App.xaml
  12 +D:\robofork\sources\RoboforkApp\App.xaml
13 13 27-814088365
14 14  
15   -412064103860
16   -151573847749
  15 +41-1225127809
  16 +15466137720
17 17 Stencils\BasicShapes.xaml;Stencils\FlowChartSymbols.xaml;Stencils\RegelungstechnikSymbole.xaml;Stencils\SymbolStencils.xaml;UserControls\simulationRobo.xaml;View\AddNodeView.xaml;View\AddParameter.xaml;View\EditNodeView.xaml;Resources\Brushes.xaml;Resources\DesignerItem.xaml;Resources\Expander.xaml;Resources\LangResources.xaml;Resources\ResizeChrome.xaml;Resources\ScrollBar.xaml;Resources\ScrollViewer.xaml;Resources\Slider.xaml;Resources\StatusBar.xaml;Resources\Styles.xaml;Resources\ToolBar.xaml;Resources\Toolbox.xaml;Resources\Tooltip.xaml;Resources\ZoomBox.xaml;RoboforkMenuView.xaml;UserControls\ucDisplayCoordinate.xaml;UserControls\ucNode.xaml;UserControls\ucStartEndButton.xaml;View\UpdateNodeView.xaml;
18 18  
19   -False
  19 +True
20 20  
sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.i.lref
... ... @@ -0,0 +1,14 @@
  1 +D:\robofork\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.i.cs
  2 +
  3 +FD:\robofork\sources\RoboforkApp\Stencils\BasicShapes.xaml;;
  4 +FD:\robofork\sources\RoboforkApp\Stencils\FlowChartSymbols.xaml;;
  5 +FD:\robofork\sources\RoboforkApp\Stencils\RegelungstechnikSymbole.xaml;;
  6 +FD:\robofork\sources\RoboforkApp\Stencils\SymbolStencils.xaml;;
  7 +FD:\robofork\sources\RoboforkApp\View\AddParameter.xaml;;
  8 +FD:\robofork\sources\RoboforkApp\View\EditNodeView.xaml;;
  9 +FD:\robofork\sources\RoboforkApp\Resources\DesignerItem.xaml;;
  10 +FD:\robofork\sources\RoboforkApp\Resources\ResizeChrome.xaml;;
  11 +FD:\robofork\sources\RoboforkApp\Resources\Toolbox.xaml;;
  12 +FD:\robofork\sources\RoboforkApp\Resources\ZoomBox.xaml;;
  13 +FD:\robofork\sources\RoboforkApp\RoboforkMenuView.xaml;;
  14 +
sources/RoboforkApp/obj/Release/RboforkApp_MarkupCompile.lref
1   -E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.cs
  1 +D:\robofork\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.cs
2 2  
3   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Stencils\BasicShapes.xaml;;
4   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Stencils\FlowChartSymbols.xaml;;
5   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Stencils\RegelungstechnikSymbole.xaml;;
6   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Stencils\SymbolStencils.xaml;;
7   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\View\AddParameter.xaml;;
8   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\View\EditNodeView.xaml;;
9   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Resources\DesignerItem.xaml;;
10   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Resources\ResizeChrome.xaml;;
11   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Resources\Toolbox.xaml;;
12   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\Resources\ZoomBox.xaml;;
13   -FE:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\RoboforkMenuView.xaml;;
  3 +FD:\robofork\sources\RoboforkApp\Stencils\BasicShapes.xaml;;
  4 +FD:\robofork\sources\RoboforkApp\Stencils\FlowChartSymbols.xaml;;
  5 +FD:\robofork\sources\RoboforkApp\Stencils\RegelungstechnikSymbole.xaml;;
  6 +FD:\robofork\sources\RoboforkApp\Stencils\SymbolStencils.xaml;;
  7 +FD:\robofork\sources\RoboforkApp\View\AddParameter.xaml;;
  8 +FD:\robofork\sources\RoboforkApp\View\EditNodeView.xaml;;
  9 +FD:\robofork\sources\RoboforkApp\Resources\DesignerItem.xaml;;
  10 +FD:\robofork\sources\RoboforkApp\Resources\ResizeChrome.xaml;;
  11 +FD:\robofork\sources\RoboforkApp\Resources\Toolbox.xaml;;
  12 +FD:\robofork\sources\RoboforkApp\Resources\ZoomBox.xaml;;
  13 +FD:\robofork\sources\RoboforkApp\RoboforkMenuView.xaml;;
14 14  
sources/RoboforkApp/obj/Release/RoboforkApp.csproj.FileListAbsolute.txt
... ... @@ -587,3 +587,55 @@ E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Release\RoboforkMe
587 587 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Release\RboforkApp.g.resources
588 588 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Release\RboforkApp.exe
589 589 E:\02_Project\Du an Anh Dai\Robofork7\sources\RoboforkApp\obj\Release\RboforkApp.pdb
  590 +D:\robofork\sources\RoboforkApp\bin\Release\RboforkApp.exe.config
  591 +D:\robofork\sources\RoboforkApp\obj\Release\RboforkApp.exe
  592 +D:\robofork\sources\RoboforkApp\obj\Release\RboforkApp.pdb
  593 +D:\robofork\sources\RoboforkApp\bin\Release\Mapfan\MapFan.index
  594 +D:\robofork\sources\RoboforkApp\bin\Release\RboforkApp.exe
  595 +D:\robofork\sources\RoboforkApp\bin\Release\RboforkApp.pdb
  596 +D:\robofork\sources\RoboforkApp\bin\Release\RoboforkApp.AWS.dll
  597 +D:\robofork\sources\RoboforkApp\bin\Release\RoboforkApp.AWS.pdb
  598 +D:\robofork\sources\RoboforkApp\bin\Release\AWSSDK.xml
  599 +D:\robofork\sources\RoboforkApp\obj\Release\RoboforkApp.csprojResolveAssemblyReference.cache
  600 +D:\robofork\sources\RoboforkApp\obj\Release\UserControls\simulationRobo.baml
  601 +D:\robofork\sources\RoboforkApp\obj\Release\View\AddNodeView.baml
  602 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\Brushes.baml
  603 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\Expander.baml
  604 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\LangResources.baml
  605 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\ScrollBar.baml
  606 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\ScrollViewer.baml
  607 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\Slider.baml
  608 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\StatusBar.baml
  609 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\Styles.baml
  610 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\ToolBar.baml
  611 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\Tooltip.baml
  612 +D:\robofork\sources\RoboforkApp\obj\Release\UserControls\ucDisplayCoordinate.baml
  613 +D:\robofork\sources\RoboforkApp\obj\Release\UserControls\ucNode.baml
  614 +D:\robofork\sources\RoboforkApp\obj\Release\UserControls\ucStartEndButton.baml
  615 +D:\robofork\sources\RoboforkApp\obj\Release\View\UpdateNodeView.baml
  616 +D:\robofork\sources\RoboforkApp\obj\Release\App.baml
  617 +D:\robofork\sources\RoboforkApp\obj\Release\UserControls\simulationRobo.g.cs
  618 +D:\robofork\sources\RoboforkApp\obj\Release\View\AddNodeView.g.cs
  619 +D:\robofork\sources\RoboforkApp\obj\Release\View\AddParameter.g.cs
  620 +D:\robofork\sources\RoboforkApp\obj\Release\View\EditNodeView.g.cs
  621 +D:\robofork\sources\RoboforkApp\obj\Release\RoboforkMenuView.g.cs
  622 +D:\robofork\sources\RoboforkApp\obj\Release\UserControls\ucDisplayCoordinate.g.cs
  623 +D:\robofork\sources\RoboforkApp\obj\Release\UserControls\ucNode.g.cs
  624 +D:\robofork\sources\RoboforkApp\obj\Release\UserControls\ucStartEndButton.g.cs
  625 +D:\robofork\sources\RoboforkApp\obj\Release\View\UpdateNodeView.g.cs
  626 +D:\robofork\sources\RoboforkApp\obj\Release\App.g.cs
  627 +D:\robofork\sources\RoboforkApp\obj\Release\GeneratedInternalTypeHelper.g.cs
  628 +D:\robofork\sources\RoboforkApp\obj\Release\RboforkApp_MarkupCompile.cache
  629 +D:\robofork\sources\RoboforkApp\obj\Release\RboforkApp_MarkupCompile.lref
  630 +D:\robofork\sources\RoboforkApp\obj\Release\Stencils\BasicShapes.baml
  631 +D:\robofork\sources\RoboforkApp\obj\Release\Stencils\FlowChartSymbols.baml
  632 +D:\robofork\sources\RoboforkApp\obj\Release\Stencils\RegelungstechnikSymbole.baml
  633 +D:\robofork\sources\RoboforkApp\obj\Release\Stencils\SymbolStencils.baml
  634 +D:\robofork\sources\RoboforkApp\obj\Release\View\AddParameter.baml
  635 +D:\robofork\sources\RoboforkApp\obj\Release\View\EditNodeView.baml
  636 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\DesignerItem.baml
  637 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\ResizeChrome.baml
  638 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\Toolbox.baml
  639 +D:\robofork\sources\RoboforkApp\obj\Release\Resources\ZoomBox.baml
  640 +D:\robofork\sources\RoboforkApp\obj\Release\RoboforkMenuView.baml
  641 +D:\robofork\sources\RoboforkApp\obj\Release\RboforkApp.g.resources
sources/RoboforkApp/obj/Release/RoboforkApp.csprojResolveAssemblyReference.cache
No preview for this file type
sources/RoboforkApp/obj/Release/RoboforkMenuView.baml
No preview for this file type
sources/RoboforkApp/obj/Release/RoboforkMenuView.g.cs
1   -#pragma checksum "..\..\RoboforkMenuView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "ACD6EE21972CA12BBC85F724E5676C7F"
  1 +#pragma checksum "..\..\RoboforkMenuView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DCE0E6D1332F6179A469FD6F0F00AE14"
2 2 //------------------------------------------------------------------------------
3 3 // <auto-generated>
4 4 // This code was generated by a tool.
... ... @@ -169,7 +169,15 @@ namespace RoboforkApp {
169 169 #line hidden
170 170  
171 171  
172   - #line 114 "..\..\RoboforkMenuView.xaml"
  172 + #line 116 "..\..\RoboforkMenuView.xaml"
  173 + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  174 + internal System.Windows.Controls.Grid grdViewer;
  175 +
  176 + #line default
  177 + #line hidden
  178 +
  179 +
  180 + #line 142 "..\..\RoboforkMenuView.xaml"
173 181 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
174 182 internal System.Windows.Controls.TabControl MainTab;
175 183  
... ... @@ -177,7 +185,7 @@ namespace RoboforkApp {
177 185 #line hidden
178 186  
179 187  
180   - #line 117 "..\..\RoboforkMenuView.xaml"
  188 + #line 145 "..\..\RoboforkMenuView.xaml"
181 189 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
182 190 internal System.Windows.Controls.TabItem TabMap;
183 191  
... ... @@ -185,7 +193,7 @@ namespace RoboforkApp {
185 193 #line hidden
186 194  
187 195  
188   - #line 130 "..\..\RoboforkMenuView.xaml"
  196 + #line 158 "..\..\RoboforkMenuView.xaml"
189 197 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
190 198 internal System.Windows.Controls.Grid GridMap;
191 199  
... ... @@ -193,7 +201,7 @@ namespace RoboforkApp {
193 201 #line hidden
194 202  
195 203  
196   - #line 139 "..\..\RoboforkMenuView.xaml"
  204 + #line 167 "..\..\RoboforkMenuView.xaml"
197 205 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
198 206 internal System.Windows.Controls.Grid GridCanVas;
199 207  
... ... @@ -201,7 +209,7 @@ namespace RoboforkApp {
201 209 #line hidden
202 210  
203 211  
204   - #line 142 "..\..\RoboforkMenuView.xaml"
  212 + #line 170 "..\..\RoboforkMenuView.xaml"
205 213 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
206 214 internal RoboforkApp.DesignerCanvas MyDesignerCanvas;
207 215  
... ... @@ -209,7 +217,7 @@ namespace RoboforkApp {
209 217 #line hidden
210 218  
211 219  
212   - #line 150 "..\..\RoboforkMenuView.xaml"
  220 + #line 178 "..\..\RoboforkMenuView.xaml"
213 221 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
214 222 internal System.Windows.Controls.Grid MCGrid;
215 223  
... ... @@ -217,7 +225,7 @@ namespace RoboforkApp {
217 225 #line hidden
218 226  
219 227  
220   - #line 212 "..\..\RoboforkMenuView.xaml"
  228 + #line 240 "..\..\RoboforkMenuView.xaml"
221 229 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
222 230 internal System.Windows.Controls.Grid grdRouteInfo;
223 231  
... ... @@ -225,7 +233,7 @@ namespace RoboforkApp {
225 233 #line hidden
226 234  
227 235  
228   - #line 286 "..\..\RoboforkMenuView.xaml"
  236 + #line 314 "..\..\RoboforkMenuView.xaml"
229 237 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
230 238 internal System.Windows.Controls.Label LabelSchedule;
231 239  
... ... @@ -233,7 +241,7 @@ namespace RoboforkApp {
233 241 #line hidden
234 242  
235 243  
236   - #line 290 "..\..\RoboforkMenuView.xaml"
  244 + #line 318 "..\..\RoboforkMenuView.xaml"
237 245 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
238 246 internal RoboforkApp.ScheduleCanvas MyScheduleCanvas;
239 247  
... ... @@ -241,7 +249,7 @@ namespace RoboforkApp {
241 249 #line hidden
242 250  
243 251  
244   - #line 298 "..\..\RoboforkMenuView.xaml"
  252 + #line 326 "..\..\RoboforkMenuView.xaml"
245 253 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
246 254 internal System.Windows.Controls.Grid MCGridShedule;
247 255  
... ... @@ -249,39 +257,31 @@ namespace RoboforkApp {
249 257 #line hidden
250 258  
251 259  
252   - #line 324 "..\..\RoboforkMenuView.xaml"
  260 + #line 347 "..\..\RoboforkMenuView.xaml"
253 261 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
254   - internal System.Windows.Controls.Label WorkVehicle;
255   -
256   - #line default
257   - #line hidden
258   -
259   -
260   - #line 329 "..\..\RoboforkMenuView.xaml"
261   - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
262   - internal System.Windows.Controls.TabItem TabWork;
  262 + internal System.Windows.Controls.Grid GridWork;
263 263  
264 264 #line default
265 265 #line hidden
266 266  
267 267  
268   - #line 343 "..\..\RoboforkMenuView.xaml"
  268 + #line 367 "..\..\RoboforkMenuView.xaml"
269 269 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
270   - internal System.Windows.Controls.Grid GridWork;
  270 + internal System.Windows.Controls.Grid grdWorkLog;
271 271  
272 272 #line default
273 273 #line hidden
274 274  
275 275  
276   - #line 362 "..\..\RoboforkMenuView.xaml"
  276 + #line 417 "..\..\RoboforkMenuView.xaml"
277 277 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
278   - internal System.Windows.Controls.Grid grdWorkLog;
  278 + internal System.Windows.Controls.TabItem TabWork;
279 279  
280 280 #line default
281 281 #line hidden
282 282  
283 283  
284   - #line 448 "..\..\RoboforkMenuView.xaml"
  284 + #line 536 "..\..\RoboforkMenuView.xaml"
285 285 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
286 286 internal System.Windows.Controls.TabItem TabSchedule;
287 287  
... ... @@ -454,46 +454,46 @@ namespace RoboforkApp {
454 454 #line hidden
455 455 return;
456 456 case 18:
457   - this.MainTab = ((System.Windows.Controls.TabControl)(target));
  457 + this.grdViewer = ((System.Windows.Controls.Grid)(target));
458 458 return;
459 459 case 19:
460   - this.TabMap = ((System.Windows.Controls.TabItem)(target));
  460 + this.MainTab = ((System.Windows.Controls.TabControl)(target));
461 461 return;
462 462 case 20:
463   - this.GridMap = ((System.Windows.Controls.Grid)(target));
  463 + this.TabMap = ((System.Windows.Controls.TabItem)(target));
464 464 return;
465 465 case 21:
466   - this.GridCanVas = ((System.Windows.Controls.Grid)(target));
  466 + this.GridMap = ((System.Windows.Controls.Grid)(target));
467 467 return;
468 468 case 22:
469   - this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target));
  469 + this.GridCanVas = ((System.Windows.Controls.Grid)(target));
470 470 return;
471 471 case 23:
472   - this.MCGrid = ((System.Windows.Controls.Grid)(target));
  472 + this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target));
473 473 return;
474 474 case 24:
475   - this.grdRouteInfo = ((System.Windows.Controls.Grid)(target));
  475 + this.MCGrid = ((System.Windows.Controls.Grid)(target));
476 476 return;
477 477 case 25:
478   - this.LabelSchedule = ((System.Windows.Controls.Label)(target));
  478 + this.grdRouteInfo = ((System.Windows.Controls.Grid)(target));
479 479 return;
480 480 case 26:
481   - this.MyScheduleCanvas = ((RoboforkApp.ScheduleCanvas)(target));
  481 + this.LabelSchedule = ((System.Windows.Controls.Label)(target));
482 482 return;
483 483 case 27:
484   - this.MCGridShedule = ((System.Windows.Controls.Grid)(target));
  484 + this.MyScheduleCanvas = ((RoboforkApp.ScheduleCanvas)(target));
485 485 return;
486 486 case 28:
487   - this.WorkVehicle = ((System.Windows.Controls.Label)(target));
  487 + this.MCGridShedule = ((System.Windows.Controls.Grid)(target));
488 488 return;
489 489 case 29:
490   - this.TabWork = ((System.Windows.Controls.TabItem)(target));
  490 + this.GridWork = ((System.Windows.Controls.Grid)(target));
491 491 return;
492 492 case 30:
493   - this.GridWork = ((System.Windows.Controls.Grid)(target));
  493 + this.grdWorkLog = ((System.Windows.Controls.Grid)(target));
494 494 return;
495 495 case 31:
496   - this.grdWorkLog = ((System.Windows.Controls.Grid)(target));
  496 + this.TabWork = ((System.Windows.Controls.TabItem)(target));
497 497 return;
498 498 case 32:
499 499 this.TabSchedule = ((System.Windows.Controls.TabItem)(target));
sources/RoboforkApp/obj/Release/RoboforkMenuView.g.i.cs
1   -#pragma checksum "..\..\RoboforkMenuView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "ACD6EE21972CA12BBC85F724E5676C7F"
  1 +#pragma checksum "..\..\RoboforkMenuView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DCE0E6D1332F6179A469FD6F0F00AE14"
2 2 //------------------------------------------------------------------------------
3 3 // <auto-generated>
4 4 // This code was generated by a tool.
... ... @@ -169,7 +169,15 @@ namespace RoboforkApp {
169 169 #line hidden
170 170  
171 171  
172   - #line 114 "..\..\RoboforkMenuView.xaml"
  172 + #line 116 "..\..\RoboforkMenuView.xaml"
  173 + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  174 + internal System.Windows.Controls.Grid grdViewer;
  175 +
  176 + #line default
  177 + #line hidden
  178 +
  179 +
  180 + #line 142 "..\..\RoboforkMenuView.xaml"
173 181 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
174 182 internal System.Windows.Controls.TabControl MainTab;
175 183  
... ... @@ -177,7 +185,7 @@ namespace RoboforkApp {
177 185 #line hidden
178 186  
179 187  
180   - #line 117 "..\..\RoboforkMenuView.xaml"
  188 + #line 145 "..\..\RoboforkMenuView.xaml"
181 189 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
182 190 internal System.Windows.Controls.TabItem TabMap;
183 191  
... ... @@ -185,7 +193,7 @@ namespace RoboforkApp {
185 193 #line hidden
186 194  
187 195  
188   - #line 130 "..\..\RoboforkMenuView.xaml"
  196 + #line 158 "..\..\RoboforkMenuView.xaml"
189 197 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
190 198 internal System.Windows.Controls.Grid GridMap;
191 199  
... ... @@ -193,7 +201,7 @@ namespace RoboforkApp {
193 201 #line hidden
194 202  
195 203  
196   - #line 139 "..\..\RoboforkMenuView.xaml"
  204 + #line 167 "..\..\RoboforkMenuView.xaml"
197 205 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
198 206 internal System.Windows.Controls.Grid GridCanVas;
199 207  
... ... @@ -201,7 +209,7 @@ namespace RoboforkApp {
201 209 #line hidden
202 210  
203 211  
204   - #line 142 "..\..\RoboforkMenuView.xaml"
  212 + #line 170 "..\..\RoboforkMenuView.xaml"
205 213 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
206 214 internal RoboforkApp.DesignerCanvas MyDesignerCanvas;
207 215  
... ... @@ -209,7 +217,7 @@ namespace RoboforkApp {
209 217 #line hidden
210 218  
211 219  
212   - #line 150 "..\..\RoboforkMenuView.xaml"
  220 + #line 178 "..\..\RoboforkMenuView.xaml"
213 221 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
214 222 internal System.Windows.Controls.Grid MCGrid;
215 223  
... ... @@ -217,7 +225,7 @@ namespace RoboforkApp {
217 225 #line hidden
218 226  
219 227  
220   - #line 212 "..\..\RoboforkMenuView.xaml"
  228 + #line 240 "..\..\RoboforkMenuView.xaml"
221 229 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
222 230 internal System.Windows.Controls.Grid grdRouteInfo;
223 231  
... ... @@ -225,7 +233,7 @@ namespace RoboforkApp {
225 233 #line hidden
226 234  
227 235  
228   - #line 286 "..\..\RoboforkMenuView.xaml"
  236 + #line 314 "..\..\RoboforkMenuView.xaml"
229 237 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
230 238 internal System.Windows.Controls.Label LabelSchedule;
231 239  
... ... @@ -233,7 +241,7 @@ namespace RoboforkApp {
233 241 #line hidden
234 242  
235 243  
236   - #line 290 "..\..\RoboforkMenuView.xaml"
  244 + #line 318 "..\..\RoboforkMenuView.xaml"
237 245 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
238 246 internal RoboforkApp.ScheduleCanvas MyScheduleCanvas;
239 247  
... ... @@ -241,7 +249,7 @@ namespace RoboforkApp {
241 249 #line hidden
242 250  
243 251  
244   - #line 298 "..\..\RoboforkMenuView.xaml"
  252 + #line 326 "..\..\RoboforkMenuView.xaml"
245 253 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
246 254 internal System.Windows.Controls.Grid MCGridShedule;
247 255  
... ... @@ -249,39 +257,31 @@ namespace RoboforkApp {
249 257 #line hidden
250 258  
251 259  
252   - #line 324 "..\..\RoboforkMenuView.xaml"
  260 + #line 347 "..\..\RoboforkMenuView.xaml"
253 261 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
254   - internal System.Windows.Controls.Label WorkVehicle;
255   -
256   - #line default
257   - #line hidden
258   -
259   -
260   - #line 329 "..\..\RoboforkMenuView.xaml"
261   - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
262   - internal System.Windows.Controls.TabItem TabWork;
  262 + internal System.Windows.Controls.Grid GridWork;
263 263  
264 264 #line default
265 265 #line hidden
266 266  
267 267  
268   - #line 343 "..\..\RoboforkMenuView.xaml"
  268 + #line 367 "..\..\RoboforkMenuView.xaml"
269 269 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
270   - internal System.Windows.Controls.Grid GridWork;
  270 + internal System.Windows.Controls.Grid grdWorkLog;
271 271  
272 272 #line default
273 273 #line hidden
274 274  
275 275  
276   - #line 362 "..\..\RoboforkMenuView.xaml"
  276 + #line 417 "..\..\RoboforkMenuView.xaml"
277 277 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
278   - internal System.Windows.Controls.Grid grdWorkLog;
  278 + internal System.Windows.Controls.TabItem TabWork;
279 279  
280 280 #line default
281 281 #line hidden
282 282  
283 283  
284   - #line 448 "..\..\RoboforkMenuView.xaml"
  284 + #line 536 "..\..\RoboforkMenuView.xaml"
285 285 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
286 286 internal System.Windows.Controls.TabItem TabSchedule;
287 287  
... ... @@ -454,46 +454,46 @@ namespace RoboforkApp {
454 454 #line hidden
455 455 return;
456 456 case 18:
457   - this.MainTab = ((System.Windows.Controls.TabControl)(target));
  457 + this.grdViewer = ((System.Windows.Controls.Grid)(target));
458 458 return;
459 459 case 19:
460   - this.TabMap = ((System.Windows.Controls.TabItem)(target));
  460 + this.MainTab = ((System.Windows.Controls.TabControl)(target));
461 461 return;
462 462 case 20:
463   - this.GridMap = ((System.Windows.Controls.Grid)(target));
  463 + this.TabMap = ((System.Windows.Controls.TabItem)(target));
464 464 return;
465 465 case 21:
466   - this.GridCanVas = ((System.Windows.Controls.Grid)(target));
  466 + this.GridMap = ((System.Windows.Controls.Grid)(target));
467 467 return;
468 468 case 22:
469   - this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target));
  469 + this.GridCanVas = ((System.Windows.Controls.Grid)(target));
470 470 return;
471 471 case 23:
472   - this.MCGrid = ((System.Windows.Controls.Grid)(target));
  472 + this.MyDesignerCanvas = ((RoboforkApp.DesignerCanvas)(target));
473 473 return;
474 474 case 24:
475   - this.grdRouteInfo = ((System.Windows.Controls.Grid)(target));
  475 + this.MCGrid = ((System.Windows.Controls.Grid)(target));
476 476 return;
477 477 case 25:
478   - this.LabelSchedule = ((System.Windows.Controls.Label)(target));
  478 + this.grdRouteInfo = ((System.Windows.Controls.Grid)(target));
479 479 return;
480 480 case 26:
481   - this.MyScheduleCanvas = ((RoboforkApp.ScheduleCanvas)(target));
  481 + this.LabelSchedule = ((System.Windows.Controls.Label)(target));
482 482 return;
483 483 case 27:
484   - this.MCGridShedule = ((System.Windows.Controls.Grid)(target));
  484 + this.MyScheduleCanvas = ((RoboforkApp.ScheduleCanvas)(target));
485 485 return;
486 486 case 28:
487   - this.WorkVehicle = ((System.Windows.Controls.Label)(target));
  487 + this.MCGridShedule = ((System.Windows.Controls.Grid)(target));
488 488 return;
489 489 case 29:
490   - this.TabWork = ((System.Windows.Controls.TabItem)(target));
  490 + this.GridWork = ((System.Windows.Controls.Grid)(target));
491 491 return;
492 492 case 30:
493   - this.GridWork = ((System.Windows.Controls.Grid)(target));
  493 + this.grdWorkLog = ((System.Windows.Controls.Grid)(target));
494 494 return;
495 495 case 31:
496   - this.grdWorkLog = ((System.Windows.Controls.Grid)(target));
  496 + this.TabWork = ((System.Windows.Controls.TabItem)(target));
497 497 return;
498 498 case 32:
499 499 this.TabSchedule = ((System.Windows.Controls.TabItem)(target));