'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.cboboxBSReading)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.txtNotes)
Me.GroupBox1.Controls.Add(Me.txtDate)
Me.GroupBox1.Controls.Add(Me.txtBSReading)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.txtTime)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Location = New System.Drawing.Point(24, 53)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(500, 141)
Me.GroupBox1.TabIndex = 9
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Input"
'
'cboboxBSReading
'
Me.cboboxBSReading.FormattingEnabled = True
Me.cboboxBSReading.Location = New System.Drawing.Point(380, 41)
Me.cboboxBSReading.Name = "cboboxBSReading"
Me.cboboxBSReading.Size = New System.Drawing.Size(106, 21)
Me.cboboxBSReading.TabIndex = 10
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(351, 44)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(23, 13)
Me.Label6.TabIndex = 10
Me.Label6.Text = "OR"
'
'txtName
'
Me.txtName.Location = New System.Drawing.Point(61, 23)
Me.txtName.Name = "txtName"
Me.txtName.Size = New System.Drawing.Size(137, 20)
Me.txtName.TabIndex = 10
'
'DataGridView1
'
Me.DataGridView1.AutoGenerateColumns = False
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.DataSource = Me.BindingSource1
Me.DataGridView1.Location = New System.Drawing.Point(12, 270)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.Size = New System.Drawing.Size(512, 112)
Me.DataGridView1.TabIndex = 11
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.cmdCopyAll)
Me.GroupBox2.Controls.Add(Me.cmdCopy)
Me.GroupBox2.Controls.Add(Me.cmdAdd)
Me.GroupBox2.Controls.Add(Me.cmdSearch)
Me.GroupBox2.Controls.Add(Me.cmdDelete)
Me.GroupBox2.Location = New System.Drawing.Point(24, 200)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(500, 64)
Me.GroupBox2.TabIndex = 12
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Actions"
'
'cmdCopyAll
'
Me.cmdCopyAll.Location = New System.Drawing.Point(390, 19)
Me.cmdCopyAll.Name = "cmdCopyAll"
Me.cmdCopyAll.Size = New System.Drawing.Size(75, 39)
Me.cmdCopyAll.TabIndex = 17
Me.cmdCopyAll.Text = "Copy All"
Me.cmdCopyAll.UseVisualStyleBackColor = True
'
'cmdCopy
'
Me.cmdCopy.Location = New System.Drawing.Point(299, 19)
Me.cmdCopy.Name = "cmdCopy"
Me.cmdCopy.Size = New System.Drawing.Size(75, 39)
Me.cmdCopy.TabIndex = 16
Me.cmdCopy.Text = "Copy"
Me.cmdCopy.UseVisualStyleBackColor = True
'
'cmdAdd
'
Me.cmdAdd.Location = New System.Drawing.Point(208, 19)
Me.cmdAdd.Name = "cmdAdd"
Me.cmdAdd.Size = New System.Drawing.Size(75, 39)
Me.cmdAdd.TabIndex = 15
Me.cmdAdd.Text = "Add"
Me.cmdAdd.UseVisualStyleBackColor = True
'
'cmdSearch
'
Me.cmdSearch.Location = New System.Drawing.Point(117, 19)
Me.cmdSearch.Name = "cmdSearch"
Me.cmdSearch.Size = New System.Drawing.Size(75, 39)
Me.cmdSearch.TabIndex = 14
Me.cmdSearch.Text = "Search"
Me.cmdSearch.UseVisualStyleBackColor = True
'
'cmdDelete
'
Me.cmdDelete.Location = New System.Drawing.Point(26, 19)
Me.cmdDelete.Name = "cmdDelete"
Me.cmdDelete.Size = New System.Drawing.Size(75, 39)
Me.cmdDelete.TabIndex = 13
Me.cmdDelete.Text = "Delete"
Me.cmdDelete.UseVisualStyleBackColor = True
'
'cmdViewAllRecords
'
Me.cmdViewAllRecords.Location = New System.Drawing.Point(414, 8)
Me.cmdViewAllRecords.Name = "cmdViewAllRecords"
Me.cmdViewAllRecords.Size = New System.Drawing.Size(110, 39)
Me.cmdViewAllRecords.TabIndex = 13
Me.cmdViewAllRecords.Text = "View All Records"
Me.cmdViewAllRecords.UseVisualStyleBackColor = True
'
'BindingSource1
'
Me.BindingSource1.DataSource = Me.BloodsugarDataSet
Me.BindingSource1.Position = 0
'
'BloodsugarDataSet
'
Me.BloodsugarDataSet.DataSetName = "bloodsugarDataSet"
Me.BloodsugarDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(547, 394)
Me.Controls.Add(Me.cmdViewAllRecords)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.DataGridView1)
Me.Controls.Add(Me.txtName)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.Label1)
Me.Name = "Form1"
Me.Text = "Blood Sugar Recorder"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox2.ResumeLayout(False)
CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.BloodsugarDataSet, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents txtDate As System.Windows.Forms.TextBox
Friend WithEvents txtTime As System.Windows.Forms.TextBox
Friend WithEvents txtBSReading As System.Windows.Forms.TextBox
Friend WithEvents txtNotes As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents cboboxBSReading As System.Windows.Forms.ComboBox
Friend WithEvents txtName As System.Windows.Forms.TextBox
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents cmdCopyAll As System.Windows.Forms.Button
Friend WithEvents cmdCopy As System.Windows.Forms.Button
Friend WithEvents cmdAdd As System.Windows.Forms.Button
Friend WithEvents cmdSearch As System.Windows.Forms.Button
Friend WithEvents cmdDelete As System.Windows.Forms.Button
Friend WithEvents BloodsugarDataSetBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents cmdViewAllRecords As System.Windows.Forms.Button
Friend WithEvents BindingSource1 As System.Windows.Forms.BindingSource
Friend WithEvents BloodsugarDataSet As BloodSugarRecorder2.bloodsugarDataSet
End Class