From 6a13c357cbbfc2a83f33af4a55a2f967a6958189 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 5 May 2015 22:15:59 +0000 Subject: [PATCH] TestEIn 1.6e2 : - piccoli aggiornamenti. --- AboutBox1.Designer.vb | 8 ++++---- EgtInterface.vb | 4 ++-- My Project/AssemblyInfo.vb | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/AboutBox1.Designer.vb b/AboutBox1.Designer.vb index eedc89c..c1a1f84 100644 --- a/AboutBox1.Designer.vb +++ b/AboutBox1.Designer.vb @@ -50,9 +50,9 @@ Partial Class AboutBox1 Me.OKButton.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.OKButton.Location = New System.Drawing.Point(97, 343) + Me.OKButton.Location = New System.Drawing.Point(117, 346) Me.OKButton.Name = "OKButton" - Me.OKButton.Size = New System.Drawing.Size(113, 19) + Me.OKButton.Size = New System.Drawing.Size(80, 20) Me.OKButton.TabIndex = 0 Me.OKButton.Text = "&OK" ' @@ -111,14 +111,14 @@ Partial Class AboutBox1 Me.tbInfoProg.Multiline = True Me.tbInfoProg.Name = "tbInfoProg" Me.tbInfoProg.ReadOnly = True - Me.tbInfoProg.Size = New System.Drawing.Size(290, 152) + Me.tbInfoProg.Size = New System.Drawing.Size(290, 164) Me.tbInfoProg.TabIndex = 1 Me.tbInfoProg.WordWrap = False ' 'tbInfoSys ' Me.tbInfoSys.AcceptsReturn = True - Me.tbInfoSys.Location = New System.Drawing.Point(12, 248) + Me.tbInfoSys.Location = New System.Drawing.Point(12, 253) Me.tbInfoSys.Multiline = True Me.tbInfoSys.Name = "tbInfoSys" Me.tbInfoSys.ReadOnly = True diff --git a/EgtInterface.vb b/EgtInterface.vb index 4ead6f8..a3876f0 100644 --- a/EgtInterface.vb +++ b/EgtInterface.vb @@ -1770,9 +1770,9 @@ Public Function EgtCurveLength(ByVal nId As Integer, ByRef dLen As Double) As Bo End Function -Public Function EgtCurveLengthAtPoint(ByVal nId As Integer, ByRef ptOn As Point3d, ByVal dExtend As Double, ByRef dLen As Double) As Boolean +Public Function EgtCurveLengthAtPoint(ByVal nId As Integer, ByVal ptOn As Point3d, ByVal dExtend As Double, ByRef dLen As Double) As Boolean End Function -Public Function EgtCurveLengthAtPoint(ByVal nId As Integer, ByRef ptOn As Point3d, ByRef dLen As Double) As Boolean +Public Function EgtCurveLengthAtPoint(ByVal nId As Integer, ByVal ptOn As Point3d, ByRef dLen As Double) As Boolean Return EgtCurveLengthAtPoint(nId, ptOn, 0, dLen) End Function diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 194851b..83593b6 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -46,5 +46,5 @@ Imports System.Runtime.InteropServices ' utilizzando l'asterisco (*) come descritto di seguito: ' - - + +