From 7da4e9231585893a247e13721ff1bbffa11cb480 Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Sun, 10 Jul 2016 12:44:53 +0000 Subject: [PATCH] EgtCAM5 : - Migliorie varie. --- Constants/ConstMsg.vb | 3 +- EgtCAM5Resources.xaml | 51 ++++- ProjectPage/DrawPanel/DrawPanelView.xaml | 94 ++++----- ProjectPage/DrawPanel/DrawPanelViewModel.vb | 86 ++++---- .../GridViewPanel/GridViewPanelView.xaml | 62 +++--- .../GridViewPanel/GridViewPanelViewModel.vb | 192 +++++++++++++++++- 6 files changed, 362 insertions(+), 126 deletions(-) diff --git a/Constants/ConstMsg.vb b/Constants/ConstMsg.vb index c7804f6..13ed22a 100644 --- a/Constants/ConstMsg.vb +++ b/Constants/ConstMsg.vb @@ -5,7 +5,8 @@ Public Const MSG_EGTCAM5 As Integer = 5000 Public Const MSG_MAINWINDOW As Integer = MSG_EGTCAM5 - Public Const MSG_DRAWMODE As Integer = MSG_EGTCAM5 + 200 + Public Const MSG_DRAWPANEL As Integer = MSG_EGTCAM5 + 200 + Public Const MSG_GRIDVIEWPANEL As Integer = MSG_EGTCAM5 + 250 Public Const MSG_TOOLSDBPAGE As Integer = MSG_EGTCAM5 + 1000 Public Const MSG_TOOLSERRORS As Integer = MSG_EGTCAM5 + 1085 Public Const MSG_MACHININGSDBPAGE As Integer = MSG_EGTCAM5 + 1100 diff --git a/EgtCAM5Resources.xaml b/EgtCAM5Resources.xaml index b3e9f1c..263b5b1 100644 --- a/EgtCAM5Resources.xaml +++ b/EgtCAM5Resources.xaml @@ -65,12 +65,49 @@ - + + + + + + + + + + + + + + + + + + + + - + + @@ -80,7 +117,9 @@ -