manjsi popravki
This commit is contained in:
parent
1cb643b7d3
commit
1afcecab7c
24
Form1.Designer.vb
generated
24
Form1.Designer.vb
generated
@ -33,9 +33,9 @@ Partial Class Form1
|
|||||||
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
Me.tsbFileName = New System.Windows.Forms.ToolStripTextBox()
|
Me.tsbFileName = New System.Windows.Forms.ToolStripTextBox()
|
||||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||||
Me.tsbOpenFile = New System.Windows.Forms.ToolStripButton()
|
|
||||||
Me.ToolStripButtonPripravi = New System.Windows.Forms.ToolStripButton()
|
Me.ToolStripButtonPripravi = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
|
Me.tsbOpenFile = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.LabelDatoteka = New System.Windows.Forms.ToolStripLabel()
|
Me.LabelDatoteka = New System.Windows.Forms.ToolStripLabel()
|
||||||
Me.ButtonUrediDat = New System.Windows.Forms.ToolStripButton()
|
Me.ButtonUrediDat = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.tsbConvert = New System.Windows.Forms.ToolStripButton()
|
Me.tsbConvert = New System.Windows.Forms.ToolStripButton()
|
||||||
@ -89,8 +89,8 @@ Partial Class Form1
|
|||||||
'
|
'
|
||||||
Me.ToolStripStatusLabel1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte))
|
Me.ToolStripStatusLabel1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte))
|
||||||
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
||||||
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(236, 17)
|
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(189, 17)
|
||||||
Me.ToolStripStatusLabel1.Text = "Made by 2B geoinformatika d.o.o. / Boris Bilc"
|
Me.ToolStripStatusLabel1.Text = "2B geoinformatika d.o.o. / Boris Bilc"
|
||||||
'
|
'
|
||||||
'ToolStripStatusLabel2
|
'ToolStripStatusLabel2
|
||||||
'
|
'
|
||||||
@ -134,15 +134,6 @@ Partial Class Form1
|
|||||||
Me.ToolStrip1.TabIndex = 0
|
Me.ToolStrip1.TabIndex = 0
|
||||||
Me.ToolStrip1.Text = "ToolStrip1"
|
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(91, 34)
|
|
||||||
Me.tsbOpenFile.Text = "Odpri GSI"
|
|
||||||
Me.tsbOpenFile.ToolTipText = "Izberi GSI datoteko..."
|
|
||||||
'
|
|
||||||
'ToolStripButtonPripravi
|
'ToolStripButtonPripravi
|
||||||
'
|
'
|
||||||
Me.ToolStripButtonPripravi.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_send_file_50
|
Me.ToolStripButtonPripravi.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_send_file_50
|
||||||
@ -157,6 +148,15 @@ Partial Class Form1
|
|||||||
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
||||||
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 37)
|
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 37)
|
||||||
'
|
'
|
||||||
|
'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(91, 34)
|
||||||
|
Me.tsbOpenFile.Text = "Odpri GSI"
|
||||||
|
Me.tsbOpenFile.ToolTipText = "Izberi GSI datoteko..."
|
||||||
|
'
|
||||||
'LabelDatoteka
|
'LabelDatoteka
|
||||||
'
|
'
|
||||||
Me.LabelDatoteka.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
Me.LabelDatoteka.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||||
|
@ -107,4 +107,8 @@
|
|||||||
Me.Close()
|
Me.Close()
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub UvoziKodeToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles UvoziKodeToolStripMenuItem.Click
|
||||||
|
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
@ -1,4 +1,4 @@
|
|||||||
# TPS1100-Convert
|
# TPS1100 Convert
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -11,8 +11,8 @@ Enostavna priprava in izvoz podatkov meritev v različnih oblikah...
|
|||||||
- Priprava GSI datoteke iz seznama točk (Uvoz TXT/KOO/... datotek)
|
- Priprava GSI datoteke iz seznama točk (Uvoz TXT/KOO/... datotek)
|
||||||
|
|
||||||
Program uporablja kodiranje za prepoznavo posameznih elementov meritev.
|
Program uporablja kodiranje za prepoznavo posameznih elementov meritev.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
Aplikacija je še v razvoju, zato so nekatere možnosti omejene.<br>
|
Aplikacija je še v razvoju, zato so nekatere možnosti omejene.<br>
|
||||||
Prav tako je trenutno potreben točno določen vrstni red zapisa podatkov v GSI datotekah.
|
Prav tako je trenutno potreben točno določen vrstni red zapisa podatkov v GSI datotekah.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user