diff --git a/app/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj b/app/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj
index 29ce459..1f7e8a2 100644
--- a/app/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj
+++ b/app/DD_PM_WINDREAM/DD_PM_WINDREAM.vbproj
@@ -33,7 +33,7 @@
true
- x64
+ AnyCPU
true
full
true
diff --git a/app/DD_PM_WINDREAM/frmFormDesigner.vb b/app/DD_PM_WINDREAM/frmFormDesigner.vb
index 7e89715..e717c06 100644
--- a/app/DD_PM_WINDREAM/frmFormDesigner.vb
+++ b/app/DD_PM_WINDREAM/frmFormDesigner.vb
@@ -552,6 +552,9 @@ Public Class frmFormDesigner
Public Sub gridControl_MouseClick(sender As GridControl, e As MouseEventArgs)
Try
+ If Designer_Locked = True Then
+ Exit Sub
+ End If
Dim oView As GridView = sender.DefaultView
Dim oHitinfo As GridHitInfo = oView.CalcHitInfo(sender.PointToClient(Cursor.Position))