Posodobitev - 2.5.0.6

This commit is contained in:
Boris Bilc 2024-06-11 02:02:19 +02:00
parent c3f9ca6f05
commit d1b495d08e
72 changed files with 3855 additions and 225 deletions

View File

@ -25,6 +25,9 @@
<setting name="Stolpci" serializeAs="String">
<value>0</value>
</setting>
<setting name="DatLogfile" serializeAs="String">
<value />
</setting>
</TPS1100_Convert.My.MySettings>
</userSettings>
</configuration>

46
Form1.Designer.vb generated
View File

@ -1,9 +1,9 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@ -20,7 +20,7 @@ Partial Class Form1
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
@ -42,8 +42,9 @@ Partial Class Form1
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.ToolStripComboBox2 = New System.Windows.Forms.ToolStripComboBox()
Me.tsbDecimale = New System.Windows.Forms.ToolStripComboBox()
Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripComboBox1 = New System.Windows.Forms.ToolStripComboBox()
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
@ -131,7 +132,7 @@ Partial Class Form1
'
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.ToolStripSeparator3, Me.ToolStripComboBox2, Me.ToolStripLabel2, Me.ToolStripComboBox1, Me.ToolStripLabel1, Me.tsbStolpci, Me.ToolStripLabel3, Me.ToolStripSeparator5})
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.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Padding = New System.Windows.Forms.Padding(10, 5, 10, 5)
@ -142,7 +143,7 @@ Partial Class Form1
'
'tsbOpenFile
'
Me.tsbOpenFile.Image = CType(resources.GetObject("tsbOpenFile.Image"), System.Drawing.Image)
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)
@ -157,7 +158,7 @@ Partial Class Form1
'LabelDatoteka
'
Me.LabelDatoteka.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.LabelDatoteka.Image = Global.TPS1100_Convert.My.Resources.Resources.Circled_Right_2_24
Me.LabelDatoteka.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_no_entry_50
Me.LabelDatoteka.Name = "LabelDatoteka"
Me.LabelDatoteka.Size = New System.Drawing.Size(22, 26)
Me.LabelDatoteka.Text = "Datoteka"
@ -197,12 +198,12 @@ Partial Class Form1
'tsbHelp
'
Me.tsbHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.tsbHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbHelp.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_info_squared_50
Me.tsbHelp.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_info_50
Me.tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbHelp.Name = "tsbHelp"
Me.tsbHelp.Size = New System.Drawing.Size(26, 26)
Me.tsbHelp.Size = New System.Drawing.Size(54, 26)
Me.tsbHelp.Text = "Info"
Me.tsbHelp.ToolTipText = "O programu..."
'
'ToolStripSeparator4
'
@ -218,19 +219,29 @@ Partial Class Form1
Me.tsbSaveAs.Size = New System.Drawing.Size(78, 26)
Me.tsbSaveAs.Text = "Shrani ..."
'
'ToolStripButtonNast
'
Me.ToolStripButtonNast.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.ToolStripButtonNast.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_tools_50
Me.ToolStripButtonNast.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButtonNast.Name = "ToolStripButtonNast"
Me.ToolStripButtonNast.Size = New System.Drawing.Size(88, 26)
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)
'
'ToolStripComboBox2
'tsbDecimale
'
Me.ToolStripComboBox2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.ToolStripComboBox2.DropDownWidth = 50
Me.ToolStripComboBox2.Items.AddRange(New Object() {"Pika", "Vejica"})
Me.ToolStripComboBox2.Name = "ToolStripComboBox2"
Me.ToolStripComboBox2.Size = New System.Drawing.Size(75, 29)
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
'
@ -312,7 +323,7 @@ Partial Class Form1
Friend WithEvents ToolStripLabel1 As ToolStripLabel
Friend WithEvents ToolStripComboBox1 As ToolStripComboBox
Friend WithEvents ToolStripLabel2 As ToolStripLabel
Friend WithEvents ToolStripComboBox2 As ToolStripComboBox
Friend WithEvents tsbDecimale As ToolStripComboBox
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel
Friend WithEvents tsbPointsOnly As ToolStripButton
@ -325,4 +336,5 @@ Partial Class Form1
Friend WithEvents tsbStolpci As ToolStripComboBox
Friend WithEvents ToolStripLabel3 As ToolStripLabel
Friend WithEvents ToolStripProgressBar1 As ToolStripProgressBar
Friend WithEvents ToolStripButtonNast As ToolStripButton
End Class

View File

