diff --git a/CHANGELOG.md b/CHANGELOG.md index 102b588..06fcb6f 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/Form1.Designer.vb b/Form1.Designer.vb index c21055f..e124799 100644 --- a/Form1.Designer.vb +++ b/Form1.Designer.vb @@ -43,6 +43,7 @@ Partial Class Form1 Me.ToolStripButtonGeo = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() Me.tsbSaveAs = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.OpenFileDialogTocke = New System.Windows.Forms.OpenFileDialog() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.DatotekaToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() @@ -55,10 +56,10 @@ Partial Class Form1 Me.MenuToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.OdpriGSIToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() 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.PripraviGSIToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator() + Me.InfoOAplikacijiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.StatusStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.MenuStrip1.SuspendLayout() @@ -141,7 +142,7 @@ Partial Class Form1 ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden 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.Name = "ToolStrip1" 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.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 ' 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.Name = "OdpriGSIToolStripMenuItem" - Me.OdpriGSIToolStripMenuItem.Size = New System.Drawing.Size(180, 22) + Me.OdpriGSIToolStripMenuItem.Size = New System.Drawing.Size(154, 22) Me.OdpriGSIToolStripMenuItem.Text = "Nastavitve" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - Me.ToolStripSeparator6.Size = New System.Drawing.Size(177, 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" + Me.ToolStripSeparator6.Size = New System.Drawing.Size(151, 6) ' 'PosodobitevToolStripMenuItem ' Me.PosodobitevToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_rotate_48 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..." ' + '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 ' 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 ' @@ -405,4 +416,5 @@ Partial Class Form1 Friend WithEvents IzhodToolStripMenuItem As ToolStripMenuItem Friend WithEvents PosodobitevToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator7 As ToolStripSeparator + Friend WithEvents ToolStripButton1 As ToolStripButton End Class diff --git a/Form1.vb b/Form1.vb index bb9802e..e07dcf2 100644 --- a/Form1.vb +++ b/Form1.vb @@ -5,7 +5,7 @@ Public Class Form1 Public DatotekaLogfile As String = My.Settings.DatLogfile Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load 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.Save() End If @@ -18,6 +18,86 @@ Public Class Form1 My.Settings.Save() End If 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 Public Sub OdpriDatotekoGsi() @@ -47,6 +127,7 @@ Public Class Form1 ToolStripButtonGeo.Enabled = True ButtonUrediDat.Enabled = True RichTextBox1.BackColor = SystemColors.Info + RichTextBox1.SelectionStart = 0 LabelDatoteka.Image = My.Resources.icons8_ok_50 My.Settings.Save() Else @@ -90,6 +171,7 @@ Public Class Form1 tsbSaveAs.Enabled = True ShraniToolStripMenuItem.Enabled = True tsbSaveAs.Text = "Shrani GSI" + RichTextBox1.SelectionStart = 0 End If End Sub @@ -112,7 +194,7 @@ Public Class Form1 Private Sub tsbConvert_Click(sender As Object, e As EventArgs) Handles tsbConvert.Click ToolStripStatusLabel1.Text = "Procesiranje..." RichTextBox1.Clear() - RichTextBox1.BackColor = SystemColors.Info + RichTextBox1.BackColor = Color.LemonChiffon RichTextBox1.AppendText("TPS 1100 Zapisnik" + vbCrLf + "++++++++++++++++++++++" + vbCrLf) ToolStripProgressBar1.Maximum = streamLines ' prepare StreamReader @@ -338,6 +420,7 @@ Public Class Form1 tsbSaveAs.Enabled = True ShraniToolStripMenuItem.Enabled = True tsbSaveAs.Text = "Shrani Zapisnik" + RichTextBox1.SelectionStart = 0 End Sub Private Sub tsbPointsOnly_Click(sender As Object, e As EventArgs) Handles tsbPointsOnly.Click @@ -349,7 +432,7 @@ Public Class Form1 End If RichTextBox1.Clear() - RichTextBox1.BackColor = SystemColors.Info + RichTextBox1.BackColor = Color.LightGray Dim measuredPoints As Integer = 0 Dim dataKoda As Integer = 0 Dim streamReader As StreamReader = New StreamReader(OpenFileDialog1.FileName) @@ -475,12 +558,13 @@ Public Class Form1 tsbSaveAs.Enabled = True ShraniToolStripMenuItem.Enabled = True tsbSaveAs.Text = "Shrani Točke" + RichTextBox1.SelectionStart = 0 End Sub ' Priprava GEO datoteke Private Sub ToolStripButtonGeo_Click(sender As Object, e As EventArgs) Handles ToolStripButtonGeo.Click RichTextBox1.Clear() - RichTextBox1.BackColor = Color.LemonChiffon + RichTextBox1.BackColor = Color.PaleTurquoise Dim measuredPoints As Integer = 0 Dim dataKoda As String = "" Dim streamReader As StreamReader = New StreamReader(OpenFileDialog1.FileName) @@ -654,6 +738,8 @@ Public Class Form1 tsbSaveAs.Enabled = True ShraniToolStripMenuItem.Enabled = True tsbSaveAs.Text = "Shrani GEO" + RichTextBox1.SelectionStart = 0 + End Sub 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 Sub + + Private Sub ToolStripButton1_Click_1(sender As Object, e As EventArgs) Handles ToolStripButton1.Click + RichTextBox1.SelectionStart = 0 + + End Sub End Class diff --git a/Form2.Designer.vb b/Form2.Designer.vb index d3c8639..82636b9 100644 --- a/Form2.Designer.vb +++ b/Form2.Designer.vb @@ -142,6 +142,7 @@ Partial Class Form2 ' 'ToolStripTextBox1 ' + Me.ToolStripTextBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripTextBox1.Name = "ToolStripTextBox1" Me.ToolStripTextBox1.Size = New System.Drawing.Size(90, 27) Me.ToolStripTextBox1.Text = "NAME" @@ -157,6 +158,7 @@ Partial Class Form2 ' 'ToolStripTextBox2 ' + Me.ToolStripTextBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripTextBox2.Name = "ToolStripTextBox2" Me.ToolStripTextBox2.Size = New System.Drawing.Size(60, 27) Me.ToolStripTextBox2.Text = "0.000" @@ -172,6 +174,7 @@ Partial Class Form2 ' 'ToolStripTextBox5 ' + Me.ToolStripTextBox5.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripTextBox5.Name = "ToolStripTextBox5" Me.ToolStripTextBox5.Size = New System.Drawing.Size(70, 27) Me.ToolStripTextBox5.Text = "0.0000" @@ -187,6 +190,7 @@ Partial Class Form2 ' 'ToolStripTextBox3 ' + Me.ToolStripTextBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripTextBox3.Name = "ToolStripTextBox3" Me.ToolStripTextBox3.Size = New System.Drawing.Size(50, 27) Me.ToolStripTextBox3.Text = "20.0" @@ -202,6 +206,7 @@ Partial Class Form2 ' 'ToolStripTextBox4 ' + Me.ToolStripTextBox4.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.ToolStripTextBox4.Name = "ToolStripTextBox4" Me.ToolStripTextBox4.Size = New System.Drawing.Size(60, 27) Me.ToolStripTextBox4.Text = "1013" diff --git a/FormNastavitve.vb b/FormNastavitve.vb index 426b60c..adb94d9 100644 --- a/FormNastavitve.vb +++ b/FormNastavitve.vb @@ -68,6 +68,7 @@ Public Class FormNastavitve Form1.DatotekaLogfile = My.Settings.DatLogfile Form1.RichTextBox1.Font = New Font(My.Settings.Pisava, My.Settings.PisavaVelikost) End Sub + Private Sub ButtonOdpriLog_Click(sender As Object, e As EventArgs) Handles ButtonOdpriLog.Click ' Pokaži pot do datoteke z zapisnikom procesiranja If SaveFileDialogLog.ShowDialog = DialogResult.OK Then @@ -92,6 +93,8 @@ Public Class FormNastavitve ' 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 diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 9160cbe..a0ef6c3 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/My Project/Data/GSI_DataCodes.cfg b/My Project/Data/GSI_DataCodes.cfg deleted file mode 100644 index 37c8bfb..0000000 --- a/My Project/Data/GSI_DataCodes.cfg +++ /dev/null @@ -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) - diff --git a/My Project/Data/GSI_DataCodes.ini b/My Project/Data/GSI_DataCodes.ini deleted file mode 100644 index c2f91b2..0000000 --- a/My Project/Data/GSI_DataCodes.ini +++ /dev/null @@ -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) - diff --git a/My Project/Data/GSI_UserCodes.ini b/My Project/Data/GSI_UserCodes.ini deleted file mode 100644 index 6b330bf..0000000 --- a/My Project/Data/GSI_UserCodes.ini +++ /dev/null @@ -1,8 +0,0 @@ -[CODE] -10 = Quick Set -20 = Set Azimuth -30 = Resection -40 = Free Station -90 = Measured Data -99 = Imported Data - diff --git a/My Project/Data/GSI_data.ini b/My Project/Data/GSI_data.ini deleted file mode 100644 index c2f91b2..0000000 --- a/My Project/Data/GSI_data.ini +++ /dev/null @@ -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) - diff --git a/My Project/Data/GSI_user.ini b/My Project/Data/GSI_user.ini deleted file mode 100644 index 6b330bf..0000000 --- a/My Project/Data/GSI_user.ini +++ /dev/null @@ -1,8 +0,0 @@ -[CODE] -10 = Quick Set -20 = Set Azimuth -30 = Resection -40 = Free Station -90 = Measured Data -99 = Imported Data - diff --git a/My Project/Data/TEST.GSI b/My Project/Data/TEST.GSI deleted file mode 100644 index 479992a..0000000 --- a/My Project/Data/TEST.GSI +++ /dev/null @@ -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 diff --git a/My Project/Data/TEST.koo b/My Project/Data/TEST.koo deleted file mode 100644 index 03a94cb..0000000 --- a/My Project/Data/TEST.koo +++ /dev/null @@ -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 diff --git a/My Project/Data/TEST.mer b/My Project/Data/TEST.mer deleted file mode 100644 index 04c4a7f..0000000 --- a/My Project/Data/TEST.mer +++ /dev/null @@ -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 diff --git a/My Project/Data/TEST.txt b/My Project/Data/TEST.txt deleted file mode 100644 index 47a5b89..0000000 --- a/My Project/Data/TEST.txt +++ /dev/null @@ -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 diff --git a/My Project/Icons/icons8-caps-lock-on-50.png b/My Project/Icons/icons8-caps-lock-on-50.png new file mode 100644 index 0000000..dd81dc6 Binary files /dev/null and b/My Project/Icons/icons8-caps-lock-on-50.png differ diff --git a/My Project/Resources.Designer.vb b/My Project/Resources.Designer.vb index cb9f43f..a5f4093 100644 --- a/My Project/Resources.Designer.vb +++ b/My Project/Resources.Designer.vb @@ -481,6 +481,16 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized resource of type System.Drawing.Bitmap. + ''' + 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 + ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' diff --git a/My Project/Resources.resx b/My Project/Resources.resx index 63f952b..0824607 100644 --- a/My Project/Resources.resx +++ b/My Project/Resources.resx @@ -130,14 +130,11 @@ Icons\icons8-send-file-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Information 7 - Prism constant - - Icons\icons8-info-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-question-mark-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Information 8 @@ -154,12 +151,18 @@ Icons\ModernXP-41-Settings-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Remark 3 + Icons\icons8-done-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Icons\icons8-unavailable-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-rotate-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + Icons\icons8-folder-50-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -178,29 +181,26 @@ PPM/mm - - Icons\icons8-browse-folder-50-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-ok-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Elevation - - Icons\icons8-ok-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Icons\Circled-Right-2-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Icons\icons8-open-end-wrench-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-info-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + Serial number - - Remark 3 - - - Icons\icons8-add-new-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-close-window-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Icons\icons8-cancel-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -229,21 +229,18 @@ Icons\icons8-clear-symbol-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Icons\icons8-edit-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Icons\icons8-support-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Horizontal Angle Correction + Remark 9 Icons\Save-as-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Code-Block ID - Remark 4 @@ -268,6 +265,9 @@ Point number + + Slope distance + Icons\icons8-info-squared-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -286,24 +286,21 @@ Instrument height - - Information 1 - - - Icons\icons8-question-mark-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-program-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Time - - Icons\icons8-program-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Icons\icons8-no-entry-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Icons\icons8-save-as-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-move-to-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\README.md;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 @@ -313,8 +310,8 @@ Icons\icons8-connection-status-on-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Northing + + Information 7 Remark 1 @@ -331,11 +328,17 @@ Information 5 + + Northing + Reflector height - - Icons\icons8-move-to-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-add-new-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Icons\icons8-browse-folder-50-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Icons\icons8-add-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -343,11 +346,11 @@ Horizontal distance - - Slope distance + + Icons\icons8-edit-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Horizontal Angle Correction + + Code-Block ID Horizontal Angle @@ -355,10 +358,10 @@ St. Easting - - Icons\icons8-close-window-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Information 1 - - Icons\icons8-rotate-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-caps-lock-on-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/Podatki/GSI_code.txt b/Podatki/GSI_code.txt deleted file mode 100644 index 7c84dc6..0000000 --- a/Podatki/GSI_code.txt +++ /dev/null @@ -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 diff --git a/Navodila.pdf b/Podatki/Navodila.pdf similarity index 100% rename from Navodila.pdf rename to Podatki/Navodila.pdf diff --git a/Podatki/TEST.koo b/Podatki/TEST.koo deleted file mode 100644 index 03a94cb..0000000 --- a/Podatki/TEST.koo +++ /dev/null @@ -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 diff --git a/Podatki/TEST.mer b/Podatki/TEST.mer deleted file mode 100644 index 1d06f03..0000000 --- a/Podatki/TEST.mer +++ /dev/null @@ -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 diff --git a/Podatki/tps1100_nastavitve.cfg b/Podatki/tps1100_nastavitve.cfg deleted file mode 100644 index bb625d1..0000000 --- a/Podatki/tps1100_nastavitve.cfg +++ /dev/null @@ -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 diff --git a/Resources/Data/RADO1.GEO b/Resources/Data/RADO1.GEO deleted file mode 100644 index 65770a2..0000000 --- a/Resources/Data/RADO1.GEO +++ /dev/null @@ -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 diff --git a/Resources/Data/TEST.GSI b/Resources/Data/TEST.GSI deleted file mode 100644 index 594748b..0000000 --- a/Resources/Data/TEST.GSI +++ /dev/null @@ -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 diff --git a/Resources/Data/TEST.txt b/Resources/Data/TEST.txt deleted file mode 100644 index 27545db..0000000 --- a/Resources/Data/TEST.txt +++ /dev/null @@ -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 diff --git a/Resources/Data/TPS1100.crf b/Resources/Data/TPS1100.crf deleted file mode 100644 index 9ea478f..0000000 Binary files a/Resources/Data/TPS1100.crf and /dev/null differ diff --git a/Samples/intersections exe.zip b/Samples/intersections exe.zip deleted file mode 100644 index 9f4d2df..0000000 Binary files a/Samples/intersections exe.zip and /dev/null differ diff --git a/TPS1100 Convert.vbproj b/TPS1100 Convert.vbproj index 762bee6..d8acea1 100644 --- a/TPS1100 Convert.vbproj +++ b/TPS1100 Convert.vbproj @@ -15,23 +15,23 @@ true false - E:\_Boris\Git_YunoHost\TPS1100-Convert\publish\ + ftp://85.10.23.230/tps1100/publish/ true Disk - false + true Background 7 Days false false true - https://multibox.nohost.me/gitea/boris/TPS1100-Convert/publish/ sl-SI TPS1100 Convert - 2B geoinformatika d.o.o. + Boris Bilc 2.1.0.4 publish.html - 4 + true + 6 2.7.0.%2a false true @@ -205,6 +205,7 @@ Always + @@ -220,7 +221,7 @@ - + Always @@ -305,14 +306,15 @@ - - + Always - + - + + Always + diff --git a/bin/TPS1100-Convert/CHANGELOG.md b/bin/TPS1100-Convert/CHANGELOG.md deleted file mode 100644 index 102b588..0000000 --- a/bin/TPS1100-Convert/CHANGELOG.md +++ /dev/null @@ -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 diff --git a/bin/TPS1100-Convert/Navodila.pdf b/bin/TPS1100-Convert/Navodila.pdf deleted file mode 100644 index 2072c47..0000000 Binary files a/bin/TPS1100-Convert/Navodila.pdf and /dev/null differ diff --git a/bin/TPS1100-Convert/Podatki/GSI_DataCodes.txt b/bin/TPS1100-Convert/Podatki/GSI_DataCodes.txt deleted file mode 100644 index 4536c97..0000000 --- a/bin/TPS1100-Convert/Podatki/GSI_DataCodes.txt +++ /dev/null @@ -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 diff --git a/bin/TPS1100-Convert/Podatki/TEST.GSI b/bin/TPS1100-Convert/Podatki/TEST.GSI deleted file mode 100644 index f67fa02..0000000 --- a/bin/TPS1100-Convert/Podatki/TEST.GSI +++ /dev/null @@ -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 diff --git a/bin/TPS1100-Convert/Podatki/TPS1100.crf b/bin/TPS1100-Convert/Podatki/TPS1100.crf deleted file mode 100644 index 9ea478f..0000000 Binary files a/bin/TPS1100-Convert/Podatki/TPS1100.crf and /dev/null differ diff --git a/bin/TPS1100-Convert/README.md b/bin/TPS1100-Convert/README.md deleted file mode 100644 index a5923c4..0000000 --- a/bin/TPS1100-Convert/README.md +++ /dev/null @@ -1,47 +0,0 @@ -# TPS1100 Convert - -!["logo"](https://multibox.nohost.me/gitea/boris/TPS1100-Convert/raw/branch/main/My%20Project/Icons/TPS1100CNVRT_logo.png) - -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. -
- -Aplikacija je še v razvoju, zato so nekatere možnosti omejene.
-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 - -!["slika1"](https://multibox.nohost.me/gitea/boris/TPS1100-Convert/raw/branch/main/My%20Project/img/screen1.png) -!["slika2"](https://multibox.nohost.me/gitea/boris/TPS1100-Convert/raw/branch/main/My%20Project/img/screen2.png) -!["slika2a"](https://multibox.nohost.me/gitea/boris/TPS1100-Convert/raw/branch/main/My%20Project/img/screen2a.png) -!["slika2b"](https://multibox.nohost.me/gitea/boris/TPS1100-Convert/raw/branch/main/My%20Project/img/screen2b.png) -!["slika3"](https://multibox.nohost.me/gitea/boris/TPS1100-Convert/raw/branch/main/My%20Project/img/screen3.png) -!["slika3"](https://multibox.nohost.me/gitea/boris/TPS1100-Convert/raw/branch/main/My%20Project/img/screen4.png) diff --git a/bin/TPS1100-Convert/TPS1100 Convert.exe b/bin/TPS1100-Convert/TPS1100 Convert.exe deleted file mode 100644 index b02245b..0000000 Binary files a/bin/TPS1100-Convert/TPS1100 Convert.exe and /dev/null differ diff --git a/bin/TPS1100-Convert_2.7.0.4_Portable.zip b/bin/TPS1100-Convert_2.7.0.4_Portable.zip deleted file mode 100644 index 9242f3a..0000000 Binary files a/bin/TPS1100-Convert_2.7.0.4_Portable.zip and /dev/null differ diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_0/Podatki/TEST.txt.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_0/Podatki/TEST.txt.deploy deleted file mode 100644 index 27545db..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_0/Podatki/TEST.txt.deploy +++ /dev/null @@ -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 diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.application b/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.application deleted file mode 100644 index 105b440..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.application +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - 1Bm76QwJFeCzLInabhVx+KpdwO1vwfMVQz76su0OBio= - - - - \ No newline at end of file diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.exe.config.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.exe.config.deploy deleted file mode 100644 index ebfd7c4..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.exe.config.deploy +++ /dev/null @@ -1,75 +0,0 @@ - - - - -
- - - - - - - - - - - - Pika - - - Da - - - - - - 0 - - - - - - - - - 10 - - - 20 - - - 30 - - - 40 - - - 50 - - - 80 - - - 90 - - - 91 - - - 99 - - - 1 - - - 2 - - - - - - 3 - - - - diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.exe.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.exe.deploy deleted file mode 100644 index 7e9ea67..0000000 Binary files a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.exe.deploy and /dev/null differ diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.exe.manifest b/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.exe.manifest deleted file mode 100644 index 1ddf06f..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100 Convert.exe.manifest +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L1lPIClGUVYNc6U1zmNw8io3ZW5HNiDzEs2eTrBrxw0= - - - - - - - - - - cEKQ3UJZqlT+pcEDo3keS5sCumc6xExVvgGt/ax4Sdc= - - - - - - - - - DKmfps4sVKfRIT/JxqpGuBvwquWVy75Q3MES8uE6RL0= - - - - - - - - - 74qm9dMNKX/YirNPCGO0q9XYo6Tzd8K6cBxxg17LnsU= - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100CNVRT.ico.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100CNVRT.ico.deploy deleted file mode 100644 index 2926d2c..0000000 Binary files a/publish/Application Files/TPS1100 Convert_2_7_0_0/TPS1100CNVRT.ico.deploy and /dev/null differ diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_1/Navodila.pdf.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_1/Navodila.pdf.deploy deleted file mode 100644 index 2072c47..0000000 Binary files a/publish/Application Files/TPS1100 Convert_2_7_0_1/Navodila.pdf.deploy and /dev/null differ diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_1/Podatki/GSI_DataCodes.txt.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_1/Podatki/GSI_DataCodes.txt.deploy deleted file mode 100644 index 4536c97..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_1/Podatki/GSI_DataCodes.txt.deploy +++ /dev/null @@ -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 diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_1/Podatki/TEST.GSI.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_1/Podatki/TEST.GSI.deploy deleted file mode 100644 index f67fa02..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_1/Podatki/TEST.GSI.deploy +++ /dev/null @@ -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 diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_1/Podatki/TEST.txt.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_1/Podatki/TEST.txt.deploy deleted file mode 100644 index 27545db..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_1/Podatki/TEST.txt.deploy +++ /dev/null @@ -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 diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.application b/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.application deleted file mode 100644 index 42ac840..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.application +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - pFVF9s/zayyutY59o3ZMYCtcZPLZIgjlwY8ooeGQ55M= - - - - \ No newline at end of file diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.exe.config.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.exe.config.deploy deleted file mode 100644 index ebfd7c4..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.exe.config.deploy +++ /dev/null @@ -1,75 +0,0 @@ - - - - -
- - - - - - - - - - - - Pika - - - Da - - - - - - 0 - - - - - - - - - 10 - - - 20 - - - 30 - - - 40 - - - 50 - - - 80 - - - 90 - - - 91 - - - 99 - - - 1 - - - 2 - - - - - - 3 - - - - diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.exe.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.exe.deploy deleted file mode 100644 index 68aba27..0000000 Binary files a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.exe.deploy and /dev/null differ diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.exe.manifest b/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.exe.manifest deleted file mode 100644 index e0b46ae..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100 Convert.exe.manifest +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Zx5VyBbzUzFdfIcbOxleR+5b8AU1sdeZW78sd7r10Lo= - - - - - - - - - - DYYMpo8BWH0ZqAzTJakWzuYaAZ8Yyc3HcIXYXrpUcyY= - - - - - - - - - fDmhtPOgbXw1Ek12gZMWqvwhXZXPyavXpsiVH1uPFL0= - - - - - - - - - czWH/INDjt+1AHk3i64u+FRq95dzXVA1jpEK/w0svOE= - - - - - - - - - cEKQ3UJZqlT+pcEDo3keS5sCumc6xExVvgGt/ax4Sdc= - - - - - - - - - DKmfps4sVKfRIT/JxqpGuBvwquWVy75Q3MES8uE6RL0= - - - - - - - - - 74qm9dMNKX/YirNPCGO0q9XYo6Tzd8K6cBxxg17LnsU= - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100CNVRT.ico.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100CNVRT.ico.deploy deleted file mode 100644 index 2926d2c..0000000 Binary files a/publish/Application Files/TPS1100 Convert_2_7_0_1/TPS1100CNVRT.ico.deploy and /dev/null differ diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_2/Navodila.pdf.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_2/Navodila.pdf.deploy deleted file mode 100644 index 2072c47..0000000 Binary files a/publish/Application Files/TPS1100 Convert_2_7_0_2/Navodila.pdf.deploy and /dev/null differ diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_2/Podatki/GSI_DataCodes.txt.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_2/Podatki/GSI_DataCodes.txt.deploy deleted file mode 100644 index 4536c97..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_2/Podatki/GSI_DataCodes.txt.deploy +++ /dev/null @@ -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 diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_2/Podatki/TEST.GSI.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_2/Podatki/TEST.GSI.deploy deleted file mode 100644 index f67fa02..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_2/Podatki/TEST.GSI.deploy +++ /dev/null @@ -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 diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_2/Podatki/TEST.txt.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_2/Podatki/TEST.txt.deploy deleted file mode 100644 index 27545db..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_2/Podatki/TEST.txt.deploy +++ /dev/null @@ -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 diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.application b/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.application deleted file mode 100644 index 4ca8305..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.application +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - cZW5uN7uAZiW5RzW3zv3YHcWdJNcCPgTKKJBn5vKYF0= - - - - \ No newline at end of file diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.exe.config.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.exe.config.deploy deleted file mode 100644 index ebfd7c4..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.exe.config.deploy +++ /dev/null @@ -1,75 +0,0 @@ - - - - -
- - - - - - - - - - - - Pika - - - Da - - - - - - 0 - - - - - - - - - 10 - - - 20 - - - 30 - - - 40 - - - 50 - - - 80 - - - 90 - - - 91 - - - 99 - - - 1 - - - 2 - - - - - - 3 - - - - diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.exe.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.exe.deploy deleted file mode 100644 index 367b252..0000000 Binary files a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.exe.deploy and /dev/null differ diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.exe.manifest b/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.exe.manifest deleted file mode 100644 index ed07d47..0000000 --- a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100 Convert.exe.manifest +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xH9o70f656ukaus5yKiGjkXBXLLWEcxLLtCs4zZhfcE= - - - - - - - - - - DYYMpo8BWH0ZqAzTJakWzuYaAZ8Yyc3HcIXYXrpUcyY= - - - - - - - - - fDmhtPOgbXw1Ek12gZMWqvwhXZXPyavXpsiVH1uPFL0= - - - - - - - - - czWH/INDjt+1AHk3i64u+FRq95dzXVA1jpEK/w0svOE= - - - - - - - - - cEKQ3UJZqlT+pcEDo3keS5sCumc6xExVvgGt/ax4Sdc= - - - - - - - - - DKmfps4sVKfRIT/JxqpGuBvwquWVy75Q3MES8uE6RL0= - - - - - - - - - 74qm9dMNKX/YirNPCGO0q9XYo6Tzd8K6cBxxg17LnsU= - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100CNVRT.ico.deploy b/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100CNVRT.ico.deploy deleted file mode 100644 index 2926d2c..0000000 Binary files a/publish/Application Files/TPS1100 Convert_2_7_0_2/TPS1100CNVRT.ico.deploy and /dev/null differ diff --git a/publish/TPS1100 Convert.application b/publish/TPS1100 Convert.application deleted file mode 100644 index 4ca8305..0000000 --- a/publish/TPS1100 Convert.application +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - cZW5uN7uAZiW5RzW3zv3YHcWdJNcCPgTKKJBn5vKYF0= - - - - \ No newline at end of file diff --git a/publish/autorun.inf b/publish/autorun.inf deleted file mode 100644 index e32cf9f..0000000 --- a/publish/autorun.inf +++ /dev/null @@ -1,3 +0,0 @@ -[autorun] -open=setup.exe -icon=setup.exe,0 diff --git a/publish/publish.html b/publish/publish.html deleted file mode 100644 index 0b9a099..0000000 --- a/publish/publish.html +++ /dev/null @@ -1,97 +0,0 @@ - - - TPS1100 Convert - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
 
Name:TPS1100 Convert
 
Version:2.7.0.0
 
Publisher:2B geoinformatika d.o.o.
 
- - - - -
The following prerequisites are required:
 
    -
  • Microsoft .NET Framework 4.5.2 (x86 and x64)
  • -
  • Microsoft .NET Framework 4.8 (x86 and x64)
  • -
-If these components are already installed, you can launch the application now. Otherwise, click the button below to install the prerequisites and run the application. -
 
- - - -
- -
Install
 
- -
ClickOnce and .NET Framework Resources -
- -
- - \ No newline at end of file diff --git a/publish/setup.exe b/publish/setup.exe deleted file mode 100644 index 65a896c..0000000 Binary files a/publish/setup.exe and /dev/null differ diff --git a/version.txt b/version.txt index 37bf6bb..d9b703e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.7.0.4 \ No newline at end of file +2.7.0.6 \ No newline at end of file