Files
projetoBiblioteca05/projetoBiblioteca05/Formulários/FItem.Designer.vb
2021-11-19 22:42:08 -03:00

503 lines
28 KiB
VB.net
Executable File

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FItem
Inherits System.Windows.Forms.Form
'Descartar substituições de formulário para limpar a lista de componentes.
<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
'Exigido pelo Windows Form Designer
Private components As System.ComponentModel.IContainer
'OBSERVAÇÃO: o procedimento a seguir é exigido pelo Windows Form Designer
'Pode ser modificado usando o Windows Form Designer.
'Não o modifique usando o editor de códigos.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim IdItemLabel As System.Windows.Forms.Label
Dim NomeItemLabel As System.Windows.Forms.Label
Dim IdAutorLabel As System.Windows.Forms.Label
Dim GeneroItemLabel As System.Windows.Forms.Label
Dim TipoItemLabel As System.Windows.Forms.Label
Dim IsbnItemLabel As System.Windows.Forms.Label
Dim StatusItemLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FItem))
Dim EditoraItemLabel As System.Windows.Forms.Label
Me.DbBibliotecaDataSet = New projetoBiblioteca05.dbBibliotecaDataSet()
Me.TbItemBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbItemTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbItemTableAdapter()
Me.TableAdapterManager = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager()
Me.TbItemBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.TbItemBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.IdItemTextBox = New System.Windows.Forms.TextBox()
Me.NomeItemTextBox = New System.Windows.Forms.TextBox()
Me.IsbnItemMaskedTextBox = New System.Windows.Forms.MaskedTextBox()
Me.IdAutorComboBox = New System.Windows.Forms.ComboBox()
Me.StatusItemComboBox = New System.Windows.Forms.ComboBox()
Me.TipoItemComboBox = New System.Windows.Forms.ComboBox()
Me.EditoraItemComboBox = New System.Windows.Forms.ComboBox()
Me.TbAutorBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbAutorTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbAutorTableAdapter()
Me.TbTipoBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbTipoTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbTipoTableAdapter()
Me.TbEditoraBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbEditoraTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbEditoraTableAdapter()
Me.GeneroItemComboBox = New System.Windows.Forms.ComboBox()
Me.TbGeneroBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TbGeneroTableAdapter = New projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.tbGeneroTableAdapter()
IdItemLabel = New System.Windows.Forms.Label()
NomeItemLabel = New System.Windows.Forms.Label()
IdAutorLabel = New System.Windows.Forms.Label()
GeneroItemLabel = New System.Windows.Forms.Label()
TipoItemLabel = New System.Windows.Forms.Label()
IsbnItemLabel = New System.Windows.Forms.Label()
StatusItemLabel = New System.Windows.Forms.Label()
EditoraItemLabel = New System.Windows.Forms.Label()
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbItemBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbItemBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TbItemBindingNavigator.SuspendLayout()
CType(Me.TbAutorBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbTipoBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbEditoraBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbGeneroBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'IdItemLabel
'
IdItemLabel.AutoSize = True
IdItemLabel.Location = New System.Drawing.Point(38, 48)
IdItemLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
IdItemLabel.Name = "IdItemLabel"
IdItemLabel.Size = New System.Drawing.Size(18, 20)
IdItemLabel.TabIndex = 1
IdItemLabel.Text = "#"
'
'NomeItemLabel
'
NomeItemLabel.AutoSize = True
NomeItemLabel.Location = New System.Drawing.Point(38, 88)
NomeItemLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
NomeItemLabel.Name = "NomeItemLabel"
NomeItemLabel.Size = New System.Drawing.Size(45, 20)
NomeItemLabel.TabIndex = 3
NomeItemLabel.Text = "Item:"
'
'IdAutorLabel
'
IdAutorLabel.AutoSize = True
IdAutorLabel.Location = New System.Drawing.Point(340, 88)
IdAutorLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
IdAutorLabel.Name = "IdAutorLabel"
IdAutorLabel.Size = New System.Drawing.Size(52, 20)
IdAutorLabel.TabIndex = 5
IdAutorLabel.Text = "Autor:"
'
'GeneroItemLabel
'
GeneroItemLabel.AutoSize = True
GeneroItemLabel.Location = New System.Drawing.Point(38, 122)
GeneroItemLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
GeneroItemLabel.Name = "GeneroItemLabel"
GeneroItemLabel.Size = New System.Drawing.Size(67, 20)
GeneroItemLabel.TabIndex = 7
GeneroItemLabel.Text = "Gênero:"
'
'TipoItemLabel
'
TipoItemLabel.AutoSize = True
TipoItemLabel.Location = New System.Drawing.Point(340, 122)
TipoItemLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
TipoItemLabel.Name = "TipoItemLabel"
TipoItemLabel.Size = New System.Drawing.Size(43, 20)
TipoItemLabel.TabIndex = 9
TipoItemLabel.Text = "Tipo:"
'
'IsbnItemLabel
'
IsbnItemLabel.AutoSize = True
IsbnItemLabel.Location = New System.Drawing.Point(38, 158)
IsbnItemLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
IsbnItemLabel.Name = "IsbnItemLabel"
IsbnItemLabel.Size = New System.Drawing.Size(51, 20)
IsbnItemLabel.TabIndex = 11
IsbnItemLabel.Text = "ISBN:"
'
'StatusItemLabel
'
StatusItemLabel.AutoSize = True
StatusItemLabel.Location = New System.Drawing.Point(38, 197)
StatusItemLabel.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
StatusItemLabel.Name = "StatusItemLabel"
StatusItemLabel.Size = New System.Drawing.Size(60, 20)
StatusItemLabel.TabIndex = 13
StatusItemLabel.Text = "Status:"
'
'DbBibliotecaDataSet
'
Me.DbBibliotecaDataSet.DataSetName = "dbBibliotecaDataSet"
Me.DbBibliotecaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TbItemBindingSource
'
Me.TbItemBindingSource.DataMember = "tbItem"
Me.TbItemBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbItemTableAdapter
'
Me.TbItemTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.tbAutorTableAdapter = Nothing
Me.TableAdapterManager.tbClienteTableAdapter = Nothing
Me.TableAdapterManager.tbEditoraTableAdapter = Nothing
Me.TableAdapterManager.tbEmprestimoTableAdapter = Nothing
Me.TableAdapterManager.tbFuncionarioTableAdapter = Nothing
Me.TableAdapterManager.tbGeneroTableAdapter = Nothing
Me.TableAdapterManager.tbItemTableAdapter = Me.TbItemTableAdapter
Me.TableAdapterManager.tbTipoTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = projetoBiblioteca05.dbBibliotecaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TbItemBindingNavigator
'
Me.TbItemBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TbItemBindingNavigator.BindingSource = Me.TbItemBindingSource
Me.TbItemBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TbItemBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TbItemBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TbItemBindingNavigatorSaveItem})
Me.TbItemBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.TbItemBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TbItemBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TbItemBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.TbItemBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TbItemBindingNavigator.Name = "TbItemBindingNavigator"
Me.TbItemBindingNavigator.Padding = New System.Windows.Forms.Padding(0, 0, 2, 0)
Me.TbItemBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TbItemBindingNavigator.Size = New System.Drawing.Size(569, 25)
Me.TbItemBindingNavigator.TabIndex = 0
Me.TbItemBindingNavigator.Text = "BindingNavigator1"
'
'BindingNavigatorAddNewItem
'
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorAddNewItem.Text = "Adicionar novo"
'
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
Me.BindingNavigatorCountItem.Text = "de {0}"
Me.BindingNavigatorCountItem.ToolTipText = "Número total de itens"
'
'BindingNavigatorDeleteItem
'
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorDeleteItem.Text = "Excluir"
'
'BindingNavigatorMoveFirstItem
'
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveFirstItem.Text = "Mover primeiro"
'
'BindingNavigatorMovePreviousItem
'
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMovePreviousItem.Text = "Mover anterior"
'
'BindingNavigatorSeparator
'
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorPositionItem
'
Me.BindingNavigatorPositionItem.AccessibleName = "Posição"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(73, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Posição atual"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorMoveNextItem
'
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveNextItem.Text = "Mover próximo"
'
'BindingNavigatorMoveLastItem
'
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveLastItem.Text = "Mover último"
'
'BindingNavigatorSeparator2
'
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'TbItemBindingNavigatorSaveItem
'
Me.TbItemBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TbItemBindingNavigatorSaveItem.Image = CType(resources.GetObject("TbItemBindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.TbItemBindingNavigatorSaveItem.Name = "TbItemBindingNavigatorSaveItem"
Me.TbItemBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
Me.TbItemBindingNavigatorSaveItem.Text = "Salvar Dados"
'
'IdItemTextBox
'
Me.IdItemTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbItemBindingSource, "idItem", True))
Me.IdItemTextBox.Enabled = False
Me.IdItemTextBox.Location = New System.Drawing.Point(64, 45)
Me.IdItemTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.IdItemTextBox.Name = "IdItemTextBox"
Me.IdItemTextBox.Size = New System.Drawing.Size(42, 26)
Me.IdItemTextBox.TabIndex = 2
'
'NomeItemTextBox
'
Me.NomeItemTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbItemBindingSource, "nomeItem", True))
Me.NomeItemTextBox.Location = New System.Drawing.Point(113, 85)
Me.NomeItemTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.NomeItemTextBox.Name = "NomeItemTextBox"
Me.NomeItemTextBox.Size = New System.Drawing.Size(152, 26)
Me.NomeItemTextBox.TabIndex = 4
'
'IsbnItemMaskedTextBox
'
Me.IsbnItemMaskedTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TbItemBindingSource, "isbnItem", True))
Me.IsbnItemMaskedTextBox.Location = New System.Drawing.Point(113, 155)
Me.IsbnItemMaskedTextBox.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.IsbnItemMaskedTextBox.Mask = "###-##-###-####-#"
Me.IsbnItemMaskedTextBox.Name = "IsbnItemMaskedTextBox"
Me.IsbnItemMaskedTextBox.Size = New System.Drawing.Size(152, 26)
Me.IsbnItemMaskedTextBox.TabIndex = 12
Me.IsbnItemMaskedTextBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals
'
'IdAutorComboBox
'
Me.IdAutorComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbItemBindingSource, "idAutor", True))
Me.IdAutorComboBox.DataSource = Me.TbAutorBindingSource
Me.IdAutorComboBox.DisplayMember = "nomeAutor"
Me.IdAutorComboBox.FormattingEnabled = True
Me.IdAutorComboBox.Location = New System.Drawing.Point(399, 85)
Me.IdAutorComboBox.Name = "IdAutorComboBox"
Me.IdAutorComboBox.Size = New System.Drawing.Size(152, 28)
Me.IdAutorComboBox.TabIndex = 65
Me.IdAutorComboBox.ValueMember = "idAutor"
'
'EditoraItemLabel
'
EditoraItemLabel.AutoSize = True
EditoraItemLabel.Location = New System.Drawing.Point(328, 155)
EditoraItemLabel.Name = "EditoraItemLabel"
EditoraItemLabel.Size = New System.Drawing.Size(64, 20)
EditoraItemLabel.TabIndex = 65
EditoraItemLabel.Text = "Editora:"
'
'StatusItemComboBox
'
Me.StatusItemComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedItem", Me.TbItemBindingSource, "statusItem", True))
Me.StatusItemComboBox.FormattingEnabled = True
Me.StatusItemComboBox.Items.AddRange(New Object() {"ATIVO", "DESATIVADO"})
Me.StatusItemComboBox.Location = New System.Drawing.Point(113, 194)
Me.StatusItemComboBox.Name = "StatusItemComboBox"
Me.StatusItemComboBox.Size = New System.Drawing.Size(152, 28)
Me.StatusItemComboBox.TabIndex = 66
'
'TipoItemComboBox
'
Me.TipoItemComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbItemBindingSource, "tipoItem", True))
Me.TipoItemComboBox.DataSource = Me.TbTipoBindingSource
Me.TipoItemComboBox.DisplayMember = "nomeTipo"
Me.TipoItemComboBox.FormattingEnabled = True
Me.TipoItemComboBox.Location = New System.Drawing.Point(399, 119)
Me.TipoItemComboBox.Name = "TipoItemComboBox"
Me.TipoItemComboBox.Size = New System.Drawing.Size(152, 28)
Me.TipoItemComboBox.TabIndex = 67
Me.TipoItemComboBox.ValueMember = "idTipo"
'
'EditoraItemComboBox
'
Me.EditoraItemComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbItemBindingSource, "editoraItem", True))
Me.EditoraItemComboBox.DataSource = Me.TbEditoraBindingSource
Me.EditoraItemComboBox.DisplayMember = "nomeEditora"
Me.EditoraItemComboBox.FormattingEnabled = True
Me.EditoraItemComboBox.Location = New System.Drawing.Point(399, 155)
Me.EditoraItemComboBox.Name = "EditoraItemComboBox"
Me.EditoraItemComboBox.Size = New System.Drawing.Size(152, 28)
Me.EditoraItemComboBox.TabIndex = 68
Me.EditoraItemComboBox.ValueMember = "idEditora"
'
'TbAutorBindingSource
'
Me.TbAutorBindingSource.DataMember = "tbAutor"
Me.TbAutorBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbAutorTableAdapter
'
Me.TbAutorTableAdapter.ClearBeforeFill = True
'
'TbTipoBindingSource
'
Me.TbTipoBindingSource.DataMember = "tbTipo"
Me.TbTipoBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbTipoTableAdapter
'
Me.TbTipoTableAdapter.ClearBeforeFill = True
'
'TbEditoraBindingSource
'
Me.TbEditoraBindingSource.DataMember = "tbEditora"
Me.TbEditoraBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbEditoraTableAdapter
'
Me.TbEditoraTableAdapter.ClearBeforeFill = True
'
'GeneroItemComboBox
'
Me.GeneroItemComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TbItemBindingSource, "generoItem", True))
Me.GeneroItemComboBox.DataSource = Me.TbGeneroBindingSource
Me.GeneroItemComboBox.DisplayMember = "nomeGenero"
Me.GeneroItemComboBox.FormattingEnabled = True
Me.GeneroItemComboBox.Location = New System.Drawing.Point(113, 119)
Me.GeneroItemComboBox.Name = "GeneroItemComboBox"
Me.GeneroItemComboBox.Size = New System.Drawing.Size(152, 28)
Me.GeneroItemComboBox.TabIndex = 69
Me.GeneroItemComboBox.ValueMember = "idGenero"
'
'TbGeneroBindingSource
'
Me.TbGeneroBindingSource.DataMember = "tbGenero"
Me.TbGeneroBindingSource.DataSource = Me.DbBibliotecaDataSet
'
'TbGeneroTableAdapter
'
Me.TbGeneroTableAdapter.ClearBeforeFill = True
'
'FItem
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(569, 245)
Me.Controls.Add(Me.GeneroItemComboBox)
Me.Controls.Add(Me.EditoraItemComboBox)
Me.Controls.Add(Me.TipoItemComboBox)
Me.Controls.Add(Me.StatusItemComboBox)
Me.Controls.Add(EditoraItemLabel)
Me.Controls.Add(Me.IdAutorComboBox)
Me.Controls.Add(IdItemLabel)
Me.Controls.Add(Me.IdItemTextBox)
Me.Controls.Add(NomeItemLabel)
Me.Controls.Add(Me.NomeItemTextBox)
Me.Controls.Add(IdAutorLabel)
Me.Controls.Add(GeneroItemLabel)
Me.Controls.Add(TipoItemLabel)
Me.Controls.Add(IsbnItemLabel)
Me.Controls.Add(Me.IsbnItemMaskedTextBox)
Me.Controls.Add(StatusItemLabel)
Me.Controls.Add(Me.TbItemBindingNavigator)
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Name = "FItem"
Me.Text = "FLivro"
CType(Me.DbBibliotecaDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbItemBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbItemBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TbItemBindingNavigator.ResumeLayout(False)
Me.TbItemBindingNavigator.PerformLayout()
CType(Me.TbAutorBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbTipoBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbEditoraBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TbGeneroBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DbBibliotecaDataSet As dbBibliotecaDataSet
Friend WithEvents TbItemBindingSource As BindingSource
Friend WithEvents TbItemTableAdapter As dbBibliotecaDataSetTableAdapters.tbItemTableAdapter
Friend WithEvents TableAdapterManager As dbBibliotecaDataSetTableAdapters.TableAdapterManager
Friend WithEvents TbItemBindingNavigator As BindingNavigator
Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
Friend WithEvents TbItemBindingNavigatorSaveItem As ToolStripButton
Friend WithEvents IdItemTextBox As TextBox
Friend WithEvents NomeItemTextBox As TextBox
Friend WithEvents IsbnItemMaskedTextBox As MaskedTextBox
Friend WithEvents IdAutorComboBox As ComboBox
Friend WithEvents StatusItemComboBox As ComboBox
Friend WithEvents TipoItemComboBox As ComboBox
Friend WithEvents EditoraItemComboBox As ComboBox
Friend WithEvents TbAutorBindingSource As BindingSource
Friend WithEvents TbAutorTableAdapter As dbBibliotecaDataSetTableAdapters.tbAutorTableAdapter
Friend WithEvents TbTipoBindingSource As BindingSource
Friend WithEvents TbTipoTableAdapter As dbBibliotecaDataSetTableAdapters.tbTipoTableAdapter
Friend WithEvents TbEditoraBindingSource As BindingSource
Friend WithEvents TbEditoraTableAdapter As dbBibliotecaDataSetTableAdapters.tbEditoraTableAdapter
Friend WithEvents GeneroItemComboBox As ComboBox
Friend WithEvents TbGeneroBindingSource As BindingSource
Friend WithEvents TbGeneroTableAdapter As dbBibliotecaDataSetTableAdapters.tbGeneroTableAdapter
End Class