@ -130,24 +130,6 @@
<value>17, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="tsbOpenFile.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALSSURBVGhD7ZZdSFNhGMefoo+bCJLqsmUXgVsGalhpCHkh
YmBUkJKBhETQTV1434VUsyLEijCbH6l3UpkZgtCNejbd1ubmnKZ1Utv8aEoRGcjO+/SOHjnkWTd1NvfC
+cEPDuc8593/P87hvGBgYGBgsOFE2mDnYjvcXmyDXm7fvzjfDq8XOqAm1AG7adnkM/8MWubbAPUw1ATh
uRaw0NLJJdQKU+FWQL2ceQoLG1JmthHk2WZAPY2VmWmCTPqJ5DDNi0zbAPV23AY/PtmgmR9b9ZCvdRFv
wGaKrWWSF/nYCCiCH55ALcXWMtkA8lQDoAhOPoIgxdYy8QDkiceAQsizUmwtfn4x+BBQBGNZKbYWfz3I
gXpAEYxlpdhafHUgc1EQ/17Eexdk731AIeRZKbYWJ7/ovgeYaMca0jDYuOe/HLftDeHo1R0U/U+cd0Dm
YiKd6z6GGLyiiz+Dl5ZZ4PJRiq/isILMxUQZfpWLOFalq0qgqpPiq/TXgCzdBEyEoZc5iIFK3VX8lW8o
PgB7X7wdfRd22Wu3TDus2/i/p6+fX2QhjlYkRMVf0Uw1AKK+Mh/6ylBMz1upBi8ycnYIR86hiLKRM9ep
BoDiKe1E72kUUeYtLacasSIldeg5hSLKPCUnqQZ/2V1F1cxdhEL6rthMNXiR4cJy5ipEIZWK0qgGL+I8
kc+cBSiay30Fq4iwiWrwIu7jJjach6K5Opw3SxV+g66crcsOc5Q5clEko44jLqqgsmrPDjF7NoqkImX1
UHyVaP+hISYd5i+POCpSpo3iqyiDGZ1s0IIiqQxablF8FWXAXBdvOMW9RvFV+MnqdUMiqG5P1oidXDeU
+g5Y1O3JGkyy5McdTmXtlgyKr4L95n1xh1NZyaxuT9aIfepX3h78GveGFHSl1/SFomv53pOeGena71ns
SY986zqwlIrGsi11m9yR5ybtY2VgYGBgkFwAfgEWSMBIspN1RQAAAABJRU5ErkJggg==
</value>
</data>
<data name="ToolStripLabel1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABGdBTUEAALGPC/xhBQAAEZJJREFUeF7t

View File

@ -1,9 +1,16 @@
Imports System.IO
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")
My.Settings.DatLogfile = DatotekaLogfile
My.Settings.Save()
End If
My.Forms.Form1.Text = My.Application.Info.Title + " " + My.Application.Info.Version.Major.ToString + "." + My.Application.Info.Version.Minor.ToString + "." + My.Application.Info.Version.Build.ToString + "." + My.Application.Info.Version.Revision.ToString
ToolStripComboBox2.Text = My.Settings.DecimalnoLocilo
tsbDecimale.Text = My.Settings.DecimalnoLocilo
tsbStolpci.SelectedIndex = My.Settings.Stolpci
End Sub
@ -127,7 +134,7 @@ Public Class Form1
ElseIf wordIndex = "41" Then ' Code
'numData = data
'data = "Code= " + numData.ToString
If ToolStripComboBox1.Text = "Da" Then
If My.Settings.KodeUporabnik = "Da" Then
If data = "+0000000000000010" Then
data = vbCrLf + "Setup: Quick Set" + vbCrLf + "============================="
PodatkiStojisce = True
@ -212,7 +219,7 @@ Public Class Form1
numData = 0
data = ""
End If
If ToolStripComboBox2.Text = "Pika" Then
If tsbDecimale.Text = "Pika" Then
If wordIndex IsNot "11" Then
data = data.ToString.Replace(",", ".")
End If
@ -291,21 +298,21 @@ Public Class Form1
ElseIf wordIndex = "81" And measuredPoints >= 1 Then ' Target Easting
numData = data / 1000
data = Format(numData, "0.000")
If ToolStripComboBox2.Text = "Pika" Then
If tsbDecimale.Text = "Pika" Then
data = data.ToString.Replace(",", ".")
End If
RichTextBox1.AppendText(data + dataStolpci)
ElseIf wordIndex = "82" And measuredPoints >= 1 Then ' Target Northing
numData = data / 1000
data = Format(numData, "0.000")
If ToolStripComboBox2.Text = "Pika" Then
If tsbDecimale.Text = "Pika" Then
data = data.ToString.Replace(",", ".")
End If
RichTextBox1.AppendText(data + dataStolpci)
ElseIf wordIndex = "83" And measuredPoints >= 1 Then ' Target Height
numData = data / 1000
data = Format(numData, "0.000")
If ToolStripComboBox2.Text = "Pika" Then
If tsbDecimale.Text = "Pika" Then
data = data.ToString.Replace(",", ".")
End If
If measuredPoints = 2 Then
@ -316,21 +323,21 @@ Public Class Form1
ElseIf wordIndex = "84" And measuredPoints = 1 Then ' Station Easting
numData = data / 1000
data = Format(numData, "0.000")
If ToolStripComboBox2.Text = "Pika" Then
If tsbDecimale.Text = "Pika" Then
data = data.ToString.Replace(",", ".")
End If
RichTextBox1.AppendText(data + dataStolpci)
ElseIf wordIndex = "85" And measuredPoints = 1 Then ' Station Northing
numData = data / 1000
data = Format(numData, "0.000")
If ToolStripComboBox2.Text = "Pika" Then
If tsbDecimale.Text = "Pika" Then
data = data.ToString.Replace(",", ".")
End If
RichTextBox1.AppendText(data + dataStolpci)
ElseIf wordIndex = "86" And measuredPoints = 1 Then ' Station Height
numData = data / 1000
data = Format(numData, "0.000")
If ToolStripComboBox2.Text = "Pika" Then
If tsbDecimale.Text = "Pika" Then
data = data.ToString.Replace(",", ".")
End If
RichTextBox1.AppendText(data + dataStolpci + "STA" + vbCrLf)
@ -356,9 +363,7 @@ Public Class Form1
RichTextBox1.SaveFile(SaveFileDialog1.FileName, RichTextBoxStreamType.PlainText)
ToolStripStatusLabel1.Text = "Shranjeno: " + SaveFileDialog1.FileName.ToString
RichTextBox1.BackColor = SystemColors.ControlLightLight
Dim filePath As String
filePath = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.MyDocuments, "tps1100_log.txt")
My.Computer.FileSystem.WriteAllText(filePath, System.DateTime.Now.ToString("yyyy/MM/dd HH:mm:ss") + " | " + OpenFileDialog1.FileName.ToString + " -> " + SaveFileDialog1.FileName.ToString + vbCrLf, True)
My.Computer.FileSystem.WriteAllText(DatotekaLogfile, System.DateTime.Now.ToString("yyyy/MM/dd HH:mm:ss") + " | " + OpenFileDialog1.FileName.ToString + " -> " + SaveFileDialog1.FileName.ToString + vbCrLf, True)
End If
End Sub
@ -369,14 +374,15 @@ Public Class Form1
End Sub
Private Sub ToolStripComboBox2_Click(sender As Object, e As EventArgs) Handles MyBase.FormClosing
My.Settings.DecimalnoLocilo = ToolStripComboBox2.Text
My.Settings.DecimalnoLocilo = tsbDecimale.Text
My.Settings.Save()
End Sub
Private Sub ToolStripButton1_Click(sender As Object, e As EventArgs) Handles ButtonUrediDat.Click
Form2.ShowDialog()
End Sub
Private Sub ToolStripButtonNast_Click(sender As Object, e As EventArgs) Handles ToolStripButtonNast.Click
FormNastavitve.ShowDialog()
End Sub
End Class

