TPS1100-Convert/FormIzracunMeasure.Designer.vb

667 lines
33 KiB
VB.net
Raw Permalink Normal View History

2024-07-17 22:30:32 +02:00
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormIzracunMeasure
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()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormIzracunMeasure))
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.Label9 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
2024-07-25 03:01:25 +02:00
Me.tbStnHins = New System.Windows.Forms.TextBox()
Me.tbStnH = New System.Windows.Forms.TextBox()
Me.tbStnN = New System.Windows.Forms.TextBox()
Me.tbStnE = New System.Windows.Forms.TextBox()
2024-07-17 22:30:32 +02:00
Me.Label5 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
2024-07-25 03:01:25 +02:00
Me.tbMerPrCons = New System.Windows.Forms.TextBox()
Me.cbPrizma = New System.Windows.Forms.ComboBox()
Me.tbMerHpriz = New System.Windows.Forms.TextBox()
Me.tbMerH = New System.Windows.Forms.TextBox()
Me.tbMerN = New System.Windows.Forms.TextBox()
Me.tbMerE = New System.Windows.Forms.TextBox()
Me.LabelPrCons = New System.Windows.Forms.Label()
2024-07-17 22:30:32 +02:00
Me.Label12 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
2024-07-25 03:01:25 +02:00
Me.tbMerIme = New System.Windows.Forms.TextBox()
2024-07-17 22:30:32 +02:00
Me.Button1 = New System.Windows.Forms.Button()
Me.MyApplicationBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
Me.LabelIzrHz = New System.Windows.Forms.Label()
Me.LabelIzrDs = New System.Windows.Forms.Label()
Me.LabelIzrV = New System.Windows.Forms.Label()
Me.LabelIzrDhVis = New System.Windows.Forms.Label()
Me.LabelIzrDh = New System.Windows.Forms.Label()
Me.Label14 = New System.Windows.Forms.Label()
Me.Label15 = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label17 = New System.Windows.Forms.Label()
Me.Label18 = New System.Windows.Forms.Label()
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
2024-07-25 03:01:25 +02:00
Me.tbGsiOut = New System.Windows.Forms.TextBox()
2024-07-17 22:30:32 +02:00
Me.Label19 = New System.Windows.Forms.Label()
Me.TableLayoutPanel1.SuspendLayout()
CType(Me.MyApplicationBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TableLayoutPanel2.SuspendLayout()
Me.TableLayoutPanel3.SuspendLayout()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 4
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.0!))
Me.TableLayoutPanel1.Controls.Add(Me.Label9, 1, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Label10, 3, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Label7, 0, 5)
2024-07-25 03:01:25 +02:00
Me.TableLayoutPanel1.Controls.Add(Me.tbStnHins, 1, 5)
Me.TableLayoutPanel1.Controls.Add(Me.tbStnH, 1, 4)
Me.TableLayoutPanel1.Controls.Add(Me.tbStnN, 1, 3)
Me.TableLayoutPanel1.Controls.Add(Me.tbStnE, 1, 2)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel1.Controls.Add(Me.Label5, 0, 4)
Me.TableLayoutPanel1.Controls.Add(Me.Label3, 0, 3)
Me.TableLayoutPanel1.Controls.Add(Me.Label1, 0, 2)
2024-07-25 03:01:25 +02:00
Me.TableLayoutPanel1.Controls.Add(Me.tbMerPrCons, 3, 7)
Me.TableLayoutPanel1.Controls.Add(Me.cbPrizma, 3, 6)
Me.TableLayoutPanel1.Controls.Add(Me.tbMerHpriz, 3, 5)
Me.TableLayoutPanel1.Controls.Add(Me.tbMerH, 3, 4)
Me.TableLayoutPanel1.Controls.Add(Me.tbMerN, 3, 3)
Me.TableLayoutPanel1.Controls.Add(Me.tbMerE, 3, 2)
Me.TableLayoutPanel1.Controls.Add(Me.LabelPrCons, 2, 7)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel1.Controls.Add(Me.Label12, 2, 6)
Me.TableLayoutPanel1.Controls.Add(Me.Label8, 2, 5)
Me.TableLayoutPanel1.Controls.Add(Me.Label6, 2, 4)
Me.TableLayoutPanel1.Controls.Add(Me.Label4, 2, 3)
Me.TableLayoutPanel1.Controls.Add(Me.Label2, 2, 2)
Me.TableLayoutPanel1.Controls.Add(Me.Label13, 2, 1)
2024-07-25 03:01:25 +02:00
Me.TableLayoutPanel1.Controls.Add(Me.tbMerIme, 3, 1)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel1.Controls.Add(Me.Button1, 3, 8)
2024-07-25 03:01:25 +02:00
Me.TableLayoutPanel1.Location = New System.Drawing.Point(255, 12)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 9
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(437, 245)
Me.TableLayoutPanel1.TabIndex = 0
'
'Label9
'
Me.Label9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(68, 14)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(146, 16)
Me.Label9.TabIndex = 16
Me.Label9.Text = "Stojišče"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label10
'
Me.Label10.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.Location = New System.Drawing.Point(285, 14)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(149, 16)
Me.Label10.TabIndex = 17
Me.Label10.Text = "Merjena Točka"
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label7
'
Me.Label7.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(19, 136)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(43, 13)
Me.Label7.TabIndex = 12
Me.Label7.Text = "H (inst.)"
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
2024-07-25 03:01:25 +02:00
'tbStnHins
2024-07-17 22:30:32 +02:00
'
2024-07-25 03:01:25 +02:00
Me.tbStnHins.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbStnHins.Location = New System.Drawing.Point(68, 133)
Me.tbStnHins.Name = "tbStnHins"
Me.tbStnHins.Size = New System.Drawing.Size(60, 20)
Me.tbStnHins.TabIndex = 13
Me.tbStnHins.Text = "0.000"
2024-07-17 22:30:32 +02:00
'
2024-07-25 03:01:25 +02:00
'tbStnH
2024-07-17 22:30:32 +02:00
'
2024-07-25 03:01:25 +02:00
Me.tbStnH.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbStnH.Location = New System.Drawing.Point(68, 108)
Me.tbStnH.Name = "tbStnH"
Me.tbStnH.Size = New System.Drawing.Size(80, 20)
Me.tbStnH.TabIndex = 9
Me.tbStnH.Text = "0.000"
2024-07-17 22:30:32 +02:00
'
2024-07-25 03:01:25 +02:00
'tbStnN
2024-07-17 22:30:32 +02:00
'
2024-07-25 03:01:25 +02:00
Me.tbStnN.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbStnN.Location = New System.Drawing.Point(68, 83)
Me.tbStnN.Name = "tbStnN"
Me.tbStnN.Size = New System.Drawing.Size(99, 20)
Me.tbStnN.TabIndex = 5
Me.tbStnN.Text = "0.000"
2024-07-17 22:30:32 +02:00
'
2024-07-25 03:01:25 +02:00
'tbStnE
2024-07-17 22:30:32 +02:00
'
2024-07-25 03:01:25 +02:00
Me.tbStnE.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbStnE.Location = New System.Drawing.Point(68, 58)
Me.tbStnE.Name = "tbStnE"
Me.tbStnE.Size = New System.Drawing.Size(99, 20)
Me.tbStnE.TabIndex = 1
Me.tbStnE.Text = "0.000"
2024-07-17 22:30:32 +02:00
'
'Label5
'
Me.Label5.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(47, 111)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(15, 13)
Me.Label5.TabIndex = 8
Me.Label5.Text = "H"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label3
'
Me.Label3.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(47, 86)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(15, 13)
Me.Label3.TabIndex = 4
Me.Label3.Text = "N"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label1
'
Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(48, 61)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(14, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "E"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
2024-07-25 03:01:25 +02:00
'tbMerPrCons
'
Me.tbMerPrCons.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbMerPrCons.Enabled = False
Me.tbMerPrCons.Location = New System.Drawing.Point(285, 183)
Me.tbMerPrCons.Name = "tbMerPrCons"
Me.tbMerPrCons.Size = New System.Drawing.Size(60, 20)
Me.tbMerPrCons.TabIndex = 19
'
'cbPrizma
'
Me.cbPrizma.FormattingEnabled = True
Me.cbPrizma.Items.AddRange(New Object() {"Red Laser", "Leica Circ. Prism", "Leica Mini Prism", "Vnos konstante..."})
Me.cbPrizma.Location = New System.Drawing.Point(285, 158)
Me.cbPrizma.Name = "cbPrizma"
Me.cbPrizma.Size = New System.Drawing.Size(149, 21)
Me.cbPrizma.TabIndex = 21
'
'tbMerHpriz
'
Me.tbMerHpriz.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbMerHpriz.Location = New System.Drawing.Point(285, 133)
Me.tbMerHpriz.Name = "tbMerHpriz"
Me.tbMerHpriz.Size = New System.Drawing.Size(60, 20)
Me.tbMerHpriz.TabIndex = 15
Me.tbMerHpriz.Text = "0.000"
'
'tbMerH
'
Me.tbMerH.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbMerH.Location = New System.Drawing.Point(285, 108)
Me.tbMerH.Name = "tbMerH"
Me.tbMerH.Size = New System.Drawing.Size(80, 20)
Me.tbMerH.TabIndex = 11
Me.tbMerH.Text = "0.000"
'
'tbMerN
'
Me.tbMerN.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbMerN.Location = New System.Drawing.Point(285, 83)
Me.tbMerN.Name = "tbMerN"
Me.tbMerN.Size = New System.Drawing.Size(99, 20)
Me.tbMerN.TabIndex = 7
Me.tbMerN.Text = "0.000"
'
'tbMerE
'
Me.tbMerE.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbMerE.Location = New System.Drawing.Point(285, 58)
Me.tbMerE.Name = "tbMerE"
Me.tbMerE.Size = New System.Drawing.Size(99, 20)
Me.tbMerE.TabIndex = 3
Me.tbMerE.Text = "0.000"
'
'LabelPrCons
'
Me.LabelPrCons.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.LabelPrCons.AutoSize = True
Me.LabelPrCons.Enabled = False
Me.LabelPrCons.Location = New System.Drawing.Point(230, 186)
Me.LabelPrCons.Name = "LabelPrCons"
Me.LabelPrCons.Size = New System.Drawing.Size(49, 13)
Me.LabelPrCons.TabIndex = 18
Me.LabelPrCons.Text = "Pr. cons."
Me.LabelPrCons.TextAlign = System.Drawing.ContentAlignment.MiddleRight
2024-07-17 22:30:32 +02:00
'
'Label12
'
Me.Label12.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label12.AutoSize = True
Me.Label12.Location = New System.Drawing.Point(222, 161)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(57, 13)
Me.Label12.TabIndex = 20
Me.Label12.Text = "Prizma/RL"
Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label8
'
Me.Label8.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(238, 136)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(41, 13)
Me.Label8.TabIndex = 14
Me.Label8.Text = "H (refl.)"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label6
'
Me.Label6.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(264, 111)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(15, 13)
Me.Label6.TabIndex = 10
Me.Label6.Text = "H"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label4
'
Me.Label4.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(264, 86)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(15, 13)
Me.Label4.TabIndex = 6
Me.Label4.Text = "N"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label2
'
Me.Label2.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(265, 61)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(14, 13)
Me.Label2.TabIndex = 2
Me.Label2.Text = "E"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label13
'
Me.Label13.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(237, 36)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(42, 13)
Me.Label13.TabIndex = 22
Me.Label13.Text = "Ime/Št."
Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
2024-07-25 03:01:25 +02:00
'tbMerIme
2024-07-17 22:30:32 +02:00
'
2024-07-25 03:01:25 +02:00
Me.tbMerIme.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.tbMerIme.Location = New System.Drawing.Point(285, 33)
Me.tbMerIme.Name = "tbMerIme"
Me.tbMerIme.Size = New System.Drawing.Size(100, 20)
Me.tbMerIme.TabIndex = 23
Me.tbMerIme.Text = "TOCKA"
2024-07-17 22:30:32 +02:00
'
'Button1
'
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.Button1.Image = Global.TPS1100_Convert.My.Resources.Resources.digital_24
Me.Button1.Location = New System.Drawing.Point(285, 208)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(149, 34)
Me.Button1.TabIndex = 24
Me.Button1.Text = "Izračunaj"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage
Me.Button1.UseVisualStyleBackColor = True
'
'MyApplicationBindingSource
'
Me.MyApplicationBindingSource.DataSource = GetType(TPS1100_Convert.My.MyApplication)
'
'TableLayoutPanel2
'
Me.TableLayoutPanel2.ColumnCount = 5
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.0!))
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.0!))
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.0!))
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.0!))
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.0!))
Me.TableLayoutPanel2.Controls.Add(Me.LabelIzrHz, 0, 1)
Me.TableLayoutPanel2.Controls.Add(Me.LabelIzrDs, 0, 1)
Me.TableLayoutPanel2.Controls.Add(Me.LabelIzrV, 0, 1)
Me.TableLayoutPanel2.Controls.Add(Me.LabelIzrDhVis, 0, 1)
Me.TableLayoutPanel2.Controls.Add(Me.LabelIzrDh, 0, 1)
Me.TableLayoutPanel2.Controls.Add(Me.Label14, 0, 0)
Me.TableLayoutPanel2.Controls.Add(Me.Label15, 1, 0)
Me.TableLayoutPanel2.Controls.Add(Me.Label16, 2, 0)
Me.TableLayoutPanel2.Controls.Add(Me.Label17, 3, 0)
Me.TableLayoutPanel2.Controls.Add(Me.Label18, 4, 0)
Me.TableLayoutPanel2.Location = New System.Drawing.Point(12, 263)
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
Me.TableLayoutPanel2.RowCount = 2
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
2024-07-25 03:01:25 +02:00
Me.TableLayoutPanel2.Size = New System.Drawing.Size(680, 50)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel2.TabIndex = 1
'
'LabelIzrHz
'
Me.LabelIzrHz.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LabelIzrHz.AutoSize = True
Me.LabelIzrHz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.LabelIzrHz.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LabelIzrHz.Location = New System.Drawing.Point(3, 28)
Me.LabelIzrHz.Name = "LabelIzrHz"
2024-07-25 03:01:25 +02:00
Me.LabelIzrHz.Size = New System.Drawing.Size(130, 18)
2024-07-17 22:30:32 +02:00
Me.LabelIzrHz.TabIndex = 26
Me.LabelIzrHz.Text = "LabelIzrHz"
Me.LabelIzrHz.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'LabelIzrDs
'
Me.LabelIzrDs.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LabelIzrDs.AutoSize = True
Me.LabelIzrDs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.LabelIzrDs.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
2024-07-25 03:01:25 +02:00
Me.LabelIzrDs.Location = New System.Drawing.Point(275, 28)
2024-07-17 22:30:32 +02:00
Me.LabelIzrDs.Name = "LabelIzrDs"
2024-07-25 03:01:25 +02:00
Me.LabelIzrDs.Size = New System.Drawing.Size(130, 18)
2024-07-17 22:30:32 +02:00
Me.LabelIzrDs.TabIndex = 25
Me.LabelIzrDs.Text = "LabelIzrDs"
Me.LabelIzrDs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'LabelIzrV
'
Me.LabelIzrV.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LabelIzrV.AutoSize = True
Me.LabelIzrV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.LabelIzrV.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
2024-07-25 03:01:25 +02:00
Me.LabelIzrV.Location = New System.Drawing.Point(139, 28)
2024-07-17 22:30:32 +02:00
Me.LabelIzrV.Name = "LabelIzrV"
2024-07-25 03:01:25 +02:00
Me.LabelIzrV.Size = New System.Drawing.Size(130, 18)
2024-07-17 22:30:32 +02:00
Me.LabelIzrV.TabIndex = 24
Me.LabelIzrV.Text = "LabelIzrV"
Me.LabelIzrV.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'LabelIzrDhVis
'
Me.LabelIzrDhVis.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LabelIzrDhVis.AutoSize = True
Me.LabelIzrDhVis.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.LabelIzrDhVis.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
2024-07-25 03:01:25 +02:00
Me.LabelIzrDhVis.Location = New System.Drawing.Point(547, 28)
2024-07-17 22:30:32 +02:00
Me.LabelIzrDhVis.Name = "LabelIzrDhVis"
2024-07-25 03:01:25 +02:00
Me.LabelIzrDhVis.Size = New System.Drawing.Size(130, 18)
2024-07-17 22:30:32 +02:00
Me.LabelIzrDhVis.TabIndex = 23
Me.LabelIzrDhVis.Text = "LabelIzrDhVis"
Me.LabelIzrDhVis.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'LabelIzrDh
'
Me.LabelIzrDh.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LabelIzrDh.AutoSize = True
Me.LabelIzrDh.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.LabelIzrDh.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
2024-07-25 03:01:25 +02:00
Me.LabelIzrDh.Location = New System.Drawing.Point(411, 28)
2024-07-17 22:30:32 +02:00
Me.LabelIzrDh.Name = "LabelIzrDh"
2024-07-25 03:01:25 +02:00
Me.LabelIzrDh.Size = New System.Drawing.Size(130, 18)
2024-07-17 22:30:32 +02:00
Me.LabelIzrDh.TabIndex = 22
Me.LabelIzrDh.Text = "LabelIzrDh"
Me.LabelIzrDh.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label14
'
Me.Label14.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), 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, 9)
Me.Label14.Name = "Label14"
2024-07-25 03:01:25 +02:00
Me.Label14.Size = New System.Drawing.Size(130, 16)
2024-07-17 22:30:32 +02:00
Me.Label14.TabIndex = 17
Me.Label14.Text = "Hz"
Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label15
'
Me.Label15.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), 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))
2024-07-25 03:01:25 +02:00
Me.Label15.Location = New System.Drawing.Point(139, 9)
2024-07-17 22:30:32 +02:00
Me.Label15.Name = "Label15"
2024-07-25 03:01:25 +02:00
Me.Label15.Size = New System.Drawing.Size(130, 16)
2024-07-17 22:30:32 +02:00
Me.Label15.TabIndex = 18
Me.Label15.Text = "V"
Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label16
'
Me.Label16.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label16.AutoSize = True
Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
2024-07-25 03:01:25 +02:00
Me.Label16.Location = New System.Drawing.Point(275, 9)
2024-07-17 22:30:32 +02:00
Me.Label16.Name = "Label16"
2024-07-25 03:01:25 +02:00
Me.Label16.Size = New System.Drawing.Size(130, 16)
2024-07-17 22:30:32 +02:00
Me.Label16.TabIndex = 19
Me.Label16.Text = "D (poš.)"
Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label17
'
Me.Label17.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label17.AutoSize = True
Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
2024-07-25 03:01:25 +02:00
Me.Label17.Location = New System.Drawing.Point(411, 9)
2024-07-17 22:30:32 +02:00
Me.Label17.Name = "Label17"
2024-07-25 03:01:25 +02:00
Me.Label17.Size = New System.Drawing.Size(130, 16)
2024-07-17 22:30:32 +02:00
Me.Label17.TabIndex = 20
Me.Label17.Text = "D (hor.)"
Me.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label18
'
Me.Label18.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label18.AutoSize = True
Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
2024-07-25 03:01:25 +02:00
Me.Label18.Location = New System.Drawing.Point(547, 9)
2024-07-17 22:30:32 +02:00
Me.Label18.Name = "Label18"
2024-07-25 03:01:25 +02:00
Me.Label18.Size = New System.Drawing.Size(130, 16)
2024-07-17 22:30:32 +02:00
Me.Label18.TabIndex = 21
Me.Label18.Text = "dH"
Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'TableLayoutPanel3
'
Me.TableLayoutPanel3.ColumnCount = 2
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel3.Controls.Add(Me.Button2, 0, 0)
Me.TableLayoutPanel3.Controls.Add(Me.Button3, 1, 0)
Me.TableLayoutPanel3.Location = New System.Drawing.Point(12, 347)
Me.TableLayoutPanel3.Name = "TableLayoutPanel3"
Me.TableLayoutPanel3.RowCount = 1
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
2024-07-25 03:01:25 +02:00
Me.TableLayoutPanel3.Size = New System.Drawing.Size(680, 40)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel3.TabIndex = 2
'
'Button2
'
Me.Button2.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_advance2_24
Me.Button2.Location = New System.Drawing.Point(3, 3)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(102, 34)
Me.Button2.TabIndex = 0
Me.Button2.Text = "Vstavi"
Me.Button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Anchor = System.Windows.Forms.AnchorStyles.Right
2024-07-25 03:01:25 +02:00
Me.Button3.Location = New System.Drawing.Point(602, 4)
2024-07-17 22:30:32 +02:00
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 32)
Me.Button3.TabIndex = 1
Me.Button3.Text = "Prekliči"
Me.Button3.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage
Me.Button3.UseVisualStyleBackColor = True
'
2024-07-25 03:01:25 +02:00
'tbGsiOut
2024-07-17 22:30:32 +02:00
'
2024-07-25 03:01:25 +02:00
Me.tbGsiOut.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.tbGsiOut.Location = New System.Drawing.Point(47, 320)
Me.tbGsiOut.Name = "tbGsiOut"
Me.tbGsiOut.Size = New System.Drawing.Size(645, 21)
Me.tbGsiOut.TabIndex = 3
2024-07-17 22:30:32 +02:00
'
'Label19
'
Me.Label19.Location = New System.Drawing.Point(13, 320)
Me.Label19.Name = "Label19"
Me.Label19.Size = New System.Drawing.Size(28, 21)
Me.Label19.TabIndex = 4
Me.Label19.Text = "GSI"
Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'FormIzracunMeasure
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
2024-07-25 03:01:25 +02:00
Me.BackColor = System.Drawing.SystemColors.Control
Me.ClientSize = New System.Drawing.Size(704, 396)
2024-07-17 22:30:32 +02:00
Me.Controls.Add(Me.Label19)
2024-07-25 03:01:25 +02:00
Me.Controls.Add(Me.tbGsiOut)
2024-07-17 22:30:32 +02:00
Me.Controls.Add(Me.TableLayoutPanel3)
Me.Controls.Add(Me.TableLayoutPanel2)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "FormIzracunMeasure"
2024-07-25 03:01:25 +02:00
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
2024-07-17 22:30:32 +02:00
Me.Text = "Izračun Meritve"
Me.TableLayoutPanel1.ResumeLayout(False)
Me.TableLayoutPanel1.PerformLayout()
CType(Me.MyApplicationBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.TableLayoutPanel2.ResumeLayout(False)
Me.TableLayoutPanel2.PerformLayout()
Me.TableLayoutPanel3.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents Label8 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbMerHpriz As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents Label7 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbStnHins As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents Label6 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbMerH As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents Label5 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbStnH As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents Label4 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbMerN As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents Label3 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbStnN As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents Label2 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbMerE As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents Label1 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbStnE As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents Label9 As Label
Friend WithEvents Label10 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents LabelPrCons As Label
2024-07-17 22:30:32 +02:00
Friend WithEvents Label12 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbMerPrCons As TextBox
Friend WithEvents cbPrizma As ComboBox
2024-07-17 22:30:32 +02:00
Friend WithEvents MyApplicationBindingSource As BindingSource
Friend WithEvents Label13 As Label
2024-07-25 03:01:25 +02:00
Friend WithEvents tbMerIme As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
Friend WithEvents Label14 As Label
Friend WithEvents Label15 As Label
Friend WithEvents Label16 As Label
Friend WithEvents Label17 As Label
Friend WithEvents Label18 As Label
Friend WithEvents LabelIzrHz As Label
Friend WithEvents LabelIzrDs As Label
Friend WithEvents LabelIzrV As Label
Friend WithEvents LabelIzrDhVis As Label
Friend WithEvents LabelIzrDh As Label
Friend WithEvents Button1 As Button
Friend WithEvents TableLayoutPanel3 As TableLayoutPanel
Friend WithEvents Button2 As Button
Friend WithEvents Button3 As Button
2024-07-25 03:01:25 +02:00
Friend WithEvents tbGsiOut As TextBox
2024-07-17 22:30:32 +02:00
Friend WithEvents Label19 As Label
End Class