Files
cameramanager/CameraMng/FrmMain.designer.vb
T
2025-08-25 10:01:18 +02:00

555 lines
24 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class FrmMain
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(FrmMain))
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.LbImageStatus = New System.Windows.Forms.Label()
Me.LbFocalLenght = New System.Windows.Forms.Label()
Me.TimerZoom = New System.Windows.Forms.Timer(Me.components)
Me.GBImgFromCam = New System.Windows.Forms.GroupBox()
Me.BtnDefAree = New System.Windows.Forms.Button()
Me.BtnCorrLens = New System.Windows.Forms.Button()
Me.BtnCorrCompleta = New System.Windows.Forms.Button()
Me.GBCorrected = New System.Windows.Forms.GroupBox()
Me.BtnSave = New System.Windows.Forms.Button()
Me.GBCalibration = New System.Windows.Forms.GroupBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.lbYmm = New System.Windows.Forms.Label()
Me.lbXmm = New System.Windows.Forms.Label()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.LbAltRif = New System.Windows.Forms.Label()
Me.LbAltCali = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.BtnAbortCal = New System.Windows.Forms.Button()
Me.BtnSaveCal = New System.Windows.Forms.Button()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.BtnLoad = New System.Windows.Forms.ToolStripButton()
Me.cmdZoomAll = New System.Windows.Forms.ToolStripButton()
Me.BtnZoom11 = New System.Windows.Forms.ToolStripButton()
Me.BtnZoomPan = New System.Windows.Forms.ToolStripButton()
Me.BtnCorrProsp = New System.Windows.Forms.ToolStripButton()
Me.BtnCfg = New System.Windows.Forms.ToolStripButton()
Me.BtnBackG = New System.Windows.Forms.ToolStripButton()
Me.BtnEdgeFinder = New System.Windows.Forms.ToolStripButton()
Me.BtnChangeThreshold = New System.Windows.Forms.ToolStripButton()
Me.BtnIncrTh = New System.Windows.Forms.ToolStripButton()
Me.lbThreshold = New System.Windows.Forms.ToolStripLabel()
Me.btnSearch = New System.Windows.Forms.ToolStripButton()
Me.RefreshCameras = New System.Windows.Forms.ToolStripButton()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.TStatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.ProgressBar = New System.Windows.Forms.ToolStripProgressBar()
Me.lbMousePosmm = New System.Windows.Forms.ToolStripStatusLabel()
Me.TimerMain = New System.Windows.Forms.Timer(Me.components)
Me.GBDefAree = New System.Windows.Forms.GroupBox()
Me.BtnVentosa = New System.Windows.Forms.Button()
Me.BtnExpT = New System.Windows.Forms.Button()
Me.BtnStone = New System.Windows.Forms.Button()
Me.BtnAbortDefAree = New System.Windows.Forms.Button()
Me.BtnSaveAree = New System.Windows.Forms.Button()
Me.ComboBoxCameras = New System.Windows.Forms.ComboBox()
Me.ComboBoxCameraCfg = New System.Windows.Forms.ComboBox()
Me.BtnEnd = New System.Windows.Forms.Button()
Me.BtnTakeFoto = New System.Windows.Forms.Button()
Me.BtnShowMsg = New System.Windows.Forms.Button()
Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components)
Me.ImageControl1 = New ImageControl()
Me.GBImgFromCam.SuspendLayout()
Me.GBCorrected.SuspendLayout()
Me.GBCalibration.SuspendLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.ToolStrip1.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.GBDefAree.SuspendLayout()
Me.SuspendLayout()
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "400D.bmp")
Me.ImageList1.Images.SetKeyName(1, "400DDis.bmp")
Me.ImageList1.Images.SetKeyName(2, "Correction.bmp")
Me.ImageList1.Images.SetKeyName(3, "CorrectionCC.bmp")
Me.ImageList1.Images.SetKeyName(4, "Spessore.bmp")
Me.ImageList1.Images.SetKeyName(5, "Lente2.bmp")
Me.ImageList1.Images.SetKeyName(6, "Lente.bmp")
Me.ImageList1.Images.SetKeyName(7, "calibro.jpg")
Me.ImageList1.Images.SetKeyName(8, "25_tape.png")
'
'LbImageStatus
'
resources.ApplyResources(Me.LbImageStatus, "LbImageStatus")
Me.LbImageStatus.Name = "LbImageStatus"
'
'LbFocalLenght
'
resources.ApplyResources(Me.LbFocalLenght, "LbFocalLenght")
Me.LbFocalLenght.Name = "LbFocalLenght"
'
'TimerZoom
'
Me.TimerZoom.Interval = 125
'
'GBImgFromCam
'
Me.GBImgFromCam.Controls.Add(Me.BtnDefAree)
Me.GBImgFromCam.Controls.Add(Me.BtnCorrLens)
Me.GBImgFromCam.Controls.Add(Me.BtnCorrCompleta)
resources.ApplyResources(Me.GBImgFromCam, "GBImgFromCam")
Me.GBImgFromCam.Name = "GBImgFromCam"
Me.GBImgFromCam.TabStop = False
'
'BtnDefAree
'
Me.BtnDefAree.Image = Global.My.Resources.Resources.DefAree
resources.ApplyResources(Me.BtnDefAree, "BtnDefAree")
Me.BtnDefAree.Name = "BtnDefAree"
Me.BtnDefAree.UseVisualStyleBackColor = True
'
'BtnCorrLens
'
Me.BtnCorrLens.Image = Global.My.Resources.Resources.Calibrazione
resources.ApplyResources(Me.BtnCorrLens, "BtnCorrLens")
Me.BtnCorrLens.Name = "BtnCorrLens"
Me.BtnCorrLens.UseVisualStyleBackColor = True
'
'BtnCorrCompleta
'
Me.BtnCorrCompleta.Image = Global.My.Resources.Resources.Correction
resources.ApplyResources(Me.BtnCorrCompleta, "BtnCorrCompleta")
Me.BtnCorrCompleta.Name = "BtnCorrCompleta"
Me.BtnCorrCompleta.UseVisualStyleBackColor = True
'
'GBCorrected
'
Me.GBCorrected.Controls.Add(Me.BtnSave)
resources.ApplyResources(Me.GBCorrected, "GBCorrected")
Me.GBCorrected.Name = "GBCorrected"
Me.GBCorrected.TabStop = False
'
'BtnSave
'
resources.ApplyResources(Me.BtnSave, "BtnSave")
Me.BtnSave.Name = "BtnSave"
Me.BtnSave.UseVisualStyleBackColor = True
'
'GBCalibration
'
Me.GBCalibration.Controls.Add(Me.Label3)
Me.GBCalibration.Controls.Add(Me.Label2)
Me.GBCalibration.Controls.Add(Me.Label1)
Me.GBCalibration.Controls.Add(Me.lbYmm)
Me.GBCalibration.Controls.Add(Me.lbXmm)
Me.GBCalibration.Controls.Add(Me.PictureBox2)
Me.GBCalibration.Controls.Add(Me.LbAltRif)
Me.GBCalibration.Controls.Add(Me.LbAltCali)
Me.GBCalibration.Controls.Add(Me.PictureBox1)
Me.GBCalibration.Controls.Add(Me.BtnAbortCal)
Me.GBCalibration.Controls.Add(Me.BtnSaveCal)
resources.ApplyResources(Me.GBCalibration, "GBCalibration")
Me.GBCalibration.Name = "GBCalibration"
Me.GBCalibration.TabStop = False
'
'Label3
'
resources.ApplyResources(Me.Label3, "Label3")
Me.Label3.Name = "Label3"
'
'Label2
'
resources.ApplyResources(Me.Label2, "Label2")
Me.Label2.Name = "Label2"
'
'Label1
'
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
'
'lbYmm
'
Me.lbYmm.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
resources.ApplyResources(Me.lbYmm, "lbYmm")
Me.lbYmm.Name = "lbYmm"
'
'lbXmm
'
Me.lbXmm.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
resources.ApplyResources(Me.lbXmm, "lbXmm")
Me.lbXmm.Name = "lbXmm"
'
'PictureBox2
'
Me.PictureBox2.Image = Global.My.Resources.Resources.Blocchetti
resources.ApplyResources(Me.PictureBox2, "PictureBox2")
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.TabStop = False
'
'LbAltRif
'
Me.LbAltRif.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
resources.ApplyResources(Me.LbAltRif, "LbAltRif")
Me.LbAltRif.Name = "LbAltRif"
'
'LbAltCali
'
Me.LbAltCali.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
resources.ApplyResources(Me.LbAltCali, "LbAltCali")
Me.LbAltCali.Name = "LbAltCali"
'
'PictureBox1
'
Me.PictureBox1.Image = Global.My.Resources.Resources.Spessore
resources.ApplyResources(Me.PictureBox1, "PictureBox1")
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.TabStop = False
'
'BtnAbortCal
'
resources.ApplyResources(Me.BtnAbortCal, "BtnAbortCal")
Me.BtnAbortCal.Name = "BtnAbortCal"
Me.BtnAbortCal.UseVisualStyleBackColor = True
'
'BtnSaveCal
'
resources.ApplyResources(Me.BtnSaveCal, "BtnSaveCal")
Me.BtnSaveCal.Name = "BtnSaveCal"
Me.BtnSaveCal.UseVisualStyleBackColor = True
'
'ToolStrip1
'
Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BtnLoad, Me.cmdZoomAll, Me.BtnZoom11, Me.BtnZoomPan, Me.BtnCorrProsp, Me.BtnCfg, Me.BtnBackG, Me.BtnEdgeFinder, Me.BtnChangeThreshold, Me.BtnIncrTh, Me.lbThreshold, Me.btnSearch, Me.RefreshCameras})
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Stretch = True
'
'BtnLoad
'
Me.BtnLoad.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BtnLoad, "BtnLoad")
Me.BtnLoad.Name = "BtnLoad"
'
'cmdZoomAll
'
Me.cmdZoomAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.cmdZoomAll, "cmdZoomAll")
Me.cmdZoomAll.Name = "cmdZoomAll"
'
'BtnZoom11
'
Me.BtnZoom11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
resources.ApplyResources(Me.BtnZoom11, "BtnZoom11")
Me.BtnZoom11.Name = "BtnZoom11"
'
'BtnZoomPan
'
Me.BtnZoomPan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BtnZoomPan.Image = Global.My.Resources.Resources.zoom_window_img
resources.ApplyResources(Me.BtnZoomPan, "BtnZoomPan")
Me.BtnZoomPan.Name = "BtnZoomPan"
'
'BtnCorrProsp
'
Me.BtnCorrProsp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
resources.ApplyResources(Me.BtnCorrProsp, "BtnCorrProsp")
Me.BtnCorrProsp.Name = "BtnCorrProsp"
'
'BtnCfg
'
Me.BtnCfg.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BtnCfg.Image = Global.My.Resources.Resources.Cfg
resources.ApplyResources(Me.BtnCfg, "BtnCfg")
Me.BtnCfg.Name = "BtnCfg"
'
'BtnBackG
'
Me.BtnBackG.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
resources.ApplyResources(Me.BtnBackG, "BtnBackG")
Me.BtnBackG.Name = "BtnBackG"
'
'BtnEdgeFinder
'
resources.ApplyResources(Me.BtnEdgeFinder, "BtnEdgeFinder")
Me.BtnEdgeFinder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BtnEdgeFinder.Image = Global.My.Resources.Resources.bordo2
Me.BtnEdgeFinder.Name = "BtnEdgeFinder"
'
'BtnChangeThreshold
'
Me.BtnChangeThreshold.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
resources.ApplyResources(Me.BtnChangeThreshold, "BtnChangeThreshold")
Me.BtnChangeThreshold.Name = "BtnChangeThreshold"
'
'BtnIncrTh
'
Me.BtnIncrTh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
resources.ApplyResources(Me.BtnIncrTh, "BtnIncrTh")
Me.BtnIncrTh.Name = "BtnIncrTh"
'
'lbThreshold
'
Me.lbThreshold.Name = "lbThreshold"
resources.ApplyResources(Me.lbThreshold, "lbThreshold")
'
'btnSearch
'
resources.ApplyResources(Me.btnSearch, "btnSearch")
Me.btnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.btnSearch.Image = Global.My.Resources.Resources.ventosa2
Me.btnSearch.Name = "btnSearch"
'
'RefreshCameras
'
Me.RefreshCameras.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.RefreshCameras.Image = Global.My.Resources.Resources.refresh_1110751
resources.ApplyResources(Me.RefreshCameras, "RefreshCameras")
Me.RefreshCameras.Name = "RefreshCameras"
'
'StatusStrip1
'
Me.StatusStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TStatus, Me.ProgressBar, Me.lbMousePosmm})
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
'
'TStatus
'
Me.TStatus.Name = "TStatus"
resources.ApplyResources(Me.TStatus, "TStatus")
'
'ProgressBar
'
Me.ProgressBar.Name = "ProgressBar"
resources.ApplyResources(Me.ProgressBar, "ProgressBar")
'
'lbMousePosmm
'
Me.lbMousePosmm.Name = "lbMousePosmm"
resources.ApplyResources(Me.lbMousePosmm, "lbMousePosmm")
'
'TimerMain
'
Me.TimerMain.Interval = 500
'
'GBDefAree
'
Me.GBDefAree.Controls.Add(Me.BtnVentosa)
Me.GBDefAree.Controls.Add(Me.BtnExpT)
Me.GBDefAree.Controls.Add(Me.BtnStone)
Me.GBDefAree.Controls.Add(Me.BtnAbortDefAree)
Me.GBDefAree.Controls.Add(Me.BtnSaveAree)
resources.ApplyResources(Me.GBDefAree, "GBDefAree")
Me.GBDefAree.Name = "GBDefAree"
Me.GBDefAree.TabStop = False
'
'BtnVentosa
'
resources.ApplyResources(Me.BtnVentosa, "BtnVentosa")
Me.BtnVentosa.Name = "BtnVentosa"
Me.BtnVentosa.UseVisualStyleBackColor = True
'
'BtnExpT
'
resources.ApplyResources(Me.BtnExpT, "BtnExpT")
Me.BtnExpT.Name = "BtnExpT"
Me.BtnExpT.UseVisualStyleBackColor = True
'
'BtnStone
'
resources.ApplyResources(Me.BtnStone, "BtnStone")
Me.BtnStone.Name = "BtnStone"
Me.BtnStone.UseVisualStyleBackColor = True
'
'BtnAbortDefAree
'
resources.ApplyResources(Me.BtnAbortDefAree, "BtnAbortDefAree")
Me.BtnAbortDefAree.Name = "BtnAbortDefAree"
Me.BtnAbortDefAree.UseVisualStyleBackColor = True
'
'BtnSaveAree
'
resources.ApplyResources(Me.BtnSaveAree, "BtnSaveAree")
Me.BtnSaveAree.Name = "BtnSaveAree"
Me.BtnSaveAree.UseVisualStyleBackColor = True
'
'ComboBoxCameras
'
Me.ComboBoxCameras.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
resources.ApplyResources(Me.ComboBoxCameras, "ComboBoxCameras")
Me.ComboBoxCameras.Name = "ComboBoxCameras"
'
'ComboBoxCameraCfg
'
Me.ComboBoxCameraCfg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
resources.ApplyResources(Me.ComboBoxCameraCfg, "ComboBoxCameraCfg")
Me.ComboBoxCameraCfg.Name = "ComboBoxCameraCfg"
'
'BtnEnd
'
Me.BtnEnd.Image = Global.My.Resources.Resources._exit
resources.ApplyResources(Me.BtnEnd, "BtnEnd")
Me.BtnEnd.Name = "BtnEnd"
Me.BtnEnd.UseVisualStyleBackColor = True
'
'BtnTakeFoto
'
resources.ApplyResources(Me.BtnTakeFoto, "BtnTakeFoto")
Me.BtnTakeFoto.ImageList = Me.ImageList1
Me.BtnTakeFoto.Name = "BtnTakeFoto"
Me.BtnTakeFoto.UseVisualStyleBackColor = True
'
'BtnShowMsg
'
resources.ApplyResources(Me.BtnShowMsg, "BtnShowMsg")
Me.BtnShowMsg.ImageList = Me.ImageList2
Me.BtnShowMsg.Name = "BtnShowMsg"
Me.BtnShowMsg.UseVisualStyleBackColor = True
'
'ImageList2
'
Me.ImageList2.ImageStream = CType(resources.GetObject("ImageList2.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList2.Images.SetKeyName(0, "accept.png")
Me.ImageList2.Images.SetKeyName(1, "cross.png")
Me.ImageList2.Images.SetKeyName(2, "warning.png")
'
'ImageControl1
'
resources.ApplyResources(Me.ImageControl1, "ImageControl1")
Me.ImageControl1.BackColor = System.Drawing.SystemColors.GrayText
Me.ImageControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.ImageControl1.Image = Nothing
Me.ImageControl1.initialimage = Nothing
Me.ImageControl1.MouseEnabled = True
Me.ImageControl1.Name = "ImageControl1"
Me.ImageControl1.Origin = New System.Drawing.Point(0, 0)
Me.ImageControl1.PanButton = System.Windows.Forms.MouseButtons.Middle
Me.ImageControl1.PanMode = True
Me.ImageControl1.ScrollbarsVisible = False
Me.ImageControl1.StretchImageToFit = False
Me.ImageControl1.ZoomFactor = 1.0R
Me.ImageControl1.ZoomOnMouseWheel = True
'
'FrmMain
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.Controls.Add(Me.BtnShowMsg)
Me.Controls.Add(Me.ComboBoxCameraCfg)
Me.Controls.Add(Me.ComboBoxCameras)
Me.Controls.Add(Me.GBDefAree)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.BtnEnd)
Me.Controls.Add(Me.GBCalibration)
Me.Controls.Add(Me.GBCorrected)
Me.Controls.Add(Me.GBImgFromCam)
Me.Controls.Add(Me.ImageControl1)
Me.Controls.Add(Me.LbFocalLenght)
Me.Controls.Add(Me.LbImageStatus)
Me.Controls.Add(Me.BtnTakeFoto)
Me.Name = "FrmMain"
Me.GBImgFromCam.ResumeLayout(False)
Me.GBCorrected.ResumeLayout(False)
Me.GBCalibration.ResumeLayout(False)
Me.GBCalibration.PerformLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.GBDefAree.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents BtnTakeFoto As System.Windows.Forms.Button
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents BtnEnd As System.Windows.Forms.Button
Friend WithEvents LbImageStatus As System.Windows.Forms.Label
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents LbFocalLenght As System.Windows.Forms.Label
Private WithEvents TimerZoom As System.Windows.Forms.Timer
Friend WithEvents ImageControl1 As ImageControl
Friend WithEvents GBImgFromCam As System.Windows.Forms.GroupBox
Friend WithEvents BtnCorrLens As System.Windows.Forms.Button
Friend WithEvents BtnCorrCompleta As System.Windows.Forms.Button
Friend WithEvents GBCorrected As System.Windows.Forms.GroupBox
Friend WithEvents BtnSave As System.Windows.Forms.Button
Friend WithEvents GBCalibration As System.Windows.Forms.GroupBox
Friend WithEvents BtnAbortCal As System.Windows.Forms.Button
Friend WithEvents BtnSaveCal As System.Windows.Forms.Button
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents LbAltRif As System.Windows.Forms.Label
Friend WithEvents LbAltCali As System.Windows.Forms.Label
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Private WithEvents BtnLoad As System.Windows.Forms.ToolStripButton
Friend WithEvents cmdZoomAll As System.Windows.Forms.ToolStripButton
Friend WithEvents BtnZoom11 As System.Windows.Forms.ToolStripButton
Friend WithEvents BtnCorrProsp As System.Windows.Forms.ToolStripButton
Friend WithEvents BtnCfg As System.Windows.Forms.ToolStripButton
Friend WithEvents BtnZoomPan As System.Windows.Forms.ToolStripButton
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents TStatus As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ProgressBar As System.Windows.Forms.ToolStripProgressBar
Friend WithEvents BtnBackG As System.Windows.Forms.ToolStripButton
Friend WithEvents BtnEdgeFinder As System.Windows.Forms.ToolStripButton
Friend WithEvents BtnChangeThreshold As System.Windows.Forms.ToolStripButton
Friend WithEvents BtnIncrTh As System.Windows.Forms.ToolStripButton
Friend WithEvents lbYmm As System.Windows.Forms.Label
Friend WithEvents lbXmm As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents lbThreshold As System.Windows.Forms.ToolStripLabel
Friend WithEvents btnSearch As System.Windows.Forms.ToolStripButton
Friend WithEvents lbMousePosmm As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents TimerMain As System.Windows.Forms.Timer
Friend WithEvents BtnDefAree As System.Windows.Forms.Button
Friend WithEvents GBDefAree As System.Windows.Forms.GroupBox
Friend WithEvents BtnAbortDefAree As System.Windows.Forms.Button
Friend WithEvents BtnSaveAree As System.Windows.Forms.Button
Friend WithEvents BtnVentosa As System.Windows.Forms.Button
Friend WithEvents BtnExpT As System.Windows.Forms.Button
Friend WithEvents BtnStone As System.Windows.Forms.Button
Friend WithEvents ComboBoxCameras As ComboBox
Friend WithEvents ComboBoxCameraCfg As ComboBox
Friend WithEvents RefreshCameras As ToolStripButton
Friend WithEvents BtnShowMsg As Button
Friend WithEvents ImageList2 As ImageList
End Class