1d690d503b
- non esiste più la configurazione Default - la prima configurazione non ha il numero 1 nella path, le successive partono da 2 - sistemazioni varie nelle path dei file.
279 lines
13 KiB
VB.net
279 lines
13 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class SetConfigForm
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
|
|
<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
|
|
|
|
'Richiesto da Progettazione Windows Form
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
|
|
'Può essere modificata in Progettazione Windows Form.
|
|
'Non modificarla mediante l'editor del codice.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SetConfigForm))
|
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
Me.Config = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.ImageConfig = New System.Windows.Forms.DataGridViewImageColumn()
|
|
Me.ComboCamera = New System.Windows.Forms.DataGridViewComboBoxColumn()
|
|
Me.ImageCamera = New System.Windows.Forms.DataGridViewImageColumn()
|
|
Me.SaveConfig = New System.Windows.Forms.DataGridViewButtonColumn()
|
|
Me.ApplyConfig = New System.Windows.Forms.DataGridViewButtonColumn()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.LabelOkCfg = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
CType(Me.DataGridView1,System.ComponentModel.ISupportInitialize).BeginInit
|
|
CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).BeginInit
|
|
CType(Me.PictureBox2,System.ComponentModel.ISupportInitialize).BeginInit
|
|
CType(Me.PictureBox3,System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.GroupBox1.SuspendLayout
|
|
Me.SuspendLayout
|
|
'
|
|
'DataGridView1
|
|
'
|
|
Me.DataGridView1.AllowUserToAddRows = false
|
|
Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
Me.DataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.DataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None
|
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Config, Me.ImageConfig, Me.ComboCamera, Me.ImageCamera, Me.SaveConfig, Me.ApplyConfig})
|
|
Me.DataGridView1.Location = New System.Drawing.Point(35, 25)
|
|
Me.DataGridView1.Name = "DataGridView1"
|
|
Me.DataGridView1.RowHeadersWidth = 51
|
|
Me.DataGridView1.Size = New System.Drawing.Size(591, 159)
|
|
Me.DataGridView1.TabIndex = 0
|
|
Me.DataGridView1.TabStop = false
|
|
'
|
|
'Config
|
|
'
|
|
Me.Config.FillWeight = 75.24068!
|
|
Me.Config.HeaderText = "Config"
|
|
Me.Config.MinimumWidth = 6
|
|
Me.Config.Name = "Config"
|
|
Me.Config.ToolTipText = "iiiii"
|
|
'
|
|
'ImageConfig
|
|
'
|
|
Me.ImageConfig.FillWeight = 53.93283!
|
|
Me.ImageConfig.HeaderText = "Result Cfg"
|
|
Me.ImageConfig.Image = Global.My.Resources.Resources.warning
|
|
Me.ImageConfig.MinimumWidth = 6
|
|
Me.ImageConfig.Name = "ImageConfig"
|
|
'
|
|
'ComboCamera
|
|
'
|
|
Me.ComboCamera.FillWeight = 118.042!
|
|
Me.ComboCamera.HeaderText = "ID Camera"
|
|
Me.ComboCamera.MinimumWidth = 6
|
|
Me.ComboCamera.Name = "ComboCamera"
|
|
'
|
|
'ImageCamera
|
|
'
|
|
Me.ImageCamera.FillWeight = 43.92786!
|
|
Me.ImageCamera.HeaderText = "Result Camera"
|
|
Me.ImageCamera.MinimumWidth = 6
|
|
Me.ImageCamera.Name = "ImageCamera"
|
|
'
|
|
'SaveConfig
|
|
'
|
|
Me.SaveConfig.FillWeight = 148.4289!
|
|
Me.SaveConfig.HeaderText = "SaveConfig"
|
|
Me.SaveConfig.MinimumWidth = 6
|
|
Me.SaveConfig.Name = "SaveConfig"
|
|
'
|
|
'ApplyConfig
|
|
'
|
|
Me.ApplyConfig.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.ApplyConfig.FillWeight = 160.4278!
|
|
Me.ApplyConfig.HeaderText = "ApplyConfig"
|
|
Me.ApplyConfig.MinimumWidth = 6
|
|
Me.ApplyConfig.Name = "ApplyConfig"
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Image = Global.My.Resources.Resources.accept
|
|
Me.PictureBox1.Location = New System.Drawing.Point(29, 48)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(29, 27)
|
|
Me.PictureBox1.TabIndex = 1
|
|
Me.PictureBox1.TabStop = false
|
|
'
|
|
'PictureBox2
|
|
'
|
|
Me.PictureBox2.Image = Global.My.Resources.Resources.warning
|
|
Me.PictureBox2.Location = New System.Drawing.Point(29, 83)
|
|
Me.PictureBox2.Name = "PictureBox2"
|
|
Me.PictureBox2.Size = New System.Drawing.Size(29, 27)
|
|
Me.PictureBox2.TabIndex = 2
|
|
Me.PictureBox2.TabStop = false
|
|
'
|
|
'PictureBox3
|
|
'
|
|
Me.PictureBox3.Image = Global.My.Resources.Resources.cross
|
|
Me.PictureBox3.Location = New System.Drawing.Point(29, 124)
|
|
Me.PictureBox3.Name = "PictureBox3"
|
|
Me.PictureBox3.Size = New System.Drawing.Size(29, 26)
|
|
Me.PictureBox3.TabIndex = 3
|
|
Me.PictureBox3.TabStop = false
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = true
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(134, 16)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(29, 17)
|
|
Me.Label1.TabIndex = 4
|
|
Me.Label1.Text = "Cfg"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Label7)
|
|
Me.GroupBox1.Controls.Add(Me.Label6)
|
|
Me.GroupBox1.Controls.Add(Me.Label5)
|
|
Me.GroupBox1.Controls.Add(Me.Label4)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.LabelOkCfg)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.PictureBox3)
|
|
Me.GroupBox1.Controls.Add(Me.PictureBox1)
|
|
Me.GroupBox1.Controls.Add(Me.PictureBox2)
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(35, 199)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(591, 170)
|
|
Me.GroupBox1.TabIndex = 5
|
|
Me.GroupBox1.TabStop = false
|
|
Me.GroupBox1.Text = "Legenda"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = true
|
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(359, 124)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(109, 30)
|
|
Me.Label7.TabIndex = 11
|
|
Me.Label7.Text = "IDCamera assente"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(359, 83)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(226, 34)
|
|
Me.Label6.TabIndex = 10
|
|
Me.Label6.Text = "IDCamera non presente in elenco camere connesse"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = true
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(359, 48)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(119, 15)
|
|
Me.Label5.TabIndex = 9
|
|
Me.Label5.Text = "IDCamera connessa"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = true
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
|
Me.Label4.Location = New System.Drawing.Point(74, 124)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(193, 30)
|
|
Me.Label4.TabIndex = 8
|
|
Me.Label4.Text = "IDCamera configurazione assente"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(74, 83)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(295, 34)
|
|
Me.Label3.TabIndex = 7
|
|
Me.Label3.Text = "IDCamera configurazione già in uso in un'altra configurazione"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)
|
|
'
|
|
'LabelOkCfg
|
|
'
|
|
Me.LabelOkCfg.AutoSize = true
|
|
Me.LabelOkCfg.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
|
Me.LabelOkCfg.Location = New System.Drawing.Point(74, 48)
|
|
Me.LabelOkCfg.Name = "LabelOkCfg"
|
|
Me.LabelOkCfg.Size = New System.Drawing.Size(182, 15)
|
|
Me.LabelOkCfg.TabIndex = 6
|
|
Me.LabelOkCfg.Text = "IDCamera configurazione valido"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = true
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(403, 16)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(57, 17)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "Camera"
|
|
'
|
|
'SetConfigForm
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(663, 381)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.DataGridView1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
|
|
Me.Name = "SetConfigForm"
|
|
Me.Text = "SetConfigForm"
|
|
CType(Me.DataGridView1,System.ComponentModel.ISupportInitialize).EndInit
|
|
CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).EndInit
|
|
CType(Me.PictureBox2,System.ComponentModel.ISupportInitialize).EndInit
|
|
CType(Me.PictureBox3,System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.GroupBox1.ResumeLayout(false)
|
|
Me.GroupBox1.PerformLayout
|
|
Me.ResumeLayout(false)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents DataGridView1 As DataGridView
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Friend WithEvents PictureBox2 As PictureBox
|
|
Friend WithEvents PictureBox3 As PictureBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents LabelOkCfg As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents Config As DataGridViewTextBoxColumn
|
|
Friend WithEvents ImageConfig As DataGridViewImageColumn
|
|
Friend WithEvents ComboCamera As DataGridViewComboBoxColumn
|
|
Friend WithEvents ImageCamera As DataGridViewImageColumn
|
|
Friend WithEvents SaveConfig As DataGridViewButtonColumn
|
|
Friend WithEvents ApplyConfig As DataGridViewButtonColumn
|
|
End Class
|