Camera Capture - designer
' translated in VB:NET from c#
' by Giuseppe Di Santo - Studio IT
Imports Emgu.CV.UI
Imports Emgu.CV
Imports Emgu.CV.Structure
Imports System
Imports System.ComponentModel
Imports System.Drawing
Imports System.Windows.Forms
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class CameraCapture
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
Me.splitContainer1 = New System.Windows.Forms.SplitContainer
Me.flipVerticalButton = New System.Windows.Forms.Button
Me.flipHorizontalButton = New System.Windows.Forms.Button
Me.captureButton = New System.Windows.Forms.Button
Me.splitContainer2 = New System.Windows.Forms.SplitContainer
Me.splitContainer3 = New System.Windows.Forms.SplitContainer
Me.captureImageBox = New Emgu.CV.UI.ImageBox
Me.panel1 = New System.Windows.Forms.Panel
Me.label1 = New System.Windows.Forms.Label
Me.smoothedGrayscaleImageBox = New Emgu.CV.UI.ImageBox
Me.panel3 = New System.Windows.Forms.Panel
Me.label3 = New System.Windows.Forms.Label
Me.splitContainer4 = New System.Windows.Forms.SplitContainer
Me.grayscaleImageBox = New Emgu.CV.UI.ImageBox
Me.panel2 = New System.Windows.Forms.Panel
Me.label2 = New System.Windows.Forms.Label
Me.cannyImageBox = New Emgu.CV.UI.ImageBox
Me.panel4 = New System.Windows.Forms.Panel
Me.label4 = New System.Windows.Forms.Label
Me.splitContainer1.Panel1.SuspendLayout()
Me.splitContainer1.Panel2.SuspendLayout()
Me.splitContainer1.SuspendLayout()
Me.splitContainer2.Panel1.SuspendLayout()
Me.splitContainer2.Panel2.SuspendLayout()
Me.splitContainer2.SuspendLayout()
Me.splitContainer3.Panel1.SuspendLayout()
Me.splitContainer3.Panel2.SuspendLayout()
Me.splitContainer3.SuspendLayout()
CType(Me.captureImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panel1.SuspendLayout()
CType(Me.smoothedGrayscaleImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panel3.SuspendLayout()
Me.splitContainer4.Panel1.SuspendLayout()
Me.splitContainer4.Panel2.SuspendLayout()
Me.splitContainer4.SuspendLayout()
CType(Me.grayscaleImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panel2.SuspendLayout()
CType(Me.cannyImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panel4.SuspendLayout()
Me.SuspendLayout()
'
'splitContainer1
'
Me.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.splitContainer1.Location = New System.Drawing.Point(0, 0)
Me.splitContainer1.Name = "splitContainer1"
Me.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'splitContainer1.Panel1
'
Me.splitContainer1.Panel1.Controls.Add(Me.flipVerticalButton)
Me.splitContainer1.Panel1.Controls.Add(Me.flipHorizontalButton)
Me.splitContainer1.Panel1.Controls.Add(Me.captureButton)
'
'splitContainer1.Panel2
'
Me.splitContainer1.Panel2.Controls.Add(Me.splitContainer2)
Me.splitContainer1.Size = New System.Drawing.Size(842, 753)
Me.splitContainer1.SplitterDistance = 39
Me.splitContainer1.TabIndex = 0
'
'flipVerticalButton
'
Me.flipVerticalButton.Location = New System.Drawing.Point(305, 12)
Me.flipVerticalButton.Name = "flipVerticalButton"
Me.flipVerticalButton.Size = New System.Drawing.Size(102, 23)
Me.flipVerticalButton.TabIndex = 2
Me.flipVerticalButton.Text = "Flip Vertical"
Me.flipVerticalButton.UseVisualStyleBackColor = True
'
'flipHorizontalButton
'
Me.flipHorizontalButton.Location = New System.Drawing.Point(162, 12)
Me.flipHorizontalButton.Name = "flipHorizontalButton"
Me.flipHorizontalButton.Size = New System.Drawing.Size(102, 23)
Me.flipHorizontalButton.TabIndex = 1
Me.flipHorizontalButton.Text = "Flip Horizontal"
Me.flipHorizontalButton.UseVisualStyleBackColor = True
'
'captureButton
'
Me.captureButton.Location = New System.Drawing.Point(15, 12)
Me.captureButton.Name = "captureButton"
Me.captureButton.Size = New System.Drawing.Size(102, 23)
Me.captureButton.TabIndex = 0
Me.captureButton.Text = "Start Capture"
Me.captureButton.UseVisualStyleBackColor = True
'
'splitContainer2
'
Me.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
Me.splitContainer2.Location = New System.Drawing.Point(0, 0)
Me.splitContainer2.Name = "splitContainer2"
'
'splitContainer2.Panel1
'
Me.splitContainer2.Panel1.Controls.Add(Me.splitContainer3)
'
'splitContainer2.Panel2
'
Me.splitContainer2.Panel2.Controls.Add(Me.splitContainer4)
Me.splitContainer2.Size = New System.Drawing.Size(842, 710)
Me.splitContainer2.SplitterDistance = 411
Me.splitContainer2.TabIndex = 0
'
'splitContainer3
'
Me.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill
Me.splitContainer3.Location = New System.Drawing.Point(0, 0)
Me.splitContainer3.Name = "splitContainer3"
Me.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'splitContainer3.Panel1
'
Me.splitContainer3.Panel1.Controls.Add(Me.captureImageBox)
Me.splitContainer3.Panel1.Controls.Add(Me.panel1)
'
'splitContainer3.Panel2
'
Me.splitContainer3.Panel2.Controls.Add(Me.smoothedGrayscaleImageBox)
Me.splitContainer3.Panel2.Controls.Add(Me.panel3)
Me.splitContainer3.Size = New System.Drawing.Size(411, 710)
Me.splitContainer3.SplitterDistance = 342
Me.splitContainer3.TabIndex = 0
'
'captureImageBox
'
Me.captureImageBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.captureImageBox.Location = New System.Drawing.Point(0, 33)
Me.captureImageBox.Name = "captureImageBox"
Me.captureImageBox.Size = New System.Drawing.Size(411, 309)
Me.captureImageBox.TabIndex = 1
Me.captureImageBox.TabStop = False
'
'panel1
'
Me.panel1.Controls.Add(Me.label1)
Me.panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.panel1.Location = New System.Drawing.Point(0, 0)
Me.panel1.Name = "panel1"
Me.panel1.Size = New System.Drawing.Size(411, 33)
Me.panel1.TabIndex = 0
'
'label1
'
Me.label1.AutoSize = True
Me.label1.Location = New System.Drawing.Point(12, 10)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(85, 13)
Me.label1.TabIndex = 0
Me.label1.Text = "Captured Image:"
'
'smoothedGrayscaleImageBox
'
Me.smoothedGrayscaleImageBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.smoothedGrayscaleImageBox.Location = New System.Drawing.Point(0, 36)
Me.smoothedGrayscaleImageBox.Name = "smoothedGrayscaleImageBox"
Me.smoothedGrayscaleImageBox.Size = New System.Drawing.Size(411, 328)
Me.smoothedGrayscaleImageBox.TabIndex = 1
Me.smoothedGrayscaleImageBox.TabStop = False
'
'panel3
'
Me.panel3.Controls.Add(Me.label3)
Me.panel3.Dock = System.Windows.Forms.DockStyle.Top
Me.panel3.Location = New System.Drawing.Point(0, 0)
Me.panel3.Name = "panel3"
Me.panel3.Size = New System.Drawing.Size(411, 36)
Me.panel3.TabIndex = 0
'
'label3
'
Me.label3.AutoSize = True
Me.label3.Location = New System.Drawing.Point(12, 12)
Me.label3.Name = "label3"
Me.label3.Size = New System.Drawing.Size(108, 13)
Me.label3.TabIndex = 0
Me.label3.Text = "Smoothed Grayscale:"
'
'splitContainer4
'
Me.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill
Me.splitContainer4.Location = New System.Drawing.Point(0, 0)
Me.splitContainer4.Name = "splitContainer4"
Me.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'splitContainer4.Panel1
'
Me.splitContainer4.Panel1.Controls.Add(Me.grayscaleImageBox)
Me.splitContainer4.Panel1.Controls.Add(Me.panel2)
'
'splitContainer4.Panel2
'
Me.splitContainer4.Panel2.Controls.Add(Me.cannyImageBox)
Me.splitContainer4.Panel2.Controls.Add(Me.panel4)
Me.splitContainer4.Size = New System.Drawing.Size(427, 710)
Me.splitContainer4.SplitterDistance = 342
Me.splitContainer4.TabIndex = 0
'
'grayscaleImageBox
'
Me.grayscaleImageBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.grayscaleImageBox.Location = New System.Drawing.Point(0, 33)
Me.grayscaleImageBox.Name = "grayscaleImageBox"
Me.grayscaleImageBox.Size = New System.Drawing.Size(427, 309)
Me.grayscaleImageBox.TabIndex = 1
Me.grayscaleImageBox.TabStop = False
'
'panel2
'
Me.panel2.Controls.Add(Me.label2)
Me.panel2.Dock = System.Windows.Forms.DockStyle.Top
Me.panel2.Location = New System.Drawing.Point(0, 0)
Me.panel2.Name = "panel2"
Me.panel2.Size = New System.Drawing.Size(427, 33)
Me.panel2.TabIndex = 0
'
'label2
'
Me.label2.AutoSize = True
Me.label2.Location = New System.Drawing.Point(14, 10)
Me.label2.Name = "label2"
Me.label2.Size = New System.Drawing.Size(89, 13)
Me.label2.TabIndex = 1
Me.label2.Text = "Grayscale Image:"
'
'cannyImageBox
'
Me.cannyImageBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.cannyImageBox.Location = New System.Drawing.Point(0, 35)
Me.cannyImageBox.Name = "cannyImageBox"
Me.cannyImageBox.Size = New System.Drawing.Size(427, 329)
Me.cannyImageBox.TabIndex = 1
Me.cannyImageBox.TabStop = False
'
'panel4
'
Me.panel4.Controls.Add(Me.label4)
Me.panel4.Dock = System.Windows.Forms.DockStyle.Top
Me.panel4.Location = New System.Drawing.Point(0, 0)
Me.panel4.Name = "panel4"
Me.panel4.Size = New System.Drawing.Size(427, 35)
Me.panel4.TabIndex = 0
'
'label4
'
Me.label4.AutoSize = True
Me.label4.Location = New System.Drawing.Point(17, 10)
Me.label4.Name = "label4"
Me.label4.Size = New System.Drawing.Size(73, 13)
Me.label4.TabIndex = 0
Me.label4.Text = "Canny Edges:"
'
'CameraCapture
'
Me.ClientSize = New System.Drawing.Size(842, 753)
Me.Controls.Add(Me.splitContainer1)
Me.Name = "CameraCapture"
Me.Text = "Camera Capture"
Me.splitContainer1.Panel1.ResumeLayout(False)
Me.splitContainer1.Panel2.ResumeLayout(False)
Me.splitContainer1.ResumeLayout(False)
Me.splitContainer2.Panel1.ResumeLayout(False)
Me.splitContainer2.Panel2.ResumeLayout(False)
Me.splitContainer2.ResumeLayout(False)
Me.splitContainer3.Panel1.ResumeLayout(False)
Me.splitContainer3.Panel2.ResumeLayout(False)
Me.splitContainer3.ResumeLayout(False)
CType(Me.captureImageBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.panel1.ResumeLayout(False)
Me.panel1.PerformLayout()
CType(Me.smoothedGrayscaleImageBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.panel3.ResumeLayout(False)
Me.panel3.PerformLayout()
Me.splitContainer4.Panel1.ResumeLayout(False)
Me.splitContainer4.Panel2.ResumeLayout(False)
Me.splitContainer4.ResumeLayout(False)
CType(Me.grayscaleImageBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.panel2.ResumeLayout(False)
Me.panel2.PerformLayout()
CType(Me.cannyImageBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.panel4.ResumeLayout(False)
Me.panel4.PerformLayout()
Me.ResumeLayout(False)
End Sub
' Fields
Private cannyImageBox As ImageBox
Friend WithEvents captureButton As System.Windows.Forms.Button
Friend WithEvents flipHorizontalButton As System.Windows.Forms.Button
Friend WithEvents flipVerticalButton As System.Windows.Forms.Button
Private captureImageBox As ImageBox
Private grayscaleImageBox As ImageBox
Private label1 As Label
Private label2 As Label
Private label3 As Label
Private label4 As Label
Private panel1 As Panel
Private panel2 As Panel
Private panel3 As Panel
Private panel4 As Panel
Private smoothedGrayscaleImageBox As ImageBox
Private splitContainer1 As SplitContainer
Private splitContainer2 As SplitContainer
Private splitContainer3 As SplitContainer
Private splitContainer4 As SplitContainer
End Class
<< back to index
|