TPS1100-Convert/FormNastavitve.Designer.vb
2024-06-26 22:53:12 +02:00

816 lines
44 KiB
VB.net

<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.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.OpenFileDialogNast = New System.Windows.Forms.OpenFileDialog()
Me.SaveFileDialogLog = New System.Windows.Forms.SaveFileDialog()
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
Me.Label7 = New System.Windows.Forms.Label()
Me.TextBoxOriHz = New System.Windows.Forms.TextBox()
Me.Label14 = New System.Windows.Forms.Label()
Me.Label12 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.TextBoxImport = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.TextBoxMeas = New System.Windows.Forms.TextBox()
Me.TextBoxMeasOri = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.Label15 = New System.Windows.Forms.Label()
Me.Label11 = New System.Windows.Forms.Label()
Me.TextBoxOriHt = New System.Windows.Forms.TextBox()
Me.TextBoxFree = New System.Windows.Forms.TextBox()
Me.TextBoxRes = New System.Windows.Forms.TextBox()
Me.TextBoxSetAzi = New System.Windows.Forms.TextBox()
Me.TextBoxQuickSet = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.TextBoxStoj = New System.Windows.Forms.TextBox()
Me.TextBoxStojInfo = New System.Windows.Forms.TextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.LabelFontInfo = New System.Windows.Forms.Label()
Me.ButtonFont = New System.Windows.Forms.Button()
Me.FontDialog1 = New System.Windows.Forms.FontDialog()
Me.SaveFileDialogNast = New System.Windows.Forms.SaveFileDialog()
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.DatotekaToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.UvoziKodeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.IzvoziKodeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.PonastaviKodeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.ZapriToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ButtonShraniZapri = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
Me.TableLayoutPanel1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.TableLayoutPanel2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.TableLayoutPanel3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.MenuStrip1.SuspendLayout()
Me.SuspendLayout()
'
'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(257, 27)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(285, 87)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Ločilo med podatki"
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 1
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, 0, 1)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(7, 22)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 2
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel1.Size = New System.Drawing.Size(272, 59)
Me.TableLayoutPanel1.TabIndex = 3
'
'RadioButton1
'
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, 19)
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.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(3, 28)
Me.RadioButton2.Name = "RadioButton2"
Me.RadioButton2.Size = New System.Drawing.Size(77, 19)
Me.RadioButton2.TabIndex = 1
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(257, 120)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(285, 87)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Decimalno ločilo"
'
'TableLayoutPanel2
'
Me.TableLayoutPanel2.ColumnCount = 1
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel2.Controls.Add(Me.RadioButton3, 0, 0)
Me.TableLayoutPanel2.Controls.Add(Me.RadioButton4, 0, 1)
Me.TableLayoutPanel2.Location = New System.Drawing.Point(7, 22)
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
Me.TableLayoutPanel2.RowCount = 2
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel2.Size = New System.Drawing.Size(272, 59)
Me.TableLayoutPanel2.TabIndex = 3
'
'RadioButton3
'
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, 19)
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.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(3, 28)
Me.RadioButton4.Name = "RadioButton4"
Me.RadioButton4.Size = New System.Drawing.Size(58, 19)
Me.RadioButton4.TabIndex = 1
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(257, 296)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(285, 56)
Me.GroupBox3.TabIndex = 3
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, 28)
Me.TextBoxLog.Name = "TextBoxLog"
Me.TextBoxLog.Size = New System.Drawing.Size(235, 22)
Me.TextBoxLog.TabIndex = 0
'
'ButtonOdpriLog
'
Me.ButtonOdpriLog.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ButtonOdpriLog.AutoSize = True
Me.ButtonOdpriLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.ButtonOdpriLog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.ButtonOdpriLog.Location = New System.Drawing.Point(253, 25)
Me.ButtonOdpriLog.Name = "ButtonOdpriLog"
Me.ButtonOdpriLog.Size = New System.Drawing.Size(26, 26)
Me.ButtonOdpriLog.TabIndex = 1
Me.ButtonOdpriLog.Text = "..."
Me.ButtonOdpriLog.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.ButtonOdpriLog.UseVisualStyleBackColor = True
'
'OpenFileDialogNast
'
Me.OpenFileDialogNast.CheckFileExists = False
Me.OpenFileDialogNast.DefaultExt = "Text File|*.txt"
Me.OpenFileDialogNast.Filter = "Text File|*.txt|Any File|*.*"
'
'SaveFileDialogLog
'
Me.SaveFileDialogLog.DefaultExt = "Text File|*.txt"
Me.SaveFileDialogLog.FileName = "tps1100_log.txt"
Me.SaveFileDialogLog.Filter = "Text File|*.txt"
'
'TableLayoutPanel3
'
Me.TableLayoutPanel3.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.TableLayoutPanel3.ColumnCount = 2
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75.0!))
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
Me.TableLayoutPanel3.Controls.Add(Me.Label7, 1, 3)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxOriHz, 0, 3)
Me.TableLayoutPanel3.Controls.Add(Me.Label14, 0, 0)
Me.TableLayoutPanel3.Controls.Add(Me.Label12, 1, 1)
Me.TableLayoutPanel3.Controls.Add(Me.Label10, 1, 0)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxImport, 0, 12)
Me.TableLayoutPanel3.Controls.Add(Me.Label8, 1, 12)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxMeas, 0, 11)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxMeasOri, 0, 10)
Me.TableLayoutPanel3.Controls.Add(Me.Label6, 1, 11)
Me.TableLayoutPanel3.Controls.Add(Me.Label9, 1, 10)
Me.TableLayoutPanel3.Controls.Add(Me.Label15, 0, 9)
Me.TableLayoutPanel3.Controls.Add(Me.Label11, 1, 9)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxOriHt, 0, 8)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxFree, 0, 7)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxRes, 0, 6)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxSetAzi, 0, 5)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxQuickSet, 0, 4)
Me.TableLayoutPanel3.Controls.Add(Me.Label5, 1, 8)
Me.TableLayoutPanel3.Controls.Add(Me.Label4, 1, 7)
Me.TableLayoutPanel3.Controls.Add(Me.Label3, 1, 6)
Me.TableLayoutPanel3.Controls.Add(Me.Label2, 1, 5)
Me.TableLayoutPanel3.Controls.Add(Me.Label1, 1, 4)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxStoj, 0, 1)
Me.TableLayoutPanel3.Controls.Add(Me.TextBoxStojInfo, 0, 2)
Me.TableLayoutPanel3.Controls.Add(Me.Label13, 1, 2)
Me.TableLayoutPanel3.Location = New System.Drawing.Point(12, 27)
Me.TableLayoutPanel3.Name = "TableLayoutPanel3"
Me.TableLayoutPanel3.RowCount = 13
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel3.Size = New System.Drawing.Size(239, 390)
Me.TableLayoutPanel3.TabIndex = 0
'
'Label7
'
Me.Label7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(78, 90)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(79, 30)
Me.Label7.TabIndex = 9
Me.Label7.Text = "Orientacija (Hz)"
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TextBoxOriHz
'
Me.TextBoxOriHz.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.TextBoxOriHz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxOriHz.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxOriHz.Location = New System.Drawing.Point(3, 93)
Me.TextBoxOriHz.Name = "TextBoxOriHz"
Me.TextBoxOriHz.Size = New System.Drawing.Size(69, 22)
Me.TextBoxOriHz.TabIndex = 9
Me.TextBoxOriHz.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label14
'
Me.Label14.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label14.AutoSize = True
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label14.Location = New System.Drawing.Point(3, 0)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(39, 30)
Me.Label14.TabIndex = 21
Me.Label14.Text = "Koda"
Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label12
'
Me.Label12.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label12.AutoSize = True
Me.Label12.Location = New System.Drawing.Point(78, 30)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(47, 30)
Me.Label12.TabIndex = 5
Me.Label12.Text = "Stojišče "
Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label10
'
Me.Label10.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.Location = New System.Drawing.Point(78, 0)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(63, 30)
Me.Label10.TabIndex = 20
Me.Label10.Text = "Stojišče"
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TextBoxImport
'
Me.TextBoxImport.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.TextBoxImport.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxImport.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxImport.Location = New System.Drawing.Point(3, 363)
Me.TextBoxImport.Name = "TextBoxImport"
Me.TextBoxImport.Size = New System.Drawing.Size(69, 22)
Me.TextBoxImport.TabIndex = 14
Me.TextBoxImport.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label8
'
Me.Label8.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(78, 360)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(128, 30)
Me.Label8.TabIndex = 7
Me.Label8.Text = "Točke: Uvoz/Ročni vnos"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TextBoxMeas
'
Me.TextBoxMeas.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.TextBoxMeas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxMeas.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxMeas.Location = New System.Drawing.Point(3, 333)
Me.TextBoxMeas.Name = "TextBoxMeas"
Me.TextBoxMeas.Size = New System.Drawing.Size(69, 22)
Me.TextBoxMeas.TabIndex = 11
Me.TextBoxMeas.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'TextBoxMeasOri
'
Me.TextBoxMeasOri.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.TextBoxMeasOri.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxMeasOri.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxMeasOri.Location = New System.Drawing.Point(3, 303)
Me.TextBoxMeasOri.Name = "TextBoxMeasOri"
Me.TextBoxMeasOri.Size = New System.Drawing.Size(69, 22)
Me.TextBoxMeasOri.TabIndex = 12
Me.TextBoxMeasOri.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label6
'
Me.Label6.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(78, 330)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(45, 30)
Me.Label6.TabIndex = 5
Me.Label6.Text = "Merjeno"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label9
'
Me.Label9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(78, 300)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(57, 30)
Me.Label9.TabIndex = 16
Me.Label9.Text = "Orientacije"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label15
'
Me.Label15.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label15.AutoSize = True
Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label15.Location = New System.Drawing.Point(3, 270)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(39, 30)
Me.Label15.TabIndex = 22
Me.Label15.Text = "Koda"
Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label11
'
Me.Label11.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label11.AutoSize = True
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.Location = New System.Drawing.Point(78, 270)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(58, 30)
Me.Label11.TabIndex = 19
Me.Label11.Text = "Meritve"
Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TextBoxOriHt
'
Me.TextBoxOriHt.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.TextBoxOriHt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxOriHt.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxOriHt.Location = New System.Drawing.Point(3, 243)
Me.TextBoxOriHt.Name = "TextBoxOriHt"
Me.TextBoxOriHt.Size = New System.Drawing.Size(69, 22)
Me.TextBoxOriHt.TabIndex = 10
Me.TextBoxOriHt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'TextBoxFree
'
Me.TextBoxFree.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.TextBoxFree.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxFree.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxFree.Location = New System.Drawing.Point(3, 213)
Me.TextBoxFree.Name = "TextBoxFree"
Me.TextBoxFree.Size = New System.Drawing.Size(69, 22)
Me.TextBoxFree.TabIndex = 9
Me.TextBoxFree.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'TextBoxRes
'
Me.TextBoxRes.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.TextBoxRes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxRes.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxRes.Location = New System.Drawing.Point(3, 183)
Me.TextBoxRes.Name = "TextBoxRes"
Me.TextBoxRes.Size = New System.Drawing.Size(69, 22)
Me.TextBoxRes.TabIndex = 8
Me.TextBoxRes.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'TextBoxSetAzi
'
Me.TextBoxSetAzi.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.TextBoxSetAzi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxSetAzi.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxSetAzi.Location = New System.Drawing.Point(3, 153)
Me.TextBoxSetAzi.Name = "TextBoxSetAzi"
Me.TextBoxSetAzi.Size = New System.Drawing.Size(69, 22)
Me.TextBoxSetAzi.TabIndex = 7
Me.TextBoxSetAzi.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'TextBoxQuickSet
'
Me.TextBoxQuickSet.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.TextBoxQuickSet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxQuickSet.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxQuickSet.Location = New System.Drawing.Point(3, 123)
Me.TextBoxQuickSet.Name = "TextBoxQuickSet"
Me.TextBoxQuickSet.Size = New System.Drawing.Size(69, 22)
Me.TextBoxQuickSet.TabIndex = 6
Me.TextBoxQuickSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label5
'
Me.Label5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(78, 240)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(103, 30)
Me.Label5.TabIndex = 4
Me.Label5.Text = "Ori. and Ht. Transfer"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label4
'
Me.Label4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(78, 210)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(64, 30)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Free Station"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label3
'
Me.Label3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(78, 180)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(55, 30)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Resection"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label2
'
Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(78, 150)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(63, 30)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Set Azimuth"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label1
'
Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(78, 120)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(54, 30)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Quick Set"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TextBoxStoj
'
Me.TextBoxStoj.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.TextBoxStoj.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxStoj.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxStoj.Location = New System.Drawing.Point(3, 33)
Me.TextBoxStoj.Name = "TextBoxStoj"
Me.TextBoxStoj.Size = New System.Drawing.Size(69, 22)
Me.TextBoxStoj.TabIndex = 4
Me.TextBoxStoj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'TextBoxStojInfo
'
Me.TextBoxStojInfo.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.TextBoxStojInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBoxStojInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxStojInfo.Location = New System.Drawing.Point(3, 63)
Me.TextBoxStojInfo.Name = "TextBoxStojInfo"
Me.TextBoxStojInfo.Size = New System.Drawing.Size(69, 22)
Me.TextBoxStojInfo.TabIndex = 5
Me.TextBoxStojInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label13
'
Me.Label13.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(78, 60)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(88, 30)
Me.Label13.TabIndex = 5
Me.Label13.Text = "Info Temp/Pritisk"
Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.LabelFontInfo)
Me.GroupBox4.Controls.Add(Me.ButtonFont)
Me.GroupBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox4.Location = New System.Drawing.Point(257, 213)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(285, 77)
Me.GroupBox4.TabIndex = 4
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Prikaz Izpisa"
'
'LabelFontInfo
'
Me.LabelFontInfo.AutoSize = True
Me.LabelFontInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LabelFontInfo.Location = New System.Drawing.Point(6, 23)
Me.LabelFontInfo.Name = "LabelFontInfo"
Me.LabelFontInfo.Size = New System.Drawing.Size(55, 16)
Me.LabelFontInfo.TabIndex = 1
Me.LabelFontInfo.Text = "Label16"
'
'ButtonFont
'
Me.ButtonFont.Location = New System.Drawing.Point(171, 41)
Me.ButtonFont.Name = "ButtonFont"
Me.ButtonFont.Size = New System.Drawing.Size(100, 30)
Me.ButtonFont.TabIndex = 0
Me.ButtonFont.Text = "Izberi pisavo"
Me.ButtonFont.UseVisualStyleBackColor = True
'
'FontDialog1
'
Me.FontDialog1.ShowEffects = False
'
'SaveFileDialogNast
'
Me.SaveFileDialogNast.DefaultExt = "Text File|*.txt"
Me.SaveFileDialogNast.FileName = "tps1100_kode.txt"
Me.SaveFileDialogNast.Filter = "Text File|*.txt|Any File|*.*"
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DatotekaToolStripMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(554, 24)
Me.MenuStrip1.TabIndex = 7
Me.MenuStrip1.Text = "MenuStrip1"
'
'DatotekaToolStripMenuItem
'
Me.DatotekaToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.UvoziKodeToolStripMenuItem, Me.IzvoziKodeToolStripMenuItem, Me.PonastaviKodeToolStripMenuItem, Me.ToolStripSeparator1, Me.ZapriToolStripMenuItem})
Me.DatotekaToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_save_as_50
Me.DatotekaToolStripMenuItem.Name = "DatotekaToolStripMenuItem"
Me.DatotekaToolStripMenuItem.Size = New System.Drawing.Size(82, 20)
Me.DatotekaToolStripMenuItem.Text = "&Datoteka"
'
'UvoziKodeToolStripMenuItem
'
Me.UvoziKodeToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_opened_folder_50
Me.UvoziKodeToolStripMenuItem.Name = "UvoziKodeToolStripMenuItem"
Me.UvoziKodeToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
Me.UvoziKodeToolStripMenuItem.Text = "&Uvozi Kode"
'
'IzvoziKodeToolStripMenuItem
'
Me.IzvoziKodeToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_save_as_50
Me.IzvoziKodeToolStripMenuItem.Name = "IzvoziKodeToolStripMenuItem"
Me.IzvoziKodeToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
Me.IzvoziKodeToolStripMenuItem.Text = "&Shrani Kode"
'
'PonastaviKodeToolStripMenuItem
'
Me.PonastaviKodeToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_rotate_48
Me.PonastaviKodeToolStripMenuItem.Name = "PonastaviKodeToolStripMenuItem"
Me.PonastaviKodeToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
Me.PonastaviKodeToolStripMenuItem.Text = "Ponastavi Kode"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(152, 6)
'
'ZapriToolStripMenuItem
'
Me.ZapriToolStripMenuItem.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_close_50
Me.ZapriToolStripMenuItem.Name = "ZapriToolStripMenuItem"
Me.ZapriToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
Me.ZapriToolStripMenuItem.Text = "&Zapri"
'
'ButtonShraniZapri
'
Me.ButtonShraniZapri.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ButtonShraniZapri.AutoSize = True
Me.ButtonShraniZapri.Image = Global.TPS1100_Convert.My.Resources.Resources.Save_as_24
Me.ButtonShraniZapri.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.ButtonShraniZapri.Location = New System.Drawing.Point(471, 387)
Me.ButtonShraniZapri.Name = "ButtonShraniZapri"
Me.ButtonShraniZapri.Size = New System.Drawing.Size(71, 42)
Me.ButtonShraniZapri.TabIndex = 8
Me.ButtonShraniZapri.Text = "Shrani"
Me.ButtonShraniZapri.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.ButtonShraniZapri.UseVisualStyleBackColor = True
'
'FormNastavitve
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(554, 441)
Me.Controls.Add(Me.ButtonShraniZapri)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.TableLayoutPanel3)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.MenuStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MainMenuStrip = Me.MenuStrip1
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.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.TableLayoutPanel3.ResumeLayout(False)
Me.TableLayoutPanel3.PerformLayout()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents RadioButton2 As RadioButton
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 OpenFileDialogNast As OpenFileDialog
Friend WithEvents SaveFileDialogLog As SaveFileDialog
Friend WithEvents RadioButton1 As RadioButton
Friend WithEvents TableLayoutPanel3 As TableLayoutPanel
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label8 As Label
Friend WithEvents TextBoxQuickSet As TextBox
Friend WithEvents TextBoxSetAzi As TextBox
Friend WithEvents TextBoxRes As TextBox
Friend WithEvents TextBoxFree As TextBox
Friend WithEvents TextBoxOriHt As TextBox
Friend WithEvents TextBoxMeas As TextBox
Friend WithEvents TextBoxImport As TextBox
Friend WithEvents Label9 As Label
Friend WithEvents TextBoxMeasOri As TextBox
Friend WithEvents Label11 As Label
Friend WithEvents Label10 As Label
Friend WithEvents Label13 As Label
Friend WithEvents Label12 As Label
Friend WithEvents TextBoxStojInfo As TextBox
Friend WithEvents TextBoxStoj As TextBox
Friend WithEvents Label14 As Label
Friend WithEvents Label15 As Label
Friend WithEvents GroupBox4 As GroupBox
Friend WithEvents LabelFontInfo As Label
Friend WithEvents ButtonFont As Button
Friend WithEvents FontDialog1 As FontDialog
Friend WithEvents SaveFileDialogNast As SaveFileDialog
Friend WithEvents MenuStrip1 As MenuStrip
Friend WithEvents DatotekaToolStripMenuItem As ToolStripMenuItem
Friend WithEvents IzvoziKodeToolStripMenuItem As ToolStripMenuItem
Friend WithEvents UvoziKodeToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
Friend WithEvents ZapriToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ButtonShraniZapri As Button
Friend WithEvents Label7 As Label
Friend WithEvents TextBoxOriHz As TextBox
Friend WithEvents PonastaviKodeToolStripMenuItem As ToolStripMenuItem
End Class