Files
Demetrio Cassarino 872a27fbad -pulizia codice
-aggiunto combo per selezione configurazione
2025-06-30 12:05:51 +02:00

301 lines
12 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class CfgForm
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.BtnOk = New System.Windows.Forms.Button()
Me.PanelDeviceStatus = New System.Windows.Forms.GroupBox()
Me.LbCfgCameraID = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.BtnResetID = New System.Windows.Forms.Button()
Me.LbCameraID = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.BtnSetID = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.BtnDisConnect = New System.Windows.Forms.Button()
Me.LbDeviceDescription = New System.Windows.Forms.Label()
Me.LbDeviceStatus = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.LbTempDir = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.LbImageDir = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.LbFileCali = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.PanelDeviceStatus.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'BtnOk
'
Me.BtnOk.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.BtnOk.Location = New System.Drawing.Point(538, 260)
Me.BtnOk.Name = "BtnOk"
Me.BtnOk.Size = New System.Drawing.Size(60, 23)
Me.BtnOk.TabIndex = 24
Me.BtnOk.Text = "OK"
Me.BtnOk.UseVisualStyleBackColor = True
'
'PanelDeviceStatus
'
Me.PanelDeviceStatus.Controls.Add(Me.LbCfgCameraID)
Me.PanelDeviceStatus.Controls.Add(Me.Label8)
Me.PanelDeviceStatus.Controls.Add(Me.BtnResetID)
Me.PanelDeviceStatus.Controls.Add(Me.LbCameraID)
Me.PanelDeviceStatus.Controls.Add(Me.Label6)
Me.PanelDeviceStatus.Controls.Add(Me.BtnSetID)
Me.PanelDeviceStatus.Controls.Add(Me.Label3)
Me.PanelDeviceStatus.Controls.Add(Me.BtnDisConnect)
Me.PanelDeviceStatus.Controls.Add(Me.LbDeviceDescription)
Me.PanelDeviceStatus.Controls.Add(Me.LbDeviceStatus)
Me.PanelDeviceStatus.Controls.Add(Me.Label2)
Me.PanelDeviceStatus.Location = New System.Drawing.Point(22, 26)
Me.PanelDeviceStatus.Name = "PanelDeviceStatus"
Me.PanelDeviceStatus.Size = New System.Drawing.Size(463, 141)
Me.PanelDeviceStatus.TabIndex = 25
Me.PanelDeviceStatus.TabStop = False
Me.PanelDeviceStatus.Text = "Device Status"
'
'LbCfgCameraID
'
Me.LbCfgCameraID.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.LbCfgCameraID.Location = New System.Drawing.Point(111, 97)
Me.LbCfgCameraID.Name = "LbCfgCameraID"
Me.LbCfgCameraID.Size = New System.Drawing.Size(129, 19)
Me.LbCfgCameraID.TabIndex = 32
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Label8.Location = New System.Drawing.Point(13, 97)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(79, 13)
Me.Label8.TabIndex = 31
Me.Label8.Text = "Cfg Camera ID:"
'
'BtnResetID
'
Me.BtnResetID.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.BtnResetID.Location = New System.Drawing.Point(287, 79)
Me.BtnResetID.Name = "BtnResetID"
Me.BtnResetID.Size = New System.Drawing.Size(131, 21)
Me.BtnResetID.TabIndex = 30
Me.BtnResetID.Text = "Reset ID"
Me.BtnResetID.UseVisualStyleBackColor = True
'
'LbCameraID
'
Me.LbCameraID.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.LbCameraID.Location = New System.Drawing.Point(111, 73)
Me.LbCameraID.Name = "LbCameraID"
Me.LbCameraID.Size = New System.Drawing.Size(129, 19)
Me.LbCameraID.TabIndex = 29
Me.LbCameraID.Text = "Unknown"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Label6.Location = New System.Drawing.Point(13, 73)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(60, 13)
Me.Label6.TabIndex = 28
Me.Label6.Text = "Camera ID:"
'
'BtnSetID
'
Me.BtnSetID.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.BtnSetID.Location = New System.Drawing.Point(287, 52)
Me.BtnSetID.Name = "BtnSetID"
Me.BtnSetID.Size = New System.Drawing.Size(131, 21)
Me.BtnSetID.TabIndex = 27
Me.BtnSetID.Text = "Set This ID As Default"
Me.BtnSetID.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Label3.Location = New System.Drawing.Point(13, 25)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(39, 13)
Me.Label3.TabIndex = 6
Me.Label3.Text = "Model:"
Me.Label3.Visible = False
'
'BtnDisConnect
'
Me.BtnDisConnect.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.BtnDisConnect.Location = New System.Drawing.Point(287, 25)
Me.BtnDisConnect.Name = "BtnDisConnect"
Me.BtnDisConnect.Size = New System.Drawing.Size(131, 21)
Me.BtnDisConnect.TabIndex = 26
Me.BtnDisConnect.Text = "DisConnect"
Me.BtnDisConnect.UseVisualStyleBackColor = True
'
'LbDeviceDescription
'
Me.LbDeviceDescription.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.LbDeviceDescription.Location = New System.Drawing.Point(111, 25)
Me.LbDeviceDescription.Name = "LbDeviceDescription"
Me.LbDeviceDescription.Size = New System.Drawing.Size(129, 13)
Me.LbDeviceDescription.TabIndex = 15
Me.LbDeviceDescription.Text = "Unknown"
Me.LbDeviceDescription.Visible = False
'
'LbDeviceStatus
'
Me.LbDeviceStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.LbDeviceStatus.Location = New System.Drawing.Point(111, 49)
Me.LbDeviceStatus.Name = "LbDeviceStatus"
Me.LbDeviceStatus.Size = New System.Drawing.Size(129, 19)
Me.LbDeviceStatus.TabIndex = 14
Me.LbDeviceStatus.Text = "Unknown"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Label2.Location = New System.Drawing.Point(13, 49)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(40, 13)
Me.Label2.TabIndex = 5
Me.Label2.Text = "Status:"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.LbTempDir)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.LbImageDir)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.LbFileCali)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(22, 173)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(463, 99)
Me.GroupBox1.TabIndex = 27
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "File Cfg"
'
'LbTempDir
'
Me.LbTempDir.AutoSize = True
Me.LbTempDir.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.LbTempDir.Location = New System.Drawing.Point(111, 74)
Me.LbTempDir.Name = "LbTempDir"
Me.LbTempDir.Size = New System.Drawing.Size(55, 13)
Me.LbTempDir.TabIndex = 12
Me.LbTempDir.Text = "UnkNown"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Label7.Location = New System.Drawing.Point(6, 74)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(53, 13)
Me.Label7.TabIndex = 11
Me.Label7.Text = "Temp Dir:"
'
'LbImageDir
'
Me.LbImageDir.AutoSize = True
Me.LbImageDir.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.LbImageDir.Location = New System.Drawing.Point(111, 51)
Me.LbImageDir.Name = "LbImageDir"
Me.LbImageDir.Size = New System.Drawing.Size(55, 13)
Me.LbImageDir.TabIndex = 10
Me.LbImageDir.Text = "UnkNown"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Label5.Location = New System.Drawing.Point(6, 51)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(83, 13)
Me.Label5.TabIndex = 9
Me.Label5.Text = "Save Image Dir:"
'
'LbFileCali
'
Me.LbFileCali.AutoSize = True
Me.LbFileCali.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.LbFileCali.Location = New System.Drawing.Point(111, 29)
Me.LbFileCali.Name = "LbFileCali"
Me.LbFileCali.Size = New System.Drawing.Size(55, 13)
Me.LbFileCali.TabIndex = 8
Me.LbFileCali.Text = "UnkNown"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Label1.Location = New System.Drawing.Point(6, 29)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(78, 13)
Me.Label1.TabIndex = 7
Me.Label1.Text = "Calibration File:"
'
'CfgForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(624, 295)
Me.ControlBox = False
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.PanelDeviceStatus)
Me.Controls.Add(Me.BtnOk)
Me.Name = "CfgForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "CfgForm"
Me.PanelDeviceStatus.ResumeLayout(False)
Me.PanelDeviceStatus.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents BtnOk As System.Windows.Forms.Button
Friend WithEvents PanelDeviceStatus As System.Windows.Forms.GroupBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents LbDeviceDescription As System.Windows.Forms.Label
Friend WithEvents LbDeviceStatus As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents BtnDisConnect As System.Windows.Forms.Button
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents LbTempDir As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents LbImageDir As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents LbFileCali As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents LbCameraID As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents BtnSetID As System.Windows.Forms.Button
Friend WithEvents BtnResetID As System.Windows.Forms.Button
Friend WithEvents LbCfgCameraID As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
End Class