This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCapturePicture.Designer.vb
149 lines (144 loc) · 7.7 KB
/
CapturePicture.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class CapturePicture
Inherits MetroFramework.Forms.MetroForm
'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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(CapturePicture))
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
Me.btnSavePicture = New System.Windows.Forms.Button()
Me.btnCapture = New System.Windows.Forms.Button()
Me.btnStartCamera = New System.Windows.Forms.Button()
Me.TableLayoutPanel1.SuspendLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 2
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Controls.Add(Me.PictureBox2, 1, 0)
Me.TableLayoutPanel1.Controls.Add(Me.PictureBox1, 0, 0)
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.TableLayoutPanel1.Location = New System.Drawing.Point(20, 105)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(629, 240)
Me.TableLayoutPanel1.TabIndex = 0
'
'PictureBox2
'
Me.PictureBox2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.PictureBox2.Location = New System.Drawing.Point(317, 3)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(309, 234)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox2.TabIndex = 2
Me.PictureBox2.TabStop = False
'
'PictureBox1
'
Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill
Me.PictureBox1.Location = New System.Drawing.Point(3, 3)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(308, 234)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 1
Me.PictureBox1.TabStop = False
'
'btnSavePicture
'
Me.btnSavePicture.BackColor = System.Drawing.Color.Maroon
Me.btnSavePicture.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSavePicture.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSavePicture.ForeColor = System.Drawing.Color.White
Me.btnSavePicture.Image = CType(resources.GetObject("btnSavePicture.Image"), System.Drawing.Image)
Me.btnSavePicture.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSavePicture.Location = New System.Drawing.Point(414, 61)
Me.btnSavePicture.Name = "btnSavePicture"
Me.btnSavePicture.Size = New System.Drawing.Size(147, 38)
Me.btnSavePicture.TabIndex = 24
Me.btnSavePicture.Text = " Save Picture"
Me.btnSavePicture.UseVisualStyleBackColor = False
'
'btnCapture
'
Me.btnCapture.BackColor = System.Drawing.Color.Green
Me.btnCapture.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCapture.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnCapture.ForeColor = System.Drawing.Color.White
Me.btnCapture.Image = CType(resources.GetObject("btnCapture.Image"), System.Drawing.Image)
Me.btnCapture.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnCapture.Location = New System.Drawing.Point(261, 61)
Me.btnCapture.Name = "btnCapture"
Me.btnCapture.Size = New System.Drawing.Size(147, 38)
Me.btnCapture.TabIndex = 23
Me.btnCapture.Text = " Capture"
Me.btnCapture.UseVisualStyleBackColor = False
'
'btnStartCamera
'
Me.btnStartCamera.BackColor = System.Drawing.Color.Navy
Me.btnStartCamera.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnStartCamera.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnStartCamera.ForeColor = System.Drawing.Color.White
Me.btnStartCamera.Image = CType(resources.GetObject("btnStartCamera.Image"), System.Drawing.Image)
Me.btnStartCamera.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnStartCamera.Location = New System.Drawing.Point(108, 61)
Me.btnStartCamera.Name = "btnStartCamera"
Me.btnStartCamera.Size = New System.Drawing.Size(147, 38)
Me.btnStartCamera.TabIndex = 22
Me.btnStartCamera.Text = " Start Camera"
Me.btnStartCamera.UseVisualStyleBackColor = False
'
'CapturePicture
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
Me.ClientSize = New System.Drawing.Size(669, 365)
Me.Controls.Add(Me.btnSavePicture)
Me.Controls.Add(Me.btnCapture)
Me.Controls.Add(Me.btnStartCamera)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "CapturePicture"
Me.Resizable = False
Me.Text = "Capture ID Picture"
Me.TableLayoutPanel1.ResumeLayout(False)
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents SaveFileDialog1 As SaveFileDialog
Friend WithEvents btnSavePicture As Button
Friend WithEvents btnCapture As Button
Friend WithEvents btnStartCamera As Button
End Class