diff --git a/Form1.Designer.vb b/Form1.Designer.vb index a18edea..c49d06f 100644 --- a/Form1.Designer.vb +++ b/Form1.Designer.vb @@ -33,24 +33,23 @@ Partial Class Form1 Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.tsbFileName = New System.Windows.Forms.ToolStripTextBox() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() - Me.tsbOpenFile = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() - Me.LabelDatoteka = New System.Windows.Forms.ToolStripLabel() - Me.ButtonUrediDat = New System.Windows.Forms.ToolStripButton() - Me.tsbConvert = New System.Windows.Forms.ToolStripButton() - Me.tsbPointsOnly = New System.Windows.Forms.ToolStripButton() - Me.tsbHelp = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() - Me.tsbSaveAs = New System.Windows.Forms.ToolStripButton() - Me.ToolStripButtonNast = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() - Me.ToolStripComboBox1 = New System.Windows.Forms.ToolStripComboBox() - Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() Me.tsbDecimale = New System.Windows.Forms.ToolStripComboBox() Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() Me.tsbStolpci = New System.Windows.Forms.ToolStripComboBox() Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() + Me.tsbOpenFile = New System.Windows.Forms.ToolStripButton() + Me.TsbOdpriXYZ = New System.Windows.Forms.ToolStripButton() + Me.LabelDatoteka = New System.Windows.Forms.ToolStripLabel() + Me.ButtonUrediDat = New System.Windows.Forms.ToolStripButton() + Me.tsbConvert = New System.Windows.Forms.ToolStripButton() + Me.tsbPointsOnly = New System.Windows.Forms.ToolStripButton() + Me.tsbHelp = New System.Windows.Forms.ToolStripButton() + Me.tsbSaveAs = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButtonNast = New System.Windows.Forms.ToolStripButton() Me.StatusStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.SuspendLayout() @@ -60,9 +59,9 @@ Partial Class Form1 Me.RichTextBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.RichTextBox1.BackColor = System.Drawing.SystemColors.ControlLightLight + Me.RichTextBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.RichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None - Me.RichTextBox1.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte)) + Me.RichTextBox1.Font = New System.Drawing.Font("Courier New", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte)) Me.RichTextBox1.Location = New System.Drawing.Point(9, 39) Me.RichTextBox1.Margin = New System.Windows.Forms.Padding(0) Me.RichTextBox1.Name = "RichTextBox1" @@ -126,13 +125,13 @@ Partial Class Form1 Me.tsbFileName.Name = "tsbFileName" Me.tsbFileName.ReadOnly = True Me.tsbFileName.Size = New System.Drawing.Size(200, 25) - Me.tsbFileName.Text = "Odpri GSI datoteko..." + Me.tsbFileName.Text = "Odpri datoteko..." ' 'ToolStrip1 ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(22, 22) - Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbOpenFile, Me.ToolStripSeparator2, Me.LabelDatoteka, Me.tsbFileName, Me.ButtonUrediDat, Me.ToolStripSeparator1, Me.tsbConvert, Me.tsbPointsOnly, Me.tsbHelp, Me.ToolStripSeparator4, Me.tsbSaveAs, Me.ToolStripButtonNast, Me.ToolStripSeparator3, Me.ToolStripComboBox1, Me.ToolStripLabel1, Me.tsbDecimale, Me.ToolStripLabel2, Me.tsbStolpci, Me.ToolStripLabel3, Me.ToolStripSeparator5}) + Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbOpenFile, Me.TsbOdpriXYZ, Me.ToolStripSeparator2, Me.LabelDatoteka, Me.tsbFileName, Me.ButtonUrediDat, Me.ToolStripSeparator1, Me.tsbConvert, Me.tsbPointsOnly, Me.tsbHelp, Me.ToolStripSeparator4, Me.tsbSaveAs, Me.ToolStripButtonNast, Me.ToolStripSeparator3, Me.tsbDecimale, Me.ToolStripLabel2, Me.tsbStolpci, Me.ToolStripLabel3, Me.ToolStripSeparator5}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Padding = New System.Windows.Forms.Padding(10, 5, 10, 5) @@ -141,24 +140,79 @@ Partial Class Form1 Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' - 'tsbOpenFile - ' - Me.tsbOpenFile.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_opened_folder_50 - Me.tsbOpenFile.ImageTransparentColor = System.Drawing.Color.Magenta - Me.tsbOpenFile.Name = "tsbOpenFile" - Me.tsbOpenFile.Size = New System.Drawing.Size(72, 26) - Me.tsbOpenFile.Text = "Odpri..." - Me.tsbOpenFile.ToolTipText = "Izberi GSI datoteko..." - ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 29) ' + 'ToolStripSeparator4 + ' + Me.ToolStripSeparator4.Name = "ToolStripSeparator4" + Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 29) + ' + 'ToolStripSeparator3 + ' + Me.ToolStripSeparator3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.ToolStripSeparator3.Name = "ToolStripSeparator3" + Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 29) + ' + 'tsbDecimale + ' + Me.tsbDecimale.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.tsbDecimale.DropDownWidth = 50 + Me.tsbDecimale.Items.AddRange(New Object() {"Pika", "Vejica"}) + Me.tsbDecimale.Name = "tsbDecimale" + Me.tsbDecimale.Size = New System.Drawing.Size(75, 29) + ' + 'ToolStripLabel2 + ' + Me.ToolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.ToolStripLabel2.Name = "ToolStripLabel2" + Me.ToolStripLabel2.Size = New System.Drawing.Size(30, 26) + Me.ToolStripLabel2.Text = "Dec." + ' + 'tsbStolpci + ' + Me.tsbStolpci.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.tsbStolpci.Items.AddRange(New Object() {"Presledek", "Tabulator"}) + Me.tsbStolpci.Name = "tsbStolpci" + Me.tsbStolpci.Size = New System.Drawing.Size(100, 29) + ' + 'ToolStripLabel3 + ' + Me.ToolStripLabel3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.ToolStripLabel3.Name = "ToolStripLabel3" + Me.ToolStripLabel3.Size = New System.Drawing.Size(43, 26) + Me.ToolStripLabel3.Text = "Stolpci" + ' + 'ToolStripSeparator5 + ' + Me.ToolStripSeparator5.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.ToolStripSeparator5.Name = "ToolStripSeparator5" + Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 29) + ' + 'tsbOpenFile + ' + Me.tsbOpenFile.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_opened_folder_50 + Me.tsbOpenFile.ImageTransparentColor = System.Drawing.Color.Magenta + Me.tsbOpenFile.Name = "tsbOpenFile" + Me.tsbOpenFile.Size = New System.Drawing.Size(63, 26) + Me.tsbOpenFile.Text = "Odpri" + Me.tsbOpenFile.ToolTipText = "Izberi GSI datoteko..." + ' + 'TsbOdpriXYZ + ' + Me.TsbOdpriXYZ.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_send_file_50 + Me.TsbOdpriXYZ.ImageTransparentColor = System.Drawing.Color.Magenta + Me.TsbOdpriXYZ.Name = "TsbOdpriXYZ" + Me.TsbOdpriXYZ.Size = New System.Drawing.Size(62, 26) + Me.TsbOdpriXYZ.Text = "Uvozi" + Me.TsbOdpriXYZ.ToolTipText = "Uvozi iz KOO ali TXT datoteke..." + ' 'LabelDatoteka ' Me.LabelDatoteka.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.LabelDatoteka.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_no_entry_50 + Me.LabelDatoteka.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_question_mark_48 Me.LabelDatoteka.Name = "LabelDatoteka" Me.LabelDatoteka.Size = New System.Drawing.Size(22, 26) Me.LabelDatoteka.Text = "Datoteka" @@ -205,11 +259,6 @@ Partial Class Form1 Me.tsbHelp.Text = "Info" Me.tsbHelp.ToolTipText = "O programu..." ' - 'ToolStripSeparator4 - ' - Me.ToolStripSeparator4.Name = "ToolStripSeparator4" - Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 29) - ' 'tsbSaveAs ' Me.tsbSaveAs.Enabled = False @@ -229,64 +278,6 @@ Partial Class Form1 Me.ToolStripButtonNast.Text = "Nastavitve" Me.ToolStripButtonNast.ToolTipText = "Odpri Nastavitve..." ' - 'ToolStripSeparator3 - ' - Me.ToolStripSeparator3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 29) - ' - 'ToolStripComboBox1 - ' - Me.ToolStripComboBox1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.ToolStripComboBox1.Items.AddRange(New Object() {"Da", "Ne"}) - Me.ToolStripComboBox1.Name = "ToolStripComboBox1" - Me.ToolStripComboBox1.Size = New System.Drawing.Size(75, 29) - Me.ToolStripComboBox1.Text = "Da" - ' - 'ToolStripLabel1 - ' - Me.ToolStripLabel1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.ToolStripLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text - Me.ToolStripLabel1.Image = CType(resources.GetObject("ToolStripLabel1.Image"), System.Drawing.Image) - Me.ToolStripLabel1.Name = "ToolStripLabel1" - Me.ToolStripLabel1.Size = New System.Drawing.Size(34, 26) - Me.ToolStripLabel1.Text = "Kode" - ' - 'tsbDecimale - ' - Me.tsbDecimale.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.tsbDecimale.DropDownWidth = 50 - Me.tsbDecimale.Items.AddRange(New Object() {"Pika", "Vejica"}) - Me.tsbDecimale.Name = "tsbDecimale" - Me.tsbDecimale.Size = New System.Drawing.Size(75, 29) - ' - 'ToolStripLabel2 - ' - Me.ToolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.ToolStripLabel2.Name = "ToolStripLabel2" - Me.ToolStripLabel2.Size = New System.Drawing.Size(63, 26) - Me.ToolStripLabel2.Text = "Decimalna" - ' - 'tsbStolpci - ' - Me.tsbStolpci.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.tsbStolpci.Items.AddRange(New Object() {"Presledek", "Tabulator"}) - Me.tsbStolpci.Name = "tsbStolpci" - Me.tsbStolpci.Size = New System.Drawing.Size(100, 29) - ' - 'ToolStripLabel3 - ' - Me.ToolStripLabel3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.ToolStripLabel3.Name = "ToolStripLabel3" - Me.ToolStripLabel3.Size = New System.Drawing.Size(43, 26) - Me.ToolStripLabel3.Text = "Stolpci" - ' - 'ToolStripSeparator5 - ' - Me.ToolStripSeparator5.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 29) - ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) @@ -320,8 +311,6 @@ Partial Class Form1 Friend WithEvents tsbSaveAs As ToolStripButton Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents ToolStripSeparator3 As ToolStripSeparator - Friend WithEvents ToolStripLabel1 As ToolStripLabel - Friend WithEvents ToolStripComboBox1 As ToolStripComboBox Friend WithEvents ToolStripLabel2 As ToolStripLabel Friend WithEvents tsbDecimale As ToolStripComboBox Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel @@ -337,4 +326,5 @@ Partial Class Form1 Friend WithEvents ToolStripLabel3 As ToolStripLabel Friend WithEvents ToolStripProgressBar1 As ToolStripProgressBar Friend WithEvents ToolStripButtonNast As ToolStripButton + Friend WithEvents TsbOdpriXYZ As ToolStripButton End Class diff --git a/Form1.resx b/Form1.resx index a9e7464..7f65d80 100644 --- a/Form1.resx +++ b/Form1.resx @@ -118,12 +118,21 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 1. Odpri GSI datoteko + Pretvorba is GSI v Zapisnik Meritev ali Seznam Točk... + +1. Odpri GSI datoteko. 2. Preveri podatke in po potrebi uredi datoteko (gumb "Uredi"). 3A. Za pripravo Zapisnika Meritev klikni gumb "Meritve". 3B. Za pripravo seznama koordinat točk klikni gumb "Točke". 4. Shrani podatke z klikom na gumb "Shrani...". +Pretvorba iz KOO/TXT v GSI datoteko... + +A. Uvozi datoteko z koordinatami točk z klikom na "Uvozi". + Zapis: Pt E N H (Med podatki je presledek ali tabulator) +B. Izdelana bo GSI datoteka z istim imenom in lokacijo kot izvorna datoteka. +C. Prenesi novo GSI datoeko na instrument v mapo \GSI. + Za pregled obdelav podatkov si poglej datoteko zapisnika. Lokacija zapisnika = @@ -140,87 +149,6 @@ Lokacija zapisnika = 17, 17 - - - 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 - AAAASUVORK5CYII= - - AAABAAkAAAAAAAEAIACAOAAAlgAAAICAAAABACAAKAgBABY5AABgYAAAAQAgAKiUAAA+QQEASEgAAAEA diff --git a/Form1.vb b/Form1.vb index e1ea717..6a95a9f 100644 --- a/Form1.vb +++ b/Form1.vb @@ -250,8 +250,8 @@ Public Class Form1 My.Settings.Save() RichTextBox1.Clear() RichTextBox1.BackColor = SystemColors.Info - Dim measuredPoints As Integer = 1 - Dim newStation As Integer = 0 + Dim measuredPoints As Integer = 0 + Dim dataKoda As Integer = 0 Dim streamReader As StreamReader = New StreamReader(OpenFileDialog1.FileName) Dim i As Integer = 0 Dim lin As Integer = 0 @@ -260,9 +260,14 @@ Public Class Form1 Dim line() As String = streamReader.ReadLine().Split(" ") ' Remove * sign from index line line(0) = Replace(line(0), "*", "") + If Microsoft.VisualBasic.Left(line(0), 2) = "41" Then + dataKoda = 1 + Else + dataKoda = 0 + End If ToolStripProgressBar1.Value = i If Microsoft.VisualBasic.Left(line(1), 2) = "25" Then - measuredPoints = 1 + measuredPoints = 2 End If ' Seaparate word index and data For Each readLine As String In line @@ -291,10 +296,18 @@ Public Class Form1 measuredPoints = 2 End If End If + If wordIndex = "71" And measuredPoints >= 1 Then ' Point Code + data = Microsoft.VisualBasic.Right(data, 16).TrimStart("0"c) + If data = "" Then + ' nič + Else + RichTextBox1.AppendText(dataStolpci + data) + End If + End If If wordIndex = "11" And measuredPoints >= 1 Then data = Microsoft.VisualBasic.Right(data, 16).TrimStart("0"c) - RichTextBox1.AppendText(data + dataStolpci) + RichTextBox1.AppendText(data) i = i + 1 ElseIf wordIndex = "81" And measuredPoints >= 1 Then ' Target Easting numData = data / 1000 @@ -302,14 +315,14 @@ Public Class Form1 If tsbDecimale.Text = "Pika" Then data = data.ToString.Replace(",", ".") End If - RichTextBox1.AppendText(data + dataStolpci) + RichTextBox1.AppendText(dataStolpci + data) ElseIf wordIndex = "82" And measuredPoints >= 1 Then ' Target Northing numData = data / 1000 data = Format(numData, "0.000") If tsbDecimale.Text = "Pika" Then data = data.ToString.Replace(",", ".") End If - RichTextBox1.AppendText(data + dataStolpci) + RichTextBox1.AppendText(dataStolpci + data) ElseIf wordIndex = "83" And measuredPoints >= 1 Then ' Target Height numData = data / 1000 data = Format(numData, "0.000") @@ -317,37 +330,40 @@ Public Class Form1 data = data.ToString.Replace(",", ".") End If If measuredPoints = 2 Then - RichTextBox1.AppendText(data + dataStolpci + "REF" + vbCrLf) + RichTextBox1.AppendText(dataStolpci + data + dataStolpci + "REF") Else - RichTextBox1.AppendText(data + dataStolpci + "MEAS" + vbCrLf) + RichTextBox1.AppendText(dataStolpci + data + dataStolpci + "MEAS") End If - ElseIf wordIndex = "84" And measuredPoints = 1 Then ' Station Easting + ElseIf wordIndex = "84" And measuredPoints = 2 Then ' Station Easting numData = data / 1000 data = Format(numData, "0.000") If tsbDecimale.Text = "Pika" Then data = data.ToString.Replace(",", ".") End If - RichTextBox1.AppendText(data + dataStolpci) - ElseIf wordIndex = "85" And measuredPoints = 1 Then ' Station Northing + RichTextBox1.AppendText(dataStolpci + data) + ElseIf wordIndex = "85" And measuredPoints = 2 Then ' Station Northing numData = data / 1000 data = Format(numData, "0.000") If tsbDecimale.Text = "Pika" Then data = data.ToString.Replace(",", ".") End If - RichTextBox1.AppendText(data + dataStolpci) - ElseIf wordIndex = "86" And measuredPoints = 1 Then ' Station Height + RichTextBox1.AppendText(dataStolpci + data) + ElseIf wordIndex = "86" And measuredPoints = 2 Then ' Station Height numData = data / 1000 data = Format(numData, "0.000") If tsbDecimale.Text = "Pika" Then data = data.ToString.Replace(",", ".") End If - RichTextBox1.AppendText(data + dataStolpci + "STA" + vbCrLf) + RichTextBox1.AppendText(dataStolpci + data + dataStolpci + "STA") Else numData = 0 data = "" End If End If Next + If dataKoda = 0 And measuredPoints >= 1 Then + RichTextBox1.AppendText(vbCrLf) + End If lin = lin + 1 ToolStripProgressBar1.Value = lin Loop diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index dfce39b..bbc768d 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/Icons/icons8-move-to-folder-50.png b/My Project/Icons/icons8-move-to-folder-50.png new file mode 100644 index 0000000..e05f7db Binary files /dev/null and b/My Project/Icons/icons8-move-to-folder-50.png differ diff --git a/My Project/Icons/icons8-my-location-50.png b/My Project/Icons/icons8-my-location-50.png new file mode 100644 index 0000000..4047c39 Binary files /dev/null and b/My Project/Icons/icons8-my-location-50.png differ diff --git a/My Project/Icons/icons8-program-50.png b/My Project/Icons/icons8-program-50.png new file mode 100644 index 0000000..031dd23 Binary files /dev/null and b/My Project/Icons/icons8-program-50.png differ diff --git a/My Project/Icons/icons8-question-mark-48.png b/My Project/Icons/icons8-question-mark-48.png new file mode 100644 index 0000000..75ec815 Binary files /dev/null and b/My Project/Icons/icons8-question-mark-48.png differ diff --git a/My Project/Icons/icons8-scroll-50.png b/My Project/Icons/icons8-scroll-50.png new file mode 100644 index 0000000..3ccf0bf Binary files /dev/null and b/My Project/Icons/icons8-scroll-50.png differ diff --git a/My Project/Icons/icons8-send-file-50.png b/My Project/Icons/icons8-send-file-50.png new file mode 100644 index 0000000..9430f30 Binary files /dev/null and b/My Project/Icons/icons8-send-file-50.png differ diff --git a/My Project/Icons/icons8-stationery-50.png b/My Project/Icons/icons8-stationery-50.png new file mode 100644 index 0000000..a48278d Binary files /dev/null and b/My Project/Icons/icons8-stationery-50.png differ diff --git a/My Project/Icons/icons8-support-50.png b/My Project/Icons/icons8-support-50.png new file mode 100644 index 0000000..36e8c62 Binary files /dev/null and b/My Project/Icons/icons8-support-50.png differ diff --git a/My Project/Resources.Designer.vb b/My Project/Resources.Designer.vb index d33516c..df545e6 100644 --- a/My Project/Resources.Designer.vb +++ b/My Project/Resources.Designer.vb @@ -260,6 +260,16 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized resource of type System.Drawing.Bitmap. + ''' + Friend ReadOnly Property icons8_move_to_folder_50() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("icons8-move-to-folder-50", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' @@ -300,6 +310,16 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized resource of type System.Drawing.Bitmap. + ''' + Friend ReadOnly Property icons8_question_mark_48() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("icons8-question-mark-48", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' @@ -310,6 +330,26 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized resource of type System.Drawing.Bitmap. + ''' + Friend ReadOnly Property icons8_send_file_50() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("icons8-send-file-50", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Looks up a localized resource of type System.Drawing.Bitmap. + ''' + Friend ReadOnly Property icons8_support_50() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("icons8-support-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 776a144..bb6c66f 100644 --- a/My Project/Resources.resx +++ b/My Project/Resources.resx @@ -118,6 +118,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Icons\icons8-move-to-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + Icons\Save-as-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -139,14 +142,17 @@ 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-squared-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-open-end-wrench-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Icons\icons8-design-48.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 Icons\icons8-save-as-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -154,12 +160,18 @@ Icons\icons8-close-window-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Icons\icons8-design-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\TPS1100CNVRT.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Icons\icons8-close-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 + + + Icons\icons8-send-file-50.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 @@ -169,18 +181,12 @@ Icons\icons8-drawing-compass-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Icons\icons8-connection-status-on-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 Icons\icons8-opened-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Icons\ModernXP-41-Settings-icon.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 @@ -193,14 +199,17 @@ Icons\icons8-done-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-land-surveying-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + Icons\icons8-undo-48.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\TPS1100CNVRT.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Icons\icons8-tools-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Icons\icons8-information-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -208,19 +217,22 @@ Icons\icons8-advance-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Icons\icons8-tools-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\README.md;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Icons\icons8-unavailable-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Icons\ModernXP-41-Settings-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Icons\icons8-connection-status-on-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Icons\icons8-do-not-disturb-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Icons\icons8-land-surveying-48.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 - - - ..\README.md;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Icons\icons8-question-mark-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/TPS1100 Convert.vbproj b/TPS1100 Convert.vbproj index 24dea76..f0dd041 100644 --- a/TPS1100 Convert.vbproj +++ b/TPS1100 Convert.vbproj @@ -32,7 +32,7 @@ true publish.html true - 8 + 9 2.5.0.%2a false true @@ -265,6 +265,10 @@ + + + + diff --git a/bin/Release/TPS1100 Convert.application b/bin/Release/TPS1100 Convert.application index 552b8de..36cf7e0 100644 --- a/bin/Release/TPS1100 Convert.application +++ b/bin/Release/TPS1100 Convert.application @@ -1,6 +1,6 @@  - + @@ -8,13 +8,13 @@ - + - hKO2v4E5pqGxlyP3tr8AhpJb2l9VocXFXTWKBLLuzXo= + BtmlQm9KiHooPuy/gx0Bj4ILkS0F70Jmzr4w79qOwpk= diff --git a/bin/Release/TPS1100 Convert.exe b/bin/Release/TPS1100 Convert.exe index a0d7fb6..7ceda54 100644 Binary files a/bin/Release/TPS1100 Convert.exe and b/bin/Release/TPS1100 Convert.exe differ diff --git a/bin/Release/TPS1100 Convert.exe.manifest b/bin/Release/TPS1100 Convert.exe.manifest index 49571c5..d5fcbc5 100644 --- a/bin/Release/TPS1100 Convert.exe.manifest +++ b/bin/Release/TPS1100 Convert.exe.manifest @@ -1,10 +1,10 @@  - + - + @@ -43,14 +43,14 @@ - - + + - /7A+F4wCXnaKGKwhzcQpcEfcMlOy58SYt48u+ilAmJc= + v6Xjj3LP9Hy7w/iSjGiCtVHIosjuOv/FZPygHSAEVO8= diff --git a/bin/Release/TPS1100 Convert.xml b/bin/Release/TPS1100 Convert.xml index 43ee13d..e475572 100644 --- a/bin/Release/TPS1100 Convert.xml +++ b/bin/Release/TPS1100 Convert.xml @@ -122,6 +122,11 @@ TPS1100 Convert Looks up a localized resource of type System.Drawing.Bitmap. + + + Looks up a localized resource of type System.Drawing.Bitmap. + + Looks up a localized resource of type System.Drawing.Bitmap. @@ -142,11 +147,26 @@ TPS1100 Convert Looks up a localized resource of type System.Drawing.Bitmap. + + + Looks up a localized resource of type System.Drawing.Bitmap. + + Looks up a localized resource of type System.Drawing.Bitmap. + + + Looks up a localized resource of type System.Drawing.Bitmap. + + + + + Looks up a localized resource of type System.Drawing.Bitmap. + + Looks up a localized resource of type System.Drawing.Bitmap. diff --git a/bin/Release/app.publish/TPS1100 Convert.exe b/bin/Release/app.publish/TPS1100 Convert.exe index a0d7fb6..7ceda54 100644 Binary files a/bin/Release/app.publish/TPS1100 Convert.exe and b/bin/Release/app.publish/TPS1100 Convert.exe differ diff --git a/bin/TPS1100-Convert_2.5.0.8_Portable.zip b/bin/TPS1100-Convert_2.5.0.8_Portable.zip new file mode 100644 index 0000000..16c650d Binary files /dev/null and b/bin/TPS1100-Convert_2.5.0.8_Portable.zip differ