38
Form2.Designer.vb generated
View File

@ -27,6 +27,8 @@ Partial Class Form2
Me.RichTextBoxEdit = New System.Windows.Forms.RichTextBox()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.BtnShraniF2 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
Me.ComBoxKoda = New System.Windows.Forms.ToolStripComboBox()
@ -38,8 +40,6 @@ Partial Class Form2
Me.SaveFileDialog2 = New System.Windows.Forms.SaveFileDialog()
Me.MyApplicationBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.MyApplicationBindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton()
Me.ToolStrip1.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
CType(Me.MyApplicationBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
@ -54,7 +54,7 @@ Partial Class Form2
Me.RichTextBoxEdit.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.RichTextBoxEdit.Location = New System.Drawing.Point(12, 35)
Me.RichTextBoxEdit.Name = "RichTextBoxEdit"
Me.RichTextBoxEdit.Size = New System.Drawing.Size(1060, 551)
Me.RichTextBoxEdit.Size = New System.Drawing.Size(1160, 551)
Me.RichTextBoxEdit.TabIndex = 2
Me.RichTextBoxEdit.Text = ""
Me.RichTextBoxEdit.WordWrap = False
@ -67,7 +67,7 @@ Partial Class Form2
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Padding = New System.Windows.Forms.Padding(10, 5, 10, 0)
Me.ToolStrip1.Size = New System.Drawing.Size(1084, 32)
Me.ToolStrip1.Size = New System.Drawing.Size(1184, 32)
Me.ToolStrip1.TabIndex = 3
Me.ToolStrip1.Text = "ToolStrip1"
'
@ -80,6 +80,19 @@ Partial Class Form2
Me.BtnShraniF2.Size = New System.Drawing.Size(73, 24)
Me.BtnShraniF2.Text = "Shrani..."
'
'ToolStripSeparator3
'
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 27)
'
'ToolStripButton3
'
Me.ToolStripButton3.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_close_50
Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton3.Name = "ToolStripButton3"
Me.ToolStripButton3.Size = New System.Drawing.Size(58, 24)
Me.ToolStripButton3.Text = "Zapri"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
@ -127,7 +140,7 @@ Partial Class Form2
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 589)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1084, 22)
Me.StatusStrip1.Size = New System.Drawing.Size(1184, 22)
Me.StatusStrip1.TabIndex = 4
Me.StatusStrip1.Text = "StatusStrip1"
'
@ -149,24 +162,11 @@ Partial Class Form2
'
Me.MyApplicationBindingSource1.DataSource = GetType(TPS1100_Convert.My.MyApplication)
'
'ToolStripSeparator3
'
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 27)
'
'ToolStripButton3
'
Me.ToolStripButton3.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_close_50
Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton3.Name = "ToolStripButton3"
Me.ToolStripButton3.Size = New System.Drawing.Size(58, 24)
Me.ToolStripButton3.Text = "Zapri"
'
'Form2
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1084, 611)
Me.ClientSize = New System.Drawing.Size(1184, 611)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.RichTextBoxEdit)

