Release - 2.7.0.8
This commit is contained in:
parent
efc3216f59
commit
136e8ec019
@ -6,9 +6,8 @@ Zapisnik razvoja programa TPS1100 Convert.
|
||||
|
||||
## v2.7.0.6 (2024/06/26)
|
||||
|
||||
### Novo
|
||||
|
||||
- Preverjanje za posodobitev aplikacije
|
||||
- Popravljeno branje decimalnega ločila v "Pripravi GSI".
|
||||
|
||||
|
||||
---
|
||||
|
4
Form1.Designer.vb
generated
4
Form1.Designer.vb
generated
@ -241,12 +241,12 @@ Partial Class Form1
|
||||
'ToolStripButton1
|
||||
'
|
||||
Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton1.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_caps_lock_on_50
|
||||
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(34, 34)
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(100, 34)
|
||||
Me.ToolStripButton1.Text = "Na Začetek"
|
||||
Me.ToolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage
|
||||
'
|
||||
'OpenFileDialogTocke
|
||||
'
|
||||
|
18
Form1.vb
18
Form1.vb
@ -127,7 +127,7 @@ Public Class Form1
|
||||
ToolStripButtonGeo.Enabled = True
|
||||
ButtonUrediDat.Enabled = True
|
||||
RichTextBox1.BackColor = SystemColors.Info
|
||||
RichTextBox1.SelectionStart = 0
|
||||
' RichTextBox1.SelectionStart = 0
|
||||
LabelDatoteka.Image = My.Resources.icons8_ok_50
|
||||
My.Settings.Save()
|
||||
Else
|
||||
@ -150,7 +150,7 @@ Public Class Form1
|
||||
streamLines = streamLines + 1
|
||||
Dim readLine As String = streamReader.ReadLine().Replace(" ", vbTab)
|
||||
readLine = readLine.Replace(";", vbTab)
|
||||
readLine = readLine.Replace(".", ",")
|
||||
readLine = readLine.Replace(",", ".")
|
||||
Dim line() As String = readLine.Split(vbTab)
|
||||
Dim podPtId As String = "*11" + Format(streamLines, "0000") + "+" + line(0).PadLeft(16, "0") + " "
|
||||
Dim izrE As Double = line(1) * 1000
|
||||
@ -171,7 +171,7 @@ Public Class Form1
|
||||
tsbSaveAs.Enabled = True
|
||||
ShraniToolStripMenuItem.Enabled = True
|
||||
tsbSaveAs.Text = "Shrani GSI"
|
||||
RichTextBox1.SelectionStart = 0
|
||||
' RichTextBox1.SelectionStart = 0
|
||||
End If
|
||||
End Sub
|
||||
|
||||
@ -420,7 +420,7 @@ Public Class Form1
|
||||
tsbSaveAs.Enabled = True
|
||||
ShraniToolStripMenuItem.Enabled = True
|
||||
tsbSaveAs.Text = "Shrani Zapisnik"
|
||||
RichTextBox1.SelectionStart = 0
|
||||
' RichTextBox1.SelectionStart = 0
|
||||
End Sub
|
||||
|
||||
Private Sub tsbPointsOnly_Click(sender As Object, e As EventArgs) Handles tsbPointsOnly.Click
|
||||
@ -432,7 +432,7 @@ Public Class Form1
|
||||
End If
|
||||
|
||||
RichTextBox1.Clear()
|
||||
RichTextBox1.BackColor = Color.LightGray
|
||||
RichTextBox1.BackColor = Color.PaleTurquoise
|
||||
Dim measuredPoints As Integer = 0
|
||||
Dim dataKoda As Integer = 0
|
||||
Dim streamReader As StreamReader = New StreamReader(OpenFileDialog1.FileName)
|
||||
@ -558,13 +558,13 @@ Public Class Form1
|
||||
tsbSaveAs.Enabled = True
|
||||
ShraniToolStripMenuItem.Enabled = True
|
||||
tsbSaveAs.Text = "Shrani Točke"
|
||||
RichTextBox1.SelectionStart = 0
|
||||
' RichTextBox1.SelectionStart = 0
|
||||
End Sub
|
||||
|
||||
' Priprava GEO datoteke
|
||||
Private Sub ToolStripButtonGeo_Click(sender As Object, e As EventArgs) Handles ToolStripButtonGeo.Click
|
||||
RichTextBox1.Clear()
|
||||
RichTextBox1.BackColor = Color.PaleTurquoise
|
||||
RichTextBox1.BackColor = Color.LightGray
|
||||
Dim measuredPoints As Integer = 0
|
||||
Dim dataKoda As String = ""
|
||||
Dim streamReader As StreamReader = New StreamReader(OpenFileDialog1.FileName)
|
||||
@ -738,8 +738,7 @@ Public Class Form1
|
||||
tsbSaveAs.Enabled = True
|
||||
ShraniToolStripMenuItem.Enabled = True
|
||||
tsbSaveAs.Text = "Shrani GEO"
|
||||
RichTextBox1.SelectionStart = 0
|
||||
|
||||
'RichTextBox1.SelectionStart = 0
|
||||
End Sub
|
||||
|
||||
Private Sub InfoOAplikacijiToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles InfoOAplikacijiToolStripMenuItem.Click
|
||||
@ -840,6 +839,5 @@ Public Class Form1
|
||||
|
||||
Private Sub ToolStripButton1_Click_1(sender As Object, e As EventArgs) Handles ToolStripButton1.Click
|
||||
RichTextBox1.SelectionStart = 0
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
|
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("2.7.0.6")>
|
||||
<Assembly: AssemblyFileVersion("2.7.0.6")>
|
||||
<Assembly: AssemblyVersion("2.7.0.8")>
|
||||
<Assembly: AssemblyFileVersion("2.7.0.8")>
|
||||
<Assembly: NeutralResourcesLanguage("sl-SI")>
|
||||
|
Binary file not shown.
BIN
bin/TPS1100-Convert_2.7.0.8_Portable.zip
Normal file
BIN
bin/TPS1100-Convert_2.7.0.8_Portable.zip
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
2.7.0.6
|
||||
2.7.0.8
|
Loading…
x
Reference in New Issue
Block a user