|
|
|
@ -62,7 +62,7 @@ namespace Rs.MotionPlat.Recipe
|
|
|
|
PositionHelper.BindPosition(panel9, "int");
|
|
|
|
PositionHelper.BindPosition(panel9, "int");
|
|
|
|
PositionHelper.BindPosition(panel11, "int");
|
|
|
|
PositionHelper.BindPosition(panel11, "int");
|
|
|
|
|
|
|
|
|
|
|
|
string filePath = Path.Combine(dirPth, "out2.jpg");
|
|
|
|
string filePath = Path.Combine(dirPth, "default.bmp");
|
|
|
|
if(File.Exists(filePath))
|
|
|
|
if(File.Exists(filePath))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
HOperatorSet.ReadImage(out showImage, filePath);
|
|
|
|
HOperatorSet.ReadImage(out showImage, filePath);
|
|
|
|
|