279
FormNastavitve.Designer.vb generated Normal file
View File

@ -0,0 +1,279 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormNastavitve
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormNastavitve))
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.RadioButton1 = New System.Windows.Forms.RadioButton()
Me.RadioButton2 = New System.Windows.Forms.RadioButton()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
Me.RadioButton3 = New System.Windows.Forms.RadioButton()
Me.RadioButton4 = New System.Windows.Forms.RadioButton()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.TextBoxLog = New System.Windows.Forms.TextBox()
Me.ButtonOdpriLog = New System.Windows.Forms.Button()
Me.OpenFileDialogLog = New System.Windows.Forms.OpenFileDialog()
Me.SaveFileDialogLog = New System.Windows.Forms.SaveFileDialog()
Me.ToolStrip1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.TableLayoutPanel1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.TableLayoutPanel2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.SuspendLayout()
'
'ToolStrip1
'
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton2})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(309, 25)
Me.ToolStrip1.TabIndex = 1
Me.ToolStrip1.Text = "ToolStrip1"
'
'ToolStripButton1
'
Me.ToolStripButton1.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_save_as_50
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton1.Name = "ToolStripButton1"
Me.ToolStripButton1.Size = New System.Drawing.Size(60, 22)
Me.ToolStripButton1.Text = "Shrani"
'
'ToolStripButton2
'
Me.ToolStripButton2.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_close_50
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton2.Name = "ToolStripButton2"
Me.ToolStripButton2.Size = New System.Drawing.Size(54, 22)
Me.ToolStripButton2.Text = "Zapri"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.TableLayoutPanel1)
Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(12, 28)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(285, 66)
Me.GroupBox1.TabIndex = 2
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Ločilo med podatki"
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 2
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Controls.Add(Me.RadioButton1, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.RadioButton2, 1, 0)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(7, 22)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(272, 32)
Me.TableLayoutPanel1.TabIndex = 3
'
'RadioButton1
'
Me.RadioButton1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.RadioButton1.AutoSize = True
Me.RadioButton1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.RadioButton1.Location = New System.Drawing.Point(3, 3)
Me.RadioButton1.Name = "RadioButton1"
Me.RadioButton1.Size = New System.Drawing.Size(80, 26)
Me.RadioButton1.TabIndex = 0
Me.RadioButton1.TabStop = True
Me.RadioButton1.Text = "Presledek"
Me.RadioButton1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.RadioButton1.UseVisualStyleBackColor = True
'
'RadioButton2
'
Me.RadioButton2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.RadioButton2.AutoSize = True
Me.RadioButton2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.RadioButton2.Location = New System.Drawing.Point(139, 3)
Me.RadioButton2.Name = "RadioButton2"
Me.RadioButton2.Size = New System.Drawing.Size(77, 26)
Me.RadioButton2.TabIndex = 2
Me.RadioButton2.TabStop = True
Me.RadioButton2.Text = "Tabulator"
Me.RadioButton2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.RadioButton2.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.TableLayoutPanel2)
Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(12, 100)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(285, 66)
Me.GroupBox2.TabIndex = 3
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Decimalno ločilo"
'
'TableLayoutPanel2
'
Me.TableLayoutPanel2.ColumnCount = 2
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.Controls.Add(Me.RadioButton3, 0, 0)
Me.TableLayoutPanel2.Controls.Add(Me.RadioButton4, 1, 0)
Me.TableLayoutPanel2.Location = New System.Drawing.Point(7, 22)
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
Me.TableLayoutPanel2.RowCount = 1
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.Size = New System.Drawing.Size(272, 32)
Me.TableLayoutPanel2.TabIndex = 3
'
'RadioButton3
'
Me.RadioButton3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.RadioButton3.AutoSize = True
Me.RadioButton3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.RadioButton3.Location = New System.Drawing.Point(3, 3)
Me.RadioButton3.Name = "RadioButton3"
Me.RadioButton3.Size = New System.Drawing.Size(49, 26)
Me.RadioButton3.TabIndex = 0
Me.RadioButton3.TabStop = True
Me.RadioButton3.Text = "Pika"
Me.RadioButton3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.RadioButton3.UseVisualStyleBackColor = True
'
'RadioButton4
'
Me.RadioButton4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.RadioButton4.AutoSize = True
Me.RadioButton4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.RadioButton4.Location = New System.Drawing.Point(139, 3)
Me.RadioButton4.Name = "RadioButton4"
Me.RadioButton4.Size = New System.Drawing.Size(58, 26)
Me.RadioButton4.TabIndex = 2
Me.RadioButton4.TabStop = True
Me.RadioButton4.Text = "Vejica"
Me.RadioButton4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.RadioButton4.UseVisualStyleBackColor = True
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.TextBoxLog)
Me.GroupBox3.Controls.Add(Me.ButtonOdpriLog)
Me.GroupBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox3.Location = New System.Drawing.Point(19, 173)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(278, 97)
Me.GroupBox3.TabIndex = 4
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Zapisnik obdelave podatkov"
'
'TextBoxLog
'
Me.TextBoxLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxLog.Location = New System.Drawing.Point(6, 21)
Me.TextBoxLog.Name = "TextBoxLog"
Me.TextBoxLog.Size = New System.Drawing.Size(231, 22)
Me.TextBoxLog.TabIndex = 1
'
'ButtonOdpriLog
'
Me.ButtonOdpriLog.BackgroundImage = Global.TPS1100_Convert.My.Resources.Resources.icons8_browse_folder_50_2
Me.ButtonOdpriLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.ButtonOdpriLog.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.ButtonOdpriLog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.ButtonOdpriLog.Location = New System.Drawing.Point(244, 21)
Me.ButtonOdpriLog.Name = "ButtonOdpriLog"
Me.ButtonOdpriLog.Size = New System.Drawing.Size(28, 22)
Me.ButtonOdpriLog.TabIndex = 0
Me.ButtonOdpriLog.UseVisualStyleBackColor = True
'
'OpenFileDialogLog
'
Me.OpenFileDialogLog.CheckFileExists = False
Me.OpenFileDialogLog.DefaultExt = "Text File|*.txt"
Me.OpenFileDialogLog.FileName = "tps1100_log.txt"
Me.OpenFileDialogLog.Filter = "Text File|*.txt"
'
'SaveFileDialogLog
'
Me.SaveFileDialogLog.DefaultExt = "Text File|*.txt"
Me.SaveFileDialogLog.FileName = "tps1100_log.txt"
Me.SaveFileDialogLog.Filter = "Text File|*.txt"
'
'FormNastavitve
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(309, 282)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.ToolStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FormNastavitve"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Nastavitve"
Me.TopMost = True
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.TableLayoutPanel1.ResumeLayout(False)
Me.TableLayoutPanel1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.TableLayoutPanel2.ResumeLayout(False)
Me.TableLayoutPanel2.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ToolStrip1 As ToolStrip
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents RadioButton1 As RadioButton
Friend WithEvents RadioButton2 As RadioButton
Friend WithEvents ToolStripButton1 As ToolStripButton
Friend WithEvents ToolStripButton2 As ToolStripButton
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
Friend WithEvents RadioButton3 As RadioButton
Friend WithEvents RadioButton4 As RadioButton
Friend WithEvents GroupBox3 As GroupBox
Friend WithEvents TextBoxLog As TextBox
Friend WithEvents ButtonOdpriLog As Button
Friend WithEvents OpenFileDialogLog As OpenFileDialog
Friend WithEvents SaveFileDialogLog As SaveFileDialog
End Class

