verzija 2.7.0.6
This commit is contained in:
parent
f2bda3a857
commit
0eed901b9e
22
CHANGELOG.md
22
CHANGELOG.md
@ -4,7 +4,27 @@ Zapisnik razvoja programa TPS1100 Convert.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## v2.7.0.4 (2024/06/20)
|
## v2.7.0.6 (2024/06/26)
|
||||||
|
|
||||||
|
### Novo
|
||||||
|
|
||||||
|
- Preverjanje za posodobitev aplikacije
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v2.7.0.5 (2024/06/26)
|
||||||
|
|
||||||
|
### Novo
|
||||||
|
|
||||||
|
- Dodan gumb za hiter pomik na začetek izpisa
|
||||||
|
- Uvoz/Priprava datoteke z kodiranjem "tps1100_kode.txt" pri zagonu
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## v2.7.0.4 (2024/06/25)
|
||||||
|
|
||||||
### Novo
|
### Novo
|
||||||
|
|
||||||
|
54
Form1.Designer.vb
generated
54
Form1.Designer.vb
generated
@ -43,6 +43,7 @@ Partial Class Form1
|
|||||||
Me.ToolStripButtonGeo = New System.Windows.Forms.ToolStripButton()
|
Me.ToolStripButtonGeo = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
|
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
Me.tsbSaveAs = New System.Windows.Forms.ToolStripButton()
|
Me.tsbSaveAs = New System.Windows.Forms.ToolStripButton()
|
||||||
|
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.OpenFileDialogTocke = New System.Windows.Forms.OpenFileDialog()
|
Me.OpenFileDialogTocke = New System.Windows.Forms.OpenFileDialog()
|
||||||
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||||||
Me.DatotekaToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.DatotekaToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
@ -55,10 +56,10 @@ Partial Class Form1
|
|||||||
Me.MenuToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.MenuToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.OdpriGSIToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.OdpriGSIToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
|
Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
Me.PripraviGSIToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
Me.InfoOAplikacijiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
Me.PosodobitevToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.PosodobitevToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.PripraviGSIToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator()
|
Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
|
Me.InfoOAplikacijiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.StatusStrip1.SuspendLayout()
|
Me.StatusStrip1.SuspendLayout()
|
||||||
Me.ToolStrip1.SuspendLayout()
|
Me.ToolStrip1.SuspendLayout()
|
||||||
Me.MenuStrip1.SuspendLayout()
|
Me.MenuStrip1.SuspendLayout()
|
||||||
@ -141,7 +142,7 @@ Partial Class Form1
|
|||||||
'
|
'
|
||||||
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||||
Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(30, 30)
|
Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(30, 30)
|
||||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LabelDatoteka, Me.tsbFileName, Me.tsbOpenFile, Me.ToolStripButtonPripravi, Me.ToolStripSeparator5, Me.ButtonUrediDat, Me.ToolStripSeparator1, Me.tsbConvert, Me.tsbPointsOnly, Me.ToolStripButtonGeo, Me.ToolStripSeparator4, Me.tsbSaveAs})
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LabelDatoteka, Me.tsbFileName, Me.tsbOpenFile, Me.ToolStripButtonPripravi, Me.ToolStripSeparator5, Me.ButtonUrediDat, Me.ToolStripSeparator1, Me.tsbConvert, Me.tsbPointsOnly, Me.ToolStripButtonGeo, Me.ToolStripSeparator4, Me.tsbSaveAs, Me.ToolStripButton1})
|
||||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
||||||
Me.ToolStrip1.Name = "ToolStrip1"
|
Me.ToolStrip1.Name = "ToolStrip1"
|
||||||
Me.ToolStrip1.Padding = New System.Windows.Forms.Padding(10, 5, 10, 5)
|
Me.ToolStrip1.Padding = New System.Windows.Forms.Padding(10, 5, 10, 5)
|
||||||
@ -237,6 +238,16 @@ Partial Class Form1
|
|||||||
Me.tsbSaveAs.Size = New System.Drawing.Size(93, 34)
|
Me.tsbSaveAs.Size = New System.Drawing.Size(93, 34)
|
||||||
Me.tsbSaveAs.Text = "Shrani ..."
|
Me.tsbSaveAs.Text = "Shrani ..."
|
||||||
'
|
'
|
||||||
|
'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.Text = "Na Začetek"
|
||||||
|
'
|
||||||
'OpenFileDialogTocke
|
'OpenFileDialogTocke
|
||||||
'
|
'
|
||||||
Me.OpenFileDialogTocke.Filter = "Datoteke točk|*.koo;*.txt|All files|*.*"
|
Me.OpenFileDialogTocke.Filter = "Datoteke točk|*.koo;*.txt|All files|*.*"
|
||||||
@ -309,39 +320,39 @@ Partial Class Form1
|
|||||||
'
|
'
|
||||||
Me.OdpriGSIToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_open_end_wrench_50
|
Me.OdpriGSIToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_open_end_wrench_50
|
||||||
Me.OdpriGSIToolStripMenuItem.Name = "OdpriGSIToolStripMenuItem"
|
Me.OdpriGSIToolStripMenuItem.Name = "OdpriGSIToolStripMenuItem"
|
||||||
Me.OdpriGSIToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
Me.OdpriGSIToolStripMenuItem.Size = New System.Drawing.Size(154, 22)
|
||||||
Me.OdpriGSIToolStripMenuItem.Text = "Nastavitve"
|
Me.OdpriGSIToolStripMenuItem.Text = "Nastavitve"
|
||||||
'
|
'
|
||||||
'ToolStripSeparator6
|
'ToolStripSeparator6
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
|
Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
|
||||||
Me.ToolStripSeparator6.Size = New System.Drawing.Size(177, 6)
|
Me.ToolStripSeparator6.Size = New System.Drawing.Size(151, 6)
|
||||||
'
|
|
||||||
'PripraviGSIToolStripMenuItem
|
|
||||||
'
|
|
||||||
Me.PripraviGSIToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_question_mark_48
|
|
||||||
Me.PripraviGSIToolStripMenuItem.Name = "PripraviGSIToolStripMenuItem"
|
|
||||||
Me.PripraviGSIToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
||||||
Me.PripraviGSIToolStripMenuItem.Text = "Navodila"
|
|
||||||
'
|
|
||||||
'InfoOAplikacijiToolStripMenuItem
|
|
||||||
'
|
|
||||||
Me.InfoOAplikacijiToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_information_50
|
|
||||||
Me.InfoOAplikacijiToolStripMenuItem.Name = "InfoOAplikacijiToolStripMenuItem"
|
|
||||||
Me.InfoOAplikacijiToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
||||||
Me.InfoOAplikacijiToolStripMenuItem.Text = "Info o aplikaciji"
|
|
||||||
'
|
'
|
||||||
'PosodobitevToolStripMenuItem
|
'PosodobitevToolStripMenuItem
|
||||||
'
|
'
|
||||||
Me.PosodobitevToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_rotate_48
|
Me.PosodobitevToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_rotate_48
|
||||||
Me.PosodobitevToolStripMenuItem.Name = "PosodobitevToolStripMenuItem"
|
Me.PosodobitevToolStripMenuItem.Name = "PosodobitevToolStripMenuItem"
|
||||||
Me.PosodobitevToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
Me.PosodobitevToolStripMenuItem.Size = New System.Drawing.Size(154, 22)
|
||||||
Me.PosodobitevToolStripMenuItem.Text = "Posodobitev..."
|
Me.PosodobitevToolStripMenuItem.Text = "Posodobitev..."
|
||||||
'
|
'
|
||||||
|
'PripraviGSIToolStripMenuItem
|
||||||
|
'
|
||||||
|
Me.PripraviGSIToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_question_mark_48
|
||||||
|
Me.PripraviGSIToolStripMenuItem.Name = "PripraviGSIToolStripMenuItem"
|
||||||
|
Me.PripraviGSIToolStripMenuItem.Size = New System.Drawing.Size(154, 22)
|
||||||
|
Me.PripraviGSIToolStripMenuItem.Text = "Navodila"
|
||||||
|
'
|
||||||
'ToolStripSeparator7
|
'ToolStripSeparator7
|
||||||
'
|
'
|
||||||
Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
|
Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
|
||||||
Me.ToolStripSeparator7.Size = New System.Drawing.Size(177, 6)
|
Me.ToolStripSeparator7.Size = New System.Drawing.Size(151, 6)
|
||||||
|
'
|
||||||
|
'InfoOAplikacijiToolStripMenuItem
|
||||||
|
'
|
||||||
|
Me.InfoOAplikacijiToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_information_50
|
||||||
|
Me.InfoOAplikacijiToolStripMenuItem.Name = "InfoOAplikacijiToolStripMenuItem"
|
||||||
|
Me.InfoOAplikacijiToolStripMenuItem.Size = New System.Drawing.Size(154, 22)
|
||||||
|
Me.InfoOAplikacijiToolStripMenuItem.Text = "Info o aplikaciji"
|
||||||
'
|
'
|
||||||
'Form1
|
'Form1
|
||||||
'
|
'
|
||||||
@ -405,4 +416,5 @@ Partial Class Form1
|
|||||||
Friend WithEvents IzhodToolStripMenuItem As ToolStripMenuItem
|
Friend WithEvents IzhodToolStripMenuItem As ToolStripMenuItem
|
||||||
Friend WithEvents PosodobitevToolStripMenuItem As ToolStripMenuItem
|
Friend WithEvents PosodobitevToolStripMenuItem As ToolStripMenuItem
|
||||||
Friend WithEvents ToolStripSeparator7 As ToolStripSeparator
|
Friend WithEvents ToolStripSeparator7 As ToolStripSeparator
|
||||||
|
Friend WithEvents ToolStripButton1 As ToolStripButton
|
||||||
End Class
|
End Class
|
||||||
|
99
Form1.vb
99
Form1.vb
@ -5,7 +5,7 @@ Public Class Form1
|
|||||||
Public DatotekaLogfile As String = My.Settings.DatLogfile
|
Public DatotekaLogfile As String = My.Settings.DatLogfile
|
||||||
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
If DatotekaLogfile = "" Then
|
If DatotekaLogfile = "" Then
|
||||||
DatotekaLogfile = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.MyDocuments, "tps1100_log.txt")
|
DatotekaLogfile = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.MyDocuments, "TPS1100_zapisnik.txt")
|
||||||
My.Settings.DatLogfile = DatotekaLogfile
|
My.Settings.DatLogfile = DatotekaLogfile
|
||||||
My.Settings.Save()
|
My.Settings.Save()
|
||||||
End If
|
End If
|
||||||
@ -18,6 +18,86 @@ Public Class Form1
|
|||||||
My.Settings.Save()
|
My.Settings.Save()
|
||||||
End If
|
End If
|
||||||
RichTextBox1.Font = New Font(My.Settings.Pisava, My.Settings.PisavaVelikost)
|
RichTextBox1.Font = New Font(My.Settings.Pisava, My.Settings.PisavaVelikost)
|
||||||
|
NaloziNast()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Public Sub NaloziNast()
|
||||||
|
' Uvoz nastavitev iz datototeke
|
||||||
|
If My.Computer.FileSystem.FileExists("tps1100_kode.txt") Then
|
||||||
|
Dim streamReader As StreamReader = New StreamReader("tps1100_kode.txt")
|
||||||
|
Do Until streamReader.EndOfStream
|
||||||
|
' Read and Split each line to separate it into fields
|
||||||
|
Dim line() As String = streamReader.ReadLine().Split("=")
|
||||||
|
Dim kodaIme As String
|
||||||
|
Dim kodaVal As String
|
||||||
|
kodaIme = Replace(line(0), " ", "")
|
||||||
|
kodaVal = Replace(line(1), " ", "")
|
||||||
|
If kodaIme = "DecimalnoLocilo" Then
|
||||||
|
My.Settings.DecimalnoLocilo = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "StolpciTab" Then
|
||||||
|
My.Settings.Stolpci = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaStojisce" Then
|
||||||
|
My.Settings.KodaStojisce = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaStojisceInfo" Then
|
||||||
|
My.Settings.KodaStojisceInfo = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaStojisceOri" Then
|
||||||
|
My.Settings.KodaStojisceOri = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaQuickSet" Then
|
||||||
|
My.Settings.KodaQuickSet = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaSetAzi" Then
|
||||||
|
My.Settings.KodaSetAzi = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaResection" Then
|
||||||
|
My.Settings.KodaResection = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaFreeStation" Then
|
||||||
|
My.Settings.KodaFreeStation = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaOriHtTrans" Then
|
||||||
|
My.Settings.KodaOriHtTrans = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaMeasOri" Then
|
||||||
|
My.Settings.KodaMeasOri = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaMeas" Then
|
||||||
|
My.Settings.KodaMeas = kodaVal
|
||||||
|
End If
|
||||||
|
If kodaIme = "KodaUserImport" Then
|
||||||
|
My.Settings.KodaUserImport = kodaVal
|
||||||
|
End If
|
||||||
|
Loop
|
||||||
|
|
||||||
|
streamReader.Close()
|
||||||
|
streamReader.Dispose()
|
||||||
|
My.Settings.Save()
|
||||||
|
|
||||||
|
Else
|
||||||
|
' Izvoz kodiranja v TXT datoteko
|
||||||
|
Dim dataNast As String = ""
|
||||||
|
|
||||||
|
dataNast = dataNast + "DecimalnoLocilo = " + My.Settings.DecimalnoLocilo + vbCrLf
|
||||||
|
dataNast = dataNast + "StolpciTab = " + My.Settings.Stolpci.ToString + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaStojisce = " + My.Settings.KodaStojisce + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaStojisceInfo = " + My.Settings.KodaStojisceInfo + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaStojisceOri = " + My.Settings.KodaStojisceOri + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaQuickSet = " + My.Settings.KodaQuickSet + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaSetAzi = " + My.Settings.KodaSetAzi + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaResection = " + My.Settings.KodaResection + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaFreeStation = " + My.Settings.KodaFreeStation + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaOriHtTrans = " + My.Settings.KodaOriHtTrans + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaMeasOri = " + My.Settings.KodaMeasOri + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaMeas = " + My.Settings.KodaMeas + vbCrLf
|
||||||
|
dataNast = dataNast + "KodaUserImport = " + My.Settings.KodaUserImport + vbCrLf
|
||||||
|
|
||||||
|
My.Computer.FileSystem.WriteAllText("tps1100_kode.txt", dataNast, False)
|
||||||
|
|
||||||
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub OdpriDatotekoGsi()
|
Public Sub OdpriDatotekoGsi()
|
||||||
@ -47,6 +127,7 @@ Public Class Form1
|
|||||||
ToolStripButtonGeo.Enabled = True
|
ToolStripButtonGeo.Enabled = True
|
||||||
ButtonUrediDat.Enabled = True
|
ButtonUrediDat.Enabled = True
|
||||||
RichTextBox1.BackColor = SystemColors.Info
|
RichTextBox1.BackColor = SystemColors.Info
|
||||||
|
RichTextBox1.SelectionStart = 0
|
||||||
LabelDatoteka.Image = My.Resources.icons8_ok_50
|
LabelDatoteka.Image = My.Resources.icons8_ok_50
|
||||||
My.Settings.Save()
|
My.Settings.Save()
|
||||||
Else
|
Else
|
||||||
@ -90,6 +171,7 @@ Public Class Form1
|
|||||||
tsbSaveAs.Enabled = True
|
tsbSaveAs.Enabled = True
|
||||||
ShraniToolStripMenuItem.Enabled = True
|
ShraniToolStripMenuItem.Enabled = True
|
||||||
tsbSaveAs.Text = "Shrani GSI"
|
tsbSaveAs.Text = "Shrani GSI"
|
||||||
|
RichTextBox1.SelectionStart = 0
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@ -112,7 +194,7 @@ Public Class Form1
|
|||||||
Private Sub tsbConvert_Click(sender As Object, e As EventArgs) Handles tsbConvert.Click
|
Private Sub tsbConvert_Click(sender As Object, e As EventArgs) Handles tsbConvert.Click
|
||||||
ToolStripStatusLabel1.Text = "Procesiranje..."
|
ToolStripStatusLabel1.Text = "Procesiranje..."
|
||||||
RichTextBox1.Clear()
|
RichTextBox1.Clear()
|
||||||
RichTextBox1.BackColor = SystemColors.Info
|
RichTextBox1.BackColor = Color.LemonChiffon
|
||||||
RichTextBox1.AppendText("TPS 1100 Zapisnik" + vbCrLf + "++++++++++++++++++++++" + vbCrLf)
|
RichTextBox1.AppendText("TPS 1100 Zapisnik" + vbCrLf + "++++++++++++++++++++++" + vbCrLf)
|
||||||
ToolStripProgressBar1.Maximum = streamLines
|
ToolStripProgressBar1.Maximum = streamLines
|
||||||
' prepare StreamReader
|
' prepare StreamReader
|
||||||
@ -338,6 +420,7 @@ Public Class Form1
|
|||||||
tsbSaveAs.Enabled = True
|
tsbSaveAs.Enabled = True
|
||||||
ShraniToolStripMenuItem.Enabled = True
|
ShraniToolStripMenuItem.Enabled = True
|
||||||
tsbSaveAs.Text = "Shrani Zapisnik"
|
tsbSaveAs.Text = "Shrani Zapisnik"
|
||||||
|
RichTextBox1.SelectionStart = 0
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub tsbPointsOnly_Click(sender As Object, e As EventArgs) Handles tsbPointsOnly.Click
|
Private Sub tsbPointsOnly_Click(sender As Object, e As EventArgs) Handles tsbPointsOnly.Click
|
||||||
@ -349,7 +432,7 @@ Public Class Form1
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
RichTextBox1.Clear()
|
RichTextBox1.Clear()
|
||||||
RichTextBox1.BackColor = SystemColors.Info
|
RichTextBox1.BackColor = Color.LightGray
|
||||||
Dim measuredPoints As Integer = 0
|
Dim measuredPoints As Integer = 0
|
||||||
Dim dataKoda As Integer = 0
|
Dim dataKoda As Integer = 0
|
||||||
Dim streamReader As StreamReader = New StreamReader(OpenFileDialog1.FileName)
|
Dim streamReader As StreamReader = New StreamReader(OpenFileDialog1.FileName)
|
||||||
@ -475,12 +558,13 @@ Public Class Form1
|
|||||||
tsbSaveAs.Enabled = True
|
tsbSaveAs.Enabled = True
|
||||||
ShraniToolStripMenuItem.Enabled = True
|
ShraniToolStripMenuItem.Enabled = True
|
||||||
tsbSaveAs.Text = "Shrani Točke"
|
tsbSaveAs.Text = "Shrani Točke"
|
||||||
|
RichTextBox1.SelectionStart = 0
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
' Priprava GEO datoteke
|
' Priprava GEO datoteke
|
||||||
Private Sub ToolStripButtonGeo_Click(sender As Object, e As EventArgs) Handles ToolStripButtonGeo.Click
|
Private Sub ToolStripButtonGeo_Click(sender As Object, e As EventArgs) Handles ToolStripButtonGeo.Click
|
||||||
RichTextBox1.Clear()
|
RichTextBox1.Clear()
|
||||||
RichTextBox1.BackColor = Color.LemonChiffon
|
RichTextBox1.BackColor = Color.PaleTurquoise
|
||||||
Dim measuredPoints As Integer = 0
|
Dim measuredPoints As Integer = 0
|
||||||
Dim dataKoda As String = ""
|
Dim dataKoda As String = ""
|
||||||
Dim streamReader As StreamReader = New StreamReader(OpenFileDialog1.FileName)
|
Dim streamReader As StreamReader = New StreamReader(OpenFileDialog1.FileName)
|
||||||
@ -654,6 +738,8 @@ Public Class Form1
|
|||||||
tsbSaveAs.Enabled = True
|
tsbSaveAs.Enabled = True
|
||||||
ShraniToolStripMenuItem.Enabled = True
|
ShraniToolStripMenuItem.Enabled = True
|
||||||
tsbSaveAs.Text = "Shrani GEO"
|
tsbSaveAs.Text = "Shrani GEO"
|
||||||
|
RichTextBox1.SelectionStart = 0
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub InfoOAplikacijiToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles InfoOAplikacijiToolStripMenuItem.Click
|
Private Sub InfoOAplikacijiToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles InfoOAplikacijiToolStripMenuItem.Click
|
||||||
@ -751,4 +837,9 @@ Public Class Form1
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub ToolStripButton1_Click_1(sender As Object, e As EventArgs) Handles ToolStripButton1.Click
|
||||||
|
RichTextBox1.SelectionStart = 0
|
||||||
|
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
|
5
Form2.Designer.vb
generated
5
Form2.Designer.vb
generated
@ -142,6 +142,7 @@ Partial Class Form2
|
|||||||
'
|
'
|
||||||
'ToolStripTextBox1
|
'ToolStripTextBox1
|
||||||
'
|
'
|
||||||
|
Me.ToolStripTextBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||||||
Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
|
Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
|
||||||
Me.ToolStripTextBox1.Size = New System.Drawing.Size(90, 27)
|
Me.ToolStripTextBox1.Size = New System.Drawing.Size(90, 27)
|
||||||
Me.ToolStripTextBox1.Text = "NAME"
|
Me.ToolStripTextBox1.Text = "NAME"
|
||||||
@ -157,6 +158,7 @@ Partial Class Form2
|
|||||||
'
|
'
|
||||||
'ToolStripTextBox2
|
'ToolStripTextBox2
|
||||||
'
|
'
|
||||||
|
Me.ToolStripTextBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||||||
Me.ToolStripTextBox2.Name = "ToolStripTextBox2"
|
Me.ToolStripTextBox2.Name = "ToolStripTextBox2"
|
||||||
Me.ToolStripTextBox2.Size = New System.Drawing.Size(60, 27)
|
Me.ToolStripTextBox2.Size = New System.Drawing.Size(60, 27)
|
||||||
Me.ToolStripTextBox2.Text = "0.000"
|
Me.ToolStripTextBox2.Text = "0.000"
|
||||||
@ -172,6 +174,7 @@ Partial Class Form2
|
|||||||
'
|
'
|
||||||
'ToolStripTextBox5
|
'ToolStripTextBox5
|
||||||
'
|
'
|
||||||
|
Me.ToolStripTextBox5.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||||||
Me.ToolStripTextBox5.Name = "ToolStripTextBox5"
|
Me.ToolStripTextBox5.Name = "ToolStripTextBox5"
|
||||||
Me.ToolStripTextBox5.Size = New System.Drawing.Size(70, 27)
|
Me.ToolStripTextBox5.Size = New System.Drawing.Size(70, 27)
|
||||||
Me.ToolStripTextBox5.Text = "0.0000"
|
Me.ToolStripTextBox5.Text = "0.0000"
|
||||||
@ -187,6 +190,7 @@ Partial Class Form2
|
|||||||
'
|
'
|
||||||
'ToolStripTextBox3
|
'ToolStripTextBox3
|
||||||
'
|
'
|
||||||
|
Me.ToolStripTextBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||||||
Me.ToolStripTextBox3.Name = "ToolStripTextBox3"
|
Me.ToolStripTextBox3.Name = "ToolStripTextBox3"
|
||||||
Me.ToolStripTextBox3.Size = New System.Drawing.Size(50, 27)
|
Me.ToolStripTextBox3.Size = New System.Drawing.Size(50, 27)
|
||||||
Me.ToolStripTextBox3.Text = "20.0"
|
Me.ToolStripTextBox3.Text = "20.0"
|
||||||
@ -202,6 +206,7 @@ Partial Class Form2
|
|||||||
'
|
'
|
||||||
'ToolStripTextBox4
|
'ToolStripTextBox4
|
||||||
'
|
'
|
||||||
|
Me.ToolStripTextBox4.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||||||
Me.ToolStripTextBox4.Name = "ToolStripTextBox4"
|
Me.ToolStripTextBox4.Name = "ToolStripTextBox4"
|
||||||
Me.ToolStripTextBox4.Size = New System.Drawing.Size(60, 27)
|
Me.ToolStripTextBox4.Size = New System.Drawing.Size(60, 27)
|
||||||
Me.ToolStripTextBox4.Text = "1013"
|
Me.ToolStripTextBox4.Text = "1013"
|
||||||
|
@ -68,6 +68,7 @@ Public Class FormNastavitve
|
|||||||
Form1.DatotekaLogfile = My.Settings.DatLogfile
|
Form1.DatotekaLogfile = My.Settings.DatLogfile
|
||||||
Form1.RichTextBox1.Font = New Font(My.Settings.Pisava, My.Settings.PisavaVelikost)
|
Form1.RichTextBox1.Font = New Font(My.Settings.Pisava, My.Settings.PisavaVelikost)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub ButtonOdpriLog_Click(sender As Object, e As EventArgs) Handles ButtonOdpriLog.Click
|
Private Sub ButtonOdpriLog_Click(sender As Object, e As EventArgs) Handles ButtonOdpriLog.Click
|
||||||
' Pokaži pot do datoteke z zapisnikom procesiranja
|
' Pokaži pot do datoteke z zapisnikom procesiranja
|
||||||
If SaveFileDialogLog.ShowDialog = DialogResult.OK Then
|
If SaveFileDialogLog.ShowDialog = DialogResult.OK Then
|
||||||
@ -92,6 +93,8 @@ Public Class FormNastavitve
|
|||||||
' Izvoz kodiranja v TXT datoteko
|
' Izvoz kodiranja v TXT datoteko
|
||||||
Dim dataNast As String = ""
|
Dim dataNast As String = ""
|
||||||
|
|
||||||
|
dataNast = dataNast + "DecimalnoLocilo = " + My.Settings.DecimalnoLocilo + vbCrLf
|
||||||
|
dataNast = dataNast + "StolpciTab = " + My.Settings.Stolpci.ToString + vbCrLf
|
||||||
dataNast = dataNast + "KodaStojisce = " + My.Settings.KodaStojisce + vbCrLf
|
dataNast = dataNast + "KodaStojisce = " + My.Settings.KodaStojisce + vbCrLf
|
||||||
dataNast = dataNast + "KodaStojisceInfo = " + My.Settings.KodaStojisceInfo + vbCrLf
|
dataNast = dataNast + "KodaStojisceInfo = " + My.Settings.KodaStojisceInfo + vbCrLf
|
||||||
dataNast = dataNast + "KodaStojisceOri = " + My.Settings.KodaStojisceOri + vbCrLf
|
dataNast = dataNast + "KodaStojisceOri = " + My.Settings.KodaStojisceOri + vbCrLf
|
||||||
|
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
|||||||
' by using the '*' as shown below:
|
' by using the '*' as shown below:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("2.7.0.4")>
|
<Assembly: AssemblyVersion("2.7.0.6")>
|
||||||
<Assembly: AssemblyFileVersion("2.7.0.4")>
|
<Assembly: AssemblyFileVersion("2.7.0.6")>
|
||||||
<Assembly: NeutralResourcesLanguage("sl-SI")>
|
<Assembly: NeutralResourcesLanguage("sl-SI")>
|
||||||
|
@ -1,67 +0,0 @@
|
|||||||
[WORD_INDEX]
|
|
||||||
11 = Pointnumber
|
|
||||||
12 = Serial number
|
|
||||||
13 = Instrument type
|
|
||||||
19 = Time
|
|
||||||
21 = Horizontal Angle
|
|
||||||
22 = Vertical Angle
|
|
||||||
25 = Horizontal Angle Correction
|
|
||||||
31 = Slope distance
|
|
||||||
32 = Horizontal distance
|
|
||||||
33 = Height difference
|
|
||||||
41 = Code-Block ID
|
|
||||||
42 = Information 1
|
|
||||||
43 = Information 2
|
|
||||||
44 = Information 3
|
|
||||||
45 = Information 4
|
|
||||||
46 = Information 5
|
|
||||||
47 = Information 6
|
|
||||||
48 = Information 7
|
|
||||||
49 = Information 8
|
|
||||||
51 = PPM/mm
|
|
||||||
58 = Prism constant
|
|
||||||
59 = PPM
|
|
||||||
71 = Remark 1
|
|
||||||
72 = Remark 2
|
|
||||||
73 = Remark 3
|
|
||||||
74 = Remark 4
|
|
||||||
75 = Remark 5
|
|
||||||
76 = Remark 6
|
|
||||||
77 = Remark 7
|
|
||||||
78 = Remark 8
|
|
||||||
79 = Remark 9
|
|
||||||
81 = Easting
|
|
||||||
82 = Northing
|
|
||||||
83 = Elevation
|
|
||||||
84 = St. Easting
|
|
||||||
85 = St. Northing
|
|
||||||
86 = St. Height
|
|
||||||
87 = Reflector height
|
|
||||||
88 = Instrument height
|
|
||||||
|
|
||||||
[AUTOMATIC_INDEX_INFORMATION]
|
|
||||||
# POS : 4
|
|
||||||
0 = Automatic index OFF
|
|
||||||
1 = Automatic index OPERATING
|
|
||||||
3 = Automatic index OPERATING
|
|
||||||
|
|
||||||
[INPUT_MODE]
|
|
||||||
# POS : 5
|
|
||||||
0 = Original measured values transferred from the instrument
|
|
||||||
1 = Manual input from keyboard
|
|
||||||
2 = Measured value, Hz-Correction ON
|
|
||||||
3 = Measured value, Hz-Correction OFF
|
|
||||||
4 = Result of special function
|
|
||||||
|
|
||||||
[UNITS]
|
|
||||||
# POS : 6
|
|
||||||
0 = Meter # (last digit: 1mm / 0.000m)
|
|
||||||
1 = Feet # (last digit: 1/1000ft / 0.000ft)
|
|
||||||
2 = 400 gon
|
|
||||||
3 = 360° decimal # (DDD.DDDDD)
|
|
||||||
4 = 360° sexagesimal # (DDD.MMSSS)
|
|
||||||
5 = 6400 mil
|
|
||||||
6 = Meter # (last digit: 1/10mm)
|
|
||||||
7 = Feet # (last digit: 1/10‘000ft)
|
|
||||||
8 = Meter # (last digit: 1/100mm)
|
|
||||||
|
|
@ -1,139 +0,0 @@
|
|||||||
[WORD_INDEX]
|
|
||||||
11 = Pointnumber # 11 / block: 11....+00000H66
|
|
||||||
# PtNo=“H66“
|
|
||||||
12 = Serial number # 12 / block: 12....+00640054
|
|
||||||
# S.No. “640054”
|
|
||||||
13 = Instrument type # 13; 13....+00TCR305
|
|
||||||
# Instr. “TCR305”
|
|
||||||
19 = Time # 19 / block: 19....+02081029
|
|
||||||
# [MM.DD.hh.mm]
|
|
||||||
21 = Horizontal Angle # 21 / block: 21.102+17920860
|
|
||||||
# Hz „179.086“ gon
|
|
||||||
22 = Vertical Angle # 22 / block: 22.102+07567500
|
|
||||||
# V: „75.675“ gon
|
|
||||||
25 = Horizontal Angle Delta Azimuth # 22 / block: 22.102+07567500
|
|
||||||
# V: „75.675“ gon
|
|
||||||
31 = Slope distance # 31; e-g. 31..00+00003387
|
|
||||||
# Sdist: „3.387“ m
|
|
||||||
32 = Horizontal distance # 32 / block: 32..00+00003198
|
|
||||||
# Hdist: „3.198“ m
|
|
||||||
33 = Height difference # 33 / block: 33..00+00001119
|
|
||||||
# Hdiff: „1.119“ m
|
|
||||||
41 = Code-Block ID # 41 / block: 41....+00000013
|
|
||||||
# Code: „13“ m
|
|
||||||
42 = Information 1 # 42 / block: 42....+000TREES
|
|
||||||
# Info1: „TREES“
|
|
||||||
43 = Information 2 # 43 / block: 43....+000004.5
|
|
||||||
# Info2: „4.5“
|
|
||||||
44 = Information 3 # 44 / block: 44....+00CAT.02
|
|
||||||
# Info3: „CAT.02“
|
|
||||||
45 = Information 4 # 45 / block: 45....+000000NN
|
|
||||||
# Info4: „NN“
|
|
||||||
46 = Information 5 # 46 / block: 46....+000000NN
|
|
||||||
# Info5: „NN“
|
|
||||||
47 = Information 6 # 47 / block: 47....+000000NN
|
|
||||||
# Info6: „NN“
|
|
||||||
48 = Information 7 # 48 / block: 48....+000000NN
|
|
||||||
# Info7: „NN“
|
|
||||||
49 = Information 8 # 49 / block: 49....+000000NN
|
|
||||||
# Info8: „NN“
|
|
||||||
51 = PPM/mm # 51 / block: 51..1.+0000+034
|
|
||||||
# “0”ppm; “34”mm
|
|
||||||
58 = Prism constant # 58 / block: 58..16+00000020
|
|
||||||
# Prism „2“ mm
|
|
||||||
59 = PPM # 59 / block: 59..16+02200000
|
|
||||||
# PPM „220“
|
|
||||||
71 = Remark 1
|
|
||||||
# (or Attribute 1)
|
|
||||||
# 71 / block: 71....+0000REM1
|
|
||||||
# “REM1”
|
|
||||||
72 = Remark 2
|
|
||||||
# (or Attribute 2)
|
|
||||||
# 72 / block: 72....+0000REM2
|
|
||||||
# “REM2”
|
|
||||||
73 = Remark 3
|
|
||||||
# (or Attribute 3)
|
|
||||||
# 73 / block: 73....+0000REM3
|
|
||||||
# “REM3”
|
|
||||||
74 = Remark 4
|
|
||||||
# (or Attribute 4)
|
|
||||||
# 74 / block: 74....+0000REM4
|
|
||||||
# “REM4”
|
|
||||||
75 = Remark 5
|
|
||||||
# (or Attribute 5)
|
|
||||||
# 75 / block: 75....+0000REM5
|
|
||||||
# “REM5”
|
|
||||||
76 = Remark 6
|
|
||||||
# (or Attribute 6)
|
|
||||||
# 76 / block: 76....+0000REM6
|
|
||||||
# “REM6”
|
|
||||||
77 = Remark 7
|
|
||||||
# (or Attribute 7)
|
|
||||||
# 77 / block: 77....+0000REM7
|
|
||||||
# “REM7”
|
|
||||||
78 = Remark 8 # (or Attribute 8)
|
|
||||||
# 78 / block: 78....+0000REM8
|
|
||||||
# “REM8”
|
|
||||||
79 = Remark 9
|
|
||||||
# (or Attribute 9)
|
|
||||||
# 79 / block: 79....+0000REM9
|
|
||||||
# “REM9”
|
|
||||||
81 = Easting
|
|
||||||
# (E)
|
|
||||||
# 81 / block: 81..00+01999507
|
|
||||||
# E: “1999.507”m
|
|
||||||
82 = Northing
|
|
||||||
# (N)
|
|
||||||
# 82 / block: 82..00+00213159
|
|
||||||
# N: “2139.159”m
|
|
||||||
83 = Elevation
|
|
||||||
# (H)
|
|
||||||
# 83 / block: 83..00-00032881
|
|
||||||
# H: “32.881”m
|
|
||||||
84 = St. Easting
|
|
||||||
# (E0)
|
|
||||||
# 84 / block: 84..11+00393700
|
|
||||||
# E: “393.700”m
|
|
||||||
85 = St. Northing
|
|
||||||
# (N0)
|
|
||||||
# 85 / block: 85..11+06561220
|
|
||||||
# N: “6561.220”m
|
|
||||||
86 = St. Height
|
|
||||||
# (H0)
|
|
||||||
# 86 / block: 86..11+00065618
|
|
||||||
# H: “65.618”m
|
|
||||||
87 = Reflector height
|
|
||||||
# (hr)
|
|
||||||
# 87 / block: 87..11+00001700
|
|
||||||
# hr: “1.700” m
|
|
||||||
88 = Instrument height
|
|
||||||
# (hi)
|
|
||||||
# 88 / block: 88..11+00001550
|
|
||||||
# hi: “1.550” m
|
|
||||||
|
|
||||||
[AUTOMATIC_INDEX_INFORMATION]
|
|
||||||
# POS : 4
|
|
||||||
0 = Automatic index OFF
|
|
||||||
1 = Automatic index OPERATING
|
|
||||||
3 = Automatic index OPERATING
|
|
||||||
|
|
||||||
[INPUT_MODE]
|
|
||||||
# POS : 5
|
|
||||||
0 = Original measured values transferred from the instrument
|
|
||||||
1 = Manual input from keyboard
|
|
||||||
2 = Measured value, Hz-Correction ON
|
|
||||||
3 = Measured value, Hz-Correction OFF
|
|
||||||
4 = Result of special function
|
|
||||||
|
|
||||||
[UNITS]
|
|
||||||
# POS : 6
|
|
||||||
0 = Meter # (last digit: 1mm / 0.000m)
|
|
||||||
1 = Feet # (last digit: 1/1000ft / 0.000ft)
|
|
||||||
2 = 400 gon
|
|
||||||
3 = 360° decimal # (DDD.DDDDD)
|
|
||||||
4 = 360° sexagesimal # (DDD.MMSSS)
|
|
||||||
5 = 6400 mil
|
|
||||||
6 = Meter # (last digit: 1/10mm)
|
|
||||||
7 = Feet # (last digit: 1/10‘000ft)
|
|
||||||
8 = Meter # (last digit: 1/100mm)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
[CODE]
|
|
||||||
10 = Quick Set
|
|
||||||
20 = Set Azimuth
|
|
||||||
30 = Resection
|
|
||||||
40 = Free Station
|
|
||||||
90 = Measured Data
|
|
||||||
99 = Imported Data
|
|
||||||
|
|
@ -1,139 +0,0 @@
|
|||||||
[WORD_INDEX]
|
|
||||||
11 = Pointnumber # 11 / block: 11....+00000H66
|
|
||||||
# PtNo=“H66“
|
|
||||||
12 = Serial number # 12 / block: 12....+00640054
|
|
||||||
# S.No. “640054”
|
|
||||||
13 = Instrument type # 13; 13....+00TCR305
|
|
||||||
# Instr. “TCR305”
|
|
||||||
19 = Time # 19 / block: 19....+02081029
|
|
||||||
# [MM.DD.hh.mm]
|
|
||||||
21 = Horizontal Angle # 21 / block: 21.102+17920860
|
|
||||||
# Hz „179.086“ gon
|
|
||||||
22 = Vertical Angle # 22 / block: 22.102+07567500
|
|
||||||
# V: „75.675“ gon
|
|
||||||
25 = Horizontal Angle Delta Azimuth # 22 / block: 22.102+07567500
|
|
||||||
# V: „75.675“ gon
|
|
||||||
31 = Slope distance # 31; e-g. 31..00+00003387
|
|
||||||
# Sdist: „3.387“ m
|
|
||||||
32 = Horizontal distance # 32 / block: 32..00+00003198
|
|
||||||
# Hdist: „3.198“ m
|
|
||||||
33 = Height difference # 33 / block: 33..00+00001119
|
|
||||||
# Hdiff: „1.119“ m
|
|
||||||
41 = Code-Block ID # 41 / block: 41....+00000013
|
|
||||||
# Code: „13“ m
|
|
||||||
42 = Information 1 # 42 / block: 42....+000TREES
|
|
||||||
# Info1: „TREES“
|
|
||||||
43 = Information 2 # 43 / block: 43....+000004.5
|
|
||||||
# Info2: „4.5“
|
|
||||||
44 = Information 3 # 44 / block: 44....+00CAT.02
|
|
||||||
# Info3: „CAT.02“
|
|
||||||
45 = Information 4 # 45 / block: 45....+000000NN
|
|
||||||
# Info4: „NN“
|
|
||||||
46 = Information 5 # 46 / block: 46....+000000NN
|
|
||||||
# Info5: „NN“
|
|
||||||
47 = Information 6 # 47 / block: 47....+000000NN
|
|
||||||
# Info6: „NN“
|
|
||||||
48 = Information 7 # 48 / block: 48....+000000NN
|
|
||||||
# Info7: „NN“
|
|
||||||
49 = Information 8 # 49 / block: 49....+000000NN
|
|
||||||
# Info8: „NN“
|
|
||||||
51 = PPM/mm # 51 / block: 51..1.+0000+034
|
|
||||||
# “0”ppm; “34”mm
|
|
||||||
58 = Prism constant # 58 / block: 58..16+00000020
|
|
||||||
# Prism „2“ mm
|
|
||||||
59 = PPM # 59 / block: 59..16+02200000
|
|
||||||
# PPM „220“
|
|
||||||
71 = Remark 1
|
|
||||||
# (or Attribute 1)
|
|
||||||
# 71 / block: 71....+0000REM1
|
|
||||||
# “REM1”
|
|
||||||
72 = Remark 2
|
|
||||||
# (or Attribute 2)
|
|
||||||
# 72 / block: 72....+0000REM2
|
|
||||||
# “REM2”
|
|
||||||
73 = Remark 3
|
|
||||||
# (or Attribute 3)
|
|
||||||
# 73 / block: 73....+0000REM3
|
|
||||||
# “REM3”
|
|
||||||
74 = Remark 4
|
|
||||||
# (or Attribute 4)
|
|
||||||
# 74 / block: 74....+0000REM4
|
|
||||||
# “REM4”
|
|
||||||
75 = Remark 5
|
|
||||||
# (or Attribute 5)
|
|
||||||
# 75 / block: 75....+0000REM5
|
|
||||||
# “REM5”
|
|
||||||
76 = Remark 6
|
|
||||||
# (or Attribute 6)
|
|
||||||
# 76 / block: 76....+0000REM6
|
|
||||||
# “REM6”
|
|
||||||
77 = Remark 7
|
|
||||||
# (or Attribute 7)
|
|
||||||
# 77 / block: 77....+0000REM7
|
|
||||||
# “REM7”
|
|
||||||
78 = Remark 8 # (or Attribute 8)
|
|
||||||
# 78 / block: 78....+0000REM8
|
|
||||||
# “REM8”
|
|
||||||
79 = Remark 9
|
|
||||||
# (or Attribute 9)
|
|
||||||
# 79 / block: 79....+0000REM9
|
|
||||||
# “REM9”
|
|
||||||
81 = Easting
|
|
||||||
# (E)
|
|
||||||
# 81 / block: 81..00+01999507
|
|
||||||
# E: “1999.507”m
|
|
||||||
82 = Northing
|
|
||||||
# (N)
|
|
||||||
# 82 / block: 82..00+00213159
|
|
||||||
# N: “2139.159”m
|
|
||||||
83 = Elevation
|
|
||||||
# (H)
|
|
||||||
# 83 / block: 83..00-00032881
|
|
||||||
# H: “32.881”m
|
|
||||||
84 = St. Easting
|
|
||||||
# (E0)
|
|
||||||
# 84 / block: 84..11+00393700
|
|
||||||
# E: “393.700”m
|
|
||||||
85 = St. Northing
|
|
||||||
# (N0)
|
|
||||||
# 85 / block: 85..11+06561220
|
|
||||||
# N: “6561.220”m
|
|
||||||
86 = St. Height
|
|
||||||
# (H0)
|
|
||||||
# 86 / block: 86..11+00065618
|
|
||||||
# H: “65.618”m
|
|
||||||
87 = Reflector height
|
|
||||||
# (hr)
|
|
||||||
# 87 / block: 87..11+00001700
|
|
||||||
# hr: “1.700” m
|
|
||||||
88 = Instrument height
|
|
||||||
# (hi)
|
|
||||||
# 88 / block: 88..11+00001550
|
|
||||||
# hi: “1.550” m
|
|
||||||
|
|
||||||
[AUTOMATIC_INDEX_INFORMATION]
|
|
||||||
# POS : 4
|
|
||||||
0 = Automatic index OFF
|
|
||||||
1 = Automatic index OPERATING
|
|
||||||
3 = Automatic index OPERATING
|
|
||||||
|
|
||||||
[INPUT_MODE]
|
|
||||||
# POS : 5
|
|
||||||
0 = Original measured values transferred from the instrument
|
|
||||||
1 = Manual input from keyboard
|
|
||||||
2 = Measured value, Hz-Correction ON
|
|
||||||
3 = Measured value, Hz-Correction OFF
|
|
||||||
4 = Result of special function
|
|
||||||
|
|
||||||
[UNITS]
|
|
||||||
# POS : 6
|
|
||||||
0 = Meter # (last digit: 1mm / 0.000m)
|
|
||||||
1 = Feet # (last digit: 1/1000ft / 0.000ft)
|
|
||||||
2 = 400 gon
|
|
||||||
3 = 360° decimal # (DDD.DDDDD)
|
|
||||||
4 = 360° sexagesimal # (DDD.MMSSS)
|
|
||||||
5 = 6400 mil
|
|
||||||
6 = Meter # (last digit: 1/10mm)
|
|
||||||
7 = Feet # (last digit: 1/10‘000ft)
|
|
||||||
8 = Meter # (last digit: 1/100mm)
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
[CODE]
|
|
||||||
10 = Quick Set
|
|
||||||
20 = Set Azimuth
|
|
||||||
30 = Resection
|
|
||||||
40 = Free Station
|
|
||||||
90 = Measured Data
|
|
||||||
99 = Imported Data
|
|
||||||
|
|
@ -1,50 +0,0 @@
|
|||||||
*410000+0000000000000099
|
|
||||||
*110001+00000000000GS001 81..00+0000000465423089 82..00+0000000110526243 83..00+0000000000301586
|
|
||||||
*110002+00000000000GS002 81..00+0000000465437688 82..00+0000000110547569 83..00+0000000000302107
|
|
||||||
*110003+00000000000GS003 81..00+0000000465472908 82..00+0000000110527226 83..00+0000000000302945
|
|
||||||
*410010+0000000000000040
|
|
||||||
*110004+00000000000GS001 21.324+0000000013831010 22.324+0000000008932340 31..00+0000000000029523 32..10+0000000000029522 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000754 81..00+0000000531242578 82..00+0000000073008189 83..00+0000000000800864 71....+0000000000000000
|
|
||||||
*110005+00000000000GS002 21.324+0000000019023040 22.324+0000000010338410 31..00+0000000000007115 32..10+0000000000006914 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000268 81..00+0000000531221776 82..00+0000000073023505 83..00+0000000000801350 71....+0000000000000000
|
|
||||||
*110006+00000000000GS003 21.324+0000000003614410 22.324+0000000009121020 31..00+0000000000034333 32..10+0000000000034324 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000531243315 82..00+0000000073057988 83..00+0000000000802219 71....+0000000000000000
|
|
||||||
*110007+0000000000011111 25.344+0000000008801190 84..40+0000000465444529 85..40+0000000110546554 86..40+0000000000302353 87..10+0000000000000100 88..10+0000000000001510
|
|
||||||
*410010+0000000000000090
|
|
||||||
*110008+00000000000GS003 21.324+0000000012415590 22.324+0000000009121020 31..00+0000000000034332 32..10+0000000000034323 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000465472895 82..00+0000000110527228 83..00+0000000000302954 71....+0000000000000000
|
|
||||||
*110009+00000000000GS001 21.324+0000000022632260 22.324+0000000008932390 31..00+0000000000029524 32..10+0000000000029523 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000755 81..00+0000000465423100 82..00+0000000110526246 83..00+0000000000301598 71....+0000000000000000
|
|
||||||
*110010+00000000000GS002 21.324+0000000027824300 22.324+0000000010339390 31..00+0000000000007112 32..10+0000000000006911 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000270 81..00+0000000465437693 82..00+0000000110547564 83..00+0000000000302084 71....+0000000000000000
|
|
||||||
*110011+0000000000000001 21.324+0000000011254090 22.324+0000000008815450 31..00+0000000000032800 32..10+0000000000032785 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000001205 81..00+0000000465474729 82..00+0000000110533795 83..00+0000000000303558 71....+0000000000000000
|
|
||||||
*110012+0000000000000002 21.324+0000000011144520 22.324+0000000008850390 31..00+0000000000020325 32..10+0000000000020321 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000620 81..00+0000000465463403 82..00+0000000110539024 83..00+0000000000302973 71....+0000000000000000
|
|
||||||
*110013+0000000000000003 21.324+0000000010859200 22.324+0000000008922510 31..00+0000000000011668 32..10+0000000000011667 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000336 81..00+0000000465455561 82..00+0000000110542757 83..00+0000000000302689 71....+0000000000000000
|
|
||||||
*110014+0000000000000004 21.324+0000000007358330 22.324+0000000009603030 31..00+0000000000001983 32..10+0000000000001972 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000001 81..00+0000000465446424 82..00+0000000110547098 83..00+0000000000302354 71....+0000000000000000
|
|
||||||
*110015+0000000000000005 21.324+0000000005042460 22.324+0000000010727030 31..00+0000000000004476 32..10+0000000000004270 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000168 81..00+0000000465447834 82..00+0000000110549258 83..00+0000000000302521 71....+0000000000000000
|
|
||||||
*110016+0000000000000006 21.324+0000000003846420 22.324+0000000010921450 31..00+0000000000004204 32..10+0000000000003966 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000116 81..00+0000000465447013 82..00+0000000110549645 83..00+0000000000302470 71....+0000000000000000
|
|
||||||
*110017+0000000000000007 21.324+0000000003747460 22.324+0000000010758590 31..00+0000000000004468 32..10+0000000000004249 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000131 81..00+0000000465447133 82..00+0000000110549911 83..00+0000000000302484 71....+0000000000000000
|
|
||||||
*110018+0000000000000008 21.324+0000000033802160 22.324+0000000010150570 31..00+0000000000006199 32..10+0000000000006067 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000237 81..00+0000000465442260 82..00+0000000110552180 83..00+0000000000302590 71....+0000000000000000
|
|
||||||
*110019+0000000000000009 21.324+0000000029836160 22.324+0000000010648530 31..00+0000000000005488 32..10+0000000000005254 87..10+0000000000000000 58..16+0000000000000344 33..10-0000000000000078 81..00+0000000465439917 82..00+0000000110549069 83..00+0000000000302276 71....+0000000000000000
|
|
||||||
*110020+0000000000000010 21.324+0000000028230220 22.324+0000000009248440 31..00+0000000000010785 32..10+0000000000010772 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000319 81..00+0000000465434013 82..00+0000000110548886 83..00+0000000000302034 71....+0000000000000000
|
|
||||||
*110021+0000000000000011 21.324+0000000005208020 22.324+0000000009428210 31..00+0000000000004313 32..10+0000000000004300 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001174 81..00+0000000465447924 82..00+0000000110549193 83..00+0000000000303527 71....+0000000000000000
|
|
||||||
*110022+0000000000000012 21.324+0000000005044450 22.324+0000000008137520 31..00+0000000000004677 32..10+0000000000004627 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000891 81..00+0000000465448112 82..00+0000000110549481 83..00+0000000000303244 71....+0000000000000000
|
|
||||||
*110023+0000000000000013 21.324+0000000004322420 22.324+0000000007933420 31..00+0000000000011597 32..10+0000000000011405 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002311 81..00+0000000465452362 82..00+0000000110554843 83..00+0000000000304664 71....+0000000000000000
|
|
||||||
*110024+0000000000000014 21.324+0000000004213390 22.324+0000000008007010 31..00+0000000000015065 32..10+0000000000014842 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002796 81..00+0000000465454504 82..00+0000000110557544 83..00+0000000000305149 71....+0000000000000000
|
|
||||||
*110025+0000000000000015 21.324+0000000003346460 22.324+0000000008111590 31..00+0000000000017167 32..10+0000000000016965 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002836 81..00+0000000465453962 82..00+0000000110560654 83..00+0000000000305190 71....+0000000000000000
|
|
||||||
*110026+0000000000000016 21.324+0000000001534560 22.324+0000000008200030 31..00+0000000000027304 32..10+0000000000027038 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004010 81..00+0000000465451792 82..00+0000000110572598 83..00+0000000000306363 71....+0000000000000000
|
|
||||||
*110027+0000000000000017 21.324+0000000001558300 22.324+0000000008036540 31..00+0000000000028384 32..10+0000000000028004 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004838 81..00+0000000465452236 82..00+0000000110573476 83..00+0000000000307192 71....+0000000000000000
|
|
||||||
*110028+0000000000000018 21.324+0000000001428410 22.324+0000000008121540 31..00+0000000000028412 32..10+0000000000028090 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004476 81..00+0000000465451552 82..00+0000000110573751 83..00+0000000000306829 71....+0000000000000000
|
|
||||||
*110029+0000000000000019 21.324+0000000003416460 22.324+0000000008238380 31..00+0000000000027992 32..10+0000000000027761 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000003794 81..00+0000000465460165 82..00+0000000110569493 83..00+0000000000306147 71....+0000000000000000
|
|
||||||
*110030+0000000000000020 21.324+0000000004217270 22.324+0000000007814330 31..00+0000000000024595 32..10+0000000000024079 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006522 81..00+0000000465460732 82..00+0000000110564366 83..00+0000000000308875 71....+0000000000000000
|
|
||||||
*110031+0000000000000021 21.324+0000000005331040 22.324+0000000007125310 31..00+0000000000015239 32..10+0000000000014445 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006364 81..00+0000000465456144 82..00+0000000110555142 83..00+0000000000308718 71....+0000000000000000
|
|
||||||
*110032+0000000000000022 21.324+0000000008053160 22.324+0000000007227170 31..00+0000000000023186 32..10+0000000000022107 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000008500 81..00+0000000465466357 82..00+0000000110550055 83..00+0000000000310853 71....+0000000000000000
|
|
||||||
*110033+0000000000000023 21.324+0000000001902580 22.324+0000000007724330 31..00+0000000000039212 32..10+0000000000038269 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010058 81..00+0000000465457019 82..00+0000000110582726 83..00+0000000000312411 71....+0000000000000000
|
|
||||||
*110034+0000000000000024 21.324+0000000003810480 22.324+0000000007832240 31..00+0000000000043712 32..10+0000000000042840 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010195 81..00+0000000465471010 82..00+0000000110580229 83..00+0000000000312548 71....+0000000000000000
|
|
||||||
*110035+0000000000000031 21.324+0000000034458570 22.324+0000000009054050 31..00+0000000000005359 32..10+0000000000005358 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001426 81..00+0000000465443141 82..00+0000000110551729 83..00+0000000000303779 71....+0000000000000000
|
|
||||||
*110036+0000000000000032 21.324+0000000029233050 22.324+0000000009558110 31..00+0000000000004488 32..10+0000000000004464 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000257 81..00+0000000465440407 82..00+0000000110548265 83..00+0000000000302097 71....+0000000000000000
|
|
||||||
*110037+0000000000000033 21.324+0000000027506040 22.324+0000000009425520 31..00+0000000000006362 32..10+0000000000006343 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000282 81..00+0000000465438211 82..00+0000000110547118 83..00+0000000000302072 71....+0000000000000000
|
|
||||||
*110038+0000000000000034 21.324+0000000027631400 22.324+0000000009349170 31..00+0000000000010047 32..10+0000000000010024 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000460 81..00+0000000465434570 82..00+0000000110547693 83..00+0000000000301894 71....+0000000000000000
|
|
||||||
*110039+0000000000000035 21.324+0000000027424370 22.324+0000000009425240 31..00+0000000000007978 32..10+0000000000007954 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000405 81..00+0000000465436599 82..00+0000000110547165 83..00+0000000000301948 71....+0000000000000000
|
|
||||||
*110040+0000000000000036 21.324+0000000027337580 22.324+0000000009552300 31..00+0000000000005445 32..10+0000000000005416 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000347 81..00+0000000465439124 82..00+0000000110546897 83..00+0000000000302006 71....+0000000000000000
|
|
||||||
*110041+0000000000000037 21.324+0000000026954060 22.324+0000000009916340 31..00+0000000000002914 32..10+0000000000002876 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000260 81..00+0000000465441653 82..00+0000000110546549 83..00+0000000000302094 71....+0000000000000000
|
|
||||||
*110042+0000000000000038 21.324+0000000013027410 22.324+0000000009545570 31..00+0000000000002638 32..10+0000000000002625 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000055 81..00+0000000465446526 82..00+0000000110544850 83..00+0000000000302298 71....+0000000000000000
|
|
||||||
*110043+0000000000000039 21.324+0000000011808360 22.324+0000000009002460 31..00+0000000000011703 32..10+0000000000011703 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000201 81..00+0000000465454849 82..00+0000000110541033 83..00+0000000000302554 71....+0000000000000000
|
|
||||||
*110044+0000000000000040 21.324+0000000011708390 22.324+0000000008931290 31..00+0000000000017790 32..10+0000000000017789 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000358 81..00+0000000465460359 82..00+0000000110538438 83..00+0000000000302711 71....+0000000000000000
|
|
||||||
*110045+0000000000000041 21.324+0000000011609380 22.324+0000000008913070 31..00+0000000000031001 32..10+0000000000030998 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000633 81..00+0000000465472352 82..00+0000000110532887 83..00+0000000000302986 71....+0000000000000000
|
|
||||||
*110046+0000000000000042 21.324+0000000011526030 22.324+0000000008909420 31..00+0000000000032271 32..10+0000000000032268 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000682 81..00+0000000465473669 82..00+0000000110532696 83..00+0000000000303036 71....+0000000000000000
|
|
||||||
*110047+0000000000000043 21.324+0000000011346490 22.324+0000000008855450 31..00+0000000000032842 32..10+0000000000032836 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000824 81..00+0000000465474578 82..00+0000000110533313 83..00+0000000000303177 71....+0000000000000000
|
|
@ -1,44 +0,0 @@
|
|||||||
GS001 465423.089 110526.243 301.586 REF
|
|
||||||
GS002 465437.688 110547.569 302.107 REF
|
|
||||||
GS003 465472.908 110527.226 302.945 REF
|
|
||||||
11111 465444.529 110546.554 302.353 STA
|
|
||||||
GS003 465472.895 110527.228 302.954 MEAS
|
|
||||||
GS001 465423.100 110526.246 301.598 MEAS
|
|
||||||
GS002 465437.693 110547.564 302.084 MEAS
|
|
||||||
1 465474.729 110533.795 303.558 MEAS
|
|
||||||
2 465463.403 110539.024 302.973 MEAS
|
|
||||||
3 465455.561 110542.757 302.689 MEAS
|
|
||||||
4 465446.424 110547.098 302.354 MEAS
|
|
||||||
5 465447.834 110549.258 302.521 MEAS
|
|
||||||
6 465447.013 110549.645 302.470 MEAS
|
|
||||||
7 465447.133 110549.911 302.484 MEAS
|
|
||||||
8 465442.260 110552.180 302.590 MEAS
|
|
||||||
9 465439.917 110549.069 302.276 MEAS
|
|
||||||
10 465434.013 110548.886 302.034 MEAS
|
|
||||||
11 465447.924 110549.193 303.527 MEAS
|
|
||||||
12 465448.112 110549.481 303.244 MEAS
|
|
||||||
13 465452.362 110554.843 304.664 MEAS
|
|
||||||
14 465454.504 110557.544 305.149 MEAS
|
|
||||||
15 465453.962 110560.654 305.190 MEAS
|
|
||||||
16 465451.792 110572.598 306.363 MEAS
|
|
||||||
17 465452.236 110573.476 307.192 MEAS
|
|
||||||
18 465451.552 110573.751 306.829 MEAS
|
|
||||||
19 465460.165 110569.493 306.147 MEAS
|
|
||||||
20 465460.732 110564.366 308.875 MEAS
|
|
||||||
21 465456.144 110555.142 308.718 MEAS
|
|
||||||
22 465466.357 110550.055 310.853 MEAS
|
|
||||||
23 465457.019 110582.726 312.411 MEAS
|
|
||||||
24 465471.010 110580.229 312.548 MEAS
|
|
||||||
31 465443.141 110551.729 303.779 MEAS
|
|
||||||
32 465440.407 110548.265 302.097 MEAS
|
|
||||||
33 465438.211 110547.118 302.072 MEAS
|
|
||||||
34 465434.570 110547.693 301.894 MEAS
|
|
||||||
35 465436.599 110547.165 301.948 MEAS
|
|
||||||
36 465439.124 110546.897 302.006 MEAS
|
|
||||||
37 465441.653 110546.549 302.094 MEAS
|
|
||||||
38 465446.526 110544.850 302.298 MEAS
|
|
||||||
39 465454.849 110541.033 302.554 MEAS
|
|
||||||
40 465460.359 110538.438 302.711 MEAS
|
|
||||||
41 465472.352 110532.887 302.986 MEAS
|
|
||||||
42 465473.669 110532.696 303.036 MEAS
|
|
||||||
43 465474.578 110533.313 303.177 MEAS
|
|
@ -1,65 +0,0 @@
|
|||||||
TPS 1100 Zapisnik
|
|
||||||
++++++++++++++++++++++++++++++++
|
|
||||||
|
|
||||||
Imported/User-Entered:
|
|
||||||
----------------------
|
|
||||||
PtID E N H
|
|
||||||
GS001 465423.089 110526.243 301.586
|
|
||||||
GS002 465437.688 110547.569 302.107
|
|
||||||
GS003 465472.908 110527.226 302.945
|
|
||||||
|
|
||||||
Setup: Free Station
|
|
||||||
=============================
|
|
||||||
PtID HZ V SD HD ReflHt PrCon HtDif PtCode
|
|
||||||
GS001 138.3101 89.3234 29.523 29.522 2.500 0.0175 -0.754
|
|
||||||
GS002 190.2304 103.3841 7.115 6.914 0.100 0.0175 -0.268
|
|
||||||
GS003 36.1441 91.2102 34.333 34.324 0.100 0.0175 0.601
|
|
||||||
|
|
||||||
Station:
|
|
||||||
****************
|
|
||||||
PtID HzCor StnE StnN StnH ReflHt InstHt
|
|
||||||
11111 88.0119 465444.529 110546.554 302.353 0.100 1.510
|
|
||||||
|
|
||||||
Measured:
|
|
||||||
----------------------
|
|
||||||
PtID HZ V SD HD ReflHt PrCon HtDif E N H PtCode
|
|
||||||
GS003 124.1559 91.2102 34.332 34.323 0.100 0.0175 0.601 465472.895 110527.228 302.954
|
|
||||||
GS001 226.3226 89.3239 29.524 29.523 2.500 0.0175 -0.755 465423.100 110526.246 301.598
|
|
||||||
GS002 278.2430 103.3939 7.112 6.911 0.100 0.0175 -0.270 465437.693 110547.564 302.084
|
|
||||||
1 112.5409 88.1545 32.800 32.785 1.300 0.0175 1.205 465474.729 110533.795 303.558
|
|
||||||
2 111.4452 88.5039 20.325 20.321 1.300 0.0175 0.620 465463.403 110539.024 302.973
|
|
||||||
3 108.5920 89.2251 11.668 11.667 1.300 0.0175 0.336 465455.561 110542.757 302.689
|
|
||||||
4 73.5833 96.0303 1.983 1.972 1.300 0.0175 0.001 465446.424 110547.098 302.354
|
|
||||||
5 50.4246 107.2703 4.476 4.270 0.000 0.0344 0.168 465447.834 110549.258 302.521
|
|
||||||
6 38.4642 109.2145 4.204 3.966 0.000 0.0344 0.116 465447.013 110549.645 302.470
|
|
||||||
7 37.4746 107.5859 4.468 4.249 0.000 0.0344 0.131 465447.133 110549.911 302.484
|
|
||||||
8 338.0216 101.5057 6.199 6.067 0.000 0.0344 0.237 465442.260 110552.180 302.590
|
|
||||||
9 298.3616 106.4853 5.488 5.254 0.000 0.0344 -0.078 465439.917 110549.069 302.276
|
|
||||||
10 282.3022 92.4844 10.785 10.772 1.300 0.0175 -0.319 465434.013 110548.886 302.034
|
|
||||||
11 52.0802 94.2821 4.313 4.300 0.000 0.0344 1.174 465447.924 110549.193 303.527
|
|
||||||
12 50.4445 81.3752 4.677 4.627 1.300 0.0175 0.891 465448.112 110549.481 303.244
|
|
||||||
13 43.2242 79.3342 11.597 11.405 1.300 0.0175 2.311 465452.362 110554.843 304.664
|
|
||||||
14 42.1339 80.0701 15.065 14.842 1.300 0.0175 2.796 465454.504 110557.544 305.149
|
|
||||||
15 33.4646 81.1159 17.167 16.965 1.300 0.0175 2.836 465453.962 110560.654 305.190
|
|
||||||
16 15.3456 82.0003 27.304 27.038 1.300 0.0175 4.010 465451.792 110572.598 306.363
|
|
||||||
17 15.5830 80.3654 28.384 28.004 1.300 0.0175 4.838 465452.236 110573.476 307.192
|
|
||||||
18 14.2841 81.2154 28.412 28.090 1.300 0.0175 4.476 465451.552 110573.751 306.829
|
|
||||||
19 34.1646 82.3838 27.992 27.761 1.300 0.0175 3.794 465460.165 110569.493 306.147
|
|
||||||
20 42.1727 78.1433 24.595 24.079 0.000 0.0344 6.522 465460.732 110564.366 308.875
|
|
||||||
21 53.3104 71.2531 15.239 14.445 0.000 0.0344 6.364 465456.144 110555.142 308.718
|
|
||||||
22 80.5316 72.2717 23.186 22.107 0.000 0.0344 8.500 465466.357 110550.055 310.853
|
|
||||||
23 19.0258 77.2433 39.212 38.269 0.000 0.0344 10.058 465457.019 110582.726 312.411
|
|
||||||
24 38.1048 78.3224 43.712 42.840 0.000 0.0344 10.195 465471.010 110580.229 312.548
|
|
||||||
31 344.5857 90.5405 5.359 5.358 0.000 0.0344 1.426 465443.141 110551.729 303.779
|
|
||||||
32 292.3305 95.5811 4.488 4.464 1.300 0.0175 -0.257 465440.407 110548.265 302.097
|
|
||||||
33 275.0604 94.2552 6.362 6.343 1.300 0.0175 -0.282 465438.211 110547.118 302.072
|
|
||||||
34 276.3140 93.4917 10.047 10.024 1.300 0.0175 -0.460 465434.570 110547.693 301.894
|
|
||||||
35 274.2437 94.2524 7.978 7.954 1.300 0.0175 -0.405 465436.599 110547.165 301.948
|
|
||||||
36 273.3758 95.5230 5.445 5.416 1.300 0.0175 -0.347 465439.124 110546.897 302.006
|
|
||||||
37 269.5406 99.1634 2.914 2.876 1.300 0.0175 -0.260 465441.653 110546.549 302.094
|
|
||||||
38 130.2741 95.4557 2.638 2.625 1.300 0.0175 -0.055 465446.526 110544.850 302.298
|
|
||||||
39 118.0836 90.0246 11.703 11.703 1.300 0.0175 0.201 465454.849 110541.033 302.554
|
|
||||||
40 117.0839 89.3129 17.790 17.789 1.300 0.0175 0.358 465460.359 110538.438 302.711
|
|
||||||
41 116.0938 89.1307 31.001 30.998 1.300 0.0175 0.633 465472.352 110532.887 302.986
|
|
||||||
42 115.2603 89.0942 32.271 32.268 1.300 0.0175 0.682 465473.669 110532.696 303.036
|
|
||||||
43 113.4649 88.5545 32.842 32.836 1.300 0.0175 0.824 465474.578 110533.313 303.177
|
|
@ -1,44 +0,0 @@
|
|||||||
GS001 465423.089 110526.243 301.586
|
|
||||||
GS002 465437.688 110547.569 302.107
|
|
||||||
GS003 465472.908 110527.226 302.945
|
|
||||||
11111 465444.529 110546.554 302.353
|
|
||||||
GS003 465472.895 110527.228 302.954
|
|
||||||
GS001 465423.100 110526.246 301.598
|
|
||||||
GS002 465437.693 110547.564 302.084
|
|
||||||
1 465474.729 110533.795 303.558
|
|
||||||
2 465463.403 110539.024 302.973
|
|
||||||
3 465455.561 110542.757 302.689
|
|
||||||
4 465446.424 110547.098 302.354
|
|
||||||
5 465447.834 110549.258 302.521
|
|
||||||
6 465447.013 110549.645 302.470
|
|
||||||
7 465447.133 110549.911 302.484
|
|
||||||
8 465442.260 110552.180 302.590
|
|
||||||
9 465439.917 110549.069 302.276
|
|
||||||
10 465434.013 110548.886 302.034
|
|
||||||
11 465447.924 110549.193 303.527
|
|
||||||
12 465448.112 110549.481 303.244
|
|
||||||
13 465452.362 110554.843 304.664
|
|
||||||
14 465454.504 110557.544 305.149
|
|
||||||
15 465453.962 110560.654 305.190
|
|
||||||
16 465451.792 110572.598 306.363
|
|
||||||
17 465452.236 110573.476 307.192
|
|
||||||
18 465451.552 110573.751 306.829
|
|
||||||
19 465460.165 110569.493 306.147
|
|
||||||
20 465460.732 110564.366 308.875
|
|
||||||
21 465456.144 110555.142 308.718
|
|
||||||
22 465466.357 110550.055 310.853
|
|
||||||
23 465457.019 110582.726 312.411
|
|
||||||
24 465471.010 110580.229 312.548
|
|
||||||
31 465443.141 110551.729 303.779
|
|
||||||
32 465440.407 110548.265 302.097
|
|
||||||
33 465438.211 110547.118 302.072
|
|
||||||
34 465434.570 110547.693 301.894
|
|
||||||
35 465436.599 110547.165 301.948
|
|
||||||
36 465439.124 110546.897 302.006
|
|
||||||
37 465441.653 110546.549 302.094
|
|
||||||
38 465446.526 110544.850 302.298
|
|
||||||
39 465454.849 110541.033 302.554
|
|
||||||
40 465460.359 110538.438 302.711
|
|
||||||
41 465472.352 110532.887 302.986
|
|
||||||
42 465473.669 110532.696 303.036
|
|
||||||
43 465474.578 110533.313 303.177
|
|
BIN
My Project/Icons/icons8-caps-lock-on-50.png
Normal file
BIN
My Project/Icons/icons8-caps-lock-on-50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
10
My Project/Resources.Designer.vb
generated
10
My Project/Resources.Designer.vb
generated
@ -481,6 +481,16 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property icons8_caps_lock_on_50() As System.Drawing.Bitmap
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("icons8-caps-lock-on-50", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Bitmap)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
|
@ -130,14 +130,11 @@
|
|||||||
<data name="icons8-send-file-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8-send-file-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-send-file-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-send-file-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="48" xml:space="preserve">
|
|
||||||
<value>Information 7</value>
|
|
||||||
</data>
|
|
||||||
<data name="58" xml:space="preserve">
|
<data name="58" xml:space="preserve">
|
||||||
<value>Prism constant</value>
|
<value>Prism constant</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8_info_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8-question-mark-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-info-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-question-mark-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="49" xml:space="preserve">
|
<data name="49" xml:space="preserve">
|
||||||
<value>Information 8</value>
|
<value>Information 8</value>
|
||||||
@ -154,12 +151,18 @@
|
|||||||
<data name="ModernXP_41_Settings_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="ModernXP_41_Settings_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\ModernXP-41-Settings-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\ModernXP-41-Settings-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="73" xml:space="preserve">
|
||||||
|
<value>Remark 3</value>
|
||||||
|
</data>
|
||||||
<data name="icons8_done_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_done_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-done-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-done-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8_unavailable_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_unavailable_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-unavailable-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-unavailable-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="icons8-rotate-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Icons\icons8-rotate-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="icons8_folder_50_2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_folder_50_2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-folder-50-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-folder-50-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@ -178,29 +181,26 @@
|
|||||||
<data name="51" xml:space="preserve">
|
<data name="51" xml:space="preserve">
|
||||||
<value>PPM/mm</value>
|
<value>PPM/mm</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8_browse_folder_50_2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_ok_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-browse-folder-50-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-ok-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="83" xml:space="preserve">
|
<data name="83" xml:space="preserve">
|
||||||
<value>Elevation</value>
|
<value>Elevation</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8_ok_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Icons\icons8-ok-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Circled_Right_2_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Circled_Right_2_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\Circled-Right-2-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\Circled-Right-2-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8_open_end_wrench_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_open_end_wrench_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-open-end-wrench-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-open-end-wrench-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="icons8_info_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Icons\icons8-info-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="12" xml:space="preserve">
|
<data name="12" xml:space="preserve">
|
||||||
<value>Serial number</value>
|
<value>Serial number</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="73" xml:space="preserve">
|
<data name="icons8_close_window_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Remark 3</value>
|
<value>Icons\icons8-close-window-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
|
||||||
<data name="icons8_add_new_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Icons\icons8-add-new-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8_cancel_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_cancel_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-cancel-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-cancel-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@ -229,21 +229,18 @@
|
|||||||
<data name="icons8_clear_symbol_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_clear_symbol_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-clear-symbol-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-clear-symbol-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8_edit_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Icons\icons8-edit-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="icons8-support-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8-support-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-support-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-support-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="25" xml:space="preserve">
|
||||||
|
<value>Horizontal Angle Correction</value>
|
||||||
|
</data>
|
||||||
<data name="79" xml:space="preserve">
|
<data name="79" xml:space="preserve">
|
||||||
<value>Remark 9</value>
|
<value>Remark 9</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Save_as_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Save_as_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\Save-as-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\Save-as-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="41" xml:space="preserve">
|
|
||||||
<value>Code-Block ID</value>
|
|
||||||
</data>
|
|
||||||
<data name="74" xml:space="preserve">
|
<data name="74" xml:space="preserve">
|
||||||
<value>Remark 4</value>
|
<value>Remark 4</value>
|
||||||
</data>
|
</data>
|
||||||
@ -268,6 +265,9 @@
|
|||||||
<data name="11" xml:space="preserve">
|
<data name="11" xml:space="preserve">
|
||||||
<value>Point number</value>
|
<value>Point number</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="31" xml:space="preserve">
|
||||||
|
<value>Slope distance</value>
|
||||||
|
</data>
|
||||||
<data name="icons8_info_squared_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_info_squared_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-info-squared-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-info-squared-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@ -286,24 +286,21 @@
|
|||||||
<data name="88" xml:space="preserve">
|
<data name="88" xml:space="preserve">
|
||||||
<value>Instrument height</value>
|
<value>Instrument height</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="42" xml:space="preserve">
|
<data name="icons8-program-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Information 1</value>
|
<value>Icons\icons8-program-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
|
||||||
<data name="icons8-question-mark-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Icons\icons8-question-mark-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="19" xml:space="preserve">
|
<data name="19" xml:space="preserve">
|
||||||
<value>Time</value>
|
<value>Time</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8-program-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Icons\icons8-program-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="icons8_no_entry_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_no_entry_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-no-entry-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-no-entry-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8_save_as_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_save_as_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-save-as-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-save-as-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="icons8-move-to-folder-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Icons\icons8-move-to-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="README" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="README" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\README.md;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
<value>..\README.md;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||||
</data>
|
</data>
|
||||||
@ -313,8 +310,8 @@
|
|||||||
<data name="icons8_connection_status_on_48" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_connection_status_on_48" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-connection-status-on-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-connection-status-on-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="82" xml:space="preserve">
|
<data name="48" xml:space="preserve">
|
||||||
<value>Northing</value>
|
<value>Information 7</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="71" xml:space="preserve">
|
<data name="71" xml:space="preserve">
|
||||||
<value>Remark 1</value>
|
<value>Remark 1</value>
|
||||||
@ -331,11 +328,17 @@
|
|||||||
<data name="46" xml:space="preserve">
|
<data name="46" xml:space="preserve">
|
||||||
<value>Information 5</value>
|
<value>Information 5</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="82" xml:space="preserve">
|
||||||
|
<value>Northing</value>
|
||||||
|
</data>
|
||||||
<data name="87" xml:space="preserve">
|
<data name="87" xml:space="preserve">
|
||||||
<value>Reflector height</value>
|
<value>Reflector height</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8-move-to-folder-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_add_new_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-move-to-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-add-new-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="icons8_browse_folder_50_2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Icons\icons8-browse-folder-50-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8-add-folder-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8-add-folder-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-add-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-add-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@ -343,11 +346,11 @@
|
|||||||
<data name="32" xml:space="preserve">
|
<data name="32" xml:space="preserve">
|
||||||
<value>Horizontal distance</value>
|
<value>Horizontal distance</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="31" xml:space="preserve">
|
<data name="icons8_edit_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Slope distance</value>
|
<value>Icons\icons8-edit-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="25" xml:space="preserve">
|
<data name="41" xml:space="preserve">
|
||||||
<value>Horizontal Angle Correction</value>
|
<value>Code-Block ID</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="21" xml:space="preserve">
|
<data name="21" xml:space="preserve">
|
||||||
<value>Horizontal Angle</value>
|
<value>Horizontal Angle</value>
|
||||||
@ -355,10 +358,10 @@
|
|||||||
<data name="84" xml:space="preserve">
|
<data name="84" xml:space="preserve">
|
||||||
<value>St. Easting</value>
|
<value>St. Easting</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8_close_window_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="42" xml:space="preserve">
|
||||||
<value>Icons\icons8-close-window-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Information 1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="icons8-rotate-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8-caps-lock-on-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Icons\icons8-rotate-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Icons\icons8-caps-lock-on-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
@ -1,11 +0,0 @@
|
|||||||
Quick Set=10
|
|
||||||
Set Azimuth=20
|
|
||||||
Resection=30
|
|
||||||
Free Station=40
|
|
||||||
Ori and Ht Transfer=50
|
|
||||||
Orientation=80
|
|
||||||
Measure=90
|
|
||||||
Stakeout=91
|
|
||||||
Imported=99
|
|
||||||
Stojisce=1
|
|
||||||
StojisceInfo=2
|
|
@ -1,44 +0,0 @@
|
|||||||
GS001 465423.089 110526.243 301.586 REF
|
|
||||||
GS002 465437.688 110547.569 302.107 REF
|
|
||||||
GS003 465472.908 110527.226 302.945 REF
|
|
||||||
11111 465444.529 110546.554 302.353 STA
|
|
||||||
GS003 465472.895 110527.228 302.954 MEAS
|
|
||||||
GS001 465423.100 110526.246 301.598 MEAS
|
|
||||||
GS002 465437.693 110547.564 302.084 MEAS
|
|
||||||
1 465474.729 110533.795 303.558 MEAS
|
|
||||||
2 465463.403 110539.024 302.973 MEAS
|
|
||||||
3 465455.561 110542.757 302.689 MEAS
|
|
||||||
4 465446.424 110547.098 302.354 MEAS
|
|
||||||
5 465447.834 110549.258 302.521 MEAS
|
|
||||||
6 465447.013 110549.645 302.470 MEAS
|
|
||||||
7 465447.133 110549.911 302.484 MEAS
|
|
||||||
8 465442.260 110552.180 302.590 MEAS
|
|
||||||
9 465439.917 110549.069 302.276 MEAS
|
|
||||||
10 465434.013 110548.886 302.034 MEAS
|
|
||||||
11 465447.924 110549.193 303.527 MEAS
|
|
||||||
12 465448.112 110549.481 303.244 MEAS
|
|
||||||
13 465452.362 110554.843 304.664 MEAS
|
|
||||||
14 465454.504 110557.544 305.149 MEAS
|
|
||||||
15 465453.962 110560.654 305.190 MEAS
|
|
||||||
16 465451.792 110572.598 306.363 MEAS
|
|
||||||
17 465452.236 110573.476 307.192 MEAS
|
|
||||||
18 465451.552 110573.751 306.829 MEAS
|
|
||||||
19 465460.165 110569.493 306.147 MEAS
|
|
||||||
20 465460.732 110564.366 308.875 MEAS
|
|
||||||
21 465456.144 110555.142 308.718 MEAS
|
|
||||||
22 465466.357 110550.055 310.853 MEAS
|
|
||||||
23 465457.019 110582.726 312.411 MEAS
|
|
||||||
24 465471.010 110580.229 312.548 MEAS
|
|
||||||
31 465443.141 110551.729 303.779 MEAS
|
|
||||||
32 465440.407 110548.265 302.097 MEAS
|
|
||||||
33 465438.211 110547.118 302.072 MEAS
|
|
||||||
34 465434.570 110547.693 301.894 MEAS
|
|
||||||
35 465436.599 110547.165 301.948 MEAS
|
|
||||||
36 465439.124 110546.897 302.006 MEAS
|
|
||||||
37 465441.653 110546.549 302.094 MEAS
|
|
||||||
38 465446.526 110544.850 302.298 MEAS
|
|
||||||
39 465454.849 110541.033 302.554 MEAS
|
|
||||||
40 465460.359 110538.438 302.711 MEAS
|
|
||||||
41 465472.352 110532.887 302.986 MEAS
|
|
||||||
42 465473.669 110532.696 303.036 MEAS
|
|
||||||
43 465474.578 110533.313 303.177 MEAS
|
|
@ -1,69 +0,0 @@
|
|||||||
TPS 1100 Zapisnik
|
|
||||||
++++++++++++++++++++++
|
|
||||||
|
|
||||||
Imported/User-Entered:
|
|
||||||
----------------------
|
|
||||||
PtID E N H
|
|
||||||
GS001 465423.089 110526.243 301.586
|
|
||||||
GS002 465437.688 110547.569 302.107
|
|
||||||
GS003 465472.908 110527.226 302.945
|
|
||||||
|
|
||||||
Setup: Free Station
|
|
||||||
======================
|
|
||||||
PtID HZ V SD HD RefHt PrCons HtDif PtCode
|
|
||||||
GS001 138.3101 89.3234 29.523 29.522 2.500 0.0175 -0.754
|
|
||||||
GS002 190.2304 103.3841 7.115 6.914 0.100 0.0175 -0.268
|
|
||||||
GS003 36.1441 91.2102 34.333 34.324 0.100 0.0175 0.601
|
|
||||||
|
|
||||||
Station:
|
|
||||||
****************
|
|
||||||
PtID HzCor StnE StnN StnH RefHt InstHt
|
|
||||||
11111 88.0119 465444.529 110546.554 302.353 0.100 1.510
|
|
||||||
|
|
||||||
Orientation:
|
|
||||||
----------------------
|
|
||||||
PtID Azi V SD HD RefHt PrCons HtDif E N H PtCode
|
|
||||||
GS003 124.1559 91.2102 34.332 34.323 0.100 0.0175 0.601 465472.895 110527.228 302.954
|
|
||||||
GS001 226.3226 89.3239 29.524 29.523 2.500 0.0175 -0.755 465423.100 110526.246 301.598
|
|
||||||
GS002 278.2430 103.3939 7.112 6.911 0.100 0.0175 -0.270 465437.693 110547.564 302.084
|
|
||||||
|
|
||||||
Measured:
|
|
||||||
----------------------
|
|
||||||
PtID Azi V SD HD RefHt PrCons HtDif E N H PtCode
|
|
||||||
1 112.5409 88.1545 32.800 32.785 1.300 0.0175 1.205 465474.729 110533.795 303.558
|
|
||||||
2 111.4452 88.5039 20.325 20.321 1.300 0.0175 0.620 465463.403 110539.024 302.973
|
|
||||||
3 108.5920 89.2251 11.668 11.667 1.300 0.0175 0.336 465455.561 110542.757 302.689
|
|
||||||
4 73.5833 96.0303 1.983 1.972 1.300 0.0175 0.001 465446.424 110547.098 302.354
|
|
||||||
5 50.4246 107.2703 4.476 4.270 0.000 0.0344 0.168 465447.834 110549.258 302.521
|
|
||||||
6 38.4642 109.2145 4.204 3.966 0.000 0.0344 0.116 465447.013 110549.645 302.470
|
|
||||||
7 37.4746 107.5859 4.468 4.249 0.000 0.0344 0.131 465447.133 110549.911 302.484
|
|
||||||
8 338.0216 101.5057 6.199 6.067 0.000 0.0344 0.237 465442.260 110552.180 302.590
|
|
||||||
9 298.3616 106.4853 5.488 5.254 0.000 0.0344 -0.078 465439.917 110549.069 302.276
|
|
||||||
10 282.3022 92.4844 10.785 10.772 1.300 0.0175 -0.319 465434.013 110548.886 302.034
|
|
||||||
11 52.0802 94.2821 4.313 4.300 0.000 0.0344 1.174 465447.924 110549.193 303.527
|
|
||||||
12 50.4445 81.3752 4.677 4.627 1.300 0.0175 0.891 465448.112 110549.481 303.244
|
|
||||||
13 43.2242 79.3342 11.597 11.405 1.300 0.0175 2.311 465452.362 110554.843 304.664
|
|
||||||
14 42.1339 80.0701 15.065 14.842 1.300 0.0175 2.796 465454.504 110557.544 305.149
|
|
||||||
15 33.4646 81.1159 17.167 16.965 1.300 0.0175 2.836 465453.962 110560.654 305.190
|
|
||||||
16 15.3456 82.0003 27.304 27.038 1.300 0.0175 4.010 465451.792 110572.598 306.363
|
|
||||||
17 15.5830 80.3654 28.384 28.004 1.300 0.0175 4.838 465452.236 110573.476 307.192
|
|
||||||
18 14.2841 81.2154 28.412 28.090 1.300 0.0175 4.476 465451.552 110573.751 306.829
|
|
||||||
19 34.1646 82.3838 27.992 27.761 1.300 0.0175 3.794 465460.165 110569.493 306.147
|
|
||||||
20 42.1727 78.1433 24.595 24.079 0.000 0.0344 6.522 465460.732 110564.366 308.875
|
|
||||||
21 53.3104 71.2531 15.239 14.445 0.000 0.0344 6.364 465456.144 110555.142 308.718
|
|
||||||
22 80.5316 72.2717 23.186 22.107 0.000 0.0344 8.500 465466.357 110550.055 310.853
|
|
||||||
23 19.0258 77.2433 39.212 38.269 0.000 0.0344 10.058 465457.019 110582.726 312.411
|
|
||||||
24 38.1048 78.3224 43.712 42.840 0.000 0.0344 10.195 465471.010 110580.229 312.548
|
|
||||||
31 344.5857 90.5405 5.359 5.358 0.000 0.0344 1.426 465443.141 110551.729 303.779
|
|
||||||
32 292.3305 95.5811 4.488 4.464 1.300 0.0175 -0.257 465440.407 110548.265 302.097
|
|
||||||
33 275.0604 94.2552 6.362 6.343 1.300 0.0175 -0.282 465438.211 110547.118 302.072
|
|
||||||
34 276.3140 93.4917 10.047 10.024 1.300 0.0175 -0.460 465434.570 110547.693 301.894
|
|
||||||
35 274.2437 94.2524 7.978 7.954 1.300 0.0175 -0.405 465436.599 110547.165 301.948
|
|
||||||
36 273.3758 95.5230 5.445 5.416 1.300 0.0175 -0.347 465439.124 110546.897 302.006
|
|
||||||
37 269.5406 99.1634 2.914 2.876 1.300 0.0175 -0.260 465441.653 110546.549 302.094
|
|
||||||
38 130.2741 95.4557 2.638 2.625 1.300 0.0175 -0.055 465446.526 110544.850 302.298
|
|
||||||
39 118.0836 90.0246 11.703 11.703 1.300 0.0175 0.201 465454.849 110541.033 302.554
|
|
||||||
40 117.0839 89.3129 17.790 17.789 1.300 0.0175 0.358 465460.359 110538.438 302.711
|
|
||||||
41 116.0938 89.1307 31.001 30.998 1.300 0.0175 0.633 465472.352 110532.887 302.986
|
|
||||||
42 115.2603 89.0942 32.271 32.268 1.300 0.0175 0.682 465473.669 110532.696 303.036
|
|
||||||
43 113.4649 88.5545 32.842 32.836 1.300 0.0175 0.824 465474.578 110533.313 303.177
|
|
@ -1,11 +0,0 @@
|
|||||||
KodaStojisce = 1
|
|
||||||
KodaStojisceInfo = 2
|
|
||||||
KodaStojisceOri = 3
|
|
||||||
KodaQuickSet = 10
|
|
||||||
KodaSetAzi = 20
|
|
||||||
KodaResection = 30
|
|
||||||
KodaFreeStation = 40
|
|
||||||
KodaOriHtTrans = 50
|
|
||||||
KodaMeasOri = 80
|
|
||||||
KodaMeas = 90
|
|
||||||
KodaUserImport = 99
|
|
@ -1,16 +0,0 @@
|
|||||||
11111 0.000
|
|
||||||
20 780.460
|
|
||||||
60001 275.3309
|
|
||||||
60002 262.5215
|
|
||||||
61002 1.0051
|
|
||||||
0 0
|
|
||||||
60001 275.3309 92.1850 33.519 2.000
|
|
||||||
60002 262.5215 92.0354 35.137 1.400
|
|
||||||
61002 1.0051 88.2736 39.435 2.000
|
|
||||||
LT1A 145.4020 88.2416 52.883 1.470
|
|
||||||
LT1B 113.4540 91.4223 30.516 1.430
|
|
||||||
M109G 278.3941 93.2734 32.374 2.000
|
|
||||||
201 104.0242 92.5457 8.644 2.500
|
|
||||||
202 176.0456 106.2711 0.921 1.400
|
|
||||||
203 276.1404 91.3145 7.130 1.400
|
|
||||||
-1 0 0 0 0
|
|
@ -1,53 +0,0 @@
|
|||||||
*410000+0000000000000099
|
|
||||||
*110001+00000000000GS001 81..00+0000000465423089 82..00+0000000110526243 83..00+0000000000301586
|
|
||||||
*110002+00000000000GS002 81..00+0000000465437688 82..00+0000000110547569 83..00+0000000000302107
|
|
||||||
*110003+00000000000GS003 81..00+0000000465472908 82..00+0000000110527226 83..00+0000000000302945
|
|
||||||
*410010+0000000000000040
|
|
||||||
*110004+00000000000GS001 21.324+0000000013831010 22.324+0000000008932340 31..00+0000000000029523 32..10+0000000000029522 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000754 81..00+0000000531242578 82..00+0000000073008189 83..00+0000000000800864 71....+0000000000000000
|
|
||||||
*110005+00000000000GS002 21.324+0000000019023040 22.324+0000000010338410 31..00+0000000000007115 32..10+0000000000006914 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000268 81..00+0000000531221776 82..00+0000000073023505 83..00+0000000000801350 71....+0000000000000000
|
|
||||||
*110006+00000000000GS003 21.324+0000000003614410 22.324+0000000009121020 31..00+0000000000034333 32..10+0000000000034324 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000531243315 82..00+0000000073057988 83..00+0000000000802219 71....+0000000000000000
|
|
||||||
*410000+0000000000000001 71....+0000000000000STA 72....+0000000000000000
|
|
||||||
*410000+0000000000000002 71....+0000000000000020 72....+0000000000000970
|
|
||||||
*110007+0000000000011111 25.344+0000000008801190 84..40+0000000465444529 85..40+0000000110546554 86..40+0000000000302353 87..10+0000000000000100 88..10+0000000000001510
|
|
||||||
*410000+0000000000000080
|
|
||||||
*110008+00000000000GS003 21.324+0000000012415590 22.324+0000000009121020 31..00+0000000000034332 32..10+0000000000034323 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000465472895 82..00+0000000110527228 83..00+0000000000302954 71....+0000000000000000
|
|
||||||
*110009+00000000000GS001 21.324+0000000022632260 22.324+0000000008932390 31..00+0000000000029524 32..10+0000000000029523 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000755 81..00+0000000465423100 82..00+0000000110526246 83..00+0000000000301598 71....+0000000000000000
|
|
||||||
*110010+00000000000GS002 21.324+0000000027824300 22.324+0000000010339390 31..00+0000000000007112 32..10+0000000000006911 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000270 81..00+0000000465437693 82..00+0000000110547564 83..00+0000000000302084 71....+0000000000000000
|
|
||||||
*410000+0000000000000090
|
|
||||||
*110011+0000000000000001 21.324+0000000011254090 22.324+0000000008815450 31..00+0000000000032800 32..10+0000000000032785 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000001205 81..00+0000000465474729 82..00+0000000110533795 83..00+0000000000303558 71....+0000000000000000
|
|
||||||
*110012+0000000000000002 21.324+0000000011144520 22.324+0000000008850390 31..00+0000000000020325 32..10+0000000000020321 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000620 81..00+0000000465463403 82..00+0000000110539024 83..00+0000000000302973 71....+0000000000000000
|
|
||||||
*110013+0000000000000003 21.324+0000000010859200 22.324+0000000008922510 31..00+0000000000011668 32..10+0000000000011667 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000336 81..00+0000000465455561 82..00+0000000110542757 83..00+0000000000302689 71....+0000000000000000
|
|
||||||
*110014+0000000000000004 21.324+0000000007358330 22.324+0000000009603030 31..00+0000000000001983 32..10+0000000000001972 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000001 81..00+0000000465446424 82..00+0000000110547098 83..00+0000000000302354 71....+0000000000000000
|
|
||||||
*110015+0000000000000005 21.324+0000000005042460 22.324+0000000010727030 31..00+0000000000004476 32..10+0000000000004270 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000168 81..00+0000000465447834 82..00+0000000110549258 83..00+0000000000302521 71....+0000000000000000
|
|
||||||
*110016+0000000000000006 21.324+0000000003846420 22.324+0000000010921450 31..00+0000000000004204 32..10+0000000000003966 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000116 81..00+0000000465447013 82..00+0000000110549645 83..00+0000000000302470 71....+0000000000000000
|
|
||||||
*110017+0000000000000007 21.324+0000000003747460 22.324+0000000010758590 31..00+0000000000004468 32..10+0000000000004249 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000131 81..00+0000000465447133 82..00+0000000110549911 83..00+0000000000302484 71....+0000000000000000
|
|
||||||
*110018+0000000000000008 21.324+0000000033802160 22.324+0000000010150570 31..00+0000000000006199 32..10+0000000000006067 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000237 81..00+0000000465442260 82..00+0000000110552180 83..00+0000000000302590 71....+0000000000000000
|
|
||||||
*110019+0000000000000009 21.324+0000000029836160 22.324+0000000010648530 31..00+0000000000005488 32..10+0000000000005254 87..10+0000000000000000 58..16+0000000000000344 33..10-0000000000000078 81..00+0000000465439917 82..00+0000000110549069 83..00+0000000000302276 71....+0000000000000000
|
|
||||||
*110020+0000000000000010 21.324+0000000028230220 22.324+0000000009248440 31..00+0000000000010785 32..10+0000000000010772 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000319 81..00+0000000465434013 82..00+0000000110548886 83..00+0000000000302034 71....+0000000000000000
|
|
||||||
*110021+0000000000000011 21.324+0000000005208020 22.324+0000000009428210 31..00+0000000000004313 32..10+0000000000004300 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001174 81..00+0000000465447924 82..00+0000000110549193 83..00+0000000000303527 71....+0000000000000000
|
|
||||||
*110022+0000000000000012 21.324+0000000005044450 22.324+0000000008137520 31..00+0000000000004677 32..10+0000000000004627 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000891 81..00+0000000465448112 82..00+0000000110549481 83..00+0000000000303244 71....+0000000000000000
|
|
||||||
*110023+0000000000000013 21.324+0000000004322420 22.324+0000000007933420 31..00+0000000000011597 32..10+0000000000011405 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002311 81..00+0000000465452362 82..00+0000000110554843 83..00+0000000000304664 71....+0000000000000000
|
|
||||||
*110024+0000000000000014 21.324+0000000004213390 22.324+0000000008007010 31..00+0000000000015065 32..10+0000000000014842 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002796 81..00+0000000465454504 82..00+0000000110557544 83..00+0000000000305149 71....+0000000000000000
|
|
||||||
*110025+0000000000000015 21.324+0000000003346460 22.324+0000000008111590 31..00+0000000000017167 32..10+0000000000016965 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002836 81..00+0000000465453962 82..00+0000000110560654 83..00+0000000000305190 71....+0000000000000000
|
|
||||||
*110026+0000000000000016 21.324+0000000001534560 22.324+0000000008200030 31..00+0000000000027304 32..10+0000000000027038 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004010 81..00+0000000465451792 82..00+0000000110572598 83..00+0000000000306363 71....+0000000000000000
|
|
||||||
*110027+0000000000000017 21.324+0000000001558300 22.324+0000000008036540 31..00+0000000000028384 32..10+0000000000028004 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004838 81..00+0000000465452236 82..00+0000000110573476 83..00+0000000000307192 71....+0000000000000000
|
|
||||||
*110028+0000000000000018 21.324+0000000001428410 22.324+0000000008121540 31..00+0000000000028412 32..10+0000000000028090 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004476 81..00+0000000465451552 82..00+0000000110573751 83..00+0000000000306829 71....+0000000000000000
|
|
||||||
*110029+0000000000000019 21.324+0000000003416460 22.324+0000000008238380 31..00+0000000000027992 32..10+0000000000027761 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000003794 81..00+0000000465460165 82..00+0000000110569493 83..00+0000000000306147 71....+0000000000000000
|
|
||||||
*110030+0000000000000020 21.324+0000000004217270 22.324+0000000007814330 31..00+0000000000024595 32..10+0000000000024079 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006522 81..00+0000000465460732 82..00+0000000110564366 83..00+0000000000308875 71....+0000000000000000
|
|
||||||
*110031+0000000000000021 21.324+0000000005331040 22.324+0000000007125310 31..00+0000000000015239 32..10+0000000000014445 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006364 81..00+0000000465456144 82..00+0000000110555142 83..00+0000000000308718 71....+0000000000000000
|
|
||||||
*110032+0000000000000022 21.324+0000000008053160 22.324+0000000007227170 31..00+0000000000023186 32..10+0000000000022107 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000008500 81..00+0000000465466357 82..00+0000000110550055 83..00+0000000000310853 71....+0000000000000000
|
|
||||||
*110033+0000000000000023 21.324+0000000001902580 22.324+0000000007724330 31..00+0000000000039212 32..10+0000000000038269 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010058 81..00+0000000465457019 82..00+0000000110582726 83..00+0000000000312411 71....+0000000000000000
|
|
||||||
*110034+0000000000000024 21.324+0000000003810480 22.324+0000000007832240 31..00+0000000000043712 32..10+0000000000042840 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010195 81..00+0000000465471010 82..00+0000000110580229 83..00+0000000000312548 71....+0000000000000000
|
|
||||||
*110035+0000000000000031 21.324+0000000034458570 22.324+0000000009054050 31..00+0000000000005359 32..10+0000000000005358 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001426 81..00+0000000465443141 82..00+0000000110551729 83..00+0000000000303779 71....+0000000000000000
|
|
||||||
*110036+0000000000000032 21.324+0000000029233050 22.324+0000000009558110 31..00+0000000000004488 32..10+0000000000004464 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000257 81..00+0000000465440407 82..00+0000000110548265 83..00+0000000000302097 71....+0000000000000000
|
|
||||||
*110037+0000000000000033 21.324+0000000027506040 22.324+0000000009425520 31..00+0000000000006362 32..10+0000000000006343 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000282 81..00+0000000465438211 82..00+0000000110547118 83..00+0000000000302072 71....+0000000000000000
|
|
||||||
*110038+0000000000000034 21.324+0000000027631400 22.324+0000000009349170 31..00+0000000000010047 32..10+0000000000010024 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000460 81..00+0000000465434570 82..00+0000000110547693 83..00+0000000000301894 71....+0000000000000000
|
|
||||||
*110039+0000000000000035 21.324+0000000027424370 22.324+0000000009425240 31..00+0000000000007978 32..10+0000000000007954 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000405 81..00+0000000465436599 82..00+0000000110547165 83..00+0000000000301948 71....+0000000000000000
|
|
||||||
*110040+0000000000000036 21.324+0000000027337580 22.324+0000000009552300 31..00+0000000000005445 32..10+0000000000005416 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000347 81..00+0000000465439124 82..00+0000000110546897 83..00+0000000000302006 71....+0000000000000000
|
|
||||||
*110041+0000000000000037 21.324+0000000026954060 22.324+0000000009916340 31..00+0000000000002914 32..10+0000000000002876 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000260 81..00+0000000465441653 82..00+0000000110546549 83..00+0000000000302094 71....+0000000000000000
|
|
||||||
*110042+0000000000000038 21.324+0000000013027410 22.324+0000000009545570 31..00+0000000000002638 32..10+0000000000002625 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000055 81..00+0000000465446526 82..00+0000000110544850 83..00+0000000000302298 71....+0000000000000000
|
|
||||||
*110043+0000000000000039 21.324+0000000011808360 22.324+0000000009002460 31..00+0000000000011703 32..10+0000000000011703 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000201 81..00+0000000465454849 82..00+0000000110541033 83..00+0000000000302554 71....+0000000000000000
|
|
||||||
*110044+0000000000000040 21.324+0000000011708390 22.324+0000000008931290 31..00+0000000000017790 32..10+0000000000017789 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000358 81..00+0000000465460359 82..00+0000000110538438 83..00+0000000000302711 71....+0000000000000000
|
|
||||||
*110045+0000000000000041 21.324+0000000011609380 22.324+0000000008913070 31..00+0000000000031001 32..10+0000000000030998 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000633 81..00+0000000465472352 82..00+0000000110532887 83..00+0000000000302986 71....+0000000000000000
|
|
||||||
*110046+0000000000000042 21.324+0000000011526030 22.324+0000000008909420 31..00+0000000000032271 32..10+0000000000032268 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000682 81..00+0000000465473669 82..00+0000000110532696 83..00+0000000000303036 71....+0000000000000000
|
|
||||||
*110047+0000000000000043 21.324+0000000011346490 22.324+0000000008855450 31..00+0000000000032842 32..10+0000000000032836 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000824 81..00+0000000465474578 82..00+0000000110533313 83..00+0000000000303177 71....+0000000000000000
|
|
@ -1,3 +0,0 @@
|
|||||||
GS001 465423.089 110526.243 301.586
|
|
||||||
GS002 465437.688 110547.569 302.107
|
|
||||||
GS003 465472.908 110527.226 302.945
|
|
Binary file not shown.
Binary file not shown.
@ -15,23 +15,23 @@
|
|||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
<PublishUrl>E:\_Boris\Git_YunoHost\TPS1100-Convert\publish\</PublishUrl>
|
<PublishUrl>ftp://85.10.23.230/tps1100/publish/</PublishUrl>
|
||||||
<Install>true</Install>
|
<Install>true</Install>
|
||||||
<InstallFrom>Disk</InstallFrom>
|
<InstallFrom>Disk</InstallFrom>
|
||||||
<UpdateEnabled>false</UpdateEnabled>
|
<UpdateEnabled>true</UpdateEnabled>
|
||||||
<UpdateMode>Background</UpdateMode>
|
<UpdateMode>Background</UpdateMode>
|
||||||
<UpdateInterval>7</UpdateInterval>
|
<UpdateInterval>7</UpdateInterval>
|
||||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||||
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
<UpdateRequired>false</UpdateRequired>
|
<UpdateRequired>false</UpdateRequired>
|
||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<UpdateUrl>https://multibox.nohost.me/gitea/boris/TPS1100-Convert/publish/</UpdateUrl>
|
|
||||||
<TargetCulture>sl-SI</TargetCulture>
|
<TargetCulture>sl-SI</TargetCulture>
|
||||||
<ProductName>TPS1100 Convert</ProductName>
|
<ProductName>TPS1100 Convert</ProductName>
|
||||||
<PublisherName>2B geoinformatika d.o.o.</PublisherName>
|
<PublisherName>Boris Bilc</PublisherName>
|
||||||
<MinimumRequiredVersion>2.1.0.4</MinimumRequiredVersion>
|
<MinimumRequiredVersion>2.1.0.4</MinimumRequiredVersion>
|
||||||
<WebPage>publish.html</WebPage>
|
<WebPage>publish.html</WebPage>
|
||||||
<ApplicationRevision>4</ApplicationRevision>
|
<AutorunEnabled>true</AutorunEnabled>
|
||||||
|
<ApplicationRevision>6</ApplicationRevision>
|
||||||
<ApplicationVersion>2.7.0.%2a</ApplicationVersion>
|
<ApplicationVersion>2.7.0.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||||
@ -205,6 +205,7 @@
|
|||||||
<Content Include="CHANGELOG.md">
|
<Content Include="CHANGELOG.md">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<None Include="My Project\Icons\icons8-caps-lock-on-50.png" />
|
||||||
<Content Include="version.txt" />
|
<Content Include="version.txt" />
|
||||||
<None Include="My Project\app.manifest" />
|
<None Include="My Project\app.manifest" />
|
||||||
<None Include="My Project\Application.myapp">
|
<None Include="My Project\Application.myapp">
|
||||||
@ -220,7 +221,7 @@
|
|||||||
</None>
|
</None>
|
||||||
<None Include="App.config" />
|
<None Include="App.config" />
|
||||||
<None Include="My Project\Icons\icons8-rotate-48.png" />
|
<None Include="My Project\Icons\icons8-rotate-48.png" />
|
||||||
<Content Include="Navodila.pdf">
|
<Content Include="Podatki\Navodila.pdf">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="README.md">
|
<Content Include="README.md">
|
||||||
@ -305,14 +306,15 @@
|
|||||||
<None Include="My Project\Icons\icons8-send-file-50.png" />
|
<None Include="My Project\Icons\icons8-send-file-50.png" />
|
||||||
<None Include="My Project\Icons\icons8-support-50.png" />
|
<None Include="My Project\Icons\icons8-support-50.png" />
|
||||||
<None Include="My Project\Icons\icons8-question-mark-48.png" />
|
<None Include="My Project\Icons\icons8-question-mark-48.png" />
|
||||||
<None Include="Podatki\GSI_code.txt" />
|
<AdditionalFiles Include="Podatki\GSI_DataCodes.txt">
|
||||||
<Content Include="Podatki\GSI_DataCodes.txt">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</AdditionalFiles>
|
||||||
<None Include="My Project\Icons\icons8-check-file-50.png" />
|
<None Include="My Project\Icons\icons8-check-file-50.png" />
|
||||||
<None Include="My Project\Icons\icons8-menu-50.png" />
|
<None Include="My Project\Icons\icons8-menu-50.png" />
|
||||||
<None Include="My Project\Icons\icons8-program-50.png" />
|
<None Include="My Project\Icons\icons8-program-50.png" />
|
||||||
<Content Include="Podatki\TEST.txt" />
|
<Content Include="Podatki\TEST.txt">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="TPS1100CNVRT.ico" />
|
<Content Include="TPS1100CNVRT.ico" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -1,102 +0,0 @@
|
|||||||
# TPS1100 Convert: Zapisnik Razvoja
|
|
||||||
|
|
||||||
Zapisnik razvoja programa TPS1100 Convert.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## v2.7.0.4 (2024/06/20)
|
|
||||||
|
|
||||||
### Novo
|
|
||||||
|
|
||||||
- Dodano preverjanje za posodobitve
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## v2.7.0.3 (2024/06/20)
|
|
||||||
|
|
||||||
### Novo
|
|
||||||
|
|
||||||
- Dodane funkcije za uvoz, izvoz in ponastavitev kodiranja podatkov v nastavitvah
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## v2.7.0.0 (2024/06/20)
|
|
||||||
|
|
||||||
### Novo
|
|
||||||
|
|
||||||
- Priprava GEO datoteke za obdelavo meritev v programu GeoPro/GeoX
|
|
||||||
- Dodano izpisovanje klasifikacije točk uporabljenih za orientacijo (Seznamu točk)
|
|
||||||
- Dodane kode za ročni vnos podatkov:
|
|
||||||
- (koda: 1) stojišče
|
|
||||||
- (koda: 2) temperatura in zračni pritisk pritisk
|
|
||||||
- (koda: 3) orientacije
|
|
||||||
|
|
||||||
|
|
||||||
### Spremembe
|
|
||||||
|
|
||||||
- Dodana vrstica z meniji Datoteka in Program
|
|
||||||
- Posodobljen vmesnik v glavnem oknu aplikacije
|
|
||||||
- Funkcije Info, Navodila in Nastavitve so prestavljene v vrstico z meniji
|
|
||||||
- Sprememnjen način prikazovanja polj za ročni vnos podatkov za stojišče, temp./pritisk in orientacijo (Urejevalnik GSI datotek)
|
|
||||||
- Odstranjena koda za "StakeOut" (ni uporabna)
|
|
||||||
|
|
||||||
|
|
||||||
### V Delu
|
|
||||||
|
|
||||||
- Delo na dokumentaciji:
|
|
||||||
- Navodila za uporabo programa
|
|
||||||
- Kodiranje podatkov (uporaba in opis kod)
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Verzija - 2.6.x
|
|
||||||
|
|
||||||
Datum: 2024/06/13
|
|
||||||
|
|
||||||
- Dodane koda za orientacije in podatke o stojišču
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Verzija - 2.5.x
|
|
||||||
|
|
||||||
Datum: 2024/06/10
|
|
||||||
|
|
||||||
- Dodan menu z nastavitvami
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Verzija - 2.4
|
|
||||||
|
|
||||||
Datum: 2024/06/03
|
|
||||||
|
|
||||||
- Dodan urejevalnik GSI datotek
|
|
||||||
- Dodana opcija za izbiro decimalnega ločila (Pika/Vejica)
|
|
||||||
- Dodana opcija za izbiro ločila med podatki (Presledek/Tabulator)
|
|
||||||
- Izpis zapisnika meritev kot tabela
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Verzija - 2.1
|
|
||||||
|
|
||||||
Datum: 2018/12/27
|
|
||||||
|
|
||||||
- Združen izpis seznama koordinat točk (Merjene Točke + Vse Točke)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Verzija - 2.0
|
|
||||||
|
|
||||||
Datum: 2018/12/27
|
|
||||||
|
|
||||||
- Dodano izpisovanje kodiranja v "Zapisnik Meritve"
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Verzija - 1.0
|
|
||||||
|
|
||||||
Datum: 2016/06/26
|
|
||||||
|
|
||||||
- Prva izdaja programa
|
|
Binary file not shown.
@ -1,39 +0,0 @@
|
|||||||
11 Pointnumber
|
|
||||||
12 Serial number
|
|
||||||
13 Instrument type
|
|
||||||
19 Time
|
|
||||||
21 Horizontal Angle
|
|
||||||
22 Vertical Angle
|
|
||||||
25 Horizontal Angle Correction
|
|
||||||
31 Slope distance
|
|
||||||
32 Horizontal distance
|
|
||||||
33 Height difference
|
|
||||||
41 Code-Block ID
|
|
||||||
42 Information 1
|
|
||||||
43 Information 2
|
|
||||||
44 Information 3
|
|
||||||
45 Information 4
|
|
||||||
46 Information 5
|
|
||||||
47 Information 6
|
|
||||||
48 Information 7
|
|
||||||
49 Information 8
|
|
||||||
51 PPM/mm
|
|
||||||
58 Prism constant
|
|
||||||
59 PPM
|
|
||||||
71 Remark 1
|
|
||||||
72 Remark 2
|
|
||||||
73 Remark 3
|
|
||||||
74 Remark 4
|
|
||||||
75 Remark 5
|
|
||||||
76 Remark 6
|
|
||||||
77 Remark 7
|
|
||||||
78 Remark 8
|
|
||||||
79 Remark 9
|
|
||||||
81 Easting
|
|
||||||
82 Northing
|
|
||||||
83 Elevation
|
|
||||||
84 St. Easting
|
|
||||||
85 St. Northing
|
|
||||||
86 St. Height
|
|
||||||
87 Reflector height
|
|
||||||
88 Instrument height
|
|
@ -1,64 +0,0 @@
|
|||||||
*410000+0000000000000099
|
|
||||||
*110001+00000000000GS001 81..00+0000000465423089 82..00+0000000110526243 83..00+0000000000301586
|
|
||||||
*110002+00000000000GS002 81..00+0000000465437688 82..00+0000000110547569 83..00+0000000000302107
|
|
||||||
*110003+00000000000GS003 81..00+0000000465472908 82..00+0000000110527226 83..00+0000000000302945
|
|
||||||
*410000+0000000000000002 71....+0000000000000021 72....+0000000000001015
|
|
||||||
*410010+0000000000000040
|
|
||||||
*110004+00000000000GS001 21.324+0000000013831010 22.324+0000000008932340 31..00+0000000000029523 32..10+0000000000029522 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000754 81..00+0000000531242578 82..00+0000000073008189 83..00+0000000000800864 71....+0000000000000000
|
|
||||||
*110005+00000000000GS002 21.324+0000000019023040 22.324+0000000010338410 31..00+0000000000007115 32..10+0000000000006914 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000268 81..00+0000000531221776 82..00+0000000073023505 83..00+0000000000801350 71....+0000000000000000
|
|
||||||
*110006+00000000000GS003 21.324+0000000003614410 22.324+0000000009121020 31..00+0000000000034333 32..10+0000000000034324 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000531243315 82..00+0000000073057988 83..00+0000000000802219 71....+0000000000000000
|
|
||||||
*110007+0000000000011111 25.344+0000000008801190 84..40+0000000465444529 85..40+0000000110546554 86..40+0000000000302353 87..10+0000000000000100 88..10+0000000000001510
|
|
||||||
*410000+0000000000000080
|
|
||||||
*110008+00000000000GS003 21.324+0000000012415590 22.324+0000000009121020 31..00+0000000000034332 32..10+0000000000034323 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000465472895 82..00+0000000110527228 83..00+0000000000302954 71....+0000000000000000
|
|
||||||
*110009+00000000000GS001 21.324+0000000022632260 22.324+0000000008932390 31..00+0000000000029524 32..10+0000000000029523 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000755 81..00+0000000465423100 82..00+0000000110526246 83..00+0000000000301598 71....+0000000000000000
|
|
||||||
*110010+00000000000GS002 21.324+0000000027824300 22.324+0000000010339390 31..00+0000000000007112 32..10+0000000000006911 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000270 81..00+0000000465437693 82..00+0000000110547564 83..00+0000000000302084 71....+0000000000000000
|
|
||||||
*410000+0000000000000090
|
|
||||||
*110011+0000000000000001 21.324+0000000011254090 22.324+0000000008815450 31..00+0000000000032800 32..10+0000000000032785 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000001205 81..00+0000000465474729 82..00+0000000110533795 83..00+0000000000303558 71....+0000000000000000
|
|
||||||
*110012+0000000000000002 21.324+0000000011144520 22.324+0000000008850390 31..00+0000000000020325 32..10+0000000000020321 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000620 81..00+0000000465463403 82..00+0000000110539024 83..00+0000000000302973 71....+0000000000000000
|
|
||||||
*110013+0000000000000003 21.324+0000000010859200 22.324+0000000008922510 31..00+0000000000011668 32..10+0000000000011667 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000336 81..00+0000000465455561 82..00+0000000110542757 83..00+0000000000302689 71....+0000000000000000
|
|
||||||
*110014+0000000000000004 21.324+0000000007358330 22.324+0000000009603030 31..00+0000000000001983 32..10+0000000000001972 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000001 81..00+0000000465446424 82..00+0000000110547098 83..00+0000000000302354 71....+0000000000000000
|
|
||||||
*110015+0000000000000005 21.324+0000000005042460 22.324+0000000010727030 31..00+0000000000004476 32..10+0000000000004270 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000168 81..00+0000000465447834 82..00+0000000110549258 83..00+0000000000302521 71....+0000000000000000
|
|
||||||
*110016+0000000000000006 21.324+0000000003846420 22.324+0000000010921450 31..00+0000000000004204 32..10+0000000000003966 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000116 81..00+0000000465447013 82..00+0000000110549645 83..00+0000000000302470 71....+0000000000000000
|
|
||||||
*110017+0000000000000007 21.324+0000000003747460 22.324+0000000010758590 31..00+0000000000004468 32..10+0000000000004249 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000131 81..00+0000000465447133 82..00+0000000110549911 83..00+0000000000302484 71....+0000000000000000
|
|
||||||
*110018+0000000000000008 21.324+0000000033802160 22.324+0000000010150570 31..00+0000000000006199 32..10+0000000000006067 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000237 81..00+0000000465442260 82..00+0000000110552180 83..00+0000000000302590 71....+0000000000000000
|
|
||||||
*110019+0000000000000009 21.324+0000000029836160 22.324+0000000010648530 31..00+0000000000005488 32..10+0000000000005254 87..10+0000000000000000 58..16+0000000000000344 33..10-0000000000000078 81..00+0000000465439917 82..00+0000000110549069 83..00+0000000000302276 71....+0000000000000000
|
|
||||||
*110020+0000000000000010 21.324+0000000028230220 22.324+0000000009248440 31..00+0000000000010785 32..10+0000000000010772 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000319 81..00+0000000465434013 82..00+0000000110548886 83..00+0000000000302034 71....+0000000000000000
|
|
||||||
*110021+0000000000000011 21.324+0000000005208020 22.324+0000000009428210 31..00+0000000000004313 32..10+0000000000004300 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001174 81..00+0000000465447924 82..00+0000000110549193 83..00+0000000000303527 71....+0000000000000000
|
|
||||||
*110022+0000000000000012 21.324+0000000005044450 22.324+0000000008137520 31..00+0000000000004677 32..10+0000000000004627 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000891 81..00+0000000465448112 82..00+0000000110549481 83..00+0000000000303244 71....+0000000000000000
|
|
||||||
*110023+0000000000000013 21.324+0000000004322420 22.324+0000000007933420 31..00+0000000000011597 32..10+0000000000011405 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002311 81..00+0000000465452362 82..00+0000000110554843 83..00+0000000000304664 71....+0000000000000000
|
|
||||||
*110024+0000000000000014 21.324+0000000004213390 22.324+0000000008007010 31..00+0000000000015065 32..10+0000000000014842 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002796 81..00+0000000465454504 82..00+0000000110557544 83..00+0000000000305149 71....+0000000000000000
|
|
||||||
*110025+0000000000000015 21.324+0000000003346460 22.324+0000000008111590 31..00+0000000000017167 32..10+0000000000016965 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002836 81..00+0000000465453962 82..00+0000000110560654 83..00+0000000000305190 71....+0000000000000000
|
|
||||||
*110026+0000000000000016 21.324+0000000001534560 22.324+0000000008200030 31..00+0000000000027304 32..10+0000000000027038 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004010 81..00+0000000465451792 82..00+0000000110572598 83..00+0000000000306363 71....+0000000000000000
|
|
||||||
*110027+0000000000000017 21.324+0000000001558300 22.324+0000000008036540 31..00+0000000000028384 32..10+0000000000028004 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004838 81..00+0000000465452236 82..00+0000000110573476 83..00+0000000000307192 71....+0000000000000000
|
|
||||||
*110028+0000000000000018 21.324+0000000001428410 22.324+0000000008121540 31..00+0000000000028412 32..10+0000000000028090 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004476 81..00+0000000465451552 82..00+0000000110573751 83..00+0000000000306829 71....+0000000000000000
|
|
||||||
*110029+0000000000000019 21.324+0000000003416460 22.324+0000000008238380 31..00+0000000000027992 32..10+0000000000027761 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000003794 81..00+0000000465460165 82..00+0000000110569493 83..00+0000000000306147 71....+0000000000000000
|
|
||||||
*110030+0000000000000020 21.324+0000000004217270 22.324+0000000007814330 31..00+0000000000024595 32..10+0000000000024079 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006522 81..00+0000000465460732 82..00+0000000110564366 83..00+0000000000308875 71....+0000000000000000
|
|
||||||
*110031+0000000000000021 21.324+0000000005331040 22.324+0000000007125310 31..00+0000000000015239 32..10+0000000000014445 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006364 81..00+0000000465456144 82..00+0000000110555142 83..00+0000000000308718 71....+0000000000000000
|
|
||||||
*110032+0000000000000022 21.324+0000000008053160 22.324+0000000007227170 31..00+0000000000023186 32..10+0000000000022107 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000008500 81..00+0000000465466357 82..00+0000000110550055 83..00+0000000000310853 71....+0000000000000000
|
|
||||||
*110033+0000000000000023 21.324+0000000001902580 22.324+0000000007724330 31..00+0000000000039212 32..10+0000000000038269 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010058 81..00+0000000465457019 82..00+0000000110582726 83..00+0000000000312411 71....+0000000000000000
|
|
||||||
*110034+0000000000000024 21.324+0000000003810480 22.324+0000000007832240 31..00+0000000000043712 32..10+0000000000042840 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010195 81..00+0000000465471010 82..00+0000000110580229 83..00+0000000000312548 71....+0000000000000000
|
|
||||||
*110035+0000000000000031 21.324+0000000034458570 22.324+0000000009054050 31..00+0000000000005359 32..10+0000000000005358 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001426 81..00+0000000465443141 82..00+0000000110551729 83..00+0000000000303779 71....+0000000000000000
|
|
||||||
*110036+0000000000000032 21.324+0000000029233050 22.324+0000000009558110 31..00+0000000000004488 32..10+0000000000004464 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000257 81..00+0000000465440407 82..00+0000000110548265 83..00+0000000000302097 71....+0000000000000000
|
|
||||||
*110037+0000000000000033 21.324+0000000027506040 22.324+0000000009425520 31..00+0000000000006362 32..10+0000000000006343 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000282 81..00+0000000465438211 82..00+0000000110547118 83..00+0000000000302072 71....+0000000000000000
|
|
||||||
*110038+0000000000000034 21.324+0000000027631400 22.324+0000000009349170 31..00+0000000000010047 32..10+0000000000010024 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000460 81..00+0000000465434570 82..00+0000000110547693 83..00+0000000000301894 71....+0000000000000000
|
|
||||||
*110039+0000000000000035 21.324+0000000027424370 22.324+0000000009425240 31..00+0000000000007978 32..10+0000000000007954 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000405 81..00+0000000465436599 82..00+0000000110547165 83..00+0000000000301948 71....+0000000000000000
|
|
||||||
*110040+0000000000000036 21.324+0000000027337580 22.324+0000000009552300 31..00+0000000000005445 32..10+0000000000005416 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000347 81..00+0000000465439124 82..00+0000000110546897 83..00+0000000000302006 71....+0000000000000000
|
|
||||||
*110041+0000000000000037 21.324+0000000026954060 22.324+0000000009916340 31..00+0000000000002914 32..10+0000000000002876 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000260 81..00+0000000465441653 82..00+0000000110546549 83..00+0000000000302094 71....+0000000000000000
|
|
||||||
*110042+0000000000000038 21.324+0000000013027410 22.324+0000000009545570 31..00+0000000000002638 32..10+0000000000002625 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000055 81..00+0000000465446526 82..00+0000000110544850 83..00+0000000000302298 71....+0000000000000000
|
|
||||||
*110043+0000000000000039 21.324+0000000011808360 22.324+0000000009002460 31..00+0000000000011703 32..10+0000000000011703 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000201 81..00+0000000465454849 82..00+0000000110541033 83..00+0000000000302554 71....+0000000000000000
|
|
||||||
*110044+0000000000000040 21.324+0000000011708390 22.324+0000000008931290 31..00+0000000000017790 32..10+0000000000017789 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000358 81..00+0000000465460359 82..00+0000000110538438 83..00+0000000000302711 71....+0000000000000000
|
|
||||||
*110045+0000000000000041 21.324+0000000011609380 22.324+0000000008913070 31..00+0000000000031001 32..10+0000000000030998 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000633 81..00+0000000465472352 82..00+0000000110532887 83..00+0000000000302986 71....+0000000000000000
|
|
||||||
*110046+0000000000000042 21.324+0000000011526030 22.324+0000000008909420 31..00+0000000000032271 32..10+0000000000032268 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000682 81..00+0000000465473669 82..00+0000000110532696 83..00+0000000000303036 71....+0000000000000000
|
|
||||||
*110047+0000000000000043 21.324+0000000011346490 22.324+0000000008855450 31..00+0000000000032842 32..10+0000000000032836 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000824 81..00+0000000465474578 82..00+0000000110533313 83..00+0000000000303177 71....+0000000000000000
|
|
||||||
*410010+0000000000000040
|
|
||||||
*110004+00000000000GS001 21.324+0000000013831010 22.324+0000000008932340 31..00+0000000000029523 32..10+0000000000029522 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000754 81..00+0000000531242578 82..00+0000000073008189 83..00+0000000000800864 71....+0000000000000000
|
|
||||||
*110005+00000000000GS002 21.324+0000000019023040 22.324+0000000010338410 31..00+0000000000007115 32..10+0000000000006914 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000268 81..00+0000000531221776 82..00+0000000073023505 83..00+0000000000801350 71....+0000000000000000
|
|
||||||
*110006+00000000000GS003 21.324+0000000003614410 22.324+0000000009121020 31..00+0000000000034333 32..10+0000000000034324 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000531243315 82..00+0000000073057988 83..00+0000000000802219 71....+0000000000000000
|
|
||||||
*110007+0000000000011111 25.344+0000000008801190 84..40+0000000465444529 85..40+0000000110546554 86..40+0000000000302353 87..10+0000000000000100 88..10+0000000000001510
|
|
||||||
*410000+0000000000000080
|
|
||||||
*110008+00000000000GS003 21.324+0000000012415590 22.324+0000000009121020 31..00+0000000000034332 32..10+0000000000034323 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000465472895 82..00+0000000110527228 83..00+0000000000302954 71....+0000000000000000
|
|
||||||
*110009+00000000000GS001 21.324+0000000022632260 22.324+0000000008932390 31..00+0000000000029524 32..10+0000000000029523 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000755 81..00+0000000465423100 82..00+0000000110526246 83..00+0000000000301598 71....+0000000000000000
|
|
||||||
*110010+00000000000GS002 21.324+0000000027824300 22.324+0000000010339390 31..00+0000000000007112 32..10+0000000000006911 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000270 81..00+0000000465437693 82..00+0000000110547564 83..00+0000000000302084 71....+0000000000000000
|
|
||||||
*410000+0000000000000090
|
|
||||||
*110011+0000000000000001 21.324+0000000011254090 22.324+0000000008815450 31..00+0000000000032800 32..10+0000000000032785 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000001205 81..00+0000000465474729 82..00+0000000110533795 83..00+0000000000303558 71....+0000000000000000
|
|
||||||
*110012+0000000000000002 21.324+0000000011144520 22.324+0000000008850390 31..00+0000000000020325 32..10+0000000000020321 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000620 81..00+0000000465463403 82..00+0000000110539024 83..00+0000000000302973 71....+0000000000000000
|
|
Binary file not shown.
@ -1,47 +0,0 @@
|
|||||||
# TPS1100 Convert
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Program za pretvorbo GSI datotek v obliko primerno za branje.
|
|
||||||
|
|
||||||
Enostavna priprava in izvoz podatkov meritev v različnih oblikah...
|
|
||||||
|
|
||||||
- Zapisnik Meritev (podatki meritev kot so Hz, V, SD, HD,...)
|
|
||||||
- Koordinate Točk (seznam točk v obliki E, N, Ht, koda in klasifikacija)
|
|
||||||
- Priprava GSI datoteke iz seznama točk (Uvoz TXT/KOO/... datotek)
|
|
||||||
|
|
||||||
Program uporablja kodiranje podatkov za prepoznavo posameznih elementov meritev.
|
|
||||||
<br>
|
|
||||||
|
|
||||||
Aplikacija je še v razvoju, zato so nekatere možnosti omejene.<br>
|
|
||||||
Prav tako je trenutno potreben točno določen vrstni red zapisa podatkov v GSI datotekah.
|
|
||||||
|
|
||||||
Zgodovino posodobite si lahko preberete [tukaj](https://multibox.nohost.me/gitea/boris/TPS1100-Convert/src/branch/main/CHANGELOG.md)
|
|
||||||
|
|
||||||
Izdelal: Boris Bilc
|
|
||||||
|
|
||||||
Programski jezik: VB.NET
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Kodiranje Podatkov
|
|
||||||
|
|
||||||
| Koda | Podatki |
|
|
||||||
|------|------------------------|
|
|
||||||
| 10 | Quick Set |
|
|
||||||
| 20 | Set Azimuth |
|
|
||||||
| 30 | Resection |
|
|
||||||
| 40 | Free Station |
|
|
||||||
| 50 | Ori. and Ht. Transfer |
|
|
||||||
| 90 | Measured Data |
|
|
||||||
| 99 | Imported/User Data |
|
|
||||||
|
|
||||||
|
|
||||||
## Posnetki Programa
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
Binary file not shown.
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
GS001 465423.089 110526.243 301.586
|
|
||||||
GS002 465437.688 110547.569 302.107
|
|
||||||
GS003 465472.908 110527.226 302.945
|
|
@ -1,28 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert.application" version="2.7.0.0" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<description asmv2:publisher="2B geoinformatika d.o.o." asmv2:product="TPS1100 Convert" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<deployment install="true" mapFileExtensions="true" co.v1:createDesktopShortcut="true">
|
|
||||||
<subscription>
|
|
||||||
<update>
|
|
||||||
<expiration maximumAge="0" unit="days" />
|
|
||||||
</update>
|
|
||||||
</subscription>
|
|
||||||
<deploymentProvider codebase="https://multibox.nohost.me/gitea/boris/TPS1100-Convert/publish/TPS1100%20Convert.application" />
|
|
||||||
</deployment>
|
|
||||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
|
|
||||||
</compatibleFrameworks>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="install" codebase="Application Files\TPS1100 Convert_2_7_0_0\TPS1100 Convert.exe.manifest" size="5492">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert.exe" version="2.7.0.0" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" type="win32" />
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>1Bm76QwJFeCzLInabhVx+KpdwO1vwfMVQz76su0OBio=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
</asmv1:assembly>
|
|
@ -1,75 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<configSections>
|
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
||||||
<section name="TPS1100_Convert.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
||||||
</sectionGroup>
|
|
||||||
</configSections>
|
|
||||||
<startup>
|
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
|
||||||
</startup>
|
|
||||||
<userSettings>
|
|
||||||
<TPS1100_Convert.My.MySettings>
|
|
||||||
<setting name="ZadnjaMapa" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="DecimalnoLocilo" serializeAs="String">
|
|
||||||
<value>Pika</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodeUporabnik" serializeAs="String">
|
|
||||||
<value>Da</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="Datoteka" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="Stolpci" serializeAs="String">
|
|
||||||
<value>0</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="DatLogfile" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="MapaShrani" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaQuickSet" serializeAs="String">
|
|
||||||
<value>10</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaSetAzi" serializeAs="String">
|
|
||||||
<value>20</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaResection" serializeAs="String">
|
|
||||||
<value>30</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaFreeStation" serializeAs="String">
|
|
||||||
<value>40</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaOriHtTrans" serializeAs="String">
|
|
||||||
<value>50</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaMeasOri" serializeAs="String">
|
|
||||||
<value>80</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaMeas" serializeAs="String">
|
|
||||||
<value>90</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStake" serializeAs="String">
|
|
||||||
<value>91</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaUserImport" serializeAs="String">
|
|
||||||
<value>99</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStojisce" serializeAs="String">
|
|
||||||
<value>1</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStojisceInfo" serializeAs="String">
|
|
||||||
<value>2</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="Pisava" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStojisceOri" serializeAs="String">
|
|
||||||
<value>3</value>
|
|
||||||
</setting>
|
|
||||||
</TPS1100_Convert.My.MySettings>
|
|
||||||
</userSettings>
|
|
||||||
</configuration>
|
|
Binary file not shown.
@ -1,101 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<asmv1:assemblyIdentity name="TPS1100 Convert.exe" version="2.7.0.0" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" type="win32" />
|
|
||||||
<description asmv2:iconFile="TPS1100CNVRT.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<application />
|
|
||||||
<entryPoint>
|
|
||||||
<assemblyIdentity name="TPS1100 Convert" version="2.7.0.0" language="neutral" processorArchitecture="msil" />
|
|
||||||
<commandLine file="TPS1100 Convert.exe" parameters="" />
|
|
||||||
</entryPoint>
|
|
||||||
<trustInfo>
|
|
||||||
<security>
|
|
||||||
<applicationRequestMinimum>
|
|
||||||
<PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" />
|
|
||||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
|
||||||
</applicationRequestMinimum>
|
|
||||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
||||||
<!-- UAC Manifest Options
|
|
||||||
If you want to change the Windows User Account Control level replace the
|
|
||||||
requestedExecutionLevel node with one of the following.
|
|
||||||
|
|
||||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
||||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
|
||||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
|
||||||
|
|
||||||
Specifying requestedExecutionLevel element will disable file and registry virtualization.
|
|
||||||
Remove this element if your application requires this virtualization for backwards
|
|
||||||
compatibility.
|
|
||||||
-->
|
|
||||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
||||||
</requestedPrivileges>
|
|
||||||
</security>
|
|
||||||
</trustInfo>
|
|
||||||
<dependency>
|
|
||||||
<dependentOS>
|
|
||||||
<osVersionInfo>
|
|
||||||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
|
|
||||||
</osVersionInfo>
|
|
||||||
</dependentOS>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
|
||||||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TPS1100 Convert.exe" size="1237504">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert" version="2.7.0.0" language="neutral" processorArchitecture="msil" />
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>L1lPIClGUVYNc6U1zmNw8io3ZW5HNiDzEs2eTrBrxw0=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
<file name="Podatki\TEST.txt" size="111">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>cEKQ3UJZqlT+pcEDo3keS5sCumc6xExVvgGt/ax4Sdc=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="TPS1100 Convert.exe.config" size="3202">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>DKmfps4sVKfRIT/JxqpGuBvwquWVy75Q3MES8uE6RL0=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="TPS1100CNVRT.ico" size="176342">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>74qm9dMNKX/YirNPCGO0q9XYo6Tzd8K6cBxxg17LnsU=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
|
||||||
<application>
|
|
||||||
<!-- A list of the Windows versions that this application has been tested on
|
|
||||||
and is designed to work with. Uncomment the appropriate elements
|
|
||||||
and Windows will automatically select the most compatible environment. -->
|
|
||||||
<!-- Windows Vista -->
|
|
||||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
|
||||||
<!-- Windows 7 -->
|
|
||||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
|
||||||
<!-- Windows 8 -->
|
|
||||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
|
||||||
<!-- Windows 8.1 -->
|
|
||||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
|
||||||
<!-- Windows 10 -->
|
|
||||||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
|
||||||
</application>
|
|
||||||
</compatibility>
|
|
||||||
</asmv1:assembly>
|
|
Binary file not shown.
Before Width: | Height: | Size: 172 KiB |
Binary file not shown.
@ -1,39 +0,0 @@
|
|||||||
11 Pointnumber
|
|
||||||
12 Serial number
|
|
||||||
13 Instrument type
|
|
||||||
19 Time
|
|
||||||
21 Horizontal Angle
|
|
||||||
22 Vertical Angle
|
|
||||||
25 Horizontal Angle Correction
|
|
||||||
31 Slope distance
|
|
||||||
32 Horizontal distance
|
|
||||||
33 Height difference
|
|
||||||
41 Code-Block ID
|
|
||||||
42 Information 1
|
|
||||||
43 Information 2
|
|
||||||
44 Information 3
|
|
||||||
45 Information 4
|
|
||||||
46 Information 5
|
|
||||||
47 Information 6
|
|
||||||
48 Information 7
|
|
||||||
49 Information 8
|
|
||||||
51 PPM/mm
|
|
||||||
58 Prism constant
|
|
||||||
59 PPM
|
|
||||||
71 Remark 1
|
|
||||||
72 Remark 2
|
|
||||||
73 Remark 3
|
|
||||||
74 Remark 4
|
|
||||||
75 Remark 5
|
|
||||||
76 Remark 6
|
|
||||||
77 Remark 7
|
|
||||||
78 Remark 8
|
|
||||||
79 Remark 9
|
|
||||||
81 Easting
|
|
||||||
82 Northing
|
|
||||||
83 Elevation
|
|
||||||
84 St. Easting
|
|
||||||
85 St. Northing
|
|
||||||
86 St. Height
|
|
||||||
87 Reflector height
|
|
||||||
88 Instrument height
|
|
@ -1,64 +0,0 @@
|
|||||||
*410000+0000000000000099
|
|
||||||
*110001+00000000000GS001 81..00+0000000465423089 82..00+0000000110526243 83..00+0000000000301586
|
|
||||||
*110002+00000000000GS002 81..00+0000000465437688 82..00+0000000110547569 83..00+0000000000302107
|
|
||||||
*110003+00000000000GS003 81..00+0000000465472908 82..00+0000000110527226 83..00+0000000000302945
|
|
||||||
*410000+0000000000000002 71....+0000000000000021 72....+0000000000001015
|
|
||||||
*410010+0000000000000040
|
|
||||||
*110004+00000000000GS001 21.324+0000000013831010 22.324+0000000008932340 31..00+0000000000029523 32..10+0000000000029522 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000754 81..00+0000000531242578 82..00+0000000073008189 83..00+0000000000800864 71....+0000000000000000
|
|
||||||
*110005+00000000000GS002 21.324+0000000019023040 22.324+0000000010338410 31..00+0000000000007115 32..10+0000000000006914 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000268 81..00+0000000531221776 82..00+0000000073023505 83..00+0000000000801350 71....+0000000000000000
|
|
||||||
*110006+00000000000GS003 21.324+0000000003614410 22.324+0000000009121020 31..00+0000000000034333 32..10+0000000000034324 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000531243315 82..00+0000000073057988 83..00+0000000000802219 71....+0000000000000000
|
|
||||||
*110007+0000000000011111 25.344+0000000008801190 84..40+0000000465444529 85..40+0000000110546554 86..40+0000000000302353 87..10+0000000000000100 88..10+0000000000001510
|
|
||||||
*410000+0000000000000080
|
|
||||||
*110008+00000000000GS003 21.324+0000000012415590 22.324+0000000009121020 31..00+0000000000034332 32..10+0000000000034323 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000465472895 82..00+0000000110527228 83..00+0000000000302954 71....+0000000000000000
|
|
||||||
*110009+00000000000GS001 21.324+0000000022632260 22.324+0000000008932390 31..00+0000000000029524 32..10+0000000000029523 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000755 81..00+0000000465423100 82..00+0000000110526246 83..00+0000000000301598 71....+0000000000000000
|
|
||||||
*110010+00000000000GS002 21.324+0000000027824300 22.324+0000000010339390 31..00+0000000000007112 32..10+0000000000006911 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000270 81..00+0000000465437693 82..00+0000000110547564 83..00+0000000000302084 71....+0000000000000000
|
|
||||||
*410000+0000000000000090
|
|
||||||
*110011+0000000000000001 21.324+0000000011254090 22.324+0000000008815450 31..00+0000000000032800 32..10+0000000000032785 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000001205 81..00+0000000465474729 82..00+0000000110533795 83..00+0000000000303558 71....+0000000000000000
|
|
||||||
*110012+0000000000000002 21.324+0000000011144520 22.324+0000000008850390 31..00+0000000000020325 32..10+0000000000020321 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000620 81..00+0000000465463403 82..00+0000000110539024 83..00+0000000000302973 71....+0000000000000000
|
|
||||||
*110013+0000000000000003 21.324+0000000010859200 22.324+0000000008922510 31..00+0000000000011668 32..10+0000000000011667 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000336 81..00+0000000465455561 82..00+0000000110542757 83..00+0000000000302689 71....+0000000000000000
|
|
||||||
*110014+0000000000000004 21.324+0000000007358330 22.324+0000000009603030 31..00+0000000000001983 32..10+0000000000001972 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000001 81..00+0000000465446424 82..00+0000000110547098 83..00+0000000000302354 71....+0000000000000000
|
|
||||||
*110015+0000000000000005 21.324+0000000005042460 22.324+0000000010727030 31..00+0000000000004476 32..10+0000000000004270 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000168 81..00+0000000465447834 82..00+0000000110549258 83..00+0000000000302521 71....+0000000000000000
|
|
||||||
*110016+0000000000000006 21.324+0000000003846420 22.324+0000000010921450 31..00+0000000000004204 32..10+0000000000003966 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000116 81..00+0000000465447013 82..00+0000000110549645 83..00+0000000000302470 71....+0000000000000000
|
|
||||||
*110017+0000000000000007 21.324+0000000003747460 22.324+0000000010758590 31..00+0000000000004468 32..10+0000000000004249 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000131 81..00+0000000465447133 82..00+0000000110549911 83..00+0000000000302484 71....+0000000000000000
|
|
||||||
*110018+0000000000000008 21.324+0000000033802160 22.324+0000000010150570 31..00+0000000000006199 32..10+0000000000006067 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000237 81..00+0000000465442260 82..00+0000000110552180 83..00+0000000000302590 71....+0000000000000000
|
|
||||||
*110019+0000000000000009 21.324+0000000029836160 22.324+0000000010648530 31..00+0000000000005488 32..10+0000000000005254 87..10+0000000000000000 58..16+0000000000000344 33..10-0000000000000078 81..00+0000000465439917 82..00+0000000110549069 83..00+0000000000302276 71....+0000000000000000
|
|
||||||
*110020+0000000000000010 21.324+0000000028230220 22.324+0000000009248440 31..00+0000000000010785 32..10+0000000000010772 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000319 81..00+0000000465434013 82..00+0000000110548886 83..00+0000000000302034 71....+0000000000000000
|
|
||||||
*110021+0000000000000011 21.324+0000000005208020 22.324+0000000009428210 31..00+0000000000004313 32..10+0000000000004300 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001174 81..00+0000000465447924 82..00+0000000110549193 83..00+0000000000303527 71....+0000000000000000
|
|
||||||
*110022+0000000000000012 21.324+0000000005044450 22.324+0000000008137520 31..00+0000000000004677 32..10+0000000000004627 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000891 81..00+0000000465448112 82..00+0000000110549481 83..00+0000000000303244 71....+0000000000000000
|
|
||||||
*110023+0000000000000013 21.324+0000000004322420 22.324+0000000007933420 31..00+0000000000011597 32..10+0000000000011405 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002311 81..00+0000000465452362 82..00+0000000110554843 83..00+0000000000304664 71....+0000000000000000
|
|
||||||
*110024+0000000000000014 21.324+0000000004213390 22.324+0000000008007010 31..00+0000000000015065 32..10+0000000000014842 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002796 81..00+0000000465454504 82..00+0000000110557544 83..00+0000000000305149 71....+0000000000000000
|
|
||||||
*110025+0000000000000015 21.324+0000000003346460 22.324+0000000008111590 31..00+0000000000017167 32..10+0000000000016965 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002836 81..00+0000000465453962 82..00+0000000110560654 83..00+0000000000305190 71....+0000000000000000
|
|
||||||
*110026+0000000000000016 21.324+0000000001534560 22.324+0000000008200030 31..00+0000000000027304 32..10+0000000000027038 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004010 81..00+0000000465451792 82..00+0000000110572598 83..00+0000000000306363 71....+0000000000000000
|
|
||||||
*110027+0000000000000017 21.324+0000000001558300 22.324+0000000008036540 31..00+0000000000028384 32..10+0000000000028004 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004838 81..00+0000000465452236 82..00+0000000110573476 83..00+0000000000307192 71....+0000000000000000
|
|
||||||
*110028+0000000000000018 21.324+0000000001428410 22.324+0000000008121540 31..00+0000000000028412 32..10+0000000000028090 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004476 81..00+0000000465451552 82..00+0000000110573751 83..00+0000000000306829 71....+0000000000000000
|
|
||||||
*110029+0000000000000019 21.324+0000000003416460 22.324+0000000008238380 31..00+0000000000027992 32..10+0000000000027761 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000003794 81..00+0000000465460165 82..00+0000000110569493 83..00+0000000000306147 71....+0000000000000000
|
|
||||||
*110030+0000000000000020 21.324+0000000004217270 22.324+0000000007814330 31..00+0000000000024595 32..10+0000000000024079 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006522 81..00+0000000465460732 82..00+0000000110564366 83..00+0000000000308875 71....+0000000000000000
|
|
||||||
*110031+0000000000000021 21.324+0000000005331040 22.324+0000000007125310 31..00+0000000000015239 32..10+0000000000014445 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006364 81..00+0000000465456144 82..00+0000000110555142 83..00+0000000000308718 71....+0000000000000000
|
|
||||||
*110032+0000000000000022 21.324+0000000008053160 22.324+0000000007227170 31..00+0000000000023186 32..10+0000000000022107 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000008500 81..00+0000000465466357 82..00+0000000110550055 83..00+0000000000310853 71....+0000000000000000
|
|
||||||
*110033+0000000000000023 21.324+0000000001902580 22.324+0000000007724330 31..00+0000000000039212 32..10+0000000000038269 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010058 81..00+0000000465457019 82..00+0000000110582726 83..00+0000000000312411 71....+0000000000000000
|
|
||||||
*110034+0000000000000024 21.324+0000000003810480 22.324+0000000007832240 31..00+0000000000043712 32..10+0000000000042840 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010195 81..00+0000000465471010 82..00+0000000110580229 83..00+0000000000312548 71....+0000000000000000
|
|
||||||
*110035+0000000000000031 21.324+0000000034458570 22.324+0000000009054050 31..00+0000000000005359 32..10+0000000000005358 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001426 81..00+0000000465443141 82..00+0000000110551729 83..00+0000000000303779 71....+0000000000000000
|
|
||||||
*110036+0000000000000032 21.324+0000000029233050 22.324+0000000009558110 31..00+0000000000004488 32..10+0000000000004464 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000257 81..00+0000000465440407 82..00+0000000110548265 83..00+0000000000302097 71....+0000000000000000
|
|
||||||
*110037+0000000000000033 21.324+0000000027506040 22.324+0000000009425520 31..00+0000000000006362 32..10+0000000000006343 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000282 81..00+0000000465438211 82..00+0000000110547118 83..00+0000000000302072 71....+0000000000000000
|
|
||||||
*110038+0000000000000034 21.324+0000000027631400 22.324+0000000009349170 31..00+0000000000010047 32..10+0000000000010024 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000460 81..00+0000000465434570 82..00+0000000110547693 83..00+0000000000301894 71....+0000000000000000
|
|
||||||
*110039+0000000000000035 21.324+0000000027424370 22.324+0000000009425240 31..00+0000000000007978 32..10+0000000000007954 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000405 81..00+0000000465436599 82..00+0000000110547165 83..00+0000000000301948 71....+0000000000000000
|
|
||||||
*110040+0000000000000036 21.324+0000000027337580 22.324+0000000009552300 31..00+0000000000005445 32..10+0000000000005416 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000347 81..00+0000000465439124 82..00+0000000110546897 83..00+0000000000302006 71....+0000000000000000
|
|
||||||
*110041+0000000000000037 21.324+0000000026954060 22.324+0000000009916340 31..00+0000000000002914 32..10+0000000000002876 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000260 81..00+0000000465441653 82..00+0000000110546549 83..00+0000000000302094 71....+0000000000000000
|
|
||||||
*110042+0000000000000038 21.324+0000000013027410 22.324+0000000009545570 31..00+0000000000002638 32..10+0000000000002625 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000055 81..00+0000000465446526 82..00+0000000110544850 83..00+0000000000302298 71....+0000000000000000
|
|
||||||
*110043+0000000000000039 21.324+0000000011808360 22.324+0000000009002460 31..00+0000000000011703 32..10+0000000000011703 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000201 81..00+0000000465454849 82..00+0000000110541033 83..00+0000000000302554 71....+0000000000000000
|
|
||||||
*110044+0000000000000040 21.324+0000000011708390 22.324+0000000008931290 31..00+0000000000017790 32..10+0000000000017789 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000358 81..00+0000000465460359 82..00+0000000110538438 83..00+0000000000302711 71....+0000000000000000
|
|
||||||
*110045+0000000000000041 21.324+0000000011609380 22.324+0000000008913070 31..00+0000000000031001 32..10+0000000000030998 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000633 81..00+0000000465472352 82..00+0000000110532887 83..00+0000000000302986 71....+0000000000000000
|
|
||||||
*110046+0000000000000042 21.324+0000000011526030 22.324+0000000008909420 31..00+0000000000032271 32..10+0000000000032268 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000682 81..00+0000000465473669 82..00+0000000110532696 83..00+0000000000303036 71....+0000000000000000
|
|
||||||
*110047+0000000000000043 21.324+0000000011346490 22.324+0000000008855450 31..00+0000000000032842 32..10+0000000000032836 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000824 81..00+0000000465474578 82..00+0000000110533313 83..00+0000000000303177 71....+0000000000000000
|
|
||||||
*410010+0000000000000040
|
|
||||||
*110004+00000000000GS001 21.324+0000000013831010 22.324+0000000008932340 31..00+0000000000029523 32..10+0000000000029522 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000754 81..00+0000000531242578 82..00+0000000073008189 83..00+0000000000800864 71....+0000000000000000
|
|
||||||
*110005+00000000000GS002 21.324+0000000019023040 22.324+0000000010338410 31..00+0000000000007115 32..10+0000000000006914 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000268 81..00+0000000531221776 82..00+0000000073023505 83..00+0000000000801350 71....+0000000000000000
|
|
||||||
*110006+00000000000GS003 21.324+0000000003614410 22.324+0000000009121020 31..00+0000000000034333 32..10+0000000000034324 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000531243315 82..00+0000000073057988 83..00+0000000000802219 71....+0000000000000000
|
|
||||||
*110007+0000000000011111 25.344+0000000008801190 84..40+0000000465444529 85..40+0000000110546554 86..40+0000000000302353 87..10+0000000000000100 88..10+0000000000001510
|
|
||||||
*410000+0000000000000080
|
|
||||||
*110008+00000000000GS003 21.324+0000000012415590 22.324+0000000009121020 31..00+0000000000034332 32..10+0000000000034323 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000465472895 82..00+0000000110527228 83..00+0000000000302954 71....+0000000000000000
|
|
||||||
*110009+00000000000GS001 21.324+0000000022632260 22.324+0000000008932390 31..00+0000000000029524 32..10+0000000000029523 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000755 81..00+0000000465423100 82..00+0000000110526246 83..00+0000000000301598 71....+0000000000000000
|
|
||||||
*110010+00000000000GS002 21.324+0000000027824300 22.324+0000000010339390 31..00+0000000000007112 32..10+0000000000006911 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000270 81..00+0000000465437693 82..00+0000000110547564 83..00+0000000000302084 71....+0000000000000000
|
|
||||||
*410000+0000000000000090
|
|
||||||
*110011+0000000000000001 21.324+0000000011254090 22.324+0000000008815450 31..00+0000000000032800 32..10+0000000000032785 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000001205 81..00+0000000465474729 82..00+0000000110533795 83..00+0000000000303558 71....+0000000000000000
|
|
||||||
*110012+0000000000000002 21.324+0000000011144520 22.324+0000000008850390 31..00+0000000000020325 32..10+0000000000020321 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000620 81..00+0000000465463403 82..00+0000000110539024 83..00+0000000000302973 71....+0000000000000000
|
|
@ -1,3 +0,0 @@
|
|||||||
GS001 465423.089 110526.243 301.586
|
|
||||||
GS002 465437.688 110547.569 302.107
|
|
||||||
GS003 465472.908 110527.226 302.945
|
|
@ -1,28 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert.application" version="2.7.0.1" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<description asmv2:publisher="2B geoinformatika d.o.o." asmv2:product="TPS1100 Convert" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<deployment install="true" mapFileExtensions="true" co.v1:createDesktopShortcut="true">
|
|
||||||
<subscription>
|
|
||||||
<update>
|
|
||||||
<expiration maximumAge="0" unit="days" />
|
|
||||||
</update>
|
|
||||||
</subscription>
|
|
||||||
<deploymentProvider codebase="https://multibox.nohost.me/gitea/boris/TPS1100-Convert/publish/TPS1100%20Convert.application" />
|
|
||||||
</deployment>
|
|
||||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
|
|
||||||
</compatibleFrameworks>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="install" codebase="Application Files\TPS1100 Convert_2_7_0_1\TPS1100 Convert.exe.manifest" size="6681">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert.exe" version="2.7.0.1" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" type="win32" />
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>pFVF9s/zayyutY59o3ZMYCtcZPLZIgjlwY8ooeGQ55M=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
</asmv1:assembly>
|
|
@ -1,75 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<configSections>
|
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
||||||
<section name="TPS1100_Convert.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
||||||
</sectionGroup>
|
|
||||||
</configSections>
|
|
||||||
<startup>
|
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
|
||||||
</startup>
|
|
||||||
<userSettings>
|
|
||||||
<TPS1100_Convert.My.MySettings>
|
|
||||||
<setting name="ZadnjaMapa" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="DecimalnoLocilo" serializeAs="String">
|
|
||||||
<value>Pika</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodeUporabnik" serializeAs="String">
|
|
||||||
<value>Da</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="Datoteka" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="Stolpci" serializeAs="String">
|
|
||||||
<value>0</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="DatLogfile" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="MapaShrani" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaQuickSet" serializeAs="String">
|
|
||||||
<value>10</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaSetAzi" serializeAs="String">
|
|
||||||
<value>20</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaResection" serializeAs="String">
|
|
||||||
<value>30</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaFreeStation" serializeAs="String">
|
|
||||||
<value>40</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaOriHtTrans" serializeAs="String">
|
|
||||||
<value>50</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaMeasOri" serializeAs="String">
|
|
||||||
<value>80</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaMeas" serializeAs="String">
|
|
||||||
<value>90</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStake" serializeAs="String">
|
|
||||||
<value>91</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaUserImport" serializeAs="String">
|
|
||||||
<value>99</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStojisce" serializeAs="String">
|
|
||||||
<value>1</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStojisceInfo" serializeAs="String">
|
|
||||||
<value>2</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="Pisava" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStojisceOri" serializeAs="String">
|
|
||||||
<value>3</value>
|
|
||||||
</setting>
|
|
||||||
</TPS1100_Convert.My.MySettings>
|
|
||||||
</userSettings>
|
|
||||||
</configuration>
|
|
Binary file not shown.
@ -1,128 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<asmv1:assemblyIdentity name="TPS1100 Convert.exe" version="2.7.0.1" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" type="win32" />
|
|
||||||
<description asmv2:iconFile="TPS1100CNVRT.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<application />
|
|
||||||
<entryPoint>
|
|
||||||
<assemblyIdentity name="TPS1100 Convert" version="2.7.0.1" language="neutral" processorArchitecture="msil" />
|
|
||||||
<commandLine file="TPS1100 Convert.exe" parameters="" />
|
|
||||||
</entryPoint>
|
|
||||||
<trustInfo>
|
|
||||||
<security>
|
|
||||||
<applicationRequestMinimum>
|
|
||||||
<PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" />
|
|
||||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
|
||||||
</applicationRequestMinimum>
|
|
||||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
||||||
<!-- UAC Manifest Options
|
|
||||||
If you want to change the Windows User Account Control level replace the
|
|
||||||
requestedExecutionLevel node with one of the following.
|
|
||||||
|
|
||||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
||||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
|
||||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
|
||||||
|
|
||||||
Specifying requestedExecutionLevel element will disable file and registry virtualization.
|
|
||||||
Remove this element if your application requires this virtualization for backwards
|
|
||||||
compatibility.
|
|
||||||
-->
|
|
||||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
||||||
</requestedPrivileges>
|
|
||||||
</security>
|
|
||||||
</trustInfo>
|
|
||||||
<dependency>
|
|
||||||
<dependentOS>
|
|
||||||
<osVersionInfo>
|
|
||||||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
|
|
||||||
</osVersionInfo>
|
|
||||||
</dependentOS>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
|
||||||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TPS1100 Convert.exe" size="1237504">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert" version="2.7.0.1" language="neutral" processorArchitecture="msil" />
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>Zx5VyBbzUzFdfIcbOxleR+5b8AU1sdeZW78sd7r10Lo=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
<file name="Navodila.pdf" size="206224">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>DYYMpo8BWH0ZqAzTJakWzuYaAZ8Yyc3HcIXYXrpUcyY=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="Podatki\GSI_DataCodes.txt" size="647">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>fDmhtPOgbXw1Ek12gZMWqvwhXZXPyavXpsiVH1uPFL0=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="Podatki\TEST.GSI" size="15744">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>czWH/INDjt+1AHk3i64u+FRq95dzXVA1jpEK/w0svOE=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="Podatki\TEST.txt" size="111">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>cEKQ3UJZqlT+pcEDo3keS5sCumc6xExVvgGt/ax4Sdc=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="TPS1100 Convert.exe.config" size="3202">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>DKmfps4sVKfRIT/JxqpGuBvwquWVy75Q3MES8uE6RL0=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="TPS1100CNVRT.ico" size="176342">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>74qm9dMNKX/YirNPCGO0q9XYo6Tzd8K6cBxxg17LnsU=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
|
||||||
<application>
|
|
||||||
<!-- A list of the Windows versions that this application has been tested on
|
|
||||||
and is designed to work with. Uncomment the appropriate elements
|
|
||||||
and Windows will automatically select the most compatible environment. -->
|
|
||||||
<!-- Windows Vista -->
|
|
||||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
|
||||||
<!-- Windows 7 -->
|
|
||||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
|
||||||
<!-- Windows 8 -->
|
|
||||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
|
||||||
<!-- Windows 8.1 -->
|
|
||||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
|
||||||
<!-- Windows 10 -->
|
|
||||||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
|
||||||
</application>
|
|
||||||
</compatibility>
|
|
||||||
</asmv1:assembly>
|
|
Binary file not shown.
Before Width: | Height: | Size: 172 KiB |
Binary file not shown.
@ -1,39 +0,0 @@
|
|||||||
11 Pointnumber
|
|
||||||
12 Serial number
|
|
||||||
13 Instrument type
|
|
||||||
19 Time
|
|
||||||
21 Horizontal Angle
|
|
||||||
22 Vertical Angle
|
|
||||||
25 Horizontal Angle Correction
|
|
||||||
31 Slope distance
|
|
||||||
32 Horizontal distance
|
|
||||||
33 Height difference
|
|
||||||
41 Code-Block ID
|
|
||||||
42 Information 1
|
|
||||||
43 Information 2
|
|
||||||
44 Information 3
|
|
||||||
45 Information 4
|
|
||||||
46 Information 5
|
|
||||||
47 Information 6
|
|
||||||
48 Information 7
|
|
||||||
49 Information 8
|
|
||||||
51 PPM/mm
|
|
||||||
58 Prism constant
|
|
||||||
59 PPM
|
|
||||||
71 Remark 1
|
|
||||||
72 Remark 2
|
|
||||||
73 Remark 3
|
|
||||||
74 Remark 4
|
|
||||||
75 Remark 5
|
|
||||||
76 Remark 6
|
|
||||||
77 Remark 7
|
|
||||||
78 Remark 8
|
|
||||||
79 Remark 9
|
|
||||||
81 Easting
|
|
||||||
82 Northing
|
|
||||||
83 Elevation
|
|
||||||
84 St. Easting
|
|
||||||
85 St. Northing
|
|
||||||
86 St. Height
|
|
||||||
87 Reflector height
|
|
||||||
88 Instrument height
|
|
@ -1,64 +0,0 @@
|
|||||||
*410000+0000000000000099
|
|
||||||
*110001+00000000000GS001 81..00+0000000465423089 82..00+0000000110526243 83..00+0000000000301586
|
|
||||||
*110002+00000000000GS002 81..00+0000000465437688 82..00+0000000110547569 83..00+0000000000302107
|
|
||||||
*110003+00000000000GS003 81..00+0000000465472908 82..00+0000000110527226 83..00+0000000000302945
|
|
||||||
*410000+0000000000000002 71....+0000000000000021 72....+0000000000001015
|
|
||||||
*410010+0000000000000040
|
|
||||||
*110004+00000000000GS001 21.324+0000000013831010 22.324+0000000008932340 31..00+0000000000029523 32..10+0000000000029522 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000754 81..00+0000000531242578 82..00+0000000073008189 83..00+0000000000800864 71....+0000000000000000
|
|
||||||
*110005+00000000000GS002 21.324+0000000019023040 22.324+0000000010338410 31..00+0000000000007115 32..10+0000000000006914 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000268 81..00+0000000531221776 82..00+0000000073023505 83..00+0000000000801350 71....+0000000000000000
|
|
||||||
*110006+00000000000GS003 21.324+0000000003614410 22.324+0000000009121020 31..00+0000000000034333 32..10+0000000000034324 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000531243315 82..00+0000000073057988 83..00+0000000000802219 71....+0000000000000000
|
|
||||||
*110007+0000000000011111 25.344+0000000008801190 84..40+0000000465444529 85..40+0000000110546554 86..40+0000000000302353 87..10+0000000000000100 88..10+0000000000001510
|
|
||||||
*410000+0000000000000080
|
|
||||||
*110008+00000000000GS003 21.324+0000000012415590 22.324+0000000009121020 31..00+0000000000034332 32..10+0000000000034323 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000465472895 82..00+0000000110527228 83..00+0000000000302954 71....+0000000000000000
|
|
||||||
*110009+00000000000GS001 21.324+0000000022632260 22.324+0000000008932390 31..00+0000000000029524 32..10+0000000000029523 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000755 81..00+0000000465423100 82..00+0000000110526246 83..00+0000000000301598 71....+0000000000000000
|
|
||||||
*110010+00000000000GS002 21.324+0000000027824300 22.324+0000000010339390 31..00+0000000000007112 32..10+0000000000006911 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000270 81..00+0000000465437693 82..00+0000000110547564 83..00+0000000000302084 71....+0000000000000000
|
|
||||||
*410000+0000000000000090
|
|
||||||
*110011+0000000000000001 21.324+0000000011254090 22.324+0000000008815450 31..00+0000000000032800 32..10+0000000000032785 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000001205 81..00+0000000465474729 82..00+0000000110533795 83..00+0000000000303558 71....+0000000000000000
|
|
||||||
*110012+0000000000000002 21.324+0000000011144520 22.324+0000000008850390 31..00+0000000000020325 32..10+0000000000020321 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000620 81..00+0000000465463403 82..00+0000000110539024 83..00+0000000000302973 71....+0000000000000000
|
|
||||||
*110013+0000000000000003 21.324+0000000010859200 22.324+0000000008922510 31..00+0000000000011668 32..10+0000000000011667 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000336 81..00+0000000465455561 82..00+0000000110542757 83..00+0000000000302689 71....+0000000000000000
|
|
||||||
*110014+0000000000000004 21.324+0000000007358330 22.324+0000000009603030 31..00+0000000000001983 32..10+0000000000001972 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000001 81..00+0000000465446424 82..00+0000000110547098 83..00+0000000000302354 71....+0000000000000000
|
|
||||||
*110015+0000000000000005 21.324+0000000005042460 22.324+0000000010727030 31..00+0000000000004476 32..10+0000000000004270 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000168 81..00+0000000465447834 82..00+0000000110549258 83..00+0000000000302521 71....+0000000000000000
|
|
||||||
*110016+0000000000000006 21.324+0000000003846420 22.324+0000000010921450 31..00+0000000000004204 32..10+0000000000003966 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000116 81..00+0000000465447013 82..00+0000000110549645 83..00+0000000000302470 71....+0000000000000000
|
|
||||||
*110017+0000000000000007 21.324+0000000003747460 22.324+0000000010758590 31..00+0000000000004468 32..10+0000000000004249 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000131 81..00+0000000465447133 82..00+0000000110549911 83..00+0000000000302484 71....+0000000000000000
|
|
||||||
*110018+0000000000000008 21.324+0000000033802160 22.324+0000000010150570 31..00+0000000000006199 32..10+0000000000006067 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000000237 81..00+0000000465442260 82..00+0000000110552180 83..00+0000000000302590 71....+0000000000000000
|
|
||||||
*110019+0000000000000009 21.324+0000000029836160 22.324+0000000010648530 31..00+0000000000005488 32..10+0000000000005254 87..10+0000000000000000 58..16+0000000000000344 33..10-0000000000000078 81..00+0000000465439917 82..00+0000000110549069 83..00+0000000000302276 71....+0000000000000000
|
|
||||||
*110020+0000000000000010 21.324+0000000028230220 22.324+0000000009248440 31..00+0000000000010785 32..10+0000000000010772 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000319 81..00+0000000465434013 82..00+0000000110548886 83..00+0000000000302034 71....+0000000000000000
|
|
||||||
*110021+0000000000000011 21.324+0000000005208020 22.324+0000000009428210 31..00+0000000000004313 32..10+0000000000004300 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001174 81..00+0000000465447924 82..00+0000000110549193 83..00+0000000000303527 71....+0000000000000000
|
|
||||||
*110022+0000000000000012 21.324+0000000005044450 22.324+0000000008137520 31..00+0000000000004677 32..10+0000000000004627 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000891 81..00+0000000465448112 82..00+0000000110549481 83..00+0000000000303244 71....+0000000000000000
|
|
||||||
*110023+0000000000000013 21.324+0000000004322420 22.324+0000000007933420 31..00+0000000000011597 32..10+0000000000011405 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002311 81..00+0000000465452362 82..00+0000000110554843 83..00+0000000000304664 71....+0000000000000000
|
|
||||||
*110024+0000000000000014 21.324+0000000004213390 22.324+0000000008007010 31..00+0000000000015065 32..10+0000000000014842 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002796 81..00+0000000465454504 82..00+0000000110557544 83..00+0000000000305149 71....+0000000000000000
|
|
||||||
*110025+0000000000000015 21.324+0000000003346460 22.324+0000000008111590 31..00+0000000000017167 32..10+0000000000016965 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000002836 81..00+0000000465453962 82..00+0000000110560654 83..00+0000000000305190 71....+0000000000000000
|
|
||||||
*110026+0000000000000016 21.324+0000000001534560 22.324+0000000008200030 31..00+0000000000027304 32..10+0000000000027038 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004010 81..00+0000000465451792 82..00+0000000110572598 83..00+0000000000306363 71....+0000000000000000
|
|
||||||
*110027+0000000000000017 21.324+0000000001558300 22.324+0000000008036540 31..00+0000000000028384 32..10+0000000000028004 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004838 81..00+0000000465452236 82..00+0000000110573476 83..00+0000000000307192 71....+0000000000000000
|
|
||||||
*110028+0000000000000018 21.324+0000000001428410 22.324+0000000008121540 31..00+0000000000028412 32..10+0000000000028090 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000004476 81..00+0000000465451552 82..00+0000000110573751 83..00+0000000000306829 71....+0000000000000000
|
|
||||||
*110029+0000000000000019 21.324+0000000003416460 22.324+0000000008238380 31..00+0000000000027992 32..10+0000000000027761 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000003794 81..00+0000000465460165 82..00+0000000110569493 83..00+0000000000306147 71....+0000000000000000
|
|
||||||
*110030+0000000000000020 21.324+0000000004217270 22.324+0000000007814330 31..00+0000000000024595 32..10+0000000000024079 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006522 81..00+0000000465460732 82..00+0000000110564366 83..00+0000000000308875 71....+0000000000000000
|
|
||||||
*110031+0000000000000021 21.324+0000000005331040 22.324+0000000007125310 31..00+0000000000015239 32..10+0000000000014445 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000006364 81..00+0000000465456144 82..00+0000000110555142 83..00+0000000000308718 71....+0000000000000000
|
|
||||||
*110032+0000000000000022 21.324+0000000008053160 22.324+0000000007227170 31..00+0000000000023186 32..10+0000000000022107 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000008500 81..00+0000000465466357 82..00+0000000110550055 83..00+0000000000310853 71....+0000000000000000
|
|
||||||
*110033+0000000000000023 21.324+0000000001902580 22.324+0000000007724330 31..00+0000000000039212 32..10+0000000000038269 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010058 81..00+0000000465457019 82..00+0000000110582726 83..00+0000000000312411 71....+0000000000000000
|
|
||||||
*110034+0000000000000024 21.324+0000000003810480 22.324+0000000007832240 31..00+0000000000043712 32..10+0000000000042840 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000010195 81..00+0000000465471010 82..00+0000000110580229 83..00+0000000000312548 71....+0000000000000000
|
|
||||||
*110035+0000000000000031 21.324+0000000034458570 22.324+0000000009054050 31..00+0000000000005359 32..10+0000000000005358 87..10+0000000000000000 58..16+0000000000000344 33..10+0000000000001426 81..00+0000000465443141 82..00+0000000110551729 83..00+0000000000303779 71....+0000000000000000
|
|
||||||
*110036+0000000000000032 21.324+0000000029233050 22.324+0000000009558110 31..00+0000000000004488 32..10+0000000000004464 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000257 81..00+0000000465440407 82..00+0000000110548265 83..00+0000000000302097 71....+0000000000000000
|
|
||||||
*110037+0000000000000033 21.324+0000000027506040 22.324+0000000009425520 31..00+0000000000006362 32..10+0000000000006343 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000282 81..00+0000000465438211 82..00+0000000110547118 83..00+0000000000302072 71....+0000000000000000
|
|
||||||
*110038+0000000000000034 21.324+0000000027631400 22.324+0000000009349170 31..00+0000000000010047 32..10+0000000000010024 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000460 81..00+0000000465434570 82..00+0000000110547693 83..00+0000000000301894 71....+0000000000000000
|
|
||||||
*110039+0000000000000035 21.324+0000000027424370 22.324+0000000009425240 31..00+0000000000007978 32..10+0000000000007954 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000405 81..00+0000000465436599 82..00+0000000110547165 83..00+0000000000301948 71....+0000000000000000
|
|
||||||
*110040+0000000000000036 21.324+0000000027337580 22.324+0000000009552300 31..00+0000000000005445 32..10+0000000000005416 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000347 81..00+0000000465439124 82..00+0000000110546897 83..00+0000000000302006 71....+0000000000000000
|
|
||||||
*110041+0000000000000037 21.324+0000000026954060 22.324+0000000009916340 31..00+0000000000002914 32..10+0000000000002876 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000260 81..00+0000000465441653 82..00+0000000110546549 83..00+0000000000302094 71....+0000000000000000
|
|
||||||
*110042+0000000000000038 21.324+0000000013027410 22.324+0000000009545570 31..00+0000000000002638 32..10+0000000000002625 87..10+0000000000001300 58..16+0000000000000175 33..10-0000000000000055 81..00+0000000465446526 82..00+0000000110544850 83..00+0000000000302298 71....+0000000000000000
|
|
||||||
*110043+0000000000000039 21.324+0000000011808360 22.324+0000000009002460 31..00+0000000000011703 32..10+0000000000011703 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000201 81..00+0000000465454849 82..00+0000000110541033 83..00+0000000000302554 71....+0000000000000000
|
|
||||||
*110044+0000000000000040 21.324+0000000011708390 22.324+0000000008931290 31..00+0000000000017790 32..10+0000000000017789 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000358 81..00+0000000465460359 82..00+0000000110538438 83..00+0000000000302711 71....+0000000000000000
|
|
||||||
*110045+0000000000000041 21.324+0000000011609380 22.324+0000000008913070 31..00+0000000000031001 32..10+0000000000030998 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000633 81..00+0000000465472352 82..00+0000000110532887 83..00+0000000000302986 71....+0000000000000000
|
|
||||||
*110046+0000000000000042 21.324+0000000011526030 22.324+0000000008909420 31..00+0000000000032271 32..10+0000000000032268 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000682 81..00+0000000465473669 82..00+0000000110532696 83..00+0000000000303036 71....+0000000000000000
|
|
||||||
*110047+0000000000000043 21.324+0000000011346490 22.324+0000000008855450 31..00+0000000000032842 32..10+0000000000032836 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000824 81..00+0000000465474578 82..00+0000000110533313 83..00+0000000000303177 71....+0000000000000000
|
|
||||||
*410010+0000000000000040
|
|
||||||
*110004+00000000000GS001 21.324+0000000013831010 22.324+0000000008932340 31..00+0000000000029523 32..10+0000000000029522 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000754 81..00+0000000531242578 82..00+0000000073008189 83..00+0000000000800864 71....+0000000000000000
|
|
||||||
*110005+00000000000GS002 21.324+0000000019023040 22.324+0000000010338410 31..00+0000000000007115 32..10+0000000000006914 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000268 81..00+0000000531221776 82..00+0000000073023505 83..00+0000000000801350 71....+0000000000000000
|
|
||||||
*110006+00000000000GS003 21.324+0000000003614410 22.324+0000000009121020 31..00+0000000000034333 32..10+0000000000034324 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000531243315 82..00+0000000073057988 83..00+0000000000802219 71....+0000000000000000
|
|
||||||
*110007+0000000000011111 25.344+0000000008801190 84..40+0000000465444529 85..40+0000000110546554 86..40+0000000000302353 87..10+0000000000000100 88..10+0000000000001510
|
|
||||||
*410000+0000000000000080
|
|
||||||
*110008+00000000000GS003 21.324+0000000012415590 22.324+0000000009121020 31..00+0000000000034332 32..10+0000000000034323 87..10+0000000000000100 58..16+0000000000000175 33..10+0000000000000601 81..00+0000000465472895 82..00+0000000110527228 83..00+0000000000302954 71....+0000000000000000
|
|
||||||
*110009+00000000000GS001 21.324+0000000022632260 22.324+0000000008932390 31..00+0000000000029524 32..10+0000000000029523 87..10+0000000000002500 58..16+0000000000000175 33..10-0000000000000755 81..00+0000000465423100 82..00+0000000110526246 83..00+0000000000301598 71....+0000000000000000
|
|
||||||
*110010+00000000000GS002 21.324+0000000027824300 22.324+0000000010339390 31..00+0000000000007112 32..10+0000000000006911 87..10+0000000000000100 58..16+0000000000000175 33..10-0000000000000270 81..00+0000000465437693 82..00+0000000110547564 83..00+0000000000302084 71....+0000000000000000
|
|
||||||
*410000+0000000000000090
|
|
||||||
*110011+0000000000000001 21.324+0000000011254090 22.324+0000000008815450 31..00+0000000000032800 32..10+0000000000032785 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000001205 81..00+0000000465474729 82..00+0000000110533795 83..00+0000000000303558 71....+0000000000000000
|
|
||||||
*110012+0000000000000002 21.324+0000000011144520 22.324+0000000008850390 31..00+0000000000020325 32..10+0000000000020321 87..10+0000000000001300 58..16+0000000000000175 33..10+0000000000000620 81..00+0000000465463403 82..00+0000000110539024 83..00+0000000000302973 71....+0000000000000000
|
|
@ -1,3 +0,0 @@
|
|||||||
GS001 465423.089 110526.243 301.586
|
|
||||||
GS002 465437.688 110547.569 302.107
|
|
||||||
GS003 465472.908 110527.226 302.945
|
|
@ -1,28 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert.application" version="2.7.0.2" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<description asmv2:publisher="2B geoinformatika d.o.o." asmv2:product="TPS1100 Convert" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<deployment install="true" mapFileExtensions="true" co.v1:createDesktopShortcut="true">
|
|
||||||
<subscription>
|
|
||||||
<update>
|
|
||||||
<expiration maximumAge="0" unit="days" />
|
|
||||||
</update>
|
|
||||||
</subscription>
|
|
||||||
<deploymentProvider codebase="https://multibox.nohost.me/gitea/boris/TPS1100-Convert/publish/TPS1100%20Convert.application" />
|
|
||||||
</deployment>
|
|
||||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
|
|
||||||
</compatibleFrameworks>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="install" codebase="Application Files\TPS1100 Convert_2_7_0_2\TPS1100 Convert.exe.manifest" size="6681">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert.exe" version="2.7.0.2" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" type="win32" />
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>cZW5uN7uAZiW5RzW3zv3YHcWdJNcCPgTKKJBn5vKYF0=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
</asmv1:assembly>
|
|
@ -1,75 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<configSections>
|
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
||||||
<section name="TPS1100_Convert.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
||||||
</sectionGroup>
|
|
||||||
</configSections>
|
|
||||||
<startup>
|
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
|
||||||
</startup>
|
|
||||||
<userSettings>
|
|
||||||
<TPS1100_Convert.My.MySettings>
|
|
||||||
<setting name="ZadnjaMapa" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="DecimalnoLocilo" serializeAs="String">
|
|
||||||
<value>Pika</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodeUporabnik" serializeAs="String">
|
|
||||||
<value>Da</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="Datoteka" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="Stolpci" serializeAs="String">
|
|
||||||
<value>0</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="DatLogfile" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="MapaShrani" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaQuickSet" serializeAs="String">
|
|
||||||
<value>10</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaSetAzi" serializeAs="String">
|
|
||||||
<value>20</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaResection" serializeAs="String">
|
|
||||||
<value>30</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaFreeStation" serializeAs="String">
|
|
||||||
<value>40</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaOriHtTrans" serializeAs="String">
|
|
||||||
<value>50</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaMeasOri" serializeAs="String">
|
|
||||||
<value>80</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaMeas" serializeAs="String">
|
|
||||||
<value>90</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStake" serializeAs="String">
|
|
||||||
<value>91</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaUserImport" serializeAs="String">
|
|
||||||
<value>99</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStojisce" serializeAs="String">
|
|
||||||
<value>1</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStojisceInfo" serializeAs="String">
|
|
||||||
<value>2</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="Pisava" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="KodaStojisceOri" serializeAs="String">
|
|
||||||
<value>3</value>
|
|
||||||
</setting>
|
|
||||||
</TPS1100_Convert.My.MySettings>
|
|
||||||
</userSettings>
|
|
||||||
</configuration>
|
|
Binary file not shown.
@ -1,128 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<asmv1:assemblyIdentity name="TPS1100 Convert.exe" version="2.7.0.2" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" type="win32" />
|
|
||||||
<description asmv2:iconFile="TPS1100CNVRT.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<application />
|
|
||||||
<entryPoint>
|
|
||||||
<assemblyIdentity name="TPS1100 Convert" version="2.7.0.2" language="neutral" processorArchitecture="msil" />
|
|
||||||
<commandLine file="TPS1100 Convert.exe" parameters="" />
|
|
||||||
</entryPoint>
|
|
||||||
<trustInfo>
|
|
||||||
<security>
|
|
||||||
<applicationRequestMinimum>
|
|
||||||
<PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" />
|
|
||||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
|
||||||
</applicationRequestMinimum>
|
|
||||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
||||||
<!-- UAC Manifest Options
|
|
||||||
If you want to change the Windows User Account Control level replace the
|
|
||||||
requestedExecutionLevel node with one of the following.
|
|
||||||
|
|
||||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
||||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
|
||||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
|
||||||
|
|
||||||
Specifying requestedExecutionLevel element will disable file and registry virtualization.
|
|
||||||
Remove this element if your application requires this virtualization for backwards
|
|
||||||
compatibility.
|
|
||||||
-->
|
|
||||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
||||||
</requestedPrivileges>
|
|
||||||
</security>
|
|
||||||
</trustInfo>
|
|
||||||
<dependency>
|
|
||||||
<dependentOS>
|
|
||||||
<osVersionInfo>
|
|
||||||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
|
|
||||||
</osVersionInfo>
|
|
||||||
</dependentOS>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
|
||||||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TPS1100 Convert.exe" size="1237504">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert" version="2.7.0.2" language="neutral" processorArchitecture="msil" />
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>xH9o70f656ukaus5yKiGjkXBXLLWEcxLLtCs4zZhfcE=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
<file name="Navodila.pdf" size="206224">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>DYYMpo8BWH0ZqAzTJakWzuYaAZ8Yyc3HcIXYXrpUcyY=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="Podatki\GSI_DataCodes.txt" size="647">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>fDmhtPOgbXw1Ek12gZMWqvwhXZXPyavXpsiVH1uPFL0=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="Podatki\TEST.GSI" size="15744">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>czWH/INDjt+1AHk3i64u+FRq95dzXVA1jpEK/w0svOE=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="Podatki\TEST.txt" size="111">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>cEKQ3UJZqlT+pcEDo3keS5sCumc6xExVvgGt/ax4Sdc=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="TPS1100 Convert.exe.config" size="3202">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>DKmfps4sVKfRIT/JxqpGuBvwquWVy75Q3MES8uE6RL0=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<file name="TPS1100CNVRT.ico" size="176342">
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>74qm9dMNKX/YirNPCGO0q9XYo6Tzd8K6cBxxg17LnsU=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</file>
|
|
||||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
|
||||||
<application>
|
|
||||||
<!-- A list of the Windows versions that this application has been tested on
|
|
||||||
and is designed to work with. Uncomment the appropriate elements
|
|
||||||
and Windows will automatically select the most compatible environment. -->
|
|
||||||
<!-- Windows Vista -->
|
|
||||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
|
||||||
<!-- Windows 7 -->
|
|
||||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
|
||||||
<!-- Windows 8 -->
|
|
||||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
|
||||||
<!-- Windows 8.1 -->
|
|
||||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
|
||||||
<!-- Windows 10 -->
|
|
||||||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
|
||||||
</application>
|
|
||||||
</compatibility>
|
|
||||||
</asmv1:assembly>
|
|
Binary file not shown.
Before Width: | Height: | Size: 172 KiB |
@ -1,28 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert.application" version="2.7.0.2" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<description asmv2:publisher="2B geoinformatika d.o.o." asmv2:product="TPS1100 Convert" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
||||||
<deployment install="true" mapFileExtensions="true" co.v1:createDesktopShortcut="true">
|
|
||||||
<subscription>
|
|
||||||
<update>
|
|
||||||
<expiration maximumAge="0" unit="days" />
|
|
||||||
</update>
|
|
||||||
</subscription>
|
|
||||||
<deploymentProvider codebase="https://multibox.nohost.me/gitea/boris/TPS1100-Convert/publish/TPS1100%20Convert.application" />
|
|
||||||
</deployment>
|
|
||||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
|
||||||
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
|
|
||||||
</compatibleFrameworks>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly dependencyType="install" codebase="Application Files\TPS1100 Convert_2_7_0_2\TPS1100 Convert.exe.manifest" size="6681">
|
|
||||||
<assemblyIdentity name="TPS1100 Convert.exe" version="2.7.0.2" publicKeyToken="0000000000000000" language="sl-SI" processorArchitecture="msil" type="win32" />
|
|
||||||
<hash>
|
|
||||||
<dsig:Transforms>
|
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
||||||
</dsig:Transforms>
|
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
||||||
<dsig:DigestValue>cZW5uN7uAZiW5RzW3zv3YHcWdJNcCPgTKKJBn5vKYF0=</dsig:DigestValue>
|
|
||||||
</hash>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
</asmv1:assembly>
|
|
@ -1,3 +0,0 @@
|
|||||||
[autorun]
|
|
||||||
open=setup.exe
|
|
||||||
icon=setup.exe,0
|
|
@ -1,97 +0,0 @@
|
|||||||
<HTML>
|
|
||||||
<HEAD>
|
|
||||||
<TITLE>TPS1100 Convert</TITLE>
|
|
||||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
|
|
||||||
<STYLE TYPE="text/css">
|
|
||||||
<!--
|
|
||||||
BODY{margin-top:20px; margin-left:20px; margin-right:20px; color:#000000; font-family:Tahoma; background-color:white}
|
|
||||||
A:link {font-weight:normal; color:#000066; text-decoration:none}
|
|
||||||
A:visited {font-weight:normal; color:#000066; text-decoration:none}
|
|
||||||
A:active {font-weight:normal; text-decoration:none}
|
|
||||||
A:hover {font-weight:normal; color:#FF6600; text-decoration:none}
|
|
||||||
P {margin-top:0px; margin-bottom:12px; color:#000000; font-family:Tahoma}
|
|
||||||
PRE {border-right:#f0f0e0 1px solid; padding-right:5px; border-top:#f0f0e0 1px solid; margin-top:-5px; padding-left:5px; font-size:x-small; padding-bottom:5px; border-left:#f0f0e0 1px solid; padding-top:5px; border-bottom:#f0f0e0 1px solid; font-family:Courier New; background-color:#e5e5cc}
|
|
||||||
TD {font-size:12px; color:#000000; font-family:Tahoma}
|
|
||||||
H2 {border-top: #003366 1px solid; margin-top:25px; font-weight:bold; font-size:1.5em; margin-bottom:10px; margin-left:-15px; color:#003366}
|
|
||||||
H3 {margin-top:10px; font-size: 1.1em; margin-bottom: 10px; margin-left: -15px; color: #000000}
|
|
||||||
UL {margin-top:10px; margin-left:20px}
|
|
||||||
OL {margin-top:10px; margin-left:20px}
|
|
||||||
LI {margin-top:10px; color: #000000}
|
|
||||||
FONT.value {font-weight:bold; color:darkblue}
|
|
||||||
FONT.key {font-weight: bold; color: darkgreen}
|
|
||||||
.divTag {border:1px; border-style:solid; background-color:#FFFFFF; text-decoration:none; height:auto; width:auto; background-color:#cecece}
|
|
||||||
.BannerColumn {background-color:#000000}
|
|
||||||
.Banner {border:0; padding:0; height:8px; margin-top:0px; color:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#1c5280',EndColorStr='#FFFFFF');}
|
|
||||||
.BannerTextCompany {font:bold; font-size:18pt; color:#cecece; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; white-space:nowrap; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
|
|
||||||
.BannerTextApplication {font:bold; font-size:18pt; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; white-space:nowrap; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
|
|
||||||
.BannerText {font:bold; font-size:18pt; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
|
|
||||||
.BannerSubhead {border:0; padding:0; height:16px; margin-top:0px; margin-left:10px; color:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#4B3E1A',EndColorStr='#FFFFFF');}
|
|
||||||
.BannerSubheadText {font:bold; height:11px; font-size:11px; font-family:Tahoma; margin-top:1; margin-left:10; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
|
|
||||||
.FooterRule {border:0; padding:0; height:1px; margin:0px; color:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#4B3E1A',EndColorStr='#FFFFFF');}
|
|
||||||
.FooterText {font-size:11px; font-weight:normal; text-decoration:none; font-family:Tahoma; margin-top:10; margin-left:0px; margin-bottom:2; padding:0px; color:#999999; white-space:nowrap}
|
|
||||||
.FooterText A:link {font-weight:normal; color:#999999; text-decoration:underline}
|
|
||||||
.FooterText A:visited {font-weight:normal; color:#999999; text-decoration:underline}
|
|
||||||
.FooterText A:active {font-weight:normal; color:#999999; text-decoration:underline}
|
|
||||||
.FooterText A:hover {font-weight:normal; color:#FF6600; text-decoration:underline}
|
|
||||||
.ClickOnceInfoText {font-size:11px; font-weight:normal; text-decoration:none; font-family:Tahoma; margin-top:0; margin-right:2px; margin-bottom:0; padding:0px; color:#000000}
|
|
||||||
.InstallTextStyle {font:bold; font-size:14pt; font-family:Tahoma; a:#FF0000; text-decoration:None}
|
|
||||||
.DetailsStyle {margin-left:30px}
|
|
||||||
.ItemStyle {margin-left:-15px; font-weight:bold}
|
|
||||||
.StartColorStr {background-color:#4B3E1A}
|
|
||||||
.JustThisApp A:link {font-weight:normal; color:#000066; text-decoration:underline}
|
|
||||||
.JustThisApp A:visited {font-weight:normal; color:#000066; text-decoration:underline}
|
|
||||||
.JustThisApp A:active {font-weight:normal; text-decoration:underline}
|
|
||||||
.JustThisApp A:hover {font-weight:normal; color:#FF6600; text-decoration:underline}
|
|
||||||
-->
|
|
||||||
|
|
||||||
</STYLE>
|
|
||||||
|
|
||||||
</HEAD>
|
|
||||||
<BODY>
|
|
||||||
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="2" BORDER="0">
|
|
||||||
|
|
||||||
<!-- Begin Banner -->
|
|
||||||
<TR><TD><TABLE CELLPADDING="2" CELLSPACING="0" BORDER="0" BGCOLOR="#cecece" WIDTH="100%"><TR><TD><TABLE BGCOLOR="#1c5280" WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR><TD CLASS="Banner" /></TR><TR><TD CLASS="Banner"><SPAN CLASS="BannerTextCompany">2B geoinformatika d.o.o.</SPAN></TD></TR><TR><TD CLASS="Banner"><SPAN CLASS="BannerTextApplication">TPS1100 Convert</SPAN></TD></TR><TR><TD CLASS="Banner" ALIGN="RIGHT" /></TR></TABLE></TD></TR></TABLE></TD></TR>
|
|
||||||
<!-- End Banner -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Begin Dialog -->
|
|
||||||
<TR><TD ALIGN="LEFT"><TABLE CELLPADDING="2" CELLSPACING="0" BORDER="0" WIDTH="540"><TR><TD WIDTH="496">
|
|
||||||
|
|
||||||
<!-- Begin AppInfo -->
|
|
||||||
<TABLE><TR><TD COLSPAN="3"> </TD></TR><TR><TD><B>Name:</B></TD><TD WIDTH="5"><SPACER TYPE="block" WIDTH="10" /></TD><TD>TPS1100 Convert</TD></TR><TR><TD COLSPAN="3"> </TD></TR><TR><TD><B>Version:</B></TD><TD WIDTH="5"><SPACER TYPE="block" WIDTH="10" /></TD><TD>2.7.0.0</TD></TR><TR><TD COLSPAN="3"> </TD></TR><TR><TD><B>Publisher:</B></TD><TD WIDTH="5"><SPACER TYPE="block" WIDTH="10" /></TD><TD>2B geoinformatika d.o.o.</TD></TR><tr><td colspan="3"> </td></tr></TABLE>
|
|
||||||
<!-- End AppInfo -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Begin Prerequisites -->
|
|
||||||
<TABLE ID="BootstrapperSection" BORDER="0"><TR><TD COLSPAN="2">The following prerequisites are required:</TD></TR><TR><TD WIDTH="10"> </TD><TD><UL>
|
|
||||||
<LI>Microsoft .NET Framework 4.5.2 (x86 and x64)</LI>
|
|
||||||
<LI>Microsoft .NET Framework 4.8 (x86 and x64)</LI>
|
|
||||||
</UL></TD></TR><TR><TD COLSPAN="2">
|
|
||||||
If these components are already installed, you can <SPAN CLASS="JustThisApp"><A HREF="TPS1100 Convert.application">launch</A></SPAN> the application now. Otherwise, click the button below to install the prerequisites and run the application.
|
|
||||||
</TD></TR><TR><TD COLSPAN="2"> </TD></TR></TABLE>
|
|
||||||
<!-- End Prerequisites -->
|
|
||||||
|
|
||||||
|
|
||||||
</TD></TR></TABLE>
|
|
||||||
<!-- Begin Buttons -->
|
|
||||||
<TR><TD ALIGN="LEFT"><TABLE CELLPADDING="2" CELLSPACING="0" BORDER="0" WIDTH="540" STYLE="cursor:hand" ONCLICK="window.navigate(InstallButton.href)"><TR><TD ALIGN="LEFT"><TABLE CELLPADDING="1" BGCOLOR="#333333" CELLSPACING="0" BORDER="0"><TR><TD><TABLE CELLPADDING="1" BGCOLOR="#cecece" CELLSPACING="0" BORDER="0"><TR><TD><TABLE CELLPADDING="1" BGCOLOR="#efefef" CELLSPACING="0" BORDER="0"><TR><TD WIDTH="20"><SPACER TYPE="block" WIDTH="20" HEIGHT="1" /></TD><TD><A ID="InstallButton" HREF="setup.exe">Install</A></TD><TD width="20"><SPACER TYPE="block" WIDTH="20" HEIGHT="1" /></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD><TD WIDTH="15%" ALIGN="right" /></TR></TABLE></TD></TR>
|
|
||||||
<!-- End Buttons -->
|
|
||||||
</TD></TR>
|
|
||||||
<!-- End Dialog -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Spacer Row -->
|
|
||||||
<TR><TD> </TD></TR>
|
|
||||||
|
|
||||||
<TR><TD>
|
|
||||||
<!-- Begin Footer -->
|
|
||||||
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" BGCOLOR="#ffffff"><TR><TD HEIGHT="5"><SPACER TYPE="block" HEIGHT="5" /></TD></TR><TR><TD CLASS="FooterText" ALIGN="center"><A HREF="https://go.microsoft.com/fwlink/?LinkId=154571">ClickOnce and .NET Framework Resources</A>
|
|
||||||
</TD></TR><TR><TD HEIGHT="5"><SPACER TYPE="block" HEIGHT="5" /></TD></TR><TR><TD HEIGHT="1" bgcolor="#cecece"><SPACER TYPE="block" HEIGHT="1" /></TD></TR></TABLE>
|
|
||||||
<!-- End Footer -->
|
|
||||||
</TD></TR>
|
|
||||||
|
|
||||||
</TABLE>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
Binary file not shown.
@ -1 +1 @@
|
|||||||
2.7.0.4
|
2.7.0.6
|
Loading…
x
Reference in New Issue
Block a user