3074
FormNastavitve.resx Normal file

File diff suppressed because it is too large Load Diff

76
FormNastavitve.vb Normal file
View File

@ -0,0 +1,76 @@
Public Class FormNastavitve
Private Sub FormNastavitve_Load(sender As Object, e As EventArgs) Handles MyBase.Load
If My.Settings.Stolpci = 0 Then
RadioButton1.Checked = True
ElseIf My.Settings.Stolpci = 1 Then
RadioButton2.Checked = True
End If
If My.Settings.DecimalnoLocilo = "Pika" Then
RadioButton3.Checked = True
ElseIf My.Settings.DecimalnoLocilo = "Vejica" Then
RadioButton4.Checked = True
End If
TextBoxLog.Text = My.Settings.DatLogfile.ToString
End Sub
Private Sub FormNastavitve_Closing(sender As Object, e As EventArgs) Handles MyBase.Closing
If RadioButton1.Checked = True Then
My.Settings.Stolpci = 0
End If
If RadioButton2.Checked = True Then
My.Settings.Stolpci = 1
End If
If RadioButton3.Checked = True Then
My.Settings.DecimalnoLocilo = "Pika"
End If
If RadioButton4.Checked = True Then
My.Settings.DecimalnoLocilo = "Vejica"
End If
My.Settings.Save()
Form1.tsbDecimale.Text = My.Settings.DecimalnoLocilo
Form1.tsbStolpci.SelectedIndex = My.Settings.Stolpci
Form1.DatotekaLogfile = My.Settings.DatLogfile
End Sub
Private Sub ToolStripButton1_Click(sender As Object, e As EventArgs) Handles ToolStripButton1.Click
If RadioButton1.Checked = True Then
My.Settings.Stolpci = 0
End If
If RadioButton2.Checked = True Then
My.Settings.Stolpci = 1
End If
If RadioButton3.Checked = True Then
My.Settings.DecimalnoLocilo = "Pika"
End If
If RadioButton4.Checked = True Then
My.Settings.DecimalnoLocilo = "Vejica"
End If
My.Settings.DatLogfile = SaveFileDialogLog.FileName.ToString
My.Settings.Save()
End Sub
Private Sub ButtonOdpriLog_Click(sender As Object, e As EventArgs) Handles ButtonOdpriLog.Click
If SaveFileDialogLog.ShowDialog = DialogResult.OK Then
TextBoxLog.Text = SaveFileDialogLog.FileName.ToString
My.Settings.DatLogfile = SaveFileDialogLog.FileName.ToString
End If
End Sub
Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles ToolStripButton2.Click
Me.Close()
End Sub
End Class

Binary file not shown.

Before

Width:  |  Height:  |  Size: 903 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.5.0.5")>
<Assembly: AssemblyFileVersion("2.5.0.5")>
<Assembly: AssemblyVersion("2.5.0.6")>
<Assembly: AssemblyFileVersion("2.5.0.6")>
<Assembly: NeutralResourcesLanguage("sl-SI")>

View File

Before

Width:  |  Height:  |  Size: 903 B

After

Width:  |  Height:  |  Size: 903 B

View File

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 720 B

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 708 B

View File

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 172 KiB

View File

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 319 B

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 863 B

After

Width:  |  Height:  |  Size: 863 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 923 B

After

Width:  |  Height:  |  Size: 923 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 829 B

After

Width:  |  Height:  |  Size: 829 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 495 B

After

Width:  |  Height:  |  Size: 495 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 B

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 852 B

After

Width:  |  Height:  |  Size: 852 B

3
My Project/README.md Normal file
View File

@ -0,0 +1,3 @@
# TPS1100-Convert
Program za pretvorbo GSI datotek. VB.NET

View File

@ -65,7 +65,17 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property Circled_Right_2_24() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Circled-Right-2-24", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("Circled_Right_2_24", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property Fine_Print_24() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Fine_Print_24", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -75,7 +85,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_add_new_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-add-new-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_add_new_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -85,7 +95,17 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_advance_48() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-advance-48", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_advance_48", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property icons8_browse_folder_50_2() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8_browse_folder_50_2", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -95,7 +115,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_cancel_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-cancel-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_cancel_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -105,17 +125,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_clear_symbol_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-clear-symbol-50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property icons8_clear_symbol_501() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-clear-symbol-501", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_clear_symbol_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -125,7 +135,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_close_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-close-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_close_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -135,7 +145,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_close_window_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-close-window-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_close_window_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -145,7 +155,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_connection_status_on_48() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-connection-status-on-48", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_connection_status_on_48", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -155,7 +165,17 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_design_48() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-design-48", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_design_48", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property icons8_do_not_disturb_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8_do_not_disturb_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -165,7 +185,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_done_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-done-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_done_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -175,7 +195,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_drawing_compass_48() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-drawing-compass-48", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_drawing_compass_48", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -185,7 +205,27 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_edit_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-edit-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_edit_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property icons8_folder_50_2() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8_folder_50_2", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property icons8_info_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8_info_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -195,7 +235,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_info_squared_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-info-squared-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_info_squared_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -205,7 +245,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_information_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-information-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_information_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -215,7 +255,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_land_surveying_48() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-land-surveying-48", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_land_surveying_48", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -225,7 +265,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_no_entry_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-no-entry-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_no_entry_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -235,17 +275,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_ok_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-ok-50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property icons8_ok_501() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-ok-501", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_ok_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -255,7 +285,17 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_open_end_wrench_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-open-end-wrench-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_open_end_wrench_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property icons8_opened_folder_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8_opened_folder_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -265,17 +305,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_save_as_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-save-as-50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property icons8_save_as_501() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-save-as-501", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_save_as_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -285,7 +315,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_tools_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-tools-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_tools_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -295,7 +325,7 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_unavailable_50() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-unavailable-50", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_unavailable_50", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@ -305,17 +335,47 @@ Namespace My.Resources
'''</summary>
Friend ReadOnly Property icons8_undo_48() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("icons8-undo-48", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("icons8_undo_48", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property ModernXP_41_Settings_icon() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("ModernXP_41_Settings_icon", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Byte[].
'''</summary>
Friend ReadOnly Property README() As Byte()
Get
Dim obj As Object = ResourceManager.GetObject("README", resourceCulture)
Return CType(obj,Byte())
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property Save_as_24() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Save-as-24", resourceCulture)
Dim obj As Object = ResourceManager.GetObject("Save_as_24", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
'''<summary>
''' Looks up a localized resource of type System.Drawing.Bitmap.
'''</summary>
Friend ReadOnly Property TPS1100CNVRT() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("TPS1100CNVRT", resourceCulture)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property

View File

@ -118,85 +118,109 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="icons8-advance-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\icons8-advance-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="Save_as_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\Save-as-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-ok-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-ok-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="icons8_clear_symbol_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-clear-symbol-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Circled-Right-2-24" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Circled-Right-2-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="Fine_Print_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\Fine-Print-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-clear-symbol-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\icons8-clear-symbol-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="icons8_cancel_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-cancel-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-save-as-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\icons8-save-as-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-undo-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\icons8-undo-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Save-as-24" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Save-as-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-add-new-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-add-new-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-cancel-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-cancel-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-clear-symbol-501" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-clear-symbol-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-close-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-close-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-close-window-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-close-window-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-connection-status-on-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-connection-status-on-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-design-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-design-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-done-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-done-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-drawing-compass-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-drawing-compass-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-edit-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-edit-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-information-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-information-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-info-squared-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-info-squared-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-land-surveying-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-land-surveying-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-no-entry-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-no-entry-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-ok-501" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-ok-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-open-end-wrench-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-open-end-wrench-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-save-as-501" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-save-as-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-tools-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-tools-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-unavailable-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\icons8-unavailable-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="icons8_ok_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-ok-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="TPS1100CNVRT_logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\TPS1100CNVRT_logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<value>Icons\TPS1100CNVRT_logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Circled_Right_2_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\Circled-Right-2-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_open_end_wrench_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-open-end-wrench-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_info_squared_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-info-squared-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_unavailable_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-unavailable-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_save_as_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-save-as-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_close_window_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-close-window-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_design_48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-design-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_close_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-close-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_add_folder_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-add-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_info_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-info-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_drawing_compass_48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-drawing-compass-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_connection_status_on_48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-connection-status-on-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_folder_50_2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-folder-50-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_opened_folder_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-opened-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ModernXP_41_Settings_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ModernXP-41-Settings-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_browse_folder_50_2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-browse-folder-50-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_edit_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-edit-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_add_new_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-add-new-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_done_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-done-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_undo_48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-undo-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_no_entry_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-no-entry-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="TPS1100CNVRT" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\TPS1100CNVRT.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_information_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-information-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_advance_48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-advance-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_tools_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-tools-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_do_not_disturb_50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-do-not-disturb-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_land_surveying_48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-land-surveying-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-add-folder-50" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\icons8-add-folder-50.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="README" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\README.md;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View File

@ -117,6 +117,18 @@ Namespace My
Me("Stolpci") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("")> _
Public Property DatLogfile() As String
Get
Return CType(Me("DatLogfile"),String)
End Get
Set
Me("DatLogfile") = value
End Set
End Property
End Class
End Namespace

View File

@ -17,5 +17,8 @@
<Setting Name="Stolpci" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="DatLogfile" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>

View File

@ -1,3 +1,16 @@
# TPS1100-Convert
Program za pretvorbo GSI datotek. VB.NET
!["logo"](https://multibox.nohost.me/gitea/boris/TPS1100-Convert/raw/branch/main/TPS1100CNVRT_logo.png)
Program za pretvorbo GSI datotek.
Priprava in izvoz podatkov.
- Zapisnik Meritev
- Koordinate Točk
---
Izdelal: Boris Bilc
Programski jezik: VB.NET

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

View File

@ -132,6 +132,12 @@
<Compile Include="Form2.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormNastavitve.Designer.vb">
<DependentUpon>FormNastavitve.vb</DependentUpon>
</Compile>
<Compile Include="FormNastavitve.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
@ -162,11 +168,14 @@
<EmbeddedResource Include="Form2.resx">
<DependentUpon>Form2.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormNastavitve.resx">
<DependentUpon>FormNastavitve.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="SplashScreen1.resx">
<DependentUpon>SplashScreen1.vb</DependentUpon>
@ -186,15 +195,10 @@
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="App.config" />
<None Include="README.md" />
<None Include="TPS1100 Convert_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="Save-as-24.png" />
<None Include="icons8-clear-symbol-50.png" />
<None Include="icons8-save-as-50.png" />
<None Include="icons8-advance-48.png" />
<None Include="icons8-undo-48.png" />
<None Include="Circled-Right-2-24.png" />
<None Include="Icons\icons8-ok-50.png" />
<None Include="Icons\icons8-add-new-50.png" />
<None Include="Icons\icons8-cancel-50.png" />
@ -215,6 +219,52 @@
<None Include="Icons\icons8-tools-50.png" />
<None Include="Icons\icons8-unavailable-50.png" />
<None Include="Icons\TPS1100CNVRT_logo.png" />
<None Include="Icons\Circled-Right-2-24.png" />
<None Include="Icons\Fine-Print-24.png" />
<None Include="Icons\icons8-advance-48.png" />
<None Include="Icons\icons8-do-not-disturb-50.png" />
<None Include="Icons\icons8-info-50.png" />
<None Include="Icons\icons8-undo-48.png" />
<None Include="Icons\ModernXP-41-Settings-icon.png" />
<None Include="Icons\Save-as-24.png" />
<None Include="Icons\TPS1100CNVRT.png" />
<None Include="Icons\icons8-add-folder-50.png" />
<None Include="Icons\icons8-browse-folder-50-2.png" />
<None Include="Icons\icons8-folder-50-2.png" />
<None Include="Icons\icons8-opened-folder-50.png" />
<None Include="My Project\Icons\Circled-Right-2-24.png" />
<None Include="My Project\Icons\Fine-Print-24.png" />
<None Include="My Project\Icons\icons8-add-folder-50.png" />
<None Include="My Project\Icons\icons8-add-new-50.png" />
<None Include="My Project\Icons\icons8-advance-48.png" />
<None Include="My Project\Icons\icons8-browse-folder-50-2.png" />
<None Include="My Project\Icons\icons8-cancel-50.png" />
<None Include="My Project\Icons\icons8-clear-symbol-50.png" />
<None Include="My Project\Icons\icons8-close-50.png" />
<None Include="My Project\Icons\icons8-close-window-50.png" />
<None Include="My Project\Icons\icons8-connection-status-on-48.png" />
<None Include="My Project\Icons\icons8-design-48.png" />
<None Include="My Project\Icons\icons8-done-50.png" />
<None Include="My Project\Icons\icons8-do-not-disturb-50.png" />
<None Include="My Project\Icons\icons8-drawing-compass-48.png" />
<None Include="My Project\Icons\icons8-edit-50.png" />
<None Include="My Project\Icons\icons8-folder-50-2.png" />
<None Include="My Project\Icons\icons8-info-50.png" />
<None Include="My Project\Icons\icons8-information-50.png" />
<None Include="My Project\Icons\icons8-info-squared-50.png" />
<None Include="My Project\Icons\icons8-land-surveying-48.png" />
<None Include="My Project\Icons\icons8-no-entry-50.png" />
<None Include="My Project\Icons\icons8-ok-50.png" />
<None Include="My Project\Icons\icons8-opened-folder-50.png" />
<None Include="My Project\Icons\icons8-open-end-wrench-50.png" />
<None Include="My Project\Icons\icons8-save-as-50.png" />
<None Include="My Project\Icons\icons8-tools-50.png" />
<None Include="My Project\Icons\icons8-unavailable-50.png" />
<None Include="My Project\Icons\icons8-undo-48.png" />
<None Include="My Project\Icons\ModernXP-41-Settings-icon.png" />
<None Include="My Project\Icons\Save-as-24.png" />
<None Include="My Project\Icons\TPS1100CNVRT.png" />
<None Include="My Project\Icons\TPS1100CNVRT_logo.png" />
<Content Include="TPS1100CNVRT.ico" />
</ItemGroup>
<ItemGroup>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>brA+bpoHxfOyH0Y/XiHONguLTIPttFdvBF0sVYq+7rk=</dsig:DigestValue>
<dsig:DigestValue>rWAB+XagaGJqYXePX/Rq4e9r7LrjNaey5Sc0VOch4+s=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

Binary file not shown.

View File

@ -25,6 +25,9 @@
<setting name="Stolpci" serializeAs="String">
<value>0</value>
</setting>
<setting name="DatLogfile" serializeAs="String">
<value />
</setting>
</TPS1100_Convert.My.MySettings>
</userSettings>
</configuration>

View File

@ -4,7 +4,7 @@
<description asmv2:iconFile="TPS1100CNVRT.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="TPS1100 Convert" version="2.5.0.5" language="neutral" processorArchitecture="msil" />
<assemblyIdentity name="TPS1100 Convert" version="2.5.0.6" language="neutral" processorArchitecture="msil" />
<commandLine file="TPS1100 Convert.exe" parameters="" />
</entryPoint>
<trustInfo>
@ -43,24 +43,24 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TPS1100 Convert.exe" size="636928">
<assemblyIdentity name="TPS1100 Convert" version="2.5.0.5" language="neutral" processorArchitecture="msil" />
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TPS1100 Convert.exe" size="835072">
<assemblyIdentity name="TPS1100 Convert" version="2.5.0.6" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>qL657IWzkmYPI+lURXsojyxZpfWbRbkkRp1rAj3NOZw=</dsig:DigestValue>
<dsig:DigestValue>ZO6/OrSE/+39WjRnKb1hciN32v1Fw/5P60uF88i7A2I=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="TPS1100 Convert.exe.config" size="1398">
<file name="TPS1100 Convert.exe.config" size="1511">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>1VaEGgf8SiN+OrIDf5Tg9i7UOvOgWe/2TCc6gjoYbCQ=</dsig:DigestValue>
<dsig:DigestValue>6UDlOle4IoJRK98Yv+wIR9EGBNDcleq1vUTWUG1+2eI=</dsig:DigestValue>
</hash>
</file>
<file name="TPS1100CNVRT.ico" size="176342">

View File

@ -27,6 +27,11 @@ TPS1100 Convert
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.Fine_Print_24">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_add_new_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
@ -37,6 +42,11 @@ TPS1100 Convert
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_browse_folder_50_2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_cancel_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
@ -47,11 +57,6 @@ TPS1100 Convert
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_clear_symbol_501">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_close_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
@ -72,6 +77,11 @@ TPS1100 Convert
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_do_not_disturb_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_done_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
@ -87,6 +97,16 @@ TPS1100 Convert
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_folder_50_2">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_info_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_info_squared_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
@ -112,22 +132,17 @@ TPS1100 Convert
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_ok_501">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_open_end_wrench_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_save_as_50">
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_opened_folder_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_save_as_501">
<member name="P:TPS1100_Convert.My.Resources.Resources.icons8_save_as_50">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
@ -147,11 +162,26 @@ TPS1100 Convert
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.ModernXP_41_Settings_icon">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.README">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.Save_as_24">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.TPS1100CNVRT">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:TPS1100_Convert.My.Resources.Resources.TPS1100CNVRT_logo